Branch Coverage

blib/lib/DBIx/InsertHash.pm
Criterion Covered Total %
branch 15 28 53.5


line true false branch
135 3 2 if (ref $self)
141 0 5 unless (%$data)
145 0 5 unless $table
146 0 5 unless $dbh
153 2 1 if (ref $self and $self->quote || $self->quote_func)
155 1 2 unless $self->quote or $self->quote_func->($col)
210 1 0 $vars ? :
213 0 1 if (ref $self)
219 0 1 unless (%$data)
223 0 1 unless $where
224 0 1 unless $table
225 0 1 unless $dbh
232 0 0 if (ref $self and $self->quote || $self->quote_func)
234 0 0 unless $self->quote or $self->quote_func->($col)