| line | !l | l&&!r | l&&r | condition | 
 
| 1041 | 0 | 26 | 44 | $path =~ /^(\w+)/ and defined $isStandardIPTC{$1} | 
 
| 1062 | 175 | 0 | 0 | $verbose and $dirInfo | 
 
| 1067 | 44 | 0 | 106 | defined $isStd and not $et->{'DIR_COUNT'}{'STD_IPTC'} | 
 
| 1086 | 40 | 0 | 4 | $Image::ExifTool::MWG::strict || $et->Options('Validate') and $et->{'FILE_TYPE'} =~ /^(JPEG|TIFF|PSD)$/ | 
 
| 1109 | 0 | 171 | 0 | $dirLen >= 4 and substr($$dataPt, $pos, 1) ne "\34" | 
 
|  | 171 | 0 | 0 | $dirLen >= 4 and substr($$dataPt, $pos, 1) ne "\34" and substr($$dataPt, $pos + 3, 1) eq "\34" | 
 
| 1120 | 136 | 0 | 34 | $et->{'TAGS_FROM_FILE'} and not $et->{'EXCL_TAG_LOOKUP'}{'iptc'} | 
 
| 1162 | 174 | 0 | 0 | $validate and defined $lastRec | 
 
|  | 174 | 0 | 0 | $validate and defined $lastRec and $rec < $lastRec | 
 
| 1197 | 36 | 0 | 194 | $len <= 4 and $len != 3 | 
 
|  | 36 | 19 | 175 | $len <= 4 and $len != 3 and $val =~ /[\0-\x08]/ | 
 
| 1227 | 1885 | 0 | 0 | $val =~ s/\0+$// and $validate | 
 
| 1230 | 23 | 0 | 1860 | $xlat and $rec < 7 | 
 
|  | 23 | 1858 | 2 | $xlat and $rec < 7 and $val =~ /[\x80-\xff]/ | 
 
| 1239 | 188 | 0 | 0 | $val =~ s/\0+$// and $validate |