| line |
l |
!l&&r |
!l&&!r |
condition |
|
55
|
5 |
162 |
0 |
$options{'isPre'} || sub ($node) {
return uc $node->nodeName eq 'PRE';
}
|
|
58
|
0 |
0 |
167 |
not $element->firstChild or &$isPre($element) |
|
67
|
647 |
0 |
1575 |
$node->nodeType == 3 or $node->nodeType == 4 |
|
70
|
616 |
16 |
15 |
!$prevText || $prevText->data =~ / $/u |
|
85
|
1258 |
6 |
143 |
&$isBlock($node) or uc $node->nodeName eq "BR" |
|
|
14 |
5 |
124 |
&$isVoid($node) or &$isPre($node) |
|
128
|
383 |
147 |
0 |
$node->nextSibling || $node->parentNode |
|
150
|
673 |
25 |
1161 |
$prev and $prev->parentNode->isEqual($current) or &$isPre($current) |
|
151
|
280 |
418 |
0 |
$current->nextSibling || $current->parentNode |
|
154
|
886 |
275 |
0 |
$current->firstChild || $current->nextSibling || $current->parentNode |