| line |
!l |
l&&!r |
l&&r |
condition |
|
270
|
1389 |
710 |
28 |
$mode eq "reference" and $type eq 'reference' || $type eq 'collapsed' |
|
|
710 |
19 |
9 |
$mode eq "reference" and $type eq 'reference' || $type eq 'collapsed' and $+{'space'} =~ /^ ?(?:\n[ \t]*)?$/u |
|
333
|
3523 |
206 |
114 |
length $n->{'content'} <= $search_start and @{$tree->{'children'};} > $cur_child + 1 |
|
|
3729 |
114 |
0 |
length $n->{'content'} <= $search_start and @{$tree->{'children'};} > $cur_child + 1 and $tree->{'children'}[$cur_child + 1]{'type'} eq 'html' || $tree->{'children'}[$cur_child + 1]{'type'} eq 'link' |
|
495
|
2395 |
28965 |
47920 |
not $not_root and $i == 0 |
|
|
31360 |
5408 |
42512 |
not $not_root and $i == 0 and $j == 0 |
|
498
|
2395 |
28751 |
48134 |
not $not_root and $i == $#{$$tree{"children"};} |
|
|
31146 |
6204 |
41930 |
not $not_root and $i == $#{$$tree{"children"};} and $j == $#hard_breaks |
|
561
|
6150 |
7934 |
26793 |
$succ_type ne 'space' && ($succ_type ne 'punct' || $pred_type ne 'none') |
|
562
|
8188 |
6816 |
25873 |
$pred_type ne 'space' && ($pred_type ne 'punct' || $succ_type ne 'none') |
|
575
|
2212 |
109 |
6182 |
$is_left && (!$is_right || $pred_type eq 'punct') |
|
576
|
2607 |
109 |
5787 |
$is_right && (!$is_left || $succ_type eq 'punct') |
|
599
|
75042 |
3356 |
3356 |
$index == 0 and $side eq "left" |
|
600
|
72545 |
2857 |
2996 |
$index == $#{$$tree{"children"};} and $side eq "right" |
|
604
|
70863 |
656 |
3883 |
$node->{'type'} ne "text" and $node->{'type'} ne "literal" |
|
628
|
1489 |
2647 |
11436 |
$_->{'can_open'} and $_->{'delim'} eq $c{'delim'} |