| blib/lib/Perl/Critic/Policy/Variables/RequireLocalizedPunctuationVars.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 9 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 74 | 2237 | 307 | 737 | $modifier and $modifier->isa("PPI::Token::Word") |
| 2544 | 29 | 708 | $modifier and $modifier->isa("PPI::Token::Word") and $$local_or_my{$modifier->content} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 79 | 614 | 614 | 310 | $elem->isa("PPI::Structure::List") or $elem->isa("PPI::Statement::Expression") |