blib/lib/PDF/Builder/Basic/PDF/String.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 9 | 55.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
133 | 26 | 26 | 0 | defined $prev_input and $input eq $prev_input |
194 | 193 | 0 | 1 | utf8::is_utf8($str) and $str =~ /[^[:ascii:]]/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
194 | 0 | 0 | 194 | $self->{' isutf'} or utf8::is_utf8($str) and $str =~ /[^[:ascii:]]/ |