Condition Coverage

blib/lib/XML/NamespaceSupport.pm
Criterion Covered Total %
condition 14 24 58.3


and 3 conditions

line !l l&&!r l&&r condition
93 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'
105 1 6 4 defined $prefix and $prefix eq ''
109 5 1 1 $value eq '' and not $self->[4]
110 5 1 0 not defined $prefix and $self->[3]

or 3 conditions

line l !l&&r !l&&!r condition
85 11 0 1 defined $prefix or $self->[3]
110 5 0 0 defined $prefix || $self->[3]