blib/lib/Data/Riak/Fast/HTTP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 14 | 50.0 |
line | true | false | branch |
---|---|---|---|
89 | 17 | 0 | unless $response->code eq '200' |
102 | 17 | 0 | unless (blessed $request) |
114 | 0 | 17 | if ($request->has_query) |
119 | 17 | 0 | if $request->method eq 'GET' |
120 | 0 | 17 | if $request->method =~ /^(POST|PUT)$/ |
121 | 0 | 17 | if (my $links = $request->links) |
125 | 0 | 17 | if (my $indexes = $request->indexes) |