Condition Coverage

blib/lib/Encode/MIME/EncWords.pm
Criterion Covered Total %
condition 10 13 76.9


and 3 conditions

line !l l&&!r l&&r condition
149 15 2 1 not &Encode::is_utf8($str) and $str =~ /[^\x00-\x7F]/

or 2 conditions

line l !l condition
90 25 33 $$word[1] || 'US-ASCII'
144 18 0 $opts{'Charset'} ||= 'UTF-8'

or 3 conditions

line l !l&&r !l&&!r condition
53 0 22 0 $$obj{$_} || $$Config{$_}
142 24 84 18 $$obj{$_} || $$Config{$_}