blib/lib/Games/Sudoku/Component/Table/Item.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 10 | 60.0 |
line | true | false | branch |
---|---|---|---|
13 | 449 | 127 | ref $_[0] ? : |
15 | 0 | 576 | unless defined $options{'row'} |
16 | 0 | 576 | unless defined $options{'col'} |
17 | 0 | 576 | unless defined $options{'allowed'} |
18 | 0 | 576 | if ref $options{'allowed'} ne 'ARRAY' |