Condition Coverage

blib/lib/Geo/CheapRuler.pm
Criterion Covered Total %
condition 0 30 0.0


and 3 conditions

line !l l&&!r l&&r condition
179 0 0 0 $units and not $FACTORS{$units}
518 0 0 0 $p1->{'index'} == $p2->{'index'} and $p1->{'t'} > $p2->{'t'}
529 0 0 0 not &equals($line->[1], $slice[0]) and $l <= $r
573 0 0 0 $sum > $start and scalar @slice == 0
659 0 0 0 &wrap($p->[0] - $bbox->[0]) >= 0 && &wrap($p->[0] - $bbox->[2]) <= 0 && $p->[1] >= $bbox->[1] && $p->[1] <= $bbox->[3]
678 0 0 0 $a->[0] == $b->[0] && $a->[1] == $b->[1]

or 3 conditions

line l !l&&r !l&&!r condition
402 0 0 0 $dx != 0 or $dy != 0
459 0 0 0 $dx != 0 or $dy != 0
476 0 0 0 $minDist eq "infinity" or $sqDist < $minDist
518 0 0 0 $p1->{'index'} > $p2->{'index'} or $p1->{'index'} == $p2->{'index'} and $p1->{'t'} > $p2->{'t'}