| line | !l | l&&!r | l&&r | condition | 
 
| 164 | 0 | 41 | 192 | $tokens and $$tokens[0] | 
 
|  | 41 | 0 | 192 | $tokens and $$tokens[0] and $$tokens[0][0] | 
 
|  | 41 | 192 | 0 | $tokens and $$tokens[0] and $$tokens[0][0] and $allowed_tokens{$$tokens[0][0]} || $a{$$tokens[0][0]} | 
 
| 246 | 7 | 8 | 5 | $$meta{'ITEMS'}[0] and $$meta{'ITEMS'}[0] eq $key | 
 
| 292 | 1 | 2 | 0 | $ds and blessed $ds | 
 
| 343 | 7 | 1 | 1 | $$tokens[0][0] eq 'TAG_START' and $$tokens[1][0] eq 'KEYWORD' | 
 
|  | 8 | 0 | 1 | $$tokens[0][0] eq 'TAG_START' and $$tokens[1][0] eq 'KEYWORD' and $$tokens[1][1] eq 'endverbatim' | 
 
|  | 1 | 0 | 1 | $$tokens[0][0] eq 'TAG_START' and $$tokens[1][0] eq 'KEYWORD' and $$tokens[1][1] eq 'endverbatim' and $$tokens[2][1] =~ /\s*\Q$key\E\s*/ | 
 
|  | 0 | 0 | 1 | $$tokens[0][0] eq 'TAG_START' and $$tokens[1][0] eq 'KEYWORD' and $$tokens[1][1] eq 'endverbatim' and $$tokens[2][1] =~ /\s*\Q$key\E\s*/ and $$tokens[3][0] eq 'TAG_END' | 
 
| 374 | 0 | 1 | 16 | defined $var && ref $var | 
 
| 407 | 2 | 28 | 31 | @$tokens and $$tokens[0][0] ne $expected_token | 
 
| 508 | 12 | 0 | 1 | defined $options{'escape'} and lc $options{'escape'} eq 'html' | 
 
| 539 | 2 | 0 | 2 | $$tokens[0][0] eq 'TAG_START' && $$tokens[1][1] eq 'endsyntax' && $$tokens[2][0] eq 'TAG_END' | 
 
|  | 0 | 2 | 2 | $$tokens[0] and not $$tokens[0][0] eq 'TAG_START' && $$tokens[1][1] eq 'endsyntax' && $$tokens[2][0] eq 'TAG_END' | 
 
| 620 | 41 | 20 | 116 | @$tokens and $$tokens[0][0] ne 'TAG_END' | 
 
|  | 61 | 20 | 96 | @$tokens and $$tokens[0][0] ne 'TAG_END' and $$tokens[0][0] ne 'BRACES_END' | 
 
| 643 | 60 | 7 | 8 | $$meta{'PARSE_UPTO'} and $$meta{'PARSE_UPTO'} eq $key | 
 
| 755 | 4 | 0 | 0 | $config{'make_behaviour'} and -e $new_fn | 
 
|  | 4 | 0 | 0 | $config{'make_behaviour'} and -e $new_fn and (stat $fn)[9] < (stat $new_fn)[9] |