Branch Coverage

blib/lib/AI/Pathfinding/AStar/Rectangle.pm
Criterion Covered Total %
branch 0 10 0.0


line true false branch
74 0 0 unless $self->width * $self->height == length $passability
123 0 0 $map[$x][$y] eq '4' ? :
0 0 $map[$x][$y] eq '3' ? :
0 0 $map[$x][$y] eq '0' ? :
0 0 $map[$x][$y] eq '1' ? :