blib/lib/Image/ExifTool/InDesign.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 20 | 45.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
48 | 0 | 0 | 5 | $raf->Read($buff, 4096) == 4096 and $raf->Read($buf2, 4096) == 4096 |
76 | 5 | 0 | 0 | $pos > 2147483647 and not $et->Options("LargeFileSupport") |
99 | 0 | 5 | 5 | length $hdr == 32 and $hdr =~ /^\Q$objectHeaderGUID\E/ |
137 | 0 | 0 | 5 | $raf->Seek(-52, 1) and $raf->Read($buff, $len) == $len |
162 | 0 | 0 | 2 | $xmp and length $xmp |
218 | 3 | 2 | 0 | $outfile and not $foundXMP |
line | l | !l | condition |
---|---|---|---|
214 | 2 | 0 | &Write($outfile, scalar "\0" x (4096 - $part)) or $err = 1 |