Condition Coverage

blib/lib/Games/LMSolve/Tilt/RedBlue.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
110 0 0 0 $coords->[0] == $coords->[2] && $coords->[1] == $coords->[3]

or 3 conditions

line l !l&&r !l&&!r condition
43 0 0 0 $red_start_x >= $width or $red_start_y >= $height
49 0 0 0 $red_goal_x >= $width or $red_goal_y >= $height
55 0 0 0 $blue_start_x >= $width or $blue_start_y >= $height
61 0 0 0 $blue_goal_x >= $width or $blue_goal_y >= $height