Condition Coverage

blib/lib/Perl/Lint/Policy/Variables/ProhibitAugmentedAssignmentInDeclaration.pm
Criterion Covered Total %
condition 11 12 91.6


and 3 conditions

line !l l&&!r l&&r condition
37 6 9 73 $token->{'kind'} == 2 and {%= => 1, &&= => 1, &= => 1, **= => 1, *= => 1, += => 1, -= => 1, .= => 1, //= => 1, /= => 1, <<= => 1, >>= => 1, ^= => 1, x= => 1, |= => 1, ||= => 1}->{$token->{'data'}}

or 3 conditions

line l !l&&r !l&&!r condition
34 47 34 5 $var_type == 166 or $var_type == 191
81 1 4 $var_type == 166 or $var_type == 191 or $var_type == 194
37 9 0 6 $token->{'type'} == 65 or $token->{'type'} == 106