Branch Coverage

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


line true false branch
61 0 0 if ($key eq "client")
64 0 0 unless (grep {$_ eq $key;} @select_arguments)
79 0 0 if (exists $args->{'table'})
82 0 0 if (exists $args->{'output_columns'})
91 0 0 if (exists $args->{'query'})
94 0 0 if (exists $args->{'filter'})
97 0 0 if (exists $args->{'columns'})
100 0 0 if (exists $args->{'sort_keys'})
103 0 0 if (exists $args->{'limit'})
106 0 0 if (exists $args->{'synonym'})
109 0 0 if (exists $args->{'drilldown'})
113 0 0 if (exists $args->{'drilldown_filter'})
117 0 0 if (exists $args->{'drilldown_output_columns'})
121 0 0 if (exists $args->{'drilldown_sort_keys'})
125 0 0 if (exists $args->{'dynamic_columns'})
129 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'}) { }
148 0 0 if (exists $dynamic_columns->[$i]{'flags'})
154 0 0 if (exists $args->{'match_columns'})
157 0 0 if (exists $args->{'query_expander'})
160 0 0 if (exists $args->{'post_filter'})
173 0 0 if ($use_drilldown)
211 0 0 if (defined $groonga_http_client)