Condition Coverage

lib/Games/Nonogram/CommandLine.pm
Criterion Covered Total %
condition 0 13 0.0


and 3 conditions

line !l l&&!r l&&r condition
39 0 0 0 $file and -f $file

or 2 conditions

line l !l condition
43 0 0 $$options{'debug'} || 0
45 0 0 $$options{'check_only'} || 0

or 3 conditions

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