Condition Coverage

blib/lib/Perl/Lint/Policy/Variables/RequireNegativeIndices.pm
Criterion Covered Total %
condition 19 24 79.1


and 3 conditions

line !l l&&!r l&&r condition
73 40 46 2 $is_reference and $token_type == 118
83 8 6 0 $is_reference and $var_token_types{$token_type}
107 40 41 3 $is_reference and $token_type == 121
114 46 40 0 not $is_reference and $array_var_token_types{$token_type}

or 3 conditions

line l !l&&r !l&&!r condition
36 36 9 73 $var_token_types{$token_type} or $token_type == 117
73 12 0 88 $token_type == 66 or $is_reference and $token_type == 118
107 2 0 84 $token_type == 113 or $is_reference and $token_type == 121
114 5 0 81 not $is_reference and $array_var_token_types{$token_type} or $array_dereference_token_types{$token_type}