Condition Coverage

blib/lib/Math/Geometry/Voronoi.pm
Criterion Covered Total %
condition 21 36 58.3


and 3 conditions

line !l l&&!r l&&r condition
76 3538 762 6545 $x >= $self->xmin && $x <= $self->xmax && $y >= $self->ymin && $y <= $self->ymax
123 3258 13 0 $v1 == -1 and $v2 == -1
137 0 0 13 @$ivs and $lat2 + 0 == $lat2
0 0 13 @$ivs and $lat2 + 0 == $lat2 and $lon2 + 0 == $lon2
147 0 0 13 @$ivs and $lat1 + 0 == $lat1
0 0 13 @$ivs and $lat1 + 0 == $lat1 and $lon1 + 0 == $lon1
162 0 0 3255 $p1 != -1 and $p2 != -1
178 3524 0 2985 not grep({$$_[1] == $$this[1] if $$_[0] == $$this[0];} @poly) and $$this[0] + 0 == $$this[0]
3524 0 2985 not grep({$$_[1] == $$this[1] if $$_[0] == $$this[0];} @poly) and $$this[0] + 0 == $$this[0] and $$this[1] + 0 == $$this[1]
185 3004 0 3505 not grep({$$_[1] == $$this[3] if $$_[0] == $$this[2];} @poly) and $$this[2] + 0 == $$this[2]
3004 0 3505 not grep({$$_[1] == $$this[3] if $$_[0] == $$this[2];} @poly) and $$this[2] + 0 == $$this[2] and $$this[3] + 0 == $$this[3]

or 3 conditions

line l !l&&r !l&&!r condition
69 3155 161 3 $_[0][0] <=> $_[1][0] || $_[1][1] <=> $_[0][1]