| line | !l | l&&!r | l&&r | condition | 
 
| 58 | 74 | 4 | 2 | $reader->name eq "workbookPr" and my $attr_value = $reader->getAttribute("date1904") | 
 
| 94 | 65 | 0 | 128 | $xml_reader->name eq $name and $xml_reader->depth == $depth | 
 
| 111 | 0 | 0 | 38 | $id and $code | 
 
|  | 0 | 1 | 37 | $id and $code and $code =~ /$date_style_regex/ | 
 
| 170 | 7010 | 15 | 14 | $node_name eq "sheetData" and $node_type == 15 | 
 
| 194 | 3 | 0 | 0 | $seen_node eq "t" and $cell_type eq "inlineStr" | 
 
| 211 | 26 | 127 | 244 | $has_date_formatter and $cell_style | 
 
|  | 153 | 1 | 243 | $has_date_formatter and $cell_style and &looks_like_number($val) | 
 
|  | 128 | 0 | 243 | $has_date_formatter and $cell_style and &looks_like_number($val) and $val >= 0 |