| blib/lib/Authen/OATH.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 14 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 32 | 0 | 5 | if $secret =~ /^[a-fA-F0-9]{32,}$/ |
| 35 | 5 | 0 | if (eval "require $mod") |
| 40 | 0 | 5 | if $self->digits < 6 |
| 50 | 0 | 10 | if $secret =~ /^[a-fA-F0-9]{32,}$/ |
| 53 | 10 | 0 | if (eval "require $mod") |
| 57 | 0 | 10 | if $self->digits < 6 |
| 76 | 15 | 0 | if ($self->digits < 10) { } |