| lib/XML/XMetaL/Utilities/Iterator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 74 | 0 | 0 | 0 | $self->_get_depth >= 1 and $$current_node{'nextSibling'} |
| 0 | 0 | 0 | $self->_get_depth > 1 and $$current_node{'parentNode'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 21 | 0 | 0 | 0 | $args{-'domnode'} || croak('-domnode parameter missing or undefined') |
| 0 | 0 | 0 | ref $class || $class |