Branch Coverage

blib/lib/PDF/API2/Basic/PDF/Filter/FlateDecode.pm
Criterion Covered Total %
branch 2 38 5.2


line true false branch
20 0 22 unless $havezlib
36 16 0 if $is_end
44 0 0 if ($self->{'DecodeParms'} and $self->{'DecodeParms'}{'Predictor'})
46 0 0 if ($predictor == 2) { }
0 0 elsif ($predictor >= 10 and $predictor <= 15) { }
65 0 0 if defined $self->{'_depredict_next'}
66 0 0 if defined $self->{'_depredict_prev'}
68 0 0 $param->{'Alpha'} ? :
69 0 0 $param->{'BitsPerComponent'} ? :
70 0 0 $param->{'Colors'} ? :
71 0 0 $param->{'Columns'} ? :
72 0 0 $param->{'Height'} ? :
85 0 0 if ($filter == 0) { }
0 0 elsif ($filter == 1) { }
0 0 elsif ($filter == 2) { }
0 0 elsif ($filter == 3) { }
0 0 elsif ($filter == 4) { }
128 0 0 if ($pa <= $pb and $pa <= $pc) { }
0 0 elsif ($pb <= $pc) { }