| blib/lib/Game/TileMap.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 12 | 66.6 |
| line | true | false | branch |
|---|---|---|---|
| 61 | 2 | 0 | if ($args->{'map'}) |
| 63 | 2 | 0 | unless ref $args->{'map'} |
| 66 | 0 | 2 | if ref $args->{'map'} eq "ARRAY" |
| 107 | 0 | 20 | if @{$map[$line];} != $map_size[0] |
| 143 | 3 | 2 | if ($mark_positions) |
| 154 | 5 | 469 | $obj eq $mark ? : |