| blib/lib/PDF/Builder/Resource/XObject/Image/GD.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 53 | 0 | 0 | if (defined $opts{'-name'} and not defined $opts{'name'}) |
| 54 | 0 | 0 | if (defined $opts{'-compress'} and not defined $opts{'compress'}) |
| 55 | 0 | 0 | if (defined $opts{'-lossless'} and not defined $opts{'lossless'}) |
| 58 | 0 | 0 | if (exists $opts{'name'}) |
| 63 | 0 | 0 | if ref $class |
| 66 | 0 | 0 | unless $self->is_obj($pdf) |
| 88 | 0 | 0 | if ($gd->can('jpeg') and $c > 256 and not $opts{'lossless'}) { } |
| 0 | 0 | elsif ($gd->can('raw')) { } |