Branch Coverage

blib/lib/Perl/Lint/Policy/Subroutines/ProhibitBuiltinHomonyms.pm
Criterion Covered Total %
branch 9 10 90.0


line true false branch
20 20 80 if ($token_type == 63)
23 20 0 if ($token->{'type'} == 203)
24 2 17 if $token_data eq 'import' or $token_data eq 'AUTOLOAD' or $token_data eq 'DESTROY'
27 6 11 if (is_perl_builtin($token_data)) { }
8 3 elsif (is_perl_bareword($token_data)) { }