Condition Coverage

blib/lib/XML/NamespaceSupport.pm
Criterion Covered Total %
condition 17 27 62.9


and 3 conditions

line !l l&&!r l&&r condition
93 18 0 0 $prefix eq 'xml' and $value ne $XML::NamespaceSupport::NS_XML
18 0 0 $value eq $XML::NamespaceSupport::NS_XML and $prefix ne 'xml'
18 0 0 $value eq $XML::NamespaceSupport::NS_XML and $prefix eq 'xml'
105 1 12 4 defined $prefix and $prefix eq ''
109 11 1 1 $value eq '' and not $self->[4]
110 11 0 1 not defined $prefix and $self->[3]

or 3 conditions

line l !l&&r !l&&!r condition
85 17 1 0 defined $prefix or $self->[3]
110 11 0 0 defined $prefix || $self->[3]
143 1 1 2 not defined $prefix or $prefix eq ''