Branch Coverage

blib/lib/DBIx/DBO/Table.pm
Criterion Covered Total %
branch 19 28 67.8


line true false branch
51 1 30 unless eval { do { $_[0]->isa("DBIx::DBO") } }
69 1 0 wantarray ? :
86 0 0 if (wantarray) { }
116 0 109 unless defined $col
118 1 108 unless exists $me->{'Column_Idx'}{$col}
136 0 7 unless @_
137 0 7 if @_ & 1
145 1 13 if $remove_duplicates{$col}++
151 0 7 unless my $sth = $me->dbh->prepare($sql)
152 0 7 unless my $rv = $sth->execute(@bind)
196 0 4 if ref $opt{'rows'} ne "ARRAY"
200 2 2 if (defined $opt{'columns'}) { }
225 3 4 if $clause = $me->{'DBO'}{'dbd_class'}->_build_quick_where($me, \@bind, @_)
278 30 106 if @_