| blib/lib/Test2/Plugin/GitHub/Actions/AnnotateFailedTest.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 12 | 12 | 100.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 19 | 3 | 7 | unless $ENV{'GITHUB_ACTIONS'} | 
| 21 | 2 | 5 | if $loaded | 
| 33 | 6 | 4 | unless $event->causes_fail | 
| 48 | 1 | 3 | $event->isa('Test2::Event::Fail') ? : | 
| 51 | 1 | 3 | if ($name_or_summary =~ /Nameless Assertion/ or not length $name_or_summary) { } | 
| 61 | 3 | 1 | unless exists $event->{'info'} |