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 1735 0 length $var{'msgstr'} and $UseFuzzy || !$var{'fuzzy'}
62 1735 0 0 $KeepFuzzy and $var{'fuzzy'}
98 0 0 1735 /^ *$/ && %var
143 0 4 0 Locale::Maketext::Lexicon::option('decode') and !$OutputEncoding || $InputEncoding ne $OutputEncoding
170 12 0 3466 $DoEncoding and $InputEncoding
179 12 3466 0 $DoEncoding and $OutputEncoding

or 2 conditions

line l !l condition
135 4 0 $1 || ''
136 0 4 Locale::Maketext::Lexicon::encoding() || ''

or 3 conditions

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