blib/lib/Locale/TextDomain/OO/Translator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 20 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
32 | 0 | 1 | 1 | length $current_plugins and $loaded_plugins ne $current_plugins |
192 | 4 | 0 | 51 | defined $msgstr_plural and length $msgstr_plural |
199 | 4 | 0 | 0 | $self->language ne 'i-default' and $self->logger |
222 | 17 | 0 | 90 | defined $msgstr and length $msgstr |
227 | 10 | 0 | 7 | $self->language ne 'i-default' and $self->logger |
line | l | !l | condition |
---|---|---|---|
168 | 0 | 0 | $ext_lexicon->fetch_from_lexicon($lexicon_key, $msg_key) || {'msgstr', &$unescape_maketext($ext_lexicon->fetch_from_lexicon($lexicon_key, &$maketext_msg_key()))} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
181 | 4 | 0 | 0 | $lexicon->{''}{'plural_code'} || confess(qq[Plural-Forms not found in lexicon "$lexicon_key"]) |