blib/lib/Perl/Lint/Policy/Subroutines/ProhibitBuiltinHomonyms.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 6 | 100.0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
24 | 1 | 1 | 18 | $token_data eq 'import' or $token_data eq 'AUTOLOAD' |
2 | 1 | 17 | $token_data eq 'import' or $token_data eq 'AUTOLOAD' or $token_data eq 'DESTROY' |