| blib/lib/Games/ABC_Path/Generator/RiddleObj.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 20 | 22 | 90.9 |
| line | true | false | branch |
|---|---|---|---|
| 21 | 1 | 1 | if (@_) |
| 33 | 1 | 6 | if (@_) |
| 45 | 1 | 4 | if (@_) |
| 73 | 0 | 2 | unless ($i =~ /\A[01234]\z/) |
| 84 | 1 | 3 | if ($type eq 'col') { } |
| 1 | 2 | elsif ($type eq 'row') { } | |
| 1 | 1 | elsif ($type eq 'diag') { } | |
| 1 | 0 | elsif ($type eq 'antidiag') { } | |
| 120 | 10 | 10 | $clue_idx < 7 ? : |
| 2 | 20 | $clue_idx == 1 ? : | |
| 2 | 22 | $clue_idx == 0 ? : |