line |
!l |
l&&!r |
l&&r |
condition |
114
|
22 |
13 |
2 |
@lines >= 2 and $lines[1] =~ /^([=-])\1*$/u |
|
15 |
0 |
6 |
@lines >= 2 and my $cells = _split_table_row($lines[0]) |
|
15 |
0 |
6 |
@lines >= 2 and my $cells = _split_table_row($lines[0]) and my $aligns = _split_table_row($lines[1]) |
147
|
3 |
3 |
0 |
@lines and not $lines[0] =~ /^[*+-]/u |
152
|
2 |
0 |
4 |
@_paragraphs and $_paragraphs[-1]->type eq "list-bullet" |
174
|
4 |
4 |
0 |
@lines and not $lines[0] =~ /^\d+\Q$sep\E/u |
179
|
3 |
0 |
5 |
@_paragraphs and $_paragraphs[-1]->type eq "list-number" |
204
|
10 |
2 |
3 |
$1 && $2 |
211
|
6 |
0 |
4 |
@lines and $cells = _split_table_row($lines[0]) |