blib/lib/Log/Report/Lexicon/Index.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 28 | 10.7 |
line | true | false | branch |
---|---|---|---|
22 | 0 | 0 | unless $$index{"$name.mo"} |
51 | 1 | 1 | if exists $self->{'index'} |
59 | 0 | 0 | unless -f $_ and not m[/\.] and &_understand_file_format($_) |
88 | 0 | 0 | unless keys %$index |
91 | 0 | 0 | unless (defined $lang) |
92 | 0 | 0 | unless defined $locale |
98 | 0 | 0 | defined $terr ? : |
99 | 0 | 0 | defined $cs ? : |
100 | 0 | 0 | defined $modif ? : |
103 | 0 | 0 | if (length $normcs) |
104 | 0 | 0 | unless $normcs =~ /\D/ |
119 | 0 | 0 | unless $fn or &_find($index, "$domain/$lang$terr$cs$modif") or &_find($index, "$domain/$lang$terr$normcs$modif") or &_find($index, "$domain/$lang$terr$modif") or &_find($index, "$domain/$lang$cs$modif") or &_find($index, "$domain/$lang$normcs$modif") or &_find($index, "$domain/$lang$modif") |
136 | 2 | 0 | unless defined $filter |
139 | 0 | 0 | if defined $filter and ref $filter ne 'Regexp' |