| lib/Games/Nonogram/BruteForce.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 8 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 39 | 0 | 0 | 0 | $str ne $prev and not $grid->is_done |
| line | l | !l | condition |
|---|---|---|---|
| 47 | 0 | 0 | $grid->stash->{'answers'} ||= [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 21 | 0 | 0 | 0 | not $free or $free > $$clue{'free'} |