Condition Coverage

blib/lib/Tree/STR/Node.pm
Criterion Covered Total %
condition 2 38 5.2


and 3 conditions

line !l l&&!r l&&r condition
103 0 0 0 $x1 < $bbox->[0] and $x2 > $bbox->[2]
0 0 0 $x1 < $bbox->[0] and $x2 > $bbox->[2] and $y1 < $bbox->[1]
0 0 0 $x1 < $bbox->[0] and $x2 > $bbox->[2] and $y1 < $bbox->[1] and $y2 > $bbox->[3]

or 2 conditions

line l !l condition
28 107 22 $_[0]{'children'} // []

or 3 conditions

line l !l&&r !l&&!r condition
62 0 0 0 $x < $bbox->[0] or $x > $bbox->[2]
0 0 0 $x < $bbox->[0] or $x > $bbox->[2] or $y < $bbox->[1]
0 0 0 $x < $bbox->[0] or $x > $bbox->[2] or $y < $bbox->[1] or $y > $bbox->[3]
78 0 0 0 $x2 < $bbox->[0] or $x1 > $bbox->[2]
0 0 0 $x2 < $bbox->[0] or $x1 > $bbox->[2] or $y2 < $bbox->[1]
0 0 0 $x2 < $bbox->[0] or $x1 > $bbox->[2] or $y2 < $bbox->[1] or $y1 > $bbox->[3]
97 0 0 0 $x2 < $bbox->[0] or $x1 > $bbox->[2]
0 0 0 $x2 < $bbox->[0] or $x1 > $bbox->[2] or $y2 < $bbox->[1]
0 0 0 $x2 < $bbox->[0] or $x1 > $bbox->[2] or $y2 < $bbox->[1] or $y1 > $bbox->[3]