Branch Coverage

blib/lib/Encode/Escape/Unicode.pm
Criterion Covered Total %
branch 4 34 11.7


line true false branch
61 0 0 if $chk
68 0 0 if $chk
78 0 1 unless defined $mode
79 0 1 unless (exists $encoder{$mode})
90 0 1 unless defined $mode
91 0 1 unless (exists $decoder{$mode})
111 0 0 defined $_[0] ? :
115 0 0 defined $_[0] ? :
127 0 0 defined $_[0] ? :
137 0 0 defined $_[0] ? :
149 0 0 defined $_[0] ? :
159 0 0 defined $_[0] ? :
187 0 0 defined $_[0] ? :
193 0 0 defined $_[0] ? :
208 0 0 if (ord $c < 65536) { }
221 0 0 if (hex $hex >= 0 and hex $hex < 65536) { }
235 0 0 if (oct $oct >= 0 and oct $oct < 256) { }