blib/lib/XML/Minify.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 19 | 94.7 |
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 | 256 | $empty and @{$child->parentNode->childNodes;} > 1 |
line | l | !l | condition |
---|---|---|---|
104 | 10 | 127 | $opt{'version'} // '1.0' |
105 | 7 | 130 | $opt{'encoding'} // 'UTF-8' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
114 | 15 | 0 | 145 | $flc->nodeType eq 14 or $flc->nodeType eq 10 |