| line | l | !l&&r | !l&&!r | condition | 
 
| 69 | 0 | 0 | 0 | $self->config->{'match'} || $self->config->{'regexp'} | 
 
|  | 0 | 0 | 0 | not $self->config->{'match'} || $self->config->{'regexp'} or $self->config->{'match'} and $self->_match($line_ref) | 
 
|  | 0 | 0 | 0 | not $self->config->{'match'} || $self->config->{'regexp'} or $self->config->{'match'} and $self->_match($line_ref) or $self->config->{'regexp'} and $self->_regexp($line_ref) | 
 
| 98 | 0 | 0 | 0 | $self->config->{'tab'} or $self->config->{'space'} | 
 
| 230 | 0 | 0 | 0 | $$config{'parser'} || $DEFAULT_PARSER | 
 
| 249 | 0 | 0 | 0 | $self->config->{"color-$k"} || $$DEFAULT_COLOR{$k} |