blib/lib/Text/Transliterator/Unaccent.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 18 | 33.3 |
line | true | false | branch |
---|---|---|---|
25 | 0 | 0 | unless $ranges = charscript($arg) |
27 | 0 | 0 | unless $ranges = charblock($arg) |
34 | 0 | 0 | unless my $coderef = $todo->{$kind} |
37 | 0 | 0 | if $ranges |
41 | 1 | 0 | unless @all_ranges |
53 | 0 | 1349 | if $ignore_wide and $c > 255 |
54 | 0 | 1349 | if $ignore_upper and chr($c) =~ /\p{Uppercase_Letter}/ |
55 | 0 | 1349 | if $ignore_lower and chr($c) =~ /\p{Lowercase_Letter}/ |
61 | 498 | 851 | if ($canon and length $canon > 1) |