| blib/lib/Image/ExifTool/PanasonicRaw.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 34 | 35.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 719 | 0 | 0 | 1 | defined $dat and length $dat == 32 |
| 752 | 0 | 0 | 1 | $stripOffsets and $stripByteCounts |
| 0 | 0 | 1 | $stripOffsets and $stripByteCounts and $stripOffsets->[2] == 1 | |
| 767 | 0 | 0 | 1 | $rawDataOffset and not $err |
| 776 | 0 | 1 | 0 | $stripOffsets and $stripOffsets->[3][0] != 4294967295 |
| 791 | 0 | 1 | 0 | $len < 1000 and $len != 22 |
| line | l | !l | condition |
|---|---|---|---|
| 691 | 0 | 2 | $dirInfo->{'DirStart'} || 0 |
| 861 | 0 | 2 | $dirStart || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 692 | 2 | 0 | 0 | $dirInfo->{'DirLen'} || length($$dataPt) - $start |
| 751 | 1 | 0 | 0 | $stripOffsets or $stripByteCounts |
| 770 | 1 | 0 | 0 | $stripOffsets->[3][0] == 4294967295 or $stripByteCounts->[3][0] == 0 |
| 791 | 0 | 0 | 1 | $len < 1000 and $len != 22 or $len & 2147483648 |