Branch Coverage

blib/lib/Class/DBI/Query.pm
Criterion Covered Total %
branch 15 22 68.2


line true false branch
11 0 7 unless $fields
19 19 49 unless $$self{$key}
20 40 28 wantarray ? :
25 7 53 ref $_ eq 'ARRAY' ? :
132 0 7 if $self->order_by
158 0 7 unless my $owner = $self->owner
160 0 7 unless $owner->can('db_Main')
161 0 7 unless my $sql_name = $self->sqlname
164 0 6 ref $_[0] eq 'ARRAY' ? :
6 1 @_ ? :
175 0 7 if ($@)