Condition Coverage

blib/lib/PDF/Builder/Basic/PDF/Filter/ASCII85Decode.pm
Criterion Covered Total %
condition 9 18 50.0


and 3 conditions

line !l l&&!r l&&r condition
24 3 0 0 exists $self->{'outcache'} and $self->{'outcache'} ne ""
40 0 2 1 $isend and $i < length $str
62 2 0 0 exists $self->{'incache'} and $self->{'incache'} ne ""
68 0 22 1 $isend and substr($str, $i, 6) eq "~>"
70 0 21 1 $isend and substr($str, $i, 6) =~ /^(.{2,4})\~\>$/o
88 2 0 0 not $isend and $i > length $str