Condition Coverage

blib/lib/Math/Trig/Units.pm
Criterion Covered Total %
condition 7 21 33.3


and 3 conditions

line !l l&&!r l&&r condition
119 0 15 0 $_[0] >= -1 && $_[0] <= 1

or 3 conditions

line l !l&&r !l&&!r condition
70 0 0 30 $x < -1 || $x > 1
72 0 0 30 $x < -1 || $x > 1
80 0 0 15 $_[0] == 0 || $_[0] > -1 && $_[0] < 1
82 0 0 15 $_[0] == 0 || $_[0] > -1 && $_[0] < 1
112 0 0 15 $_[0] <= -1 || $_[0] >= 1
114 0 0 15 $_[0] <= 0 || $_[0] > 1