blib/lib/CPANfile/Parse/PPI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 12 | 91.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
169 | 277 | 17 | 3 | $type ne 'requires' and $type ne 'recommends' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
84 | 2 | 0 | 295 | $type eq 'mirror' or $type eq 'osname' |
104 | 2 | 4 | 289 | $value->isa('PPI::Token::Symbol') or $prereq =~ /\A[^A-Za-z]/ |
179 | 2 | 6 | 1084 | $content eq 'mirror' or $content eq 'dist' |