| lib/Neo4j/Driver/Result.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 16 | 87.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 85 | 2 | 6 | 9 | !$minimum || @$buffer < $minimum and $next = $self->_fetch_next |
| line | l | !l | condition |
|---|---|---|---|
| 28 | 7 | 2 | $self->{'result'}{'columns'} // [] |
| 107 | 5 | 3 | $self->{'json_cursor'} //= 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 79 | 2 | 7 | 0 | $self->{'field_names_cache'} //= Neo4j::Driver::Record::_field_names_cache($self->{'result'}) |
| 85 | 7 | 8 | 2 | !$minimum || @$buffer < $minimum |
| 162 | 10 | 139 | 0 | $self->{'summary'} //= "Neo4j::Driver::ResultSummary"->new($self->{'result'}, $self->{'notifications'}, $self->{'query'}, $self->{'server_info'}) |