| 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) |
| 94 | 0 | 1 | if ($opts->{'perl_versions'} and @{$opts->{'perl_versions'};}) { } |
| 196 | 1 | 0 | if ($enable_critic) |
| 208 | 1 | 0 | if ($enable_coverage) |
| 235 | 3 | 7 | if ($v_normalized >= $min_normalized and $v_normalized <= $max_normalized) |