Branch Coverage

blib/lib/Groonga/Commands/Select.pm
Criterion Covered Total %
branch 0 46 0.0


line true false branch
62 0 0 if ($key eq "client")
65 0 0 unless (grep {$_ eq $key;} @select_arguments)
80 0 0 if (exists $args->{'table'})
83 0 0 if (exists $args->{'output_columns'})
92 0 0 if (exists $args->{'query'})
95 0 0 if (exists $args->{'filter'})
98 0 0 if (exists $args->{'columns'})
101 0 0 if (exists $args->{'sort_keys'})
104 0 0 if (exists $args->{'limit'})
107 0 0 if (exists $args->{'synonym'})
110 0 0 if (exists $args->{'drilldown'})
115 0 0 if (exists $args->{'drilldown_filter'})
119 0 0 if (exists $args->{'drilldown_output_columns'})
123 0 0 if (exists $args->{'drilldown_sort_keys'})
127 0 0 if (exists $args->{'dynamic_columns'})
131 0 0 if (exists $dynamic_columns->[$i]{'name'} and exists $dynamic_columns->[$i]{'stage'} and exists $dynamic_columns->[$i]{'type'} and exists $dynamic_columns->[$i]{'value'}) { }
150 0 0 if (exists $dynamic_columns->[$i]{'flags'})
156 0 0 if (exists $args->{'match_columns'})
159 0 0 if (exists $args->{'query_expander'})
162 0 0 if (exists $args->{'post_filter'})
175 0 0 if ($use_drilldown)
176 0 0 if ($n_drilldown_keys > 1) { }
236 0 0 if (defined $groonga_http_client)