Branch Coverage

blib/lib/Algorithm/QuadTree.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
42 0 0 unless (exists $args{"-$arg"})
104 0 0 if (defined $parent)
108 0 0 if $curDepth == $$obj{'DEPTH'}
149 0 0 if $coords[2] < $coords[0]
151 0 0 if $coords[3] < $coords[1]
186 0 0 if $coords[0] > $cxmax or $coords[2] < $cxmin or $coords[1] > $cymax or $coords[3] < $cymin
195 0 0 if (not @{$$self{'CHILDREN'}[$index];}) { }
224 0 0 unless exists $$self{'BACKREF'}{$objRef}
314 0 0 if $coords[0] >= $cxmax or $coords[2] <= $cxmin or $coords[1] >= $cymax or $coords[3] <= $cymin
319 0 0 if (not @{$$self{'CHILDREN'}[$index];}) { }