Branch Coverage

File:blib/lib/App/GHGen/PerlCustomizer.pm
Coverage:91.7%

line%coveragebranch
122100TFif ($reqs{'has_cpanfile'})
12450TFif ($content =~ /requires\s+['"]perl['"],?\s+['"]([0-9.]+)['"]/u)
129100TFif (not $reqs{'min_version'} and $reqs{'has_makefile_pl'})
13150TFif ($content =~ /MIN_PERL_VERSION\s*=>\s*['"]([0-9.]+)['"]/u)
315100TFif ($opts->{'perl_versions'} and @{$opts->{'perl_versions'};}) { }
363100TFif (grep {$_ eq "5.40";} @perl_versions and grep {$_ eq "windows-latest";} @os)
465100TFif ($enable_linter)
490100TFif ($enable_linter_unused)
519100TFif ($enable_critic)
531100TFif ($enable_perlimports)
543100TFif ($enable_coverage)
584100TFif ($v_normalized >= $min_normalized and $v_normalized <= $max_normalized)