| line | % | coverage | branch |
| 122 | 100 | T | F | if ($reqs{'has_cpanfile'}) |
| 124 | 50 | T | F | if ($content =~ /requires\s+['"]perl['"],?\s+['"]([0-9.]+)['"]/u) |
| 129 | 100 | T | F | if (not $reqs{'min_version'} and $reqs{'has_makefile_pl'}) |
| 131 | 50 | T | F | if ($content =~ /MIN_PERL_VERSION\s*=>\s*['"]([0-9.]+)['"]/u) |
| 315 | 100 | T | F | if ($opts->{'perl_versions'} and @{$opts->{'perl_versions'};}) { } |
| 363 | 100 | T | F | if (grep {$_ eq "5.40";} @perl_versions and grep {$_ eq "windows-latest";} @os) |
| 465 | 100 | T | F | if ($enable_linter) |
| 490 | 100 | T | F | if ($enable_linter_unused) |
| 519 | 100 | T | F | if ($enable_critic) |
| 531 | 100 | T | F | if ($enable_perlimports) |
| 543 | 100 | T | F | if ($enable_coverage) |
| 584 | 100 | T | F | if ($v_normalized >= $min_normalized and $v_normalized <= $max_normalized) |