Condition Coverage

blib/lib/Perl/Lint/Policy/Variables/RequireLocalizedPunctuationVars.pm
Criterion Covered Total %
condition 13 17 76.4


and 3 conditions

line !l l&&!r l&&r condition
127 0 974 0 $before_token and $$before_token{'type'} == 65
175 305 153 510 $globals{$variable} and not $exemptions{$variable}

or 2 conditions

line l !l condition
44 2 0 $$this_policies_arg{'allow'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
112 16 4 8 $token_type == 122 or $token_type == 79
20 4 4 $token_type == 122 or $token_type == 79 or $token_type == 80
8 4 0 $token_type == 122 or $token_type == 79 or $token_type == 80 or $token_type == 81