Branch Coverage

blib/lib/Log/Report/Translator/POT.pm
Criterion Covered Total %
branch 14 26 53.8


line true false branch
64 0 1 unless ($Log::Report::Lexicon::Index::VERSION || 999) >= 1
68 0 1 ref $lex eq 'ARRAY' ? :
99 0 1 builtin::blessed($domain) ? :
101 0 1 unless my $locale = $lang || setlocale(5)
106 1 0 exists $self->{'LRTP_pots'}{$dname}{$locale} ? :
109 1 0 $pot ? :
0 1 unless $pot ? $pot->msgstr($msg->{'_msgid'}, $msg->{'_count'}, $ctxt) : undef
119 0 12 if not $fn and $lex->list($dname)
122 0 12 unless $fn
125 11 0 $ext eq 'po' ? :
1 11 $ext eq 'mo' ? :
130 12 0 if $dname ne "log-report"
133 0 12 unless eval "require $class"