lib/HTML/Object/DOM/Element/Label.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 14 | 0.0 |
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" |
line | l | !l | condition |
---|---|---|---|
59 | 0 | 0 | $_->attr("type") // "" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
59 | 0 | 0 | 0 | $tag ne "input" or $tag eq "input" and lc($_->attr("type") // "") ne "hidden" |