| blib/lib/Games/YASudoku/Board.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 21 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 92 | 0 | 0 | 1642 | $row_num and $row_num >= 1 |
| 0 | 0 | 1642 | $row_num and $row_num >= 1 and $row_num <= 9 | |
| 127 | 0 | 0 | 1642 | $col_num and $col_num >= 1 |
| 0 | 0 | 1642 | $col_num and $col_num >= 1 and $col_num <= 9 | |
| 172 | 0 | 0 | 1642 | $grp_num and $grp_num >= 1 |
| 0 | 0 | 1642 | $grp_num and $grp_num >= 1 and $grp_num <= 9 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 37 | 0 | 4 | 0 | ref $proto || $proto |