| line |
!l |
l&&!r |
l&&r |
condition |
|
114
|
26 |
14 |
2 |
@lines >= 2 and $lines[1] =~ /^([=-])\1*$/u |
|
|
19 |
0 |
7 |
@lines >= 2 and my $cells = _split_table_row($lines[0]) |
|
|
19 |
0 |
7 |
@lines >= 2 and my $cells = _split_table_row($lines[0]) and my $aligns = _split_table_row($lines[1]) |
|
149
|
3 |
3 |
0 |
@lines and not $lines[0] =~ /^\s*[*+-]/u |
|
154
|
2 |
0 |
4 |
@_paragraphs and $_paragraphs[-1]->type eq "list-bullet" |
|
176
|
4 |
4 |
0 |
@lines and not $lines[0] =~ /^\d+\Q$sep\E/u |
|
181
|
3 |
0 |
5 |
@_paragraphs and $_paragraphs[-1]->type eq "list-number" |
|
206
|
12 |
2 |
3 |
$1 && $2 |
|
214
|
7 |
0 |
5 |
@lines and $cells = _split_table_row($lines[0]) |