Condition Coverage

blib/lib/Math/Geometry/Planar/Offset.pm
Criterion Covered Total %
condition 0 30 0.0


and 3 conditions

line !l l&&!r l&&r condition
322 0 0 0 $n == 0 and $n2 == $npoints - 1
413 0 0 0 abs $time < $first_time and $time == $time_dir * abs($time)
591 0 0 0 abs $delAx < $delta and abs $delAy < $delta
0 0 0 abs $delBx < $delta and abs $delBy < $delta

or 3 conditions

line l !l&&r !l&&!r condition
251 0 0 0 $Am == $Bm or $Am eq $Bm
322 0 0 0 $n2 == $n or $n2 == $n - 1
0 0 0 $n2 == $n or $n2 == $n - 1 or $n == 0 and $n2 == $npoints - 1
338 0 0 0 $Am == $Bm or $Am eq $Bm
591 0 0 0 abs $delAx < $delta and abs $delAy < $delta or abs $delBx < $delta and abs $delBy < $delta
625 0 0 0 $det_123 * $det_124 > 0 or $det_341 * $det_342 > 0