| blib/lib/Perl/Lint/Policy/Modules/ProhibitAutomaticExportation.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 12 | 91.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 20 | 135 | 5 | 3 | $token_type == 195 and $token_data eq '@EXPORT' |
| 136 | 2 | 2 | $token_type == 127 and $token_data eq 'EXPORT' | |
| 138 | 1 | 1 | $token_type == 127 and $token_data eq 'EXPORT' and $next_token->{'type'} == 65 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 20 | 3 | 0 | 140 | $token_type == 195 and $token_data eq '@EXPORT' or $token_type == 127 and $token_data eq 'EXPORT' and $next_token->{'type'} == 65 |