blib/lib/LWP/UserAgent/Cache/Memcached.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 20 | 15.0 |
line | true | false | branch |
---|---|---|---|
34 | 1 | 4 | if ($FAST) { } |
37 | 1 | 0 | if ($@) |
56 | 0 | 0 | if $request->method ne 'GET' |
62 | 0 | 0 | if (defined $obj) |
64 | 0 | 0 | unless (defined $$obj{'expires'} and $$obj{'expires'} <= time) |
68 | 0 | 0 | if (defined $$obj{'last_modified'}) |
74 | 0 | 0 | if (defined $$obj{'etag'}) |
83 | 0 | 0 | if $res->code eq 200 |
93 | 0 | 0 | $res->header('Etag') ? : |
0 | 0 | $res->expires ? : |