blib/lib/Net/OpenID/URIFetch.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 22 | 0.0 |
line | true | false | branch |
---|---|---|---|
55 | 0 | 0 | if ($uri eq 'x-xrds-location') |
65 | 0 | 0 | if ($cache) |
66 | 0 | 0 | if (my $blob = $cache->get($cache_key)) |
84 | 0 | 0 | if ($ref and $ref->{'CacheTime'} > time - 60) { } |
94 | 0 | 0 | if ($ref) |
95 | 0 | 0 | if (my $etag = $ref->{'Headers'}{'etag'}) |
98 | 0 | 0 | if (my $ts = $ref->{'LastModified'}) |
110 | 0 | 0 | if ($res->code == 304) { } |
122 | 0 | 0 | if ($content_hook) |
139 | 0 | 0 | if ($cache and $res->code == 200) |
171 | 0 | 0 | if %opts |