Condition Coverage

blib/lib/Mojolicious/Plugin/DataTables.pm
Criterion Covered Total %
condition 2 35 5.7


and 3 conditions

line !l l&&!r l&&r condition
126 0 0 0 $_->database and $_->searchable != 0
0 0 0 $_->database and $_->searchable != 0 and $_->search->{'value'}
141 0 0 0 $_->database and $_->searchable != 0

or 2 conditions

line l !l condition
189 0 0 $column->database || ''
258 0 0 $req_params->param('length') || 0
259 0 0 $req_params->param('start') || 0
260 0 0 $req_params->param('_') || 0
286 0 0 $dt_option->{'db'} || undef
287 0 0 $dt_option->{'formatter'} || undef
288 0 0 $dt_option->{'label'} || undef

or 3 conditions

line l !l&&r !l&&!r condition
35 0 1 0 $url || "//cdn.datatables.net/$dt_version/js/jquery.dataTables.min.js"
46 0 1 0 $url || "//cdn.datatables.net/$dt_version/css/jquery.dataTables.min.css"
56 0 0 0 delete $args{'table'} || Carp::croak('Missing table')
257 0 0 0 $req_params->param('draw') || &false()