Condition Coverage

blib/lib/Algorithm/SpatialIndex/Strategy/QuadTree.pm
Criterion Covered Total %
condition 21 26 80.7


or 2 conditions

line l !l condition
250 76 2 shift() || []

or 3 conditions

line l !l&&r !l&&!r condition
118 0 8 19 $$nxy[2] - $$nxy[0] <= 0 or log($self->total_width / ($$nxy[2] - $$nxy[0])) / 0.69314718055994529 >= $self->max_depth
249 78 0 0 shift() || $self->storage
268 2 1 7 $x < $$coords[0] or $x > $$coords[2]
3 0 7 $x < $$coords[0] or $x > $$coords[2] or $y < $$coords[1]
1 0 7 $x < $$coords[0] or $x > $$coords[2] or $y < $$coords[1] or $y > $$coords[3]
327 10 4 324 $xu < $$coords[0] or $xl > $$coords[2]
14 4 320 $xu < $$coords[0] or $xl > $$coords[2] or $yu < $$coords[1]
8 3 317 $xu < $$coords[0] or $xl > $$coords[2] or $yu < $$coords[1] or $yl > $$coords[3]