| line |
!l |
l&&!r |
l&&r |
condition |
|
280
|
0 |
0 |
0 |
$title =~ /^\d+$/ and $index =~ /^ASC|DESC$/ |
|
315
|
0 |
0 |
0 |
$type and $type eq 'DESC' |
|
323
|
0 |
0 |
1 |
$type and $type eq 'DESC' |
|
369
|
0 |
0 |
1 |
$type and $type eq 'DESC' |
|
393
|
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/ |
|
550
|
5 |
0 |
6 |
exists $$worksheet[1]{'-headers'} and scalar @{$$worksheet[1]{'-headers'};} > 0 |
|
569
|
214 |
0 |
0 |
defined $formatref and defined $$formatref[$col] |
|
600
|
14 |
0 |
0 |
defined $formatref && defined $$formatref[$col] |