| blib/lib/Perl/Lint/Policy/Modules/RequireExplicitPackage.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 12 | 91.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 20 | 8 | 0 | 5 | $exempt_scripts || !$token || $token->{'type'} == 128 and not $allow_import_of |
| 33 | 4 | 2 | 6 | $token_type != 127 and $token_type != 126 |
| 6 | 2 | 4 | $token_type != 127 and $token_type != 126 and $token_type != 94 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 20 | 2 | 3 | 8 | $exempt_scripts || !$token || $token->{'type'} == 128 |