Condition Coverage

blib/lib/Game/Life/NDim/Board.pm
Criterion Covered Total %
condition 5 11 45.4


and 3 conditions

line !l l&&!r l&&r condition
163 0 2733 301 ref $life eq 'ARRAY' and @{$life;} < $pos + 1
219 4 0 0 @{$self->cursor;} > 2 and $self->cursor->[0] != $level

or 2 conditions

line l !l condition
240 0 0 $lines[$i] ||= ''

or 3 conditions

line l !l&&r !l&&!r condition
199 1 0 123 $i < $min or not exists $$item[$i]