Condition Coverage

blib/lib/Games/2048/Board.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
44 0 0 0 $redraw and not $self->needs_redraw
69 0 0 0 $this_line >= 0 and $this_line < $lines
85 0 0 0 $tile and $tile->appear

or 2 conditions

line l !l condition
65 0 0 $value // ''

or 3 conditions

line l !l&&r !l&&!r condition
139 0 0 0 $self->win or $self->lose

xor 4 conditions

line l&&r l&&!r !l&&r !l&&!r condition
106 0 0 0 0 $within xor $on