blib/lib/Game/TextMapper/Schroeder/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 8 | 100.0 |
line | true | false | branch |
---|---|---|---|
87 | 146 | 40928 | unless defined $y |
88 | 37167 | 2886 | if $x > 0 and $x <= $self->width and $y > 0 and $y <= $self->height |
114 | 239 | 3615 | if $distance < $limit |
157 | 108 | 209 | if $to eq coordinates($self->neighbor($from, $i)) |