| line | % | coverage | condition |
| 59 | 33 | | not $reqs{'min_version'} and $reqs{'has_makefile_pl'} |
| 86 | 50 | | $opts->{'min_perl_version'} // "5.36" |
| 87 | 50 | | $opts->{'max_perl_version'} // "5.40" |
| 88 | 50 | | $opts->{'timeout'} // 30 |
| 89 | 50 | | $opts->{'os'} // ["ubuntu-latest", "macos-latest", "windows-latest"] |
| 90 | 50 | | $opts->{'enable_critic'} // 1 |
| 91 | 50 | | $opts->{'enable_coverage'} // 1 |
| 95 | 33 | | $opts->{'perl_versions'} and @{$opts->{'perl_versions'};} |
| 249 | 100 | | $v_normalized >= $min_normalized and $v_normalized <= $max_normalized |
| 261 | 50 | | $parts[1] // 0 |
| 50 | | $parts[0] // 5 |