Condition Coverage

blib/lib/PDF/API2/Basic/PDF/String.pm
Criterion Covered Total %
condition 5 9 55.5


and 3 conditions

line !l l&&!r l&&r condition
121 26 26 0 defined $prev_input and $input eq $prev_input
184 162 0 1 utf8::is_utf8($str) and $str =~ /[^[:ascii:]]/

or 3 conditions

line l !l&&r !l&&!r condition
184 0 0 163 $self->{' isutf'} or utf8::is_utf8($str) and $str =~ /[^[:ascii:]]/