| line |
!l |
l&&!r |
l&&r |
condition |
|
118
|
0 |
0 |
0 |
$page_user and $user
|
|
|
0 |
0 |
0 |
$page_user and $user and $page_user->id eq $user->id || $user->is_admin
|
|
238
|
0 |
0 |
0 |
$c->stash->{'user'} and $c->stash->{'user'}->is_admin
|
|
253
|
0 |
0 |
0 |
$c->stash->{'user'} && $c->stash->{'user'}->is_admin
|
|
|
2 |
0 |
0 |
$c->pref('use_captcha') and not $c->stash->{'user'} && $c->stash->{'user'}->is_admin
|
|
281
|
1 |
0 |
0 |
$c->stash->{'user'} and $c->stash->{'user'}->is_admin
|
|
353
|
0 |
0 |
0 |
$user and $check eq md5_hex($user->email . $c->pref('entropy'))
|
|
436
|
0 |
0 |
0 |
$user and $c->stash->{'user'}
|
|
|
0 |
0 |
0 |
$user and $c->stash->{'user'} and $c->stash->{'user'}->is_admin || $user->id eq $c->stash->{'user'}->id
|