blib/lib/Mojar/Auth/Jwt.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 20 | 50.0 |
line | true | false | branch |
---|---|---|---|
34 | 5 | 2 | if (@_ == 0) { } |
47 | 4 | 0 | if (@_ == 0) { } |
49 | 1 | 6 | unless defined $self->$_ |
51 | 0 | 3 | if ref $self->{'scope'} |
64 | 1 | 0 | if (@_ == 0) { } |
65 | 0 | 1 | unless $self->alg eq 'RS256' |
100 | 0 | 0 | if (ref $self) { } |
102 | 0 | 0 | if @_ |
129 | 0 | 8 | unless ref $hashref and ref $hashref eq 'HASH' |
135 | 0 | 10 | unless defined $safestring and length $safestring |