Condition Coverage

blib/lib/Math/Vectors2.pm
Criterion Covered Total %
condition 10 21 47.6


and 3 conditions

line !l l&&!r l&&r condition
261 1 0 1 $a < 0 and $b < 0
1 0 1 $a < 0 and $b < 0 and $c < 0
0 0 1 $a < 0 and $b < 0 and $c < 0 and $clockwise
0 0 1 $a > 0 and $b > 0
0 0 1 $a > 0 and $b > 0 and $c > 0
0 0 1 $a > 0 and $b > 0 and $c > 0 and not $clockwise

or 3 conditions

line l !l&&r !l&&!r condition
261 1 1 0 $a < 0 and $b < 0 and $c < 0 and $clockwise or $a > 0 and $b > 0 and $c > 0 and not $clockwise