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