| line | % | coverage | condition |
| 129 | 100 | | not $reqs{'min_version'} and $reqs{'has_makefile_pl'} |
| 303 | 100 | | $opts->{'min_perl_version'} // "5.36" |
| 304 | 100 | | $opts->{'max_perl_version'} // "5.42" |
| 305 | 50 | | $opts->{'timeout'} // 30 |
| 306 | 100 | | $opts->{'os'} // ["ubuntu-latest", "macos-latest", "windows-latest"] |
| 307 | 100 | | $opts->{'enable_linter'} // 1 |
| 308 | 100 | | $opts->{'enable_linter_unused'} // 1 |
| 309 | 100 | | $opts->{'enable_critic'} // 1 |
| 310 | 100 | | $opts->{'enable_coverage'} // 1 |
| 311 | 100 | | $opts->{'enable_perlimports'} // 1 |
| 315 | 67 | | $opts->{'perl_versions'} and @{$opts->{'perl_versions'};} |
| 363 | 100 | | grep {$_ eq "5.40";} @perl_versions and grep {$_ eq "windows-latest";} @os |
| 584 | 100 | | $v_normalized >= $min_normalized and $v_normalized <= $max_normalized |
| 596 | 50 | | $parts[1] // 0 |
| 50 | | $parts[0] // 5 |