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