Branch Coverage

blib/lib/Encode/UTF8/Slow.pm
Criterion Covered Total %
branch 12 12 100.0


line true false branch
21 1 5 if ($codepoint < 128) { }
2 3 elsif ($codepoint < 2048) { }
1 2 elsif ($codepoint < 65536) { }
54 1 5 if ($len == 1) { }
2 3 elsif ($len == 2) { }
1 2 elsif ($len == 3) { }