blib/lib/Catalyst/View/Thumbnail/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 23 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
44 | 0 | 0 | 0 | $size and $size < $longest |
48 | 0 | 0 | 0 | $square and $w != $h |
138 | 0 | 0 | 0 | $square and $height != $width |
149 | 0 | 0 | 0 | $size and $size < $longest |
line | l | !l | condition |
---|---|---|---|
83 | 0 | 0 | $$stash{'jpeg_quality'} || 100 |
117 | 0 | 0 | $c->config->{'View::Thumbnail::Simple'} || {} |
120 | 0 | 0 | $$stash{'max_image_size'} || $$config{'max_image_size'} || 15728640 |
157 | 0 | 0 | $$config{'scaling_qtype'} || 'mixing' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
38 | 0 | 0 | 0 | $$stash{'image_type'} || $read_type |