| blib/lib/HTML/TreeBuilder/LibXML/Node.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 18 | 61.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 9 | 1 | 0 | 130 | @_ == 1 and ref $_[0] |
| 24 | 0 | 16 | 13 | @_ == 2 and lc $key eq "text" |
| 139 | 0 | 0 | 1 | $callback and ref $callback eq "CODE" |
| 358 | 0 | 1 | 6 | @args >= 2 and $args[0] eq "_tag" |
| 461 | 0 | 1 | 18 | defined $parent && !$parent->isa('XML::LibXML::DocumentFragment') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 77 | 0 | 3 | 34 | $@ or $output eq "" |