line |
!l |
l&&!r |
l&&r |
condition |
148
|
1 |
2 |
3 |
defined $version and $version eq '1.10' |
|
1 |
0 |
2 |
defined $version and $version eq '1.9' |
341
|
5 |
1 |
4 |
defined $$ref{'draw'} and defined $$ref{'start'} |
|
6 |
0 |
4 |
defined $$ref{'draw'} and defined $$ref{'start'} and defined $$ref{'length'} |
346
|
3 |
0 |
3 |
defined $$ref{'sEcho'} and defined $$ref{'iDisplayStart'} |
|
3 |
0 |
3 |
defined $$ref{'sEcho'} and defined $$ref{'iDisplayStart'} and defined $$ref{'iDisplayLength'} |
499
|
10 |
6 |
6 |
$sub1 eq 'search' and $sub2 eq 'regex' |
505
|
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' |