Condition Coverage

blib/lib/App/PerlNitpick/Rule/QuoteSimpleStringWithSingleQuote.pm
Criterion Covered Total %
condition 0 6 0.0


or 3 conditions

line l !l&&r !l&&!r condition
59 0 0 0 $value =~ /[\\\$\@%\'\"]/ or index($value, "\n") > 0
65 0 0 0 $value =~ /\'/ or index($value, "\n") > 0