Condition Coverage

blib/lib/Forest/Tree.pm
Criterion Covered Total %
condition 8 11 72.7


and 3 conditions

line !l l&&!r l&&r condition
84 3 1 57 &blessed($child) and $child->isa(ref $self)
112 0 0 2 &blessed($child) and $child->isa(ref $self)
130 4 0 3 &blessed($child) and $child->isa(ref $self)

or 2 conditions

line l !l condition
78 79 39 (shift())->parent || (return -1)