Condition Coverage

lib/HTML/Object/Document.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
48 0 0 0 defined $this and length $this
60 0 0 0 $this->tag eq "html" and $self->children->length
0 0 0 $this->tag eq "html" and $self->children->length and $self->children->first->tag eq "html"

or 2 conditions

line l !l condition
52 0 0 $p->parse("$this") || (return $self->pass_error($p->error))

or 3 conditions

line l !l&&r !l&&!r condition
49 0 0 0 not ref $this or overload::Method($this, "\"\"")
56 0 0 0 not $self->_is_a($this, "HTML::Object::Element") or $self->_is_a($this, "HTML::Object::Collection")