Condition Coverage

blib/lib/JQuery/DataTables/Request.pm
Criterion Covered Total %
condition 28 36 77.7


and 3 conditions

line !l l&&!r l&&r condition
150 1 2 3 defined $version and $version eq '1.10'
1 0 2 defined $version and $version eq '1.9'
343 5 1 4 defined $$ref{'draw'} and defined $$ref{'start'}
6 0 4 defined $$ref{'draw'} and defined $$ref{'start'} and defined $$ref{'length'}
348 3 0 3 defined $$ref{'sEcho'} and defined $$ref{'iDisplayStart'}
3 0 3 defined $$ref{'sEcho'} and defined $$ref{'iDisplayStart'} and defined $$ref{'iDisplayLength'}
501 10 6 6 $sub1 eq 'search' and $sub2 eq 'regex'
507 6 5 1 $sub1 eq 'dir' and lc $val ne 'asc'
11 1 0 $sub1 eq 'dir' and lc $val ne 'asc' and lc $val ne 'desc'

or 3 conditions

line l !l&&r !l&&!r condition
268 2 0 0 $$col{'name'} eq $search_val or $$col{'data'} eq $search_val
335 8 0 5 ref $self or defined $client_params
501 6 6 22 $sub1 eq 'orderable' or $sub1 eq 'searchable'