blib/lib/Locale/TextDomain/OO/Translator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 14 | 42.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
32 | 0 | 1 | 1 | length $current_plugins and $loaded_plugins ne $current_plugins |
199 | 4 | 0 | 0 | $self->language ne 'i-default' and $self->logger |
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"]) |