Branch Coverage

blib/lib/Perl/Critic/Policy/Subroutines/ProhibitBuiltinHomonyms.pm
Criterion Covered Total %
branch 6 10 60.0


line true false branch
42 0 5 if $elem->isa("PPI::Statement::Scheduled")
43 0 5 if exists $ALLOW{$elem->name} and not defined $elem->type
44 0 5 if exists $self->{'_allow'}{$elem->name}
47 3 2 if (is_perl_builtin($elem)) { }
0 2 elsif (is_perl_bareword($elem)) { }