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) |
26 | 0 | 0 | unless $ranges = charblock($arg) |
33 | 0 | 0 | unless my $coderef = $todo->{$kind} |
36 | 0 | 0 | if $ranges |
40 | 1 | 0 | unless @all_ranges |
52 | 0 | 1338 | if $ignore_wide and $c > 255 |
53 | 0 | 1338 | if $ignore_upper and chr($c) =~ /\p{Uppercase_Letter}/ |
54 | 0 | 1338 | if $ignore_lower and chr($c) =~ /\p{Lowercase_Letter}/ |
60 | 498 | 840 | if ($canon and length $canon > 1) |