Branch Coverage

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


line true false branch
52 2 54 unless length $input
54 4 50 if utf8::is_utf8($input)
92 2 66 unless length $input
94 5 61 if length($input) % 3 == 1
105 7 217 unless defined $c
111 38 51 if (length $chunk == 3)