blib/lib/Net/OpenID/URIFetch.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 22 | 0.0 |
line | true | false | branch |
---|---|---|---|
52 | 0 | 0 | if ($uri eq 'x-xrds-location') |
62 | 0 | 0 | if ($cache) |
63 | 0 | 0 | if (my $blob = $cache->get($cache_key)) |
81 | 0 | 0 | if ($ref and $ref->{'CacheTime'} > time - 60) { } |
91 | 0 | 0 | if ($ref) |
92 | 0 | 0 | if (my $etag = $ref->{'Headers'}{'etag'}) |
95 | 0 | 0 | if (my $ts = $ref->{'LastModified'}) |
107 | 0 | 0 | if ($res->code == 304) { } |
119 | 0 | 0 | if ($content_hook) |
136 | 0 | 0 | if ($cache and $res->code == 200) |
165 | 0 | 0 | if %opts |