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