blib/lib/App/scan_prereqs_cpanfile.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 33 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
91 | 0 | 0 | 0 | $upstream and $upstream eq 'cpan' |
158 | 0 | 0 | 0 | defined $ignore_regexp and $_ =~ /$ignore_regexp/ |
187 | 0 | 0 | 0 | $header and $header =~ /^#!.*perl/ |
219 | 0 | 0 | 0 | $topdir eq 'xt' || $topdir eq 't' and /\.(?:t|pm)$/ |
line | l | !l | condition |
---|---|---|---|
55 | 0 | 0 | $meta_prereqs->{'perl'} || '5.008001' |
143 | 0 | 0 | $opts{'ignore'} || [] |
234 | 0 | 0 | $version || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
167 | 0 | 0 | 0 | $basename eq 'Build.PL' or $basename eq 'Makefile.PL' |
0 | 0 | 0 | $topdir eq 'xt' or $topdir eq 'author' | |
0 | 0 | 0 | $topdir eq 'xt' or $topdir eq 'author' or $topdir eq 'benchmark' | |
219 | 0 | 0 | 0 | $topdir eq 'xt' || $topdir eq 't' |
231 | 0 | 0 | 0 | not exists $develop_prereqs->{$module} or parse_version($version) > parse_version($develop_prereqs->{$module}) |