Branch Coverage

blib/lib/PDF/Builder/Resource/XObject/Image/GD.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
27 0 0 if ref $class
30 0 0 unless $self->is_obj($pdf)
52 0 0 if ($gd->can('jpeg') and $c > 256 and not $opts{'-lossless'}) { }
0 0 elsif ($gd->can('raw')) { }