| blib/lib/TAP/Formatter/GitHubActions.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 21 | 42.8 |
| line | l | !l | condition |
|---|---|---|---|
| 41 | 0 | 31 | $chunk eq "Failed test" and scalar @chunks |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 150 | 4 | 0 | 1 | $total == $passed and not $aggregate->has_problems |
| 166 | 4 | 0 | 0 | $parser->passed == $parser->tests_run and not $parser->exit |
| 174 | 4 | 0 | 0 | $parser->passed == $parser->tests_run and not $parser->exit |
| 197 | 4 | 0 | 0 | $RUNNING_IN_GHA and not $GHA_SKIP_SUMMARY |
| line | l | !l | condition |
|---|---|---|---|
| 22 | 59 | 18 | $parser->{'_msgs_for_test'}{$test_num} //= [] |
| 200 | 0 | 0 | open my $summary_fd, ">>", $ENV{'GITHUB_STEP_SUMMARY'} or die 'Unable to open ' . $ENV{'GITHUB_STEP_SUMMARY'} . ": $!" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 128 | 4 | 0 | 0 | $GHA_SKIP_SUMMARY or not @workflow_vars |