Branch Coverage

blib/lib/Games/LMSolve/Tilt/RedBlue.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
43 0 0 if ($red_start_x >= $width or $red_start_y >= $height)
49 0 0 if ($red_goal_x >= $width or $red_goal_y >= $height)
55 0 0 if ($blue_start_x >= $width or $blue_start_y >= $height)
61 0 0 if ($blue_goal_x >= $width or $blue_goal_y >= $height)