| blib/lib/XML/XSH/Iterators.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 21 | 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) |
| 258 | 0 | 0 | 0 | $self->current and not &$filter($self->current) |
| 270 | 0 | 0 | 0 | $self->current and not &$filter($self->current) |
| 281 | 0 | 0 | 0 | $self->current and not &$filter($self->current) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 224 | 0 | 0 | 0 | $stop and $node->isSameNode($stop) or not $node->parentNode |
| 240 | 0 | 0 | 0 | ref $class || $class |