| lib/Games/Nonogram/BruteForce.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 14 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 12 | 0 | 0 | if $grid->stash->{'bruteforce'}{$data} |
| 20 | 0 | 0 | if $clue->is_done |
| 21 | 0 | 0 | if (not $free or $free > $$clue{'free'}) |
| 26 | 0 | 0 | unless $target |
| 43 | 0 | 0 | if $grid->debug |
| 45 | 0 | 0 | if ($grid->is_done) { } |
| 53 | 0 | 0 | if ($@) |