| line | !l | l&&!r | l&&r | condition | 
 
| 89 | 20 | 13 | 2 | @lines >= 2 and $lines[1] =~ /^([=-])\1*$/u | 
 
|  | 13 | 0 | 6 | @lines >= 2 and my $cells = _split_table_row($lines[0]) | 
 
|  | 13 | 0 | 6 | @lines >= 2 and my $cells = _split_table_row($lines[0]) and my $aligns = _split_table_row($lines[1]) | 
 
| 122 | 3 | 3 | 0 | @lines and not $lines[0] =~ /^[*+-]/u | 
 
| 127 | 2 | 0 | 4 | @_paragraphs and $_paragraphs[-1]->type eq "list-bullet" | 
 
| 149 | 4 | 4 | 0 | @lines and not $lines[0] =~ /^\d+\Q$sep\E/u | 
 
| 154 | 3 | 0 | 5 | @_paragraphs and $_paragraphs[-1]->type eq "list-number" | 
 
| 179 | 10 | 2 | 3 | $1 && $2 | 
 
| 186 | 6 | 0 | 4 | @lines and $cells = _split_table_row($lines[0]) |