| blib/lib/Math/NumSeq/DigitCountLow.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 10 | 14 | 71.4 | 
| line | true | false | branch | 
|---|---|---|---|
| 75 | 0 | 4 | if ($digit == -1) { } | 
| 0 | 4 | elsif ($digit >= $radix) { } | |
| 90 | 0 | 499 | if (_is_infinite($i)) | 
| 96 | 0 | 499 | if ($digit == -1) | 
| 99 | 172 | 327 | if ($radix == 2) { } | 
| 102 | 131 | 158 | unless ($i & 1) == $digit | 
| 109 | 313 | 104 | unless $i % $radix == $digit |