| blib/lib/Perl/Critic/Policy/Lax/RequireEndWithTrueConst.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 12 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 55 | 0 | 0 | 6 | $tail[-1]->isa("PPI::Token::Structure") and $tail[-1] eq ";" |
| 60 | 6 | 0 | 6 | $element->isa("PPI::Statement") and $element->schildren < 3 |
| 76 | 1 | 0 | 2 | length $string && $string ne '0' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 86 | 0 | 0 | 25 | $elem->isa('PPI::Statement::End') || $elem->isa('PPI::Statement::Data') |