line |
!l |
l&&!r |
l&&r |
condition |
73
|
68 |
4 |
25 |
$type eq "Para" and $_curpara |
|
72 |
13 |
12 |
$type eq "Para" and $_curpara and $_curpara->type eq "item" |
|
17 |
0 |
12 |
$type eq "Para" and $_curpara and $_curpara->type eq "item" and $_curpara->listtype eq "text" |
|
13 |
3 |
9 |
$type eq "Para" and $_curpara and $_curpara->type eq "item" and $_curpara->listtype eq "text" and not length $_curpara->text |
97
|
0 |
3 |
3 |
defined $target and not $target =~ m[^\w+://]u |
166
|
56 |
20 |
18 |
$_curpara->type eq "item" and $_curpara->listtype eq "text" |
|
76 |
9 |
9 |
$_curpara->type eq "item" and $_curpara->listtype eq "text" and not length $_curpara->term |
181
|
0 |
9 |
0 |
length $_ and $_ = $_->substr($trimlen, length $_) |