| lib/Neo4j/Driver/Record.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 20 | 20 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 29 | 73 | 189 | unless (defined $field) |
| 32 | 2 | 71 | if @{$self->{'row'};} > 1 |
| 37 | 142 | 47 | if defined $index and length $field |
| 45 | 35 | 12 | if (&created_as_number($field)) |
| 47 | 2 | 32 | unless $field == int $field and $field >= 0 and $field < @{$self->{'row'};} |
| 53 | 5 | 7 | unless defined $index |
| 62 | 1 | 4 | if exists $self->{'hash'} |
| 84 | 7 | 488 | if (exists $cache->{$name}) { } |
| 91 | 113 | 382 | if (exists $cache->{$index}) { } |
| 120 | 1 | 1 | unless $self->{'_summary'} |