Condition Coverage

blib/lib/App/YG.pm
Criterion Covered Total %
condition 0 28 0.0


and 3 conditions

line !l l&&!r l&&r condition
69 0 0 0 $self->config->{'match'} and $self->_match($line_ref)
0 0 0 $self->config->{'regexp'} and $self->_regexp($line_ref)

or 2 conditions

line l !l condition
267 0 0 $self->config->{'hr'} || '*'
268 0 0 $self->config->{'hr-count'} || 20

or 3 conditions

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}