Branch Coverage

blib/lib/Math/Trig/Units.pm
Criterion Covered Total %
branch 38 58 65.5


line true false branch
41 70 70 $UNITS =~ /radian/i ? :
70 140 $UNITS =~ /gradian/i ? :
47 63 63 $UNITS =~ /radian/i ? :
63 126 $UNITS =~ /gradian/i ? :
53 3 0 if $_[0]
54 0 3 unless $UNITS =~ /degree|gradian|radian/i
62 0 15 cos $x == 0 ? :
64 0 15 cos $x == 0 ? :
66 3 12 sin $x == 0 ? :
68 3 12 sin $x == 0 ? :
70 0 30 $x < -1 || $x > 1 ? :
72 0 30 $x < -1 || $x > 1 ? :
75 24 0 $_[0] > 0 ? :
6 24 $_[0] == 0 ? :
80 0 15 $_[0] == 0 || $_[0] > -1 && $_[0] < 1 ? :
82 0 15 $_[0] == 0 || $_[0] > -1 && $_[0] < 1 ? :
84 0 15 $_[0] == 0 ? :
92 0 15 $em == $inf ? :
0 15 $ep == $inf ? :
98 3 12 $x == 0 ? :
103 0 12 $em == $inf ? :
0 12 $ep == $inf ? :
3 12 $x == 0 ? :
110 0 15 $_[0] < 1 ? :
112 0 15 $_[0] <= -1 || $_[0] >= 1 ? :
114 0 15 $_[0] <= 0 || $_[0] > 1 ? :
116 0 15 $_[0] == 0 ? :
119 0 15 $_[0] < -1 ? :
0 15 $_[0] >= -1 && $_[0] <= 1 ? :