Condition Coverage

blib/lib/Markup/MatchNode.pm
Criterion Covered Total %
condition 7 18 38.8


and 3 conditions

line !l l&&!r l&&r condition
43 2 0 0 $_ eq 'parent' and $args{$_} ne $empty
93 1 0 0 $nodeA eq $empty and $nodeB eq $empty
101 0 0 1 $$nodeA{'element_type'} eq $$nodeB{'element_type'} && $$nodeA{'tagname'} eq $$nodeB{'tagname'}

or 3 conditions

line l !l&&r !l&&!r condition
21 0 1 0 ref $invocant || $invocant
97 0 0 1 $nodeA eq $empty or $nodeB eq $empty
191 1 0 1 $div or $by