Condition Coverage

blib/lib/XML/TinyXML.pm
Criterion Covered Total %
condition 3 24 12.5


and 3 conditions

line !l l&&!r l&&r condition
273 0 0 0 defined $root and !ref($root) || ref $root eq 'SCALAR'
310 0 0 0 $node and UNIVERSAL::isa('XML::TinyXML::Node', $node)
326 0 0 0 $node and UNIVERSAL::isa('XML::TinyXML::Node', $node)
344 4 1 0 $attrs and ref $attrs ne 'HASH'
366 0 0 0 ref $node and UNIVERSAL::isa('XML::TinyXML::Node', $node)
369 0 0 0 $attrs and ref $attrs ne 'HASH'
420 1 0 0 ref $root and UNIVERSAL::isa('XML::TinyXML::Node', $root)

or 3 conditions

line l !l&&r !l&&!r condition
273 0 0 0 !ref($root) || ref $root eq 'SCALAR'