Branch Coverage

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


line true false branch
87 130 42333 unless defined $y
88 38696 2835 if $x > 0 and $x <= $self->width and $y > 0 and $y <= $self->height
114 306 3792 if $distance < $limit
157 75 121 if $to eq coordinates($self->neighbor($from, $i))