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.