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