| blib/lib/Game/TextMapper/Point.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 8 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 81 | 418 | 0 | 2890 | $self->x == $other->x && $self->y == $other->y && $self->z == $other->z |
| line | l | !l | condition |
|---|---|---|---|
| 118 | 2517 | 43010 | $separator //= "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 92 | 0 | 0 | 0 | $a->x <=> $b->x || $a->y <=> $b->y || $a->z <=> $b->z |