Condition Coverage

blib/lib/Algorithm/QuadTree.pm
Criterion Covered Total %
condition 0 21 0.0


or 3 conditions

line l !l&&r !l&&!r condition
30 0 0 0 ref $self || $self
186 0 0 0 $coords[0] > $cxmax or $coords[2] < $cxmin
0 0 0 $coords[0] > $cxmax or $coords[2] < $cxmin or $coords[1] > $cymax
0 0 0 $coords[0] > $cxmax or $coords[2] < $cxmin or $coords[1] > $cymax or $coords[3] < $cymin
314 0 0 0 $coords[0] >= $cxmax or $coords[2] <= $cxmin
0 0 0 $coords[0] >= $cxmax or $coords[2] <= $cxmin or $coords[1] >= $cymax
0 0 0 $coords[0] >= $cxmax or $coords[2] <= $cxmin or $coords[1] >= $cymax or $coords[3] <= $cymin