line |
true |
false |
branch |
64
|
1 |
34 |
@_ == 1 ? : |
77
|
2 |
33 |
unless ($self->header) |
81
|
2 |
33 |
unless ($self->payload) |
100
|
1 |
5 |
unless $self->header->{'typ'} |
102
|
1 |
5 |
unless $self->header->{'alg'} |
122
|
1 |
2 |
if ($self->header->{'alg'} and $self->header->{'alg'} ne 'none') |
143
|
1 |
2 |
if ($self->header->{'alg'} and $self->header->{'alg'} ne 'none') |
164
|
1 |
27 |
unless $token_string |
168
|
3 |
24 |
unless $header and $payload |
197
|
1 |
23 |
unless $self->token_string |
200
|
5 |
18 |
unless $self->key |
203
|
12 |
11 |
unless ($self->alg) |
204
|
12 |
0 |
if ($self->header->{'alg'}) { } |
215
|
14 |
9 |
if ($@) |