blib/lib/Image/ExifTool/TagLookup.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 21 | 52.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
12237 | 0 | 0 | 1 | $flatInfo && $flatInfo->{'Name'} |
12241 | 0 | 1 | 0 | ref $fieldInfo eq "HASH" and $fieldInfo->{'Struct'} |
12323 | 0 | 0 | 1 | $subTable and not defined $tableNumHash{$subTable} |
12361 | 5273 | 1427 | 4 | not $lookup and $lcTag =~ /[?*]/ |
12403 | 0 | 0 | 2 | $compMod and eval "require $compMod" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
12321 | 0 | 19 | 1 | $existed or not $newInfo->{'SubDirectory'} |
12345 | 1323 | 0 | 49 | $tagExists{$tag} or $tagLookup{$tag} |