Branch Coverage

blib/lib/Text/Transliterator/Unaccent.pm
Criterion Covered Total %
branch 6 18 33.3


line true false branch
24 0 0 unless $ranges = charscript($arg_val)
26 0 0 unless $ranges = charblock($arg_val)
33 0 0 unless my $coderef = $handle_arg->{$arg_name}
36 0 0 if $ranges
40 2 0 unless @all_ranges
52 0 2974 if $ignore_wide and $c > 255
53 0 2974 if $ignore_upper and chr($c) =~ /\p{Uppercase_Letter}/
54 0 2974 if $ignore_lower and chr($c) =~ /\p{Lowercase_Letter}/
60 996 1978 if ($canon and length $canon > 1)