| line | !l | l&&!r | l&&r | condition | 
 
| 272 | 1 | 0 | 0 | $self->{'within_mode'} and $status | 
 
|  | 1 | 0 | 0 | $self->{'within_mode'} and not $status | 
 
| 326 | 1 | 0 | 0 | $here_str_mode and $l =~ s/^$here_str_marker\s*$// | 
 
| 348 | 1 | 0 | 0 | $block_type and not $l =~ /\\\s*$/ | 
 
|  | 1 | 0 | 0 | $block_type and not $l =~ /\\\s*$/ and not $here_str_mode | 
 
| 365 | 1 | 0 | 0 | $block_type and $l =~ /^\s*(code|generator|validator):\s*(.*)/ | 
 
|  | 1 | 0 | 0 | $block_type and $l =~ /^\s*(code|generator|validator):\s*(.*)/ and not $here_str_mode | 
 
| 382 | 1 | 0 | 0 | $block_type and $l =~ s/\\\s*$// || $here_str_mode |