| blib/lib/Games/Wumpus.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 12 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 64 | 0 | 0 | unless ($self->cave->can_move_to($new)) |
| 97 | 0 | 0 | if ($self->arrows < 1) |
| 105 | 0 | 0 | unless ($self->cave->can_move_to($rooms[0])) |
| 110 | 0 | 0 | if ($rooms[$i] eq $rooms[$i - 2]) |
| 134 | 0 | 0 | if ($self->cave->wumpus == $self->cave->location) |
| 139 | 0 | 0 | if ($self->lose_arrow < 1) |