Branch Coverage

blib/lib/Math/NumSeq/HafermanCarpet.pm
Criterion Covered Total %
branch 15 24 62.5


line true false branch
115 9 1768 if ($i < 0 or _is_infinite($i))
122 1768 0 if ($haferman_type eq 'array') { }
123 1768 0 if ($radix & 1) { }
134 2609 536 if ($i) { }
136 0 2609 if ($two_digits)
138 0 0 if ($haferman_type eq 'array')
142 1232 1377 if ($digit & 1) { }
144 466 766 if ($value) { }
147 0 766 $haferman_type eq 'box' ? :
160 622 1146 if ($$self{'inverse'})
179 0 2609 if (ref $_[0] and $_[0]->isa('Math::BigInt')) { }
181 0 0 if (not ref $d or $d < 1000000)