Branch Coverage

blib/lib/HTML/Entities/Latin2.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
127 1 2 unless defined $scheme
130 1 2 if ($unsafe)
132 2 0 if (defined $ascii_entities{$_})
138 69 15 if ($char_val < 127) { }
15 0 elsif ($char_val >= 160) { }
139 4 65 if (defined $unsafe{$char_val}) { }