blib/lib/Games/Sudoku/OO/Cell.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 8 | 75.0 |
line | true | false | branch |
---|---|---|---|
70 | 0 | 11800 | if (defined $$self{'VALUE'}) |
77 | 4711 | 7089 | if (exists $$self{'POSSIBLES'}{$value}) |
85 | 297 | 11503 | if ($#possible_values == 0) |
93 | 961 | 0 | if (defined $$self{'VALUE'}) { } |