blib/lib/Games/2048/Grid.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 6 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
43 | 104 | 90 | 7147 | $$cell[0] >= 0 and $$cell[0] < $self->size |
194 | 52 | 7095 | $$cell[0] >= 0 and $$cell[0] < $self->size and $$cell[1] >= 0 |