| line | l | !l&&r | !l&&!r | condition | 
 
| 154 | 83 | 279 | 0 | !$rhSub->{$b}->row <=> !$rhSub->{$a}->row or uc $a cmp uc $b | 
 
|  | 362 | 0 | 0 | !$rhSub->{$b}->row <=> !$rhSub->{$a}->row or uc $a cmp uc $b or ($rhSub->{$a}->file eq $fileCurrent) <=> ($rhSub->{$b}->file eq $fileCurrent) | 
 
|  | 279 | 0 | 0 | !$rhSub->{$b}->row <=> !$rhSub->{$a}->row or uc $a cmp uc $b or ($rhSub->{$a}->file eq $fileCurrent) <=> ($rhSub->{$b}->file eq $fileCurrent) or $rhSub->{$a}->file cmp $rhSub->{$b}->file | 
 
|  | 0 | 0 | 0 | !$rhSub->{$b}->row <=> !$rhSub->{$a}->row or uc $a cmp uc $b or ($rhSub->{$a}->file eq $fileCurrent) <=> ($rhSub->{$b}->file eq $fileCurrent) or $rhSub->{$a}->file cmp $rhSub->{$b}->file or $rhSub->{$a}->row <=> $rhSub->{$b}->row |