Branch Coverage

blib/lib/PDF/Builder/Basic/PDF/Filter/ASCII85Decode.pm
Criterion Covered Total %
branch 13 22 59.0


line true false branch
22 0 3 if (exists $self->{'outcache'} and $self->{'outcache'} ne '')
28 0 32 if ($bb == 0)
36 0 32 if $i % 60 == 56
38 1 2 if ($isend and $i < length $str) { }
2 0 elsif ($isend) { }
0 0 elsif ($i + 4 > length $str) { }
60 0 2 if (exists $self->{'incache'} and $self->{'incache'} ne '')
66 1 22 if $isend and substr($str, $i, 6) eq '~>'
68 0 22 if (substr($str, $i, 1) eq 'z') { }
1 21 elsif ($isend and substr($str, $i, 6) =~ /^(.{2,4})\~\>$/o) { }
86 0 2 if (not $isend and $i > length $str)