Branch Coverage
blib/lib/DBIx/Inspector/Iterator.pm
Criterion
Covered
Total
%
branch
0
6
0.0
line
true
false
branch
10
0
0
@_ == 1 ? :
17
0
0
if (my $row = $self->sth->fetchrow_hashref('NAME_uc')) { }
18
0
0
if ($self->skip_cb and $self->skip_cb->($row))