| blib/lib/Image/ExifTool/PanasonicRaw.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 34 | 35.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 745 | 0 | 0 | 1 | defined $dat and length $dat == 32 |
| 778 | 0 | 0 | 1 | $stripOffsets and $stripByteCounts |
| 0 | 0 | 1 | $stripOffsets and $stripByteCounts and $stripOffsets->[2] == 1 | |
| 793 | 0 | 0 | 1 | $rawDataOffset and not $err |
| 802 | 0 | 1 | 0 | $stripOffsets and $stripOffsets->[3][0] != 4294967295 |
| 817 | 0 | 1 | 0 | $len < 1000 and $len != 22 |
| line | l | !l | condition |
|---|---|---|---|
| 717 | 0 | 2 | $dirInfo->{'DirStart'} || 0 |
| 887 | 0 | 2 | $dirStart || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 718 | 2 | 0 | 0 | $dirInfo->{'DirLen'} || length($$dataPt) - $start |
| 777 | 1 | 0 | 0 | $stripOffsets or $stripByteCounts |
| 796 | 1 | 0 | 0 | $stripOffsets->[3][0] == 4294967295 or $stripByteCounts->[3][0] == 0 |
| 817 | 0 | 0 | 1 | $len < 1000 and $len != 22 or $len & 2147483648 |