line |
true |
false |
branch |
30
|
0 |
0 |
unless my $res = $self->arango->http->post($self->api_path('gharial', $self->graph->name, 'edge'), undef, $JSON->encode($args)) |
54
|
0 |
0 |
unless my $res = $self->arango->http->delete($self->api_path('gharial', $self->graph->name, 'edge', delete $$args{'name'}), $args) |
78
|
0 |
1 |
if (defined $name) { } |
114
|
0 |
0 |
unless my $res = $self->arango->http->get($self->api_path('gharial', $self->graph->name, 'edge')) |
132
|
0 |
0 |
unless my $res = $self->arango->http->put($self->api_path('gharial', $self->graph->name, 'edge', $self->name), undef, $JSON->encode($args)) |