Branch Coverage

blib/lib/JPList/DB/Result.pm
Criterion Covered Total %
branch 0 48 0.0


line true false branch
80 0 0 if ($self->fields) { }
93 0 0 if ($self->group_fields)
97 0 0 if ($order)
105 0 0 if (not $is_download) { }
151 0 0 if $self->{'where_clause'}
162 0 0 if (exists $data->{'type'}) { }
163 0 0 if ($data->{'type'} eq 'like') { }
0 0 elsif ($data->{'type'} eq 'between') { }
0 0 elsif ($data->{'type'} eq 'in') { }
200 0 0 if ref $request_data->sort_data eq 'ARRAY'
203 0 0 if ($sort_one and $sort_one->{'column'} ne 'default')
205 0 0 if ($self->order_index) { }
208 0 0 if ($sort_one->{'order'} eq 'desc')
216 0 0 if ($sort_one->{'order'} eq 'desc')
253 0 0 if ($limit and $limit ne 'all')
281 0 0 if ($self->group_fields) { }
334 0 0 defined $params->{'bind_vals'} && exists $params->{'bind_vals'} ? :
339 0 0 unless my $sth = $dbh->prepare_cached($sql)
342 0 0 unless $sth->bind_param($i + 1, $bind_vals->[$i])
345 0 0 if (defined $params->{'return_key'}) { }
0 0 elsif (defined $params->{'return_aoa'}) { }
346 0 0 unless $data = $dbh->selectall_hashref($sth, $params->{'return_key'})
349 0 0 unless $data = $dbh->selectall_arrayref($sth)
352 0 0 unless $data = $dbh->selectall_arrayref($sth, {'Slice', {}})