blib/lib/Test2/Plugin/GitHub/Actions/AnnotateWarnings.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 10 | 60.0 |
line | true | false | branch |
---|---|---|---|
24 | 1 | 3 | unless $ENV{'GITHUB_ACTIONS'} |
26 | 1 | 2 | if exists $args{'ignore_if'} |
37 | 3 | 1 | unless &$ignore_if($message, $file, $line) |
41 | 0 | 0 | if ($_orig_warn_handler and ref $_orig_warn_handler eq 'CODE' || $_orig_warn_handler ne 'DEFAULT' && $_orig_warn_handler ne 'IGNORE' && defined &$_orig_warn_handler) |
59 | 0 | 0 | if (length $detail) { } |