| line |
!l |
l&&!r |
l&&r |
condition |
|
47
|
20 |
0 |
0 |
$c->req->params->{'pass'} and not $c->stash->{'user'}
|
|
52
|
0 |
0 |
0 |
$user and $user->can_edit($c->stash->{'path'})
|
|
53
|
0 |
0 |
0 |
$user and not $c->pref('restricted_user')
|
|
109
|
20 |
0 |
0 |
$user_id == 1 and not $c->pref('anonymous_user')
|
|
115
|
20 |
0 |
0 |
$user_id == 1 and $c->pref('use_captcha')
|
|
164
|
4 |
1 |
1 |
$c->stash->{'content'} and $c->stash->{'content'}->body eq $form->params->{'body'}
|
|
175
|
4 |
1 |
0 |
$c->stash->{'content'} and $c->req->params->{'version'} != $c->stash->{'content'}->version
|
|
283
|
0 |
0 |
0 |
$current{$_} && $current{$_}{'page'}
|
|
297
|
0 |
0 |
0 |
$parent_path and $parent_path =~ /^$path/
|