blib/lib/Catalyst/View/Thumbnail.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
27 | 0 | 0 | 0 | $c->stash->{'image_type'} || image_info(\$c->stash->{'image'})->{'file_media_type'} |
62 | 0 | 0 | 0 | $c->stash->{'x'} or $c->stash->{'y'} |
66 | 0 | 0 | 0 | $c->stash->{'x'} ||= $c->stash->{'y'} * $source_aspect |
67 | 0 | 0 | 0 | $c->stash->{'y'} ||= $c->stash->{'x'} / $source_aspect |