| blib/lib/Games/Maze/SVG/HexCells.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 16 | 100.0 |
| line | l | !l | condition |
|---|---|---|---|
| 264 | 882 | 54 | $$rows[$index][$c - 1] || ' ' |
| 882 | 108 | $$rows[$index][$c] || ' ' | |
| 882 | 54 | $$rows[$index + 1][$c - 1] || ' ' | |
| 882 | 108 | $$rows[$index + 1][$c] || ' ' | |
| 287 | 968 | 62 | $$rows[$index][$c - 1] || ' ' |
| 970 | 124 | $$rows[$index][$c] || ' ' | |
| 882 | 148 | $$rows[$index + 1][$c - 1] || ' ' | |
| 882 | 212 | $$rows[$index + 1][$c] || ' ' |