| blib/lib/XML/TinyXML/Node.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 21 | 52.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 96 | 25 | 0 | 747 | ref $entity and UNIVERSAL::isa($entity, 'XmlNodePtr') |
| 117 | 771 | 0 | 1 | $attrs and ref $attrs eq 'HASH' |
| 205 | 1 | 6 | 0 | $parent and $self->value |
| 389 | 0 | 0 | 22 | $child and UNIVERSAL::isa($child, 'XML::TinyXML::Node') |
| 0 | 0 | 0 | $child and not ref $child |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 161 | 8 | 14 | 0 | $childname || $k |
| 162 | 14 | 0 | 8 | not ref $$hash{$k} or ref $$hash{$k} eq 'SCALAR' |