| blib/lib/Perl/Critic/Policy/Subroutines/ProhibitBuiltinHomonyms.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 10 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 42 | 4 | 41 | if $elem->isa("PPI::Statement::Scheduled") |
| 43 | 4 | 37 | if exists $ALLOW{$elem->name} and not defined $elem->type |
| 44 | 3 | 34 | if exists $self->{'_allow'}{$elem->name} |
| 47 | 16 | 18 | if (is_perl_builtin($elem)) { } |
| 10 | 8 | elsif (is_perl_bareword($elem)) { } |