| blib/lib/Perl/Critic/Policy/NamingConventions/Capitalization.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 13 | 38.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 344 | 152 | 5 | 6 | $elem->isa("PPI::Statement::Compound") and $elem->type eq "foreach" |
| 567 | 0 | 0 | 0 | $great_grand_parent and not $great_grand_parent->isa("PPI::Document") |
| line | l | !l | condition |
|---|---|---|---|
| 591 | 0 | 0 | $elem->statement || (return) |
| 592 | 0 | 0 | $stmnt->schild(0) || (return) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 392 | 0 | 48 | 10 | not $parent or $parent->isa("PPI::Document") |