| blib/lib/PDF/Builder/Basic/PDF/Filter/ASCII85Decode.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 18 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 22 | 3 | 0 | 0 | exists $self->{'outcache'} and $self->{'outcache'} ne "" |
| 38 | 0 | 2 | 1 | $isend and $i < length $str |
| 60 | 2 | 0 | 0 | exists $self->{'incache'} and $self->{'incache'} ne "" |
| 66 | 0 | 22 | 1 | $isend and substr($str, $i, 6) eq "~>" |
| 68 | 0 | 21 | 1 | $isend and substr($str, $i, 6) =~ /^(.{2,4})\~\>$/o |
| 86 | 2 | 0 | 0 | not $isend and $i > length $str |