| blib/lib/ArangoDB2/Graph/VertexCollection.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 1 | 8 | 12.5 |
| line | true | false | branch |
|---|---|---|---|
| 28 | 0 | 0 | unless my $res = $self->arango->http->post($self->api_path('gharial', $self->graph->name, 'vertex'), undef, $JSON->encode({'collection', $$args{'name'}})) |
| 52 | 0 | 0 | unless my $res = $self->arango->http->delete($self->api_path('gharial', $self->graph->name, 'vertex', delete $$args{'name'}), $args) |
| 76 | 0 | 0 | unless my $res = $self->arango->http->get($self->api_path('gharial', $self->graph->name, 'vertex')) |
| 90 | 0 | 1 | if (defined $name) { } |