Condition Coverage

blib/lib/Search/Tools/UTF8.pm
Criterion Covered Total %
condition 12 16 75.0


and 3 conditions

line !l l&&!r l&&r condition
122 24 2 13 is_latin1($_[0]) and not is_ascii($_[0])
26 5 8 is_latin1($_[0]) and not is_ascii($_[0]) and not is_perl_utf8_string($_[0])
145 0 1 5 not is_latin1($_[0]) || is_ascii($_[0]) and $_[0] =~ /[\x80-\x9f]/

or 2 conditions

line l !l condition
36 496 108 shift() || 'iso-8859-1'
82 0 1 shift() || $Debug || 0

or 3 conditions

line l !l&&r !l&&!r condition
145 0 0 6 is_latin1($_[0]) || is_ascii($_[0])