Condition Coverage

blib/lib/DBIx/IO.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
595 0 0 0 ref $id_hash and %$id_hash

or 2 conditions

line l !l condition
444 0 0 $$self{'dbh'}->prepare($sql) || (return undef)
531 0 0 $self->_build_where_clause($key) || (return undef)
533 0 0 $self->make_cursor("SELECT $cols FROM $table $where") || (return undef)
597 0 0 $self->_build_where_clause($id_hash) || (return undef)

or 3 conditions

line l !l&&r !l&&!r condition
214 0 0 0 ref $caller || $caller
526 0 0 0 uc $key_name || $self->key_name || ($self->_alert('No key column name given'), (return undef))
560 0 0 0 uc $key_name || $self->key_name || ($self->_alert('No key column name given'), (return undef))