blib/lib/Perl/Lint/Policy/BuiltinFunctions/ProhibitUniversalIsa.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 9 | 55.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
20 | 47 | 0 | 6 | $token_type == 122 and $token_data eq 'isa' |
44 | 0 | 3 | $token_type == 127 and $token_data eq 'UNIVERSAL' | |
35 | 0 | 0 | 3 | $token->{'type'} == 127 and $token->{'data'} eq 'isa' |