| blib/lib/Games/Terrain/DiamondSquare.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 8 | 62.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 84 | 7168 | 0 | 0 | $height == 2 and $width == 2 |
| line | l | !l | condition |
|---|---|---|---|
| 23 | 1 | 0 | $roughness ||= 0.5 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 38 | 309 | 2080 | 7168 | $height > 1 or $width > 1 |