Condition Coverage

blib/lib/HTML/TreeBuilder/LibXML/Node.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
9 0 0 0 @_ == 1 and ref $_[0]
24 0 0 0 @_ == 2 and lc $key eq 'text'
138 0 0 0 $callback and ref $callback eq 'CODE'
357 0 0 0 @args >= 2 and $args[0] eq '_tag'
460 0 0 0 defined $parent && !$parent->isa('XML::LibXML::DocumentFragment')