blib/lib/Spreadsheet/HTML/Presets/Sudoku.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 7 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
21 | 0 | 0 | 0 | not $board->is_solved and $args->{'attempts'}-- > 0 |
line | l | !l | condition |
---|---|---|---|
12 | 0 | 0 | $args->{'attempts'} || 0 |
13 | 0 | 0 | int($args->{'blanks'} || 0) || 50 |