Condition Coverage

blib/lib/Perl/Lint/Policy/ValuesAndExpressions/ProhibitMismatchedOperators.pm
Criterion Covered Total %
condition 39 63 61.9


and 3 conditions

line !l l&&!r l&&r condition
95 46 36 14 $is_before_token_variable and $is_next_token_variable
117 10 38 0 $is_before_token_numeric || $is_before_token_variable and $is_next_token_numeric || $is_next_token_variable
131 34 0 0 $is_before_token_numeric and not $is_before_token_variable
19 0 15 $is_next_token_numeric and not $is_next_token_variable

or 3 conditions

line l !l&&r !l&&!r condition
48 155 13 438 $token_kind == 1 or $token_kind == 2
58 62 0 106 $is_in_numeric_context or $is_in_string_context
70 48 0 48 $before_token_type == 166 or $before_token_type == 168
48 0 48 $before_token_type == 166 or $before_token_type == 168 or $before_token_type == 169
0 2 46 $before_token_type == 166 or $before_token_type == 168 or $before_token_type == 169 or $before_token_type == 194
2 0 46 $before_token_type == 166 or $before_token_type == 168 or $before_token_type == 169 or $before_token_type == 194 or $before_token_type == 195
2 0 46 $before_token_type == 166 or $before_token_type == 168 or $before_token_type == 169 or $before_token_type == 194 or $before_token_type == 195 or $before_token_type == 196
83 21 0 75 $next_token_type == 166 or $next_token_type == 168
21 0 75 $next_token_type == 166 or $next_token_type == 168 or $next_token_type == 169
0 0 75 $next_token_type == 166 or $next_token_type == 168 or $next_token_type == 169 or $next_token_type == 194
0 0 75 $next_token_type == 166 or $next_token_type == 168 or $next_token_type == 169 or $next_token_type == 194 or $next_token_type == 195
0 0 75 $next_token_type == 166 or $next_token_type == 168 or $next_token_type == 169 or $next_token_type == 194 or $next_token_type == 195 or $next_token_type == 196
104 14 0 68 $before_token_type == 170 or $before_token_type == 171
112 49 0 33 $next_token_type == 170 or $next_token_type == 171
117 10 0 38 $is_before_token_numeric || $is_before_token_variable
24 0 14 $is_next_token_numeric || $is_next_token_variable
131 0 0 34 $is_before_token_numeric and not $is_before_token_variable or $is_next_token_numeric and not $is_next_token_variable