lib/AnyEvent/Memcached/Conn.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 28 | 0.0 |
line | true | false | branch |
---|---|---|---|
18 | 0 | 0 | unless $args{'cb'} |
19 | 0 | 0 | unless $self->{'h'} |
21 | 0 | 0 | ref $result eq 'ARRAY' ? : |
22 | 0 | 0 | exists $args{'namespace'} ? : |
25 | 0 | 0 | unless defined(local $_ = shift()) |
26 | 0 | 0 | if $self->{'debug'} |
27 | 0 | 0 | if ($_ eq 'END') { } |
0 | 0 | elsif (substr($_, 0, 5) eq 'ERROR') { } | |
0 | 0 | elsif (not length $_) { } | |
0 | 0 | elsif (/^VALUE (\S+) (\d+) (\d+)(?:| (.+))$/u) { } | |
47 | 0 | 0 | if substr($key, 0, $cut) eq $args{'namespace'} |
48 | 0 | 0 | if $self->{'debug'} |
49 | 0 | 0 | defined $cas ? : |
54 | 0 | 0 | if ($ar) { } |