| line |
l |
!l&&r |
!l&&!r |
condition |
|
106
|
97 |
0 |
8 |
exists $line->{'quoter'} or exists $line->{'empty'} |
|
224
|
6 |
51 |
59 |
$line->{'separator'} or $line->{'quoter'} ne $chunks[-1][-1]{'quoter'} |
|
|
57 |
6 |
53 |
$line->{'separator'} or $line->{'quoter'} ne $chunks[-1][-1]{'quoter'} or $line->{'empty'} |
|
|
6 |
7 |
46 |
$line->{'separator'} or $line->{'quoter'} ne $chunks[-1][-1]{'quoter'} or $line->{'empty'} or $chunks[-1][-1]{'empty'} |
|
243
|
90 |
0 |
46 |
$first or $line->{'quoter'} ne $paras[-1]{'quoter'} |
|
|
90 |
5 |
41 |
$first or $line->{'quoter'} ne $paras[-1]{'quoter'} or $paras[-1]{'separator'} |