Condition Coverage

lib/HTML/Object/DOM/Element/Label.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
43 0 0 0 defined $id and length "$id"
47 0 0 0 defined $elem and ref $elem
59 0 0 0 $tag eq "input" and lc($_->attr("type") // "") ne "hidden"

or 2 conditions

line l !l condition
59 0 0 $_->attr("type") // ""

or 3 conditions

line l !l&&r !l&&!r condition
59 0 0 0 $tag ne "input" or $tag eq "input" and lc($_->attr("type") // "") ne "hidden"