| blib/lib/Image/ExifTool/TagLookup.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 21 | 52.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 12619 | 0 | 0 | 1 | $flatInfo && $flatInfo->{'Name'} |
| 12623 | 0 | 1 | 0 | ref $fieldInfo eq "HASH" and $fieldInfo->{'Struct'} |
| 12706 | 0 | 0 | 1 | $subTable and not defined $tableNumHash{$subTable} |
| 12744 | 5313 | 1421 | 4 | not $lookup and $lcTag =~ /[?*]/ |
| 12786 | 0 | 0 | 2 | $compMod and eval "require $compMod" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 12704 | 0 | 20 | 1 | $existed or not $newInfo->{'SubDirectory'} |
| 12728 | 1317 | 0 | 49 | $tagExists{$tag} or $tagLookup{$tag} |