| blib/lib/App/GHGen/PerlCustomizer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 23 | 47.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 59 | 1 | 0 | 0 | not $reqs{'min_version'} and $reqs{'has_makefile_pl'} |
| 94 | 1 | 0 | 0 | $opts->{'perl_versions'} and @{$opts->{'perl_versions'};} |
| 235 | 7 | 0 | 3 | $v_normalized >= $min_normalized and $v_normalized <= $max_normalized |
| line | l | !l | condition |
|---|---|---|---|
| 86 | 1 | 0 | $opts->{'min_perl_version'} // "5.36" |
| 87 | 1 | 0 | $opts->{'max_perl_version'} // "5.40" |
| 88 | 1 | 0 | $opts->{'os'} // ["ubuntu-latest", "macos-latest", "windows-latest"] |
| 89 | 1 | 0 | $opts->{'enable_critic'} // 1 |
| 90 | 1 | 0 | $opts->{'enable_coverage'} // 1 |
| 247 | 12 | 0 | $parts[0] // 5 |
| 12 | 0 | $parts[1] // 0 |