| blib/lib/Data/Entropy/Algorithms.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 21 | 33 | 63.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 127 | 75 | 3 | 76 | @_ == 1 && CORE::rand $_[0] |
| 250 | 0 | 0 | 11000 | float_is_finite $a and float_is_finite $b |
| 253 | 1000 | 0 | 1000 | $a == 0 and float_sign $a ne float_sign $b |
| 299 | 9000 | 0 | 0 | $n == 0 and $exp - $bdone - 1 >= -1022 |
| 304 | 0 | 0 | 45000 | $bdone >= $bit and $exp - $bit >= -1022 |
| 0 | 36560 | 8440 | $bdone >= $bit and $exp - $bit >= -1022 and $n < 2 << $bdone - $bit | |
| 328 | 9000 | 0 | 0 | $sgnf == $bot_sgnf and rand_int(2) |
| 356 | 1 | 2 | 152 | CORE::rand $a and @$a |
| 385 | 1 | 2 | 46 | CORE::rand $a and @$a >= $nchoose |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 220 | 1 | 1 | 256 | !defined($limit) || $limit == 0 |
| 327 | 0 | 0 | 9000 | $sgnf < $bot_sgnf or $sgnf >= $top_sgnf |