| blib/lib/Image/ExifTool/PanasonicRaw.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 34 | 35.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 746 | 0 | 0 | 1 | defined $dat and length $dat == 32 |
| 779 | 0 | 0 | 1 | $stripOffsets and $stripByteCounts |
| 0 | 0 | 1 | $stripOffsets and $stripByteCounts and $stripOffsets->[2] == 1 | |
| 794 | 0 | 0 | 1 | $rawDataOffset and not $err |
| 803 | 0 | 1 | 0 | $stripOffsets and $stripOffsets->[3][0] != 4294967295 |
| 818 | 0 | 1 | 0 | $len < 1000 and $len != 22 |
| line | l | !l | condition |
|---|---|---|---|
| 718 | 0 | 2 | $dirInfo->{'DirStart'} || 0 |
| 888 | 0 | 2 | $dirStart || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 719 | 2 | 0 | 0 | $dirInfo->{'DirLen'} || length($$dataPt) - $start |
| 778 | 1 | 0 | 0 | $stripOffsets or $stripByteCounts |
| 797 | 1 | 0 | 0 | $stripOffsets->[3][0] == 4294967295 or $stripByteCounts->[3][0] == 0 |
| 818 | 0 | 0 | 1 | $len < 1000 and $len != 22 or $len & 2147483648 |