Branch Coverage

blib/lib/Math/Shape/Grid.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
22 2 2 if $$point{'x'} < $min_x
23 1 3 if $$point{'x'} > $max_x
24 1 3 if $$point{'y'} < $min_y
25 3 1 if $$point{'y'} > $max_y
45 4 1292 if ($$p{'x'} == $x and $$p{'y'} == $y)