Condition Coverage

blib/lib/Locale/TextDomain/OO/Translator.pm
Criterion Covered Total %
condition 10 20 50.0


and 3 conditions

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

or 2 conditions

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()))}

or 3 conditions

line l !l&&r !l&&!r condition
181 4 0 0 $lexicon->{''}{'plural_code'} || confess(qq[Plural-Forms not found in lexicon "$lexicon_key"])