line |
true |
false |
branch |
76
|
0 |
0 |
if ($self->{'radix'} == 2) |
85
|
2 |
0 |
if (not defined $radix or $radix <= 2) |
94
|
0 |
0 |
if ($n < 0) |
97
|
0 |
0 |
if (is_infinite($n)) |
105
|
0 |
0 |
if ($n != $int) |
120
|
0 |
0 |
unless my(@digits) = digit_split_lowtohigh($n, $radix) |
131
|
0 |
0 |
unless @digits |
139
|
0 |
0 |
unless @digits |
155
|
0 |
51 |
if (is_infinite($x)) |
158
|
0 |
51 |
if (is_infinite($y)) |
161
|
0 |
51 |
if ($x < 0 or $y < 0) |
165
|
1 |
50 |
if ($x == 0 and $y == 0) |
198
|
0 |
0 |
if ($x1 > $x2) |
199
|
0 |
0 |
if ($y1 > $y2) |
201
|
0 |
0 |
if ($y2 < 0 or $x2 < 0) |
208
|
0 |
0 |
if (is_infinite($lo_level)) |
213
|
0 |
0 |
if (is_infinite($hi_level)) |
217
|
0 |
0 |
$lo_level == 0 ? : |