Branch Coverage

lib/CellBIS/SQL/Abstract/Util.pm
Criterion Covered Total %
branch 24 34 70.5


line true false branch
33 3 3 if $_->{'primary'}
34 3 0 @get_primaryTbl ? :
37 3 0 if (@get_primaryTbl)
44 3 0 if (exists $get_primaryTbl[0]{'alias'})
59 3 0 if (exists $get_table_data->{'alias'}) { }
62 3 0 if $i > 1 or $i <= $size_join - 1
67 0 0 if $i > 1 or $i <= $size_join - 1
82 17 5 if (exists $clause->{'where'})
85 11 11 if (exists $clause->{'orderby'} and not exists $clause->{'groupby'})
88 1 11 if (exists $clause->{'orderby'} and exists $clause->{'groupby'})
95 9 0 if (exists $clause->{'order'} and exists $clause->{'orderby'})
98 11 11 if (exists $clause->{'limit'})
110 3 0 if exists $data_type{$type}
121 1 26 $self->is_sql_function($_) ? :
122 1 26 $self->is_sql_function($_) ? :
135 0 19 $self->is_sql_function($_) ? :
147 4 76 ref $string eq 'ARRAY' ? :