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
99 0 0 0 $_->database and $_->searchable != 0
0 0 0 $_->database and $_->searchable != 0 and $_->search->{'value'}
122 0 0 0 $_->database and $_->searchable != 0

or 2 conditions

line l !l condition
183 0 0 $column->database || ''
243 0 0 $req_params->param('length') || 0
244 0 0 $req_params->param('start') || 0
245 0 0 $req_params->param('_') || 0
267 0 0 $dt_option->{'db'} || undef
268 0 0 $dt_option->{'formatter'} || undef
269 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"
242 0 0 0 $req_params->param('draw') || &false()