| line | !l | l&&!r | l&&r | condition | 
 
| 381 | 20 | 0 | 1 | not $acceptor->strict and $$tag{'lclanguage'} =~ /^([^-]+)-/ | 
 
|  | 20 | 0 | 1 | not $acceptor->strict and $$tag{'lclanguage'} =~ /^([^-]+)-/ and exists $secondaryLanguages{$1} | 
 
|  | 0 | 0 | 1 | not $acceptor->strict and $$tag{'lclanguage'} =~ /^([^-]+)-/ and exists $secondaryLanguages{$1} and $secondaryMatch eq '' | 
 
|  | 8 | 0 | 12 | $$tag{'lclanguage'} =~ /^([^-]+)-/ and exists $secondaryLanguages{$1} | 
 
|  | 8 | 2 | 10 | $$tag{'lclanguage'} =~ /^([^-]+)-/ and exists $secondaryLanguages{$1} and $secondaryMatch eq '' |