Condition Coverage

blib/lib/Perl/Lint/Policy/ValuesAndExpressions/ProhibitQuotesAsQuotelikeOperatorDelimiters.pm
Criterion Covered Total %
condition 10 12 83.3


and 3 conditions

line !l l&&!r l&&r condition
62 0 0 70 $next_token and $next_token->{'type'} == 151
66 51 10 9 $next_token_data eq q['] and not $target_regs_allows_single_quote{$token_data}
37 7 17 $next_token_data eq '"' and not $target_regs_allows_double_quote{$token_data}
25 7 12 $next_token_data eq '`' and not $target_regs_allows_back_quote{$token_data}