Condition Coverage

blib/lib/XML/Invisible.pm
Criterion Covered Total %
condition 11 16 68.7


and 3 conditions

line !l l&&!r l&&r condition
90 15 17 0 defined $elt_sought and $elt_sought ne $elt->{'nodename'}
92 18 5 4 defined $elt_sought and defined(my $value = $attrs->{$elt_sought})
131 5 17 0 defined $elt and $elt->{'nodename'} ne $ref

or 2 conditions

line l !l condition
86 56 6 $attrs ||= {}
181 0 0 $item->{'attributes'} || {}

or 3 conditions

line l !l&&r !l&&!r condition
85 56 6 0 $grammar_frag ||= $grammar_tree->{$elt_sought}