| blib/lib/Perl/Critic/Policy/Variables/RequireLocalizedPunctuationVars.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 9 | 55.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 68 | 28 | 0 | 90 | $modifier and $modifier->isa("PPI::Token::Word") |
| 28 | 29 | 61 | $modifier and $modifier->isa("PPI::Token::Word") and $$local_or_my{$modifier->content} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 73 | 0 | 0 | 0 | $elem->isa("PPI::Structure::List") or $elem->isa("PPI::Statement::Expression") |