Branch Coverage
blib/lib/Math/Int2Base.pm
Criterion
Covered
Total
%
branch
4
4
100.0
line
true
false
branch
28
2
130
if ($num < 0 or $base < 2 or $MaxBase < $base or $minlen < 1)
50
1
64
if (not $num =~ /^[$chars]+$/ or $base < 2 or $MaxBase < $base)