| blib/lib/Memcached/Client.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 23 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 164 | 0 | 0 | 0 | $$request{'key'}[0] =~ /^\d+$/ && length $$request{'key'}[1] > 0 && length $$request{'key'}[1] <= 250 && -1 == index($$request{'key'}[1], ' ') |
| 0 | 0 | 0 | length $$request{'key'} > 0 && length $$request{'key'} <= 250 && -1 == index($$request{'key'}, ' ') |
| line | l | !l | condition |
|---|---|---|---|
| 26 | 0 | 0 | $args{'compressor'} || 'Gzip' |
| 27 | 0 | 0 | $args{'selector'} || 'Traditional' |
| 28 | 0 | 0 | $args{'serializer'} || 'Storable' |
| 29 | 0 | 0 | $args{'protocol'} || 'Text' |
| 31 | 0 | 0 | $args{'compress_threshold'} || 10000 |
| 32 | 0 | 0 | $args{'hash_namespace'} || 1 |
| 33 | 0 | 0 | $args{'namespace'} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 111 | 0 | 0 | 0 | $$self{'servers'}{$server} ||= 'Memcached::Client::Connection'->new($server, $$self{'protocol'}) |