Condition Coverage

blib/lib/Log/Report/Extract.pm
Criterion Covered Total %
condition 5 27 18.5


and 3 conditions

line !l l&&!r l&&r condition
194 0 0 0 $plural and $plural =~ /\{[^}]*\<\w+/
202 12 0 0 $msgctxts and @$msgctxts

or 2 conditions

line l !l condition
44 0 1 $args->{'LRE_charset'} || 'utf-8'
79 0 0 $args{'keep'} || {}
191 0 0 $pot->language || 'en'

or 3 conditions

line l !l&&r !l&&!r condition
38 1 0 0 $args->{'lexicon'} || $args->{'lexicons'}
40 1 0 0 -d $lexi or mkdir $lexi
102 0 0 0 $stats->{'fuzzy'} or $stats->{'inactive'}
114 0 0 0 $fuzzy or $inactive
151 0 1 0 $self->{'LRE_domains'}{$domain} ||= $self->_read_pots($domain)