line |
!l |
l&&!r |
l&&r |
condition |
369
|
222 |
410 |
3125 |
$i != $#$powa and $exp != 0
|
443
|
1 |
1 |
37 |
$exp >= $min_finite_exp and $exp <= $max_finite_exp
|
572
|
29 |
2 |
0 |
$digits eq '0' and $sgnf != 0
|
|
1 |
1 |
1 |
$chopped =~ /\A80*\z/ && $digits =~ /[02468ace]\z/
|
|
1 |
1 |
2 |
$chopped =~ /\A[89abcdef]/ and not $chopped =~ /\A80*\z/ && $digits =~ /[02468ace]\z/
|
|
96 |
24 |
8 |
&float_is_zero($a) and &float_is_zero($b)
|
|
7 |
2 |
67 |
$val != 0 && $val == $val && !&float_is_infinite($val)
|
|
0 |
0 |
0 |
$gbit_bpos == 27 and $gbit_lpos != 0
|
|
6 |
0 |
2 |
$significand == 1 and $exp != -1022
|