| blib/lib/Perl/Lint/Policy/Variables/ProhibitEvilVariables.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 9 | 77.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 122 | 27 | 7 | 6 | $token_type == 137 and $token_data eq '$^' |
| 175 | 15 | 0 | 5 | not $line and $alt_evil_var |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 116 | 40 | 0 | 235 | {137 => 1, 166 => 1, 167 => 1, 168 => 1, 169 => 1, 191 => 1, 192 => 1, 193 => 1, 194 => 1, 195 => 1, 196 => 1}->{$token_type} or {114 => 1, 115 => 1}->{$token_type} |