blib/lib/Perl/Critic/Policy/TooMuchCode/ProhibitLargeBlock.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 8 | 62.5 |
line | true | false | branch |
---|---|---|---|
19 | 0 | 4 | unless $word_before and $word_before->isa("PPI::Token::Word") |
22 | 0 | 4 | unless $block_keyword |
24 | 0 | 4 | unless my $s = $elem->find("PPI::Statement") |
27 | 3 | 1 | unless $statement_count > $limit |