blib/lib/CPAN/Reporter/PrereqCheck.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 15 | 60.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
41 | 3 | 0 | 0 | @packpath == 1 and $packpath[0] eq "readline.pm" |
202 | 7 | 0 | 1 | $module eq "Module::Install" and $have < "0.95" |
6 | 0 | 1 | $module eq "Catalyst::DispatchType::Regex" and $have <= "5.90032" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
56 | 0 | 1 | 1 | not defined $preliminary_version or $preliminary_version eq "undef" |
68 | 0 | 1 | 1 | not defined $have or $have eq "undef" |