| blib/lib/Image/ExifTool/InDesign.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 20 | 40.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 48 | 0 | 0 | 5 | $raf->Read($buff, 4096) == 4096 and $raf->Read($buf2, 4096) == 4096 |
| 103 | 0 | 5 | 5 | length $hdr == 32 and $hdr =~ /^\Q$objectHeaderGUID\E/ |
| 156 | 0 | 0 | 5 | $raf->Seek(-52, 1) and $raf->Read($buff, $len) == $len |
| 181 | 0 | 0 | 2 | $xmp and length $xmp |
| 237 | 3 | 2 | 0 | $outfile and not $foundXMP |
| line | l | !l | condition |
|---|---|---|---|
| 233 | 2 | 0 | &Write($outfile, scalar "\0" x (4096 - $part)) or $err = 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 110 | 0 | 0 | 0 | $n > 8190 or length $hdr > 4095 |