| blib/lib/Perl/Lint/Policy/Variables/RequireLocalizedPunctuationVars.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 17 | 76.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 127 | 0 | 974 | 0 | $before_token and $before_token->{'type'} == 65 |
| 175 | 317 | 150 | 501 | $globals{$variable} and not $exemptions{$variable} |
| line | l | !l | condition |
|---|---|---|---|
| 44 | 2 | 0 | $this_policies_arg->{'allow'} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 112 | 16 | 4 | 8 | $token_type == 122 or $token_type == 79 |
| 20 | 4 | 4 | $token_type == 122 or $token_type == 79 or $token_type == 80 | |
| 8 | 4 | 0 | $token_type == 122 or $token_type == 79 or $token_type == 80 or $token_type == 81 |