Condition Coverage

blib/lib/Locale/Maketext/Lexicon/Getcontext.pm
Criterion Covered Total %
condition 14 34 41.1


and 3 conditions

line !l l&&!r l&&r condition
50 0 0 3470 length $var{'msgstr'} and $UseFuzzy || !$var{'fuzzy'}
62 3470 0 0 $KeepFuzzy and $var{'fuzzy'}
98 0 0 3470 /^ *$/ && %var
141 0 8 0 Locale::Maketext::Lexicon::option('decode') and !$OutputEncoding || $InputEncoding ne $OutputEncoding
168 24 0 6932 $DoEncoding and $InputEncoding
177 24 6932 0 $DoEncoding and $OutputEncoding

or 2 conditions

line l !l condition
133 8 0 $1 || ''
134 0 8 Locale::Maketext::Lexicon::encoding() || ''

or 3 conditions

line l !l&&r !l&&!r condition
39 0 0 8 $_[0] =~ /^\x95\x04\x12\xde/ or $_[0] =~ /^\xde\x12\x04\x95/
46 0 0 8 $KeepFuzzy || Locale::Maketext::Lexicon::option('use_fuzzy')
50 0 3470 0 $UseFuzzy || !$var{'fuzzy'}
141 8 0 0 !$OutputEncoding || $InputEncoding ne $OutputEncoding