Branch Coverage

blib/lib/App/GHGen/PerlCustomizer.pm
Criterion Covered Total %
branch 7 16 43.7


line true false branch
52 1 0 if ($reqs{'has_cpanfile'})
54 1 0 if ($content =~ /requires\s+['"]perl['"],?\s+['"]([0-9.]+)['"]/u)
59 0 0 if (not $reqs{'min_version'} and $reqs{'has_makefile_pl'})
61 0 0 if ($content =~ /MIN_PERL_VERSION\s*=>\s*['"]([0-9.]+)['"]/u)
95 0 1 if ($opts->{'perl_versions'} and @{$opts->{'perl_versions'};}) { }
198 1 0 if ($enable_critic)
210 1 0 if ($enable_coverage)
249 3 8 if ($v_normalized >= $min_normalized and $v_normalized <= $max_normalized)