Condition Coverage

blib/lib/XML/RSS/Parser/Util.pm
Criterion Covered Total %
condition 0 11 0.0


and 3 conditions

line !l l&&!r l&&r condition
25 0 0 0 $prefix and $prefix ne '#default'
34 0 0 0 $aprefix and $aprefix ne '#default'
64 0 0 0 not $nocdata and $str =~ / <[^>]+> ## HTML markup | ## or &(?:(?!(\#([0-9]+)|\#x([0-9a-fA-F]+))).*?); ## something that looks like an HTML entity. /x

or 2 conditions

line l !l condition
14 0 0 $encoding ||= 'utf-8'