| lib/HTML/Object/DOM/List.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 41 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 61 | 0 | 0 | 0 | defined $type and $type =~ /^\w+#/ |
| 62 | 0 | 0 | 0 | defined $code && CORE::length "$code" |
| 73 | 0 | 0 | 0 | exists $this->{$_} && defined $this->{$_} && CORE::length $this->{$_} |
| 0 | 0 | 0 | $_ ne "add" and $_ ne "remove" | |
| 92 | 0 | 0 | 0 | $self->_is_object($data) and $data->can("callback") |
| 99 | 0 | 0 | 0 | defined $cb and ref $cb |
| 104 | 0 | 0 | 0 | exists $this->{'callback'} and ref $this->{'callback'} eq "CODE" |
| line | l | !l | condition |
|---|---|---|---|
| 125 | 0 | 0 | 'HTML::Object::Event'->new($type, 'bubbles', 0, 'cancellable', 0, 'target', $self) || (return $self->pass_error) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 60 | 0 | 0 | 0 | not defined $def or ref $def ne "HASH" |
| 62 | 0 | 0 | 0 | not defined $code && CORE::length "$code" or ref $code ne "CODE" |
| 88 | 0 | 0 | 0 | ref $self || $self |
| 94 | 0 | 0 | 0 | ref $data || $data |
| 138 | 0 | 0 | 0 | ref $self || $self |
| 140 | 0 | 0 | 0 | ref $children || $children |