blib/lib/Catmandu/Store/DBI/Iterator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 13 | 38.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
26 | 0 | 0 | 1 | defined $total and $total < $limit |
46 | 0 | 1 | 0 | defined $total and not $total |
48 | 1 | 0 | 0 | defined $rows and @$rows |
line | l | !l | condition |
---|---|---|---|
62 | 1 | 0 | shift @$rows // (return) |
87 | 3 | 0 | $start // 0 |