Branch Coverage

blib/lib/Data/ID/URL/Shrink.pm
Criterion Covered Total %
branch 11 12 91.6


line true false branch
24 2 30 unless $dividend =~ /^\d+$/
25 2 28 if $dividend == 0
38 0 16 unless defined $id
40 1 38 unless index('023456789BCDFGHJKLMNPQRSTVWXYZbcdfghjkmnpqrstvwxyz', $_) >= 0
52 35 1 defined $length ? :
53 4 32 unless $length =~ /^\d+$/ and $length > 2