| blib/lib/Image/JpegMinimal.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 39 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 110 | 0 | 0 | $options{'jpegquality'} ||= 20 |
| 111 | 0 | 0 | $options{'xmax'} ||= 42 |
| 112 | 0 | 0 | $options{'ymax'} ||= 42 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 126 | 0 | 0 | 0 | $xmax ||= $self->{'xmax'} |
| 127 | 0 | 0 | 0 | $ymax ||= $self->{'ymax'} |
| 128 | 0 | 0 | 0 | $jpegquality ||= $self->{'jpegquality'} |
| 171 | 0 | 0 | 0 | $3 || $1 |
| 236 | 0 | 0 | 0 | $xmax ||= $self->{'xmax'} |
| 237 | 0 | 0 | 0 | $ymax ||= $self->{'ymax'} |
| 242 | 0 | 0 | 0 | $self->{'header'}{$orientation} ||= $self->btoa($min_header) |
| 261 | 0 | 0 | 0 | $xmax ||= $self->{'xmax'} |
| 262 | 0 | 0 | 0 | $ymax ||= $self->{'ymax'} |
| 292 | 0 | 0 | 0 | $xmax ||= $self->{'xmax'} |
| 293 | 0 | 0 | 0 | $ymax ||= $self->{'ymax'} |