| blib/lib/ArangoDB2/Cursor.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 20 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 34 | 0 | 0 | unless $self->data | 
| 62 | 0 | 0 | unless $self->data and $self->data->{'hasMore'} | 
| 77 | 0 | 0 | unless ref $func eq 'CODE' | 
| 80 | 0 | 0 | unless $self->data | 
| 86 | 0 | 0 | unless $self->get | 
| 111 | 0 | 0 | unless $self->data and $self->data->{'hasMore'} | 
| 114 | 0 | 0 | unless my $res = $self->arango->http->put($self->api_path('cursor', $self->data->{'id'})) | 
| 131 | 0 | 0 | unless $self->data | 
| 135 | 0 | 0 | if exists $self->data->{'result'}[$i] | 
| 138 | 0 | 0 | unless $self->get |