blib/lib/Perl/Critic/Policy/TooMuchCode/ProhibitLargeTryBlock.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 8 | 37.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
19 | 0 | 0 | 2 | $word_before and $word_before->isa("PPI::Token::Word") |
0 | 0 | 2 | $word_before and $word_before->isa("PPI::Token::Word") and $word_before->content eq "try" |
line | l | !l | condition |
---|---|---|---|
13 | 0 | 2 | $self->{'try_block_statement_count_limit'} || 10 |