Condition Coverage

blib/lib/Perl/Lint/Policy/ControlStructures/ProhibitCascadingIfElse.pm
Criterion Covered Total %
condition 7 8 87.5


and 3 conditions

line !l l&&!r l&&r condition
33 8 7 7 $is_chained and $cascading_num > $max_elsif

or 2 conditions

line l !l condition
16 1 3 $args->{'prohibit_cascading_if_else'}{'max_elsif'} || 2

or 3 conditions

line l !l&&r !l&&!r condition
25 10 0 149 $token_type == 96 or $token_type == 99