blib/lib/Perl/Lint/Policy/ClassHierarchies/ProhibitExplicitISA.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 6 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
21 | 59 | 1 | 8 | $token_type == 168 || $token_type == 195 and $token_data eq '@ISA' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
21 | 6 | 3 | 59 | $token_type == 168 || $token_type == 195 |