blib/lib/Test/Memcached.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 28 | 7.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
106 | 0 | 0 | 0 | $> == 0 and not $self->options->{'user'} |
116 | 0 | 0 | 0 | $port =~ /^[0-9]+$/ and $port < 19000 |
137 | 0 | 0 | 0 | $self->options->{'tcp_port'} and not $self->options->{'bind'} |
232 | 1 | 0 | 0 | defined $self->pid and $$ == $self->_owner_pid |
247 | 0 | 0 | 0 | $path =~ s[/bin/memcached$][/$subdir/$prog] and -x $path |
line | l | !l | condition |
---|---|---|---|
68 | 1 | 0 | $$self{'options'} ||= {} |
115 | 0 | 0 | $args{'tcp_port'} || 10000 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
111 | 0 | 0 | 0 | $self->options->{'unix_socket'} or $self->options->{'udp_port'} |
0 | 0 | 0 | $self->options->{'unix_socket'} or $self->options->{'udp_port'} or $self->options->{'tcp_port'} | |
220 | 0 | 0 | 0 | $sig ||= $TERMSIG |