Condition Coverage

blib/lib/Games/Sokoban.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
66 0 0 0 defined $a and defined $b
351 0 0 0 @data > 2 and $data[-2] eq $walls

or 3 conditions

line l !l&&r !l&&!r condition
81 0 0 0 $format ||= detect_format $data
83 0 0 0 $format eq 'text' or $format eq 'rle'