blib/lib/Test/RedisServer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 16 | 18.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
56 | 12 | 0 | 0 | $self->conf->{'loglevel'} and $self->conf->{'loglevel'} eq 'warning' |
68 | 12 | 0 | 0 | defined $self->pid and $$ == $self->_owner_pid |
197 | 0 | 0 | 0 | $port and $port > 0 |
line | l | !l | condition |
---|---|---|---|
166 | 0 | 0 | $sig ||= 15 |
193 | 0 | 0 | $self->conf->{'bind'} || '0.0.0.0' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
47 | 0 | 0 | 12 | defined $self->conf->{'port'} or defined $self->conf->{'unixsocket'} |