Condition Coverage

inc/XML/NamespaceSupport.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

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

or 3 conditions

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