Condition Coverage

blib/lib/Spreadsheet/HTML/Presets/Sudoku.pm
Criterion Covered Total %
condition 0 7 0.0


and 3 conditions

line !l l&&!r l&&r condition
21 0 0 0 not $board->is_solved and $args->{'attempts'}-- > 0

or 2 conditions

line l !l condition
12 0 0 $args->{'attempts'} || 0
13 0 0 int($args->{'blanks'} || 0) || 50