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'} |
235
|
0 |
0 |
0 |
$$config{'parser'} || $DEFAULT_PARSER |
254
|
0 |
0 |
0 |
$self->config->{"color-$k"} || $$DEFAULT_COLOR{$k} |