Branch Coverage

blib/lib/Catmandu/Store/DBI/Iterator.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
26 0 0 if (defined $total and $total < $limit)
46 0 0 if defined $total and not $total
48 0 0 unless (defined $rows and @$rows)
52 0 0 unless my $sth = $dbh->prepare($handler->select_sql($bag, $start, $limit, $where))
56 0 0 unless $sth->execute(@$binds)
63 0 0 if defined $total
74 0 0 unless my $sth = $dbh->prepare_cached($store->handler->count_sql($bag, $self->start, $self->total, $self->where))
79 0 0 unless $sth->execute(@$binds)
145 0 0 is_string($self->where) ? :
150 0 0 if ($map->{'array'}) { }
0 0 elsif (is_value($arg2)) { }
151 0 0 is_value($arg2) ? :