Branch Coverage

blib/lib/Math/Base/Convert/CalcPP.pm
Criterion Covered Total %
branch 13 16 81.2


line true false branch
14 62 0 if ref $_[0] or $_[0] =~ /\D/
25 11483 0 unless $_ > 4294967295
47 26967 14994 if ($_ > 4294967295) { }
54 1073 10410 if $carry
61 9358 1108 if $dividend[0]
112 35 524 if ($base == 10 and length $str < 16) { }
116 9 26 if $quotient
122 0 11483 if addbaseno(\@result, $hsh->{$_})