Branch Coverage

blib/lib/Text/PDF/Utils.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
144 0 0 if $] >= 5.006
150 0 0 if ($str =~ s/^([\x00-\x7F]+)//o) { }
0 0 elsif ($str =~ s/^([\xC0-\xDF])([\x80-\xBF])//o) { }
0 0 elsif ($str =~ s/^([\0xE0-\xEF])([\x80-\xBF])([\x80-\xBF])//o) { }
0 0 elsif ($str =~ s/^([\xF0-\xF7])([\x80-\xBF])([\x80-\xBF])([\x80-\xBF])//o) { }
0 0 elsif ($str =~ s/^[\xF8-\xFF][\x80-\xBF]*//o) { }