blib/lib/Games/2048.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
83 | 0 | 0 | 0 | $first_time and $game = 'Games::2048::Game'->restore |
129 | 0 | 0 | 0 | not $game->needs_redraw and $game->lose || $game->win |
178 | 0 | 0 | 0 | defined $game->best_score and $game->best_score > $self->best_score |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
85 | 0 | 0 | 0 | $game->lose or not $game->is_valid |
110 | 0 | 0 | 0 | $game->lose or $game->win |
129 | 0 | 0 | 0 | $game->lose || $game->win |
146 | 0 | 0 | 0 | $quit or $restart |