| line | !l | l&&!r | l&&r | condition | 
 
| 220 | 103 | 25 | 0 | exists $tmpl->{'required'} and not exists $args->{$key} | 
 
| 247 | 31 | 0 | 1 | exists $tmpl->{'filter'} and ref $tmpl->{'filter'} eq 'CODE' | 
 
| 292 | 32 | 0 | 0 | exists $tmpl->{'post_filter'} and ref $tmpl->{'post_filter'} eq 'CODE' | 
 
| 369 | 911 | 0 | 43 | $item =~ /(Update|Date|Time)$/ and $data->{$item} =~ /\d+/ | 
 
|  | 911 | 0 | 43 | $item =~ /(Update|Date|Time)$/ and $data->{$item} =~ /\d+/ and ref $data->{$item} ne 'Time::Piece' | 
 
| 375 | 3188 | 33 | 11 | exists $data->{$field} and ref $data->{$field} ne 'Time::Piece' | 
 
| 381 | 399 | 0 | 5 | exists $data->{$field} and ref $data->{$field} ne 'Time::Seconds' |