Condition Coverage

blib/lib/Algorithm/SpatialIndex/Strategy/OctTree.pm
Criterion Covered Total %
condition 27 38 71.0


or 2 conditions

line l !l condition
333 200 1 shift() || []

or 3 conditions

line l !l&&r !l&&!r condition
137 0 0 25 $$nxyz[3] - $$nxyz[0] <= 0 or log($self->total_width / ($$nxyz[3] - $$nxyz[0])) / 0.69314718055994529 >= $self->max_depth
332 201 0 0 shift() || $self->storage
351 2 1 7 $x < $$coords[0] or $x > $$coords[3]
3 0 7 $x < $$coords[0] or $x > $$coords[3] or $y < $$coords[1]
1 0 7 $x < $$coords[0] or $x > $$coords[3] or $y < $$coords[1] or $y > $$coords[4]
0 0 7 $x < $$coords[0] or $x > $$coords[3] or $y < $$coords[1] or $y > $$coords[4] or $z < $$coords[2]
0 0 7 $x < $$coords[0] or $x > $$coords[3] or $y < $$coords[1] or $y > $$coords[4] or $z < $$coords[2] or $z > $$coords[5]
426 12 8 786 $xu < $$coords[0] or $xl > $$coords[3]
20 2 784 $xu < $$coords[0] or $xl > $$coords[3] or $yu < $$coords[1]
10 0 784 $xu < $$coords[0] or $xl > $$coords[3] or $yu < $$coords[1] or $yl > $$coords[4]
2 32 752 $xu < $$coords[0] or $xl > $$coords[3] or $yu < $$coords[1] or $yl > $$coords[4] or $zu < $$coords[2]
32 8 744 $xu < $$coords[0] or $xl > $$coords[3] or $yu < $$coords[1] or $yl > $$coords[4] or $zu < $$coords[2] or $zl > $$coords[5]