Branch Coverage

blib/lib/DBIx/Romani/Query/SQL/Generate.pm
Criterion Covered Total %
branch 0 48 0.0


line true false branch
17 0 0 if (ref $args eq 'HASH') { }
27 0 0 unless (defined $driver)
48 0 0 if (scalar @{$select->get_from;} == 0)
52 0 0 if (scalar @{$select->get_result;} == 0)
60 0 0 if ($select->get_distinct)
70 0 0 if ($result->get_name)
83 0 0 if ($join)
90 0 0 if ($select->get_where)
93 0 0 if ($where)
100 0 0 if (scalar @{$select->get_group_by;} > 0)
106 0 0 if (scalar @{$select->get_order_by;} > 0)
142 0 0 if ($update->get_where)
145 0 0 if ($where)
160 0 0 if ($delete->get_where)
163 0 0 if ($where)
177 0 0 if ($column->get_table)
202 0 0 unless (defined $value)
224 0 0 if ($type eq $DBIx::Romani::Query::Comparison::IS_NULL or $type eq $DBIx::Romani::Query::Comparison::IS_NOT_NULL) { }
0 0 elsif ($type eq $DBIx::Romani::Query::Comparison::BETWEEN) { }
0 0 elsif ($type eq $DBIx::Romani::Query::Comparison::IN or $type eq $DBIx::Romani::Query::Comparison::NOT_IN) { }
249 0 0 if ($rstr)
278 0 0 if ($value->isa('DBIx::Romani::Query::Where'))
330 0 0 if (scalar @{$func->get_arguments;} == 0)
336 0 0 if ($func->get_distinct)