| blib/lib/Image/ExifTool/LNK.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 15 | 13.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 546 | 0 | 0 | 0 | $off and $off + 20 <= $dataLen |
| 549 | 0 | 0 | 0 | $pos > 20 and $siz >= 24 |
| 564 | 0 | 0 | 0 | $pos > 20 and $siz >= 28 |
| 674 | 0 | 0 | 2 | ref $tagInfo eq "HASH" and $tagInfo->{'SubDirectory'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 477 | 0 | 0 | 1 | $size < 2 or $pos + $size > $dataLen |