| lib/Games/Sudoku/Lite.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 13 | 61.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 38 | 1 | 0 | 19 | defined $config and ref $config eq 'HASH' |
| 69 | 64 | 42 | 524 | $possibilities_left and $possibilities_left < $prev_possibilities |
| line | l | !l | condition |
|---|---|---|---|
| 159 | 2040 | 0 | shift() || [] |
| 436 | 106297 | 0 | shift() || [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 299 | 0 | 0 | 166161 | not defined $cell or $cell eq '' |