| blib/lib/Arango/DB/API.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 20 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 113 | 0 | 0 | defined $params->{'database'} ? : |
| 118 | 0 | 0 | ref $params eq 'HASH' && exists $params->{'body'} ? : |
| 119 | 0 | 0 | ref $params eq 'HASH' ? : |
| 121 | 0 | 0 | exists $API{$action}{'params'} ? : |
| 123 | 0 | 0 | if ($API{$action}{'method'} eq 'get' and scalar keys %$opts) { } |
| 126 | 0 | 0 | if ($body and ref $body eq 'HASH') { } |
| 0 | 0 | elsif (defined $body) { } | |
| 144 | 0 | 0 | if ($response->{'success'}) { } |
| 146 | 0 | 0 | if ($ans->{'error'}) { } |
| 0 | 0 | elsif (exists $API{$action}{'builder'}) { } |