| blib/lib/HTML/Template/Compiled/Plugin/InlineImage.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 18 | 38.8 |
| line | true | false | branch |
|---|---|---|---|
| 53 | 0 | 1 | if (not ref $image) { } |
| 57 | 0 | 0 | unless my $mtype = $mm->checktype_contents($image) |
| 64 | 1 | 0 | ref $image eq 'GD::Image' ? : |
| 71 | 0 | 0 | if ($l > 1024 and $SIZE_WARNING) |
| 75 | 1 | 0 | if (defined $width) |
| 76 | 1 | 0 | if (defined $height) |
| 82 | 1 | 0 | if ($_[1] eq 'png') |
| 83 | 0 | 1 | if ($_[1] eq 'gif') |
| 84 | 0 | 1 | if ($_[1] eq 'jpeg') |