Branch Coverage

blib/lib/App/Memcached/Tool/DataSource.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
24 0 0 if is_unixsocket($addr)
31 0 0 unless $socket
38 0 0 unless $self->{'socket'}->close
53 0 0 if $response =~ /^[\r\n]+$/
54 0 0 if ($response =~ /^VALUE (\S+) (\d+) (\d+)(?: (\d+))?/) { }
0 0 elsif ($response =~ /^END/) { }
82 0 0 if /^END/
83 0 0 if /^(CLIENT|SERVER_)?ERROR/
93 0 0 if ($self->{'socket'})