Branch Coverage

blib/lib/Math/NumSeq/DigitCountHigh.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
59 0 3 if ($digit == -1) { }
1 2 elsif ($digit >= $radix or $digit == 0) { }
70 0 712 if (_is_infinite($i))
76 0 712 if ($digit == -1)
80 718 1050 if ($i % $radix == $digit) { }