Condition Coverage

blib/lib/Mojolicious/Plugin/DataTables.pm
Criterion Covered Total %
condition 2 32 6.2


and 3 conditions

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

or 2 conditions

line l !l condition
177 0 0 $column->database || ''
237 0 0 $req_params->param('length') || 0
238 0 0 $req_params->param('start') || 0
239 0 0 $req_params->param('_') || 0
261 0 0 $dt_option->{'db'} || undef
262 0 0 $dt_option->{'formatter'} || undef
263 0 0 $dt_option->{'label'} || undef

or 3 conditions

line l !l&&r !l&&!r condition
32 0 1 0 $url || "//cdn.datatables.net/$dt_version/js/jquery.dataTables.min.js"
43 0 1 0 $url || "//cdn.datatables.net/$dt_version/css/jquery.dataTables.min.css"
236 0 0 0 $req_params->param('draw') || &false()