| blib/lib/Games/Mines.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 15 | 80.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 149 | 9 | 2 | 0 | $mine_field->found_all and $$mine_field{'on'} |
| 285 | 54 | 30 | 15 | $dw == 0 and $dh == 0 |
| 387 | 28 | 8 | 0 | $mine_field->at($w, $h) eq 'F' and not $mine_field->_at($w, $h) eq '*' |
| 484 | 1719 | 632 | 316 | $dw == 0 and $dh == 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 67 | 3 | 70 | 0 | ref $base || $base |