| line |
l |
!l&&r |
!l&&!r |
condition |
|
55
|
5 |
160 |
0 |
$options{'isPre'} || sub ($node) {
return uc $node->nodeName eq 'PRE';
}
|
|
58
|
0 |
0 |
165 |
not $element->firstChild or &$isPre($element) |
|
67
|
644 |
0 |
1557 |
$node->nodeType == 3 or $node->nodeType == 4 |
|
70
|
614 |
16 |
14 |
!$prevText || $prevText->data =~ / $/u |
|
85
|
1250 |
5 |
136 |
&$isBlock($node) or uc $node->nodeName eq "BR" |
|
|
13 |
5 |
118 |
&$isVoid($node) or &$isPre($node) |
|
128
|
381 |
147 |
0 |
$node->nextSibling || $node->parentNode |
|
150
|
666 |
25 |
1147 |
$prev and $prev->parentNode->isEqual($current) or &$isPre($current) |
|
151
|
278 |
413 |
0 |
$current->nextSibling || $current->parentNode |
|
154
|
876 |
271 |
0 |
$current->firstChild || $current->nextSibling || $current->parentNode |