blib/lib/Games/Sudoku/Component/Controller/Loader.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 11 | 18.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
16 | 0 | 0 | 2 | @_ == 1 and not ref $_[0] |
0 | 0 | 0 | @_ == 1 and ref $_[0] eq 'SCALAR' |
line | l | !l | condition |
---|---|---|---|
36 | 2 | 0 | $str ||= '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
25 | 0 | 0 | 0 | $options{'filename'} || $options{'file'} |