| blib/lib/DBIx/DataStore/ResultSet.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 14 | 21.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 24 | 0 | 0 | 0 | $data and @$data |
| 91 | 2 | 0 | 0 | defined $$self->{'_total_rows'} and $$self->{'_total_rows'} =~ /^\d+$/o |
| 96 | 0 | 0 | 0 | $self and $self->next |
| line | l | !l | condition |
|---|---|---|---|
| 109 | 2 | 0 | $$self->{'_dbh'}->prepare($query) || die(dslog('Error encountered preparing row count query: ' . $$self->{'_dbh'}->errstr)) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 113 | 2 | 0 | 0 | $sth->fetchrow_arrayref || confess('Error retrieving row from database result: ' . $sth->errstr) |