| blib/lib/Authen/OATH/KeyURI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 16 | 93.7 |
| line | true | false | branch |
|---|---|---|---|
| 29 | 0 | 8 | @_ == 1 ? : |
| 105 | 3 | 27 | $self->issuer ? : |
| 112 | 1 | 29 | $self->is_encoded ? : |
| 115 | 3 | 27 | if $self->issuer |
| 116 | 12 | 18 | if $self->algorithm |
| 117 | 12 | 18 | if $self->digits |
| 120 | 6 | 24 | if $self->counter and $self->type eq 'hotp' |
| 123 | 6 | 24 | if $self->period and $self->type eq 'totp' |