Condition Coverage

blib/lib/App/GHGen/PerlCustomizer.pm
Criterion Covered Total %
condition 13 25 52.0


and 3 conditions

line !l l&&!r l&&r condition
59 1 0 0 not $reqs{'min_version'} and $reqs{'has_makefile_pl'}
95 1 0 0 $opts->{'perl_versions'} and @{$opts->{'perl_versions'};}
249 7 1 3 $v_normalized >= $min_normalized and $v_normalized <= $max_normalized

or 2 conditions

line l !l condition
86 1 0 $opts->{'min_perl_version'} // "5.36"
87 1 0 $opts->{'max_perl_version'} // "5.40"
88 0 1 $opts->{'timeout'} // 30
89 1 0 $opts->{'os'} // ["ubuntu-latest", "macos-latest", "windows-latest"]
90 1 0 $opts->{'enable_critic'} // 1
91 1 0 $opts->{'enable_coverage'} // 1
261 13 0 $parts[0] // 5
13 0 $parts[1] // 0