| blib/lib/Perl/Critic/Policy/ProhibitImplicitImport.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 14 | 71.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 74 | 3 | 0 | 11 | not $elem->pragma and $elem->type |
| 3 | 0 | 11 | not $elem->pragma and $elem->type and $elem->type eq 'use' | |
| 0 | 5 | 6 | not $elem->pragma and $elem->type and $elem->type eq 'use' and not $elem->arguments | |
| 5 | 4 | 2 | not $elem->pragma and $elem->type and $elem->type eq 'use' and not $elem->arguments and not exists $$ignore{$elem->module // ''} |
| line | l | !l | condition |
|---|---|---|---|
| 74 | 6 | 0 | $elem->module // '' |