Condition Coverage

blib/lib/Game/TextMapper/Point.pm
Criterion Covered Total %
condition 5 12 41.6


and 3 conditions

line !l l&&!r l&&r condition
81 470 0 2030 $self->x == $other->x && $self->y == $other->y && $self->z == $other->z

or 3 conditions

line l !l&&r !l&&!r condition
92 0 0 0 $a->x <=> $b->x || $a->y <=> $b->y || $a->z <=> $b->z
119 0 0 89444 $x > 99 || $y > 99
2641 89444 0 $separator //= $x > 99 || $y > 99 ? "." : ""