blib/lib/DBR/ResultSet.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 11 | 100.0 |
line | l | !l | condition |
---|---|---|---|
145 | 13 | 2 | $sth->rows || 0 |
156 | 21 | 14 | $sth->fetchall_arrayref(undef, 1000) || (return undef) |
169 | 45 | 16 | shift @$rows || &$getchunk() || (return &$endsub()) |
201 | 22 | 11 | $$rows[$ct++] || ($ct = 0) || (return [()]) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
145 | 1 | 13 | 2 | $$self[4] ||= $sth->rows || 0 |