Scroll to navigation

TAP::Formatter::GitHubActions::ErrorAggregate(3) User Contributed Perl Documentation TAP::Formatter::GitHubActions::ErrorAggregate(3)

NAME

TAP::Formatter::GitHubActions::ErrorAggregate - An aggregate of errrors.

It groups "TAP::Formatter::GitHubActions::ErrorGroup" and makes it easier to access groups and loop all of them in oder.

METHODS

add(@errors)

Saves @errors into a respective "TAP::Formatter::GitHubActions::ErrorGroup".

group($line)

Get's "TAP::Formatter::GitHubActions::ErrorGroup" for a given $line.

as_sorted_array()

Returns an array of "TAP::Formatter::GitHubActions::ErrorGroup" sorted by line.

2023-12-08 perl v5.38.2