Condition Coverage

blib/lib/Text/Transliterator/Unaccent.pm
Criterion Covered Total %
condition 6 12 50.0


and 3 conditions

line !l l&&!r l&&r condition
53 1350 0 0 $ignore_wide and $c > 255
54 1350 0 0 $ignore_upper and chr($c) =~ /\p{Uppercase_Letter}/
55 1350 0 0 $ignore_lower and chr($c) =~ /\p{Lowercase_Letter}/
61 851 1 498 $canon and length $canon > 1