| line |
true |
false |
branch |
|
19
|
0 |
0 |
unless my $assoc_handle = $params->get('assoc_handle') |
|
22
|
0 |
0 |
unless my $expires_in = $params->get('expires_in') |
|
24
|
0 |
0 |
unless ($expires_in =~ /^\d+$/) |
|
30
|
0 |
0 |
unless ($session_type) |
|
31
|
0 |
0 |
if (not $params->is_openid2) { } |
|
39
|
0 |
0 |
unless ($self->session->match($session_type)) |
|
43
|
0 |
0 |
if ($params->is_openid1 and $session_type eq 'no-encryption') { } |
|
59
|
0 |
0 |
unless my $assoc_type = $params->get('assoc_type') |
|
61
|
0 |
0 |
unless ($self->session->can_handle_assoc_type($assoc_type)) |
|
69
|
0 |
0 |
unless my $secret = $self->session->extract_secret($params) |