Branch Coverage

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


line true false branch
30 0 24 unless $havezlib
47 17 0 if $is_end
56 0 0 if ($self->{'DecodeParms'} and $self->{'DecodeParms'}{'Predictor'})
58 0 0 if ($predictor == 2) { }
0 0 elsif ($predictor >= 10 and $predictor <= 15) { }
75 0 0 if defined $self->{'_depredict_next'}
76 0 0 if defined $self->{'_depredict_prev'}
78 0 0 $param->{'Alpha'} ? :
79 0 0 $param->{'BitsPerComponent'} ? :
80 0 0 $param->{'Colors'} ? :
81 0 0 $param->{'Columns'} ? :
82 0 0 $param->{'Height'} ? :
95 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) { }
134 0 0 if ($pa <= $pb and $pa <= $pc) { }
0 0 elsif ($pb <= $pc) { }