| line |
!l |
l&&!r |
l&&r |
condition |
|
27
|
1 |
4 |
0 |
$c->session_is_valid && $c->session->{'RapidApp_username'}
|
|
68
|
0 |
0 |
0 |
$to and $to ne '/'
|
|
|
0 |
0 |
0 |
$to and $to ne '/' and $to ne $c->mount_url . '/'
|
|
69
|
0 |
0 |
0 |
$c->session and $c->session_is_valid
|
|
|
0 |
0 |
0 |
$c->session and $c->session_is_valid and $c->user_exists
|
|
122
|
8 |
0 |
0 |
$href =~ m[^/auth/login/] and $c->session->{'RapidApp_username'}
|
|
154
|
0 |
2 |
11 |
$c->session and $c->session_is_valid
|
|
|
2 |
3 |
8 |
$c->session and $c->session_is_valid and $c->user_exists
|
|
203
|
0 |
0 |
5 |
$user and $user ne ''
|
|
224
|
0 |
0 |
0 |
$t && $t ne '/' && $t ne ''
|
|
260
|
0 |
1 |
0 |
$c->session and $c->session->{'login_error'}
|