blib/lib/Game/TextMapper/Schroeder/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 8 | 100.0 |
line | true | false | branch |
---|---|---|---|
87 | 210 | 40421 | unless defined $y |
88 | 36952 | 2700 | if $x > 0 and $x <= $self->width and $y > 0 and $y <= $self->height |
114 | 257 | 4033 | if $distance < $limit |
157 | 136 | 211 | if $to eq coordinates($self->neighbor($from, $i)) |