| blib/lib/Image/ExifTool/TNEF.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 30 | 53.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 253 | 10 | 0 | 84 | $i < 8 and $cpos < $clen |
| 347 | 0 | 0 | 12 | $fmt eq "undef" and length $val |
| 407 | 0 | 0 | 1 | $raf->Read($buff, 21) == 21 and $raf->Seek(6, 0) |
| 421 | 0 | 4 | 5 | $tagInfo and $tagInfo->{'Format'} |
| 423 | 3 | 0 | 2 | $fmt eq "date" and length $buff >= 12 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 260 | 1 | 0 | 38 | $off == $dpos % 4096 or $off % 4096 >= length $dict |
| 307 | 0 | 0 | 0 | $pos + $num > $dirLen or $num < 2 |
| 349 | 0 | 0 | 36 | $type == 6 or $type == 7 |
| 0 | 13 | 23 | $type == 6 or $type == 7 or $type == 11 | |
| 13 | 3 | 20 | $type == 6 or $type == 7 or $type == 11 or $type == 64 |