Condition Coverage

blib/lib/DBIx/InsertHash.pm
Criterion Covered Total %
condition 14 35 40.0


and 3 conditions

line !l l&&!r l&&r condition
153 2 3 0 ref $self and $self->quote || $self->quote_func
232 1 0 0 ref $self and $self->quote || $self->quote_func

or 2 conditions

line l !l condition
99 1 2 $arg{'quote_char'} ||= '`'

or 3 conditions

line l !l&&r !l&&!r condition
136 0 3 0 $table ||= $self->table
137 1 2 0 $dbh ||= $self->dbh
153 1 1 1 $self->quote || $self->quote_func
155 1 1 1 $self->quote or $self->quote_func->($col)
214 0 0 0 $where ||= $self->where
215 0 0 0 $table ||= $self->table
216 0 0 0 $dbh ||= $self->dbh
232 0 0 0 $self->quote || $self->quote_func
234 0 0 0 $self->quote or $self->quote_func->($col)