Branch Coverage
blib/lib/Games/2048/Grid.pm
Criterion
Covered
Total
%
branch
4
4
100.0
line
true
false
branch
43
5787
142
if $$cell[0] >= 0 and $$cell[0] < $self->size and $$cell[1] >= 0
49
151
5311
unless $self->within_bounds($cell)