| lib/HTML/Object/DOM/Element/Label.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 12 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 32 | 0 | 0 | unless $self->SUPER::init(@_) |
| 33 | 0 | 0 | unless length "$self->{'tag'}" |
| 43 | 0 | 0 | if (defined $id and length "$id") { } |
| 47 | 0 | 0 | unless defined $elem and ref $elem |
| 59 | 0 | 0 | if ($tag ne "input" or $tag eq "input" and lc($_->attr("type") // "") ne "hidden") |
| 76 | 0 | 0 | unless $self->_is_a($elem, "HTML::Object::DOM::Element") |