blib/lib/Module/Build/Prereq.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 14 | 78.5 |
line | true | false | branch |
---|---|---|---|
25 | 6 | 9 | unless $file =~ /$ext/ |
27 | 0 | 9 | unless (open my $fh, '<', $file) |
29 | 18 | 33 | unless $module =~ s/^use (\S+).*;.*/$1/ |
31 | 0 | 33 | if $module =~ /^\d/ |
32 | 11 | 22 | if exists $args{'prereq_pm'}{$module} |
33 | 0 | 22 | if defined $skips and $module =~ /$skips/ |
44 | 2 | 1 | if (scalar keys %modules) |