Branch Coverage

blib/lib/Games/2048/Grid.pm
Criterion Covered Total %
branch 4 4 100.0


line true false branch
43 7095 142 if $$cell[0] >= 0 and $$cell[0] < $self->size and $$cell[1] >= 0
49 151 6619 unless $self->within_bounds($cell)