| blib/lib/Image/ExifTool/HP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 22 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 158 | 0 | 0 | if $size < 0 or $pos + $size > $dirEnd | 
| 159 | 0 | 0 | if ($type == 65537) { } | 
| 169 | 0 | 0 | if (not $tagTablePtr->{$tag} and $unknown) | 
| 177 | 0 | 0 | if ($size == 1) { } | 
| 0 | 0 | elsif ($size == 2) { } | |
| 0 | 0 | elsif ($size == 4) { } | |
| 0 | 0 | elsif ($size > 80) { } | |
| 213 | 0 | 0 | if ($dirStart or $dirLen != length $$dataPt) | 
| 219 | 0 | 0 | if ($tagTablePtr->{'PreviewImage'} and $$dataPt =~ /(\xff\xd8\xff\xdb.*\xff\xd9)/gs) | 
| 227 | 0 | 0 | if $tagID eq "PreviewImage" | 
| 228 | 0 | 0 | unless $$dataPt =~ /$tagID:\s*([\x20-\x7f]+)/i |