Condition Coverage

blib/lib/Perl/Lint/Policy/Variables/ProhibitReusedNames.pm
Criterion Covered Total %
condition 15 20 75.0


and 3 conditions

line !l l&&!r l&&r condition
104 4 0 0 $depth < 0 and scalar @local_vars_by_depth < -$depth
136 30 0 0 $depth < 0 and scalar @local_vars_by_depth < -$depth

or 2 conditions

line l !l condition
31 1 0 $$this_policies_arg{'allow'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
40 46 1 274 $token_type == 109 or $token_type == 114
47 1 273 $token_type == 109 or $token_type == 114 or $token_type == 113
2 1 272 $token_type == 109 or $token_type == 114 or $token_type == 113 or $token_type == 115
61 56 8 156 $token_type == 62 or $token_type == 91