Branch Coverage

blib/lib/Math/NumSeq/Xenodromes.pm
Criterion Covered Total %
branch 18 20 90.0


line true false branch
118 4 54 if (vec $$skip[$pos], $digit, 1)
122 4 50 if ($digit >= $radix) { }
125 0 4 if ($pos > $radix)
128 2 2 if ($pos > $#$digits)
136 46 4 if (--$pos < 0)
171 33 39 if ($i <= $radix)
184 39 1 if ($i < $total)
204 0 1 if ($len >= $radix)
215 24 48 if ($value != int $value or _is_infinite($value))
222 2 72 if ($seen{$digit}++)