| File: | blib/lib/App/GHGen/PerlCustomizer.pm |
| Coverage: | 43.8% |
| line | % | coverage | branch | |
|---|---|---|---|---|
| 52 | 50 | T | F | if ($reqs{'has_cpanfile'}) |
| 54 | 50 | T | F | if ($content =~ /requires\s+['"]perl['"],?\s+['"]([0-9.]+)['"]/u) |
| 59 | 0 | T | F | if (not $reqs{'min_version'} and $reqs{'has_makefile_pl'}) |
| 61 | 0 | T | F | if ($content =~ /MIN_PERL_VERSION\s*=>\s*['"]([0-9.]+)['"]/u) |
| 94 | 50 | T | F | if ($opts->{'perl_versions'} and @{$opts->{'perl_versions'};}) { } |
| 196 | 50 | T | F | if ($enable_critic) |
| 208 | 50 | T | F | if ($enable_coverage) |
| 247 | 100 | T | F | if ($v_normalized >= $min_normalized and $v_normalized <= $max_normalized) |