lib/Games/Nonogram/CommandLine.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 13 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
39 | 0 | 0 | 0 | $file and -f $file |
line | l | !l | condition |
---|---|---|---|
43 | 0 | 0 | $$options{'debug'} || 0 |
45 | 0 | 0 | $$options{'check_only'} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
44 | 0 | 0 | 0 | $$options{'verbose'} || $debug |
54 | 0 | 0 | 0 | $grid->is_done or $grid->has_answers |