Condition Coverage

blib/lib/Karel/Robot.pm
Criterion Covered Total %
condition 6 8 75.0


and 3 conditions

line !l l&&!r l&&r condition
126 139 164 0 'W' eq $chars[$c] and $r == 0 || $r == $y + 1 || $c == 0 || $c == $x + 1

or 2 conditions

line l !l condition
44 36 6 $direction //= 'N'

or 3 conditions

line l !l&&r !l&&!r condition
126 100 0 1 $r == 0 || $r == $y + 1 || $c == 0 || $c == $x + 1