Condition Coverage

blib/lib/XML/Minifier.pm
Criterion Covered Total %
condition 18 19 94.7


and 3 conditions

line !l l&&!r l&&r condition
366 172 42 27 $child->nodeType eq 8 and $opt{'keep_comments'}
370 164 30 20 $child->nodeType eq 4 and $opt{'keep_cdata'}
374 168 18 8 $child->nodeType eq 7 and $opt{'keep_pi'}
391 67 124 260 $empty and @{$child->parentNode->childNodes;} > 1

or 2 conditions

line l !l condition
104 10 129 $opt{'version'} // "1.0"
105 7 132 $opt{'encoding'} // "UTF-8"

or 3 conditions

line l !l&&r !l&&!r condition
114 15 0 147 $flc->nodeType eq 14 or $flc->nodeType eq 10