blib/lib/CPANfile/Parse/PPI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 12 | 91.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
192 | 281 | 18 | 5 | $type ne "requires" and $type ne "recommends" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
91 | 2 | 0 | 302 | $type eq "mirror" or $type eq "osname" |
112 | 2 | 4 | 296 | $value->isa("PPI::Token::Symbol") or $prereq =~ /\A[^A-Za-z]/ |
202 | 2 | 6 | 1100 | $content eq "mirror" or $content eq "dist" |