| blib/lib/App/PerlNitpick/Rule/MoreOrLessSpaces.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 7 | 9 | 77.7 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 22 | 4 | 0 | 4 | $prev1->isa("PPI::Token::Whitespace") and $prev1->content eq "\n" | 
| 4 | 2 | 2 | $prev1->isa("PPI::Token::Whitespace") and $prev1->content eq "\n" and $prev2->isa("PPI::Token::Whitespace") | |
| 2 | 0 | 2 | $prev1->isa("PPI::Token::Whitespace") and $prev1->content eq "\n" and $prev2->isa("PPI::Token::Whitespace") and $prev2->content eq "\n" |