Condition Coverage

blib/lib/XML/NamespaceSupport.pm
Criterion Covered Total %
condition 14 27 51.8


and 3 conditions

line !l l&&!r l&&r condition
100 12 0 0 $prefix eq 'xml' and $value ne $XML::NamespaceSupport::NS_XML
12 0 0 $value eq $XML::NamespaceSupport::NS_XML and $prefix ne 'xml'
12 0 0 $value eq $XML::NamespaceSupport::NS_XML and $prefix eq 'xml'
112 1 6 4 defined $prefix and $prefix eq ''
116 5 1 1 $value eq '' and not $$self[4]
117 5 0 1 not defined $prefix and $$self[3]

or 3 conditions

line l !l&&r !l&&!r condition
92 11 1 0 defined $prefix or $$self[3]
117 5 0 0 defined $prefix || $$self[3]
151 0 0 0 not defined $prefix or $prefix eq ''