blib/lib/Test/RedisServer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 16 | 18.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
62 | 14 | 0 | 0 | $self->conf->{'loglevel'} and $self->conf->{'loglevel'} eq "warning" |
74 | 14 | 0 | 0 | defined $self->pid and $$ == $self->_owner_pid |
222 | 0 | 0 | 0 | $port and $port > 0 |
line | l | !l | condition |
---|---|---|---|
191 | 0 | 0 | $sig ||= 15 |
218 | 0 | 0 | $self->conf->{'bind'} || '0.0.0.0' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
53 | 0 | 0 | 14 | defined $self->conf->{'port'} or defined $self->conf->{'unixsocket'} |