blib/lib/JPList/DB/Result.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 19 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
203 | 0 | 0 | 0 | $sort_one and $sort_one->{'column'} ne 'default' |
253 | 0 | 0 | 0 | $limit and $limit ne 'all' |
334 | 0 | 0 | 0 | defined $params->{'bind_vals'} && exists $params->{'bind_vals'} |
line | l | !l | condition |
---|---|---|---|
75 | 0 | 0 | shift() || 0 |
247 | 0 | 0 | $request_data->pagination_data->{'number'} || 10 |
248 | 0 | 0 | $request_data->pagination_data->{'currentPage'} || 0 |
251 | 0 | 0 | $limit * $current_page || 0 |
301 | 0 | 0 | $data->[0][0] || 0 |