Branch Coverage

blib/lib/Game/TextMapper/Schroeder/Base.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
87 408 81800 unless defined $y
88 74425 5773 if $x > 0 and $x <= $self->width and $y > 0 and $y <= $self->height
114 473 5795 if $distance < $limit
157 219 412 if $to eq coordinates($self->neighbor($from, $i))