blib/lib/Method/Signatures/Utils.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 6 | 83.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
52 | 17 | 68 | 242 | not $method =~ /$target/ and $method =~ /$skip/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
52 | 242 | 0 | 85 | not $method =~ /$target/ and $method =~ /$skip/ or $pack =~ /$skip/ |