blib/lib/XML/XSH/Iterators.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 9 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
85 | 0 | 0 | 0 | $node->parentNode and not $node->parentNode->isSameNode($$iter{'CURRENT'}) |
224 | 0 | 0 | 0 | $stop and $node->isSameNode($stop) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
224 | 0 | 0 | 0 | $stop and $node->isSameNode($stop) or not $node->parentNode |