| blib/lib/Image/JpegMinimal.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 39 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 107 | 0 | 0 | $options{'jpegquality'} ||= 20 |
| 108 | 0 | 0 | $options{'xmax'} ||= 42 |
| 109 | 0 | 0 | $options{'ymax'} ||= 42 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 123 | 0 | 0 | 0 | $xmax ||= $self->{'xmax'} |
| 124 | 0 | 0 | 0 | $ymax ||= $self->{'ymax'} |
| 125 | 0 | 0 | 0 | $jpegquality ||= $self->{'jpegquality'} |
| 168 | 0 | 0 | 0 | $3 || $1 |
| 233 | 0 | 0 | 0 | $xmax ||= $self->{'xmax'} |
| 234 | 0 | 0 | 0 | $ymax ||= $self->{'ymax'} |
| 239 | 0 | 0 | 0 | $self->{'header'}{$orientation} ||= $self->btoa($min_header) |
| 258 | 0 | 0 | 0 | $xmax ||= $self->{'xmax'} |
| 259 | 0 | 0 | 0 | $ymax ||= $self->{'ymax'} |
| 289 | 0 | 0 | 0 | $xmax ||= $self->{'xmax'} |
| 290 | 0 | 0 | 0 | $ymax ||= $self->{'ymax'} |