line |
true |
false |
branch |
24
|
0 |
0 |
if is_unixsocket($addr) |
31
|
0 |
0 |
unless $socket |
58
|
0 |
0 |
if $response =~ /^[\r\n]+$/ |
59
|
0 |
0 |
if ($response =~ /^VALUE (\S+) (\d+) (\d+)(?: (\d+))?/) { } |
|
0 |
0 |
elsif ($response =~ /^END/) { } |
109
|
0 |
0 |
unless ($response =~ /^STORED/) |
134
|
0 |
0 |
unless ($response =~ /^STORED/) |
148
|
0 |
0 |
unless ($response =~ /^DELETED/) |
163
|
0 |
0 |
if ($response =~ /^NOT_FOUND/) { } |
|
0 |
0 |
elsif (not $response =~ /^TOUCHED/) { } |
185
|
0 |
0 |
if ($response =~ /^NOT_FOUND/) { } |
|
0 |
0 |
elsif (not $response =~ /^(\d+)/) { } |
213
|
0 |
0 |
if ($@) |
230
|
0 |
0 |
if $line =~ /^(OK|END)/ |
231
|
0 |
0 |
if $line =~ /^(CLIENT|SERVER_)?ERROR/ |
250
|
0 |
0 |
if ($self->{'socket'}) |