| blib/lib/Perl/Critic/Policy/Subroutines/ProhibitExportingUndeclaredSubs.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 3 | 6 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 41 | 0 | 6 | unless (eval { |
| 43 | 0 | 0 | if ($Perl::Critic::Policy::Subroutines::ProhibitExportingUndeclaredSubs::EVAL_ERROR =~ /Found \s multiple/msx) |
| 59 | 5 | 8 | unless (exists $declared_sub_names{$sub_name}) |