| blib/lib/Perl/Critic/Policy/Bangs/ProhibitDebuggingModules.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 5 | 6 | 83.3 |
| line | true | false | branch |
|---|---|---|---|
| 91 | 0 | 21 | unless defined $include->type and $include->type eq 'use' || $include->type eq 'require' |
| 92 | 5 | 16 | unless my $included = $include->module |
| 97 | 9 | 7 | if any sub { $included =~ /$_/msx; } , @banned |