| line |
!l |
l&&!r |
l&&r |
condition |
|
279
|
0 |
0 |
0 |
$title =~ /^\d+$/ and $index =~ /^ASC|DESC$/ |
|
314
|
0 |
0 |
0 |
$type and $type eq 'DESC' |
|
322
|
0 |
0 |
1 |
$type and $type eq 'DESC' |
|
368
|
0 |
0 |
1 |
$type and $type eq 'DESC' |
|
392
|
6 |
0 |
5 |
exists $$worksheet[1]{'sortstring'} and defined $$worksheet[1]{'sortstring'} |
|
|
6 |
1 |
4 |
exists $$worksheet[1]{'sortstring'} and defined $$worksheet[1]{'sortstring'} and $$worksheet[1]{'sortstring'} =~ /\w/ |
|
549
|
5 |
0 |
6 |
exists $$worksheet[1]{'-headers'} and scalar @{$$worksheet[1]{'-headers'};} > 0 |
|
568
|
214 |
0 |
0 |
defined $formatref and defined $$formatref[$col] |
|
599
|
14 |
0 |
0 |
defined $formatref && defined $$formatref[$col] |