Branch Coverage

blib/lib/QRCode/Base45.pm
Criterion Covered Total %
branch 12 12 100.0


line true false branch
56 2 54 unless length $input
58 4 50 if utf8::is_utf8($input)
96 2 66 unless length $input
98 5 61 if length($input) % 3 == 1
109 7 217 unless defined $c
115 38 51 if (length $chunk == 3)