| line |
!l |
l&&!r |
l&&r |
condition |
|
128
|
0 |
0 |
0 |
not -f $pageroot . "/" . $cururl . $m . $ext and $cururl =~ s[/([^/]*)$][]
|
|
156
|
0 |
0 |
0 |
defined $result and ref $result eq "HASH"
|
|
|
0 |
0 |
0 |
not ref $result and $result
|
|
158
|
0 |
0 |
0 |
defined $result->{'url'} and not defined $result->{'done'}
|
|
162
|
0 |
0 |
0 |
defined $result->{'view'} and $result->{'done'}
|
|
253
|
0 |
0 |
0 |
not -f $pageroot . "/" . $cururl . $m . $acceptext->{$fmt} . $ext and $cururl =~ s[/([^/]*)$][]
|
|
281
|
0 |
0 |
0 |
defined $result and ref $result eq "HASH"
|
|
|
0 |
0 |
0 |
not ref $result and $result
|
|
361
|
10 |
32 |
13 |
not -f $pageroot . "/" . $cururl . $m . $ext and $cururl =~ s[/([^/]*)$][]
|
|
386
|
32 |
0 |
10 |
defined $result and ref $result eq "HASH"
|
|
|
0 |
32 |
0 |
not ref $result and $result
|
|
387
|
7 |
2 |
1 |
defined $result->{'url'} and not defined $result->{'done'}
|