| blib/lib/Game/TextPacMonster/Map.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 17 | 21 | 80.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 43 | 1 | 4 | 0 | $command and not $command =~ /^(j|k|l|h|.)$/ |
| 132 | 1 | 10 | 17 | $char and $char ne '#' |
| 161 | 2 | 1 | 2 | $feeds_result && $time_result |
| 225 | 198 | 13 | 97 | $_ eq ' ' && $$feeds[$y][$x] |
| 260 | 1 | 0 | 9 | $player_pre_p and $enemy_pre_p |
| 261 | 8 | 0 | 1 | $player_p->equals($enemy_pre_p) and $player_pre_p->equals($enemy_p) |
| 289 | 0 | 32 | 36 | $char and $char ne '#' |