Branch Coverage

blib/lib/Log/Report/Translator/POT.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
45 0 0 if ($Log::Report::Lexicon::Index::VERSION || 999) < 1
49 0 0 ref $lex eq 'ARRAY' ? :
79 0 0 unless my $locale = $lang || setlocale(5)
84 0 0 exists $self->{'pots'}{$domain}{$locale} ? :
87 0 0 $pot ? :
0 0 unless $pot ? $pot->msgstr($msg->{'_msgid'}, $msg->{'_count'}, $ctxt) : undef
97 0 0 if not $fn and $lex->list($domain)
100 0 0 unless $fn
103 0 0 $ext eq 'po' ? :
0 0 $ext eq 'mo' ? :
109 0 0 if $domain ne 'log-report'
114 0 0 unless eval "require $class"