| blib/lib/Authen/HOTP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 6 | 10 | 60.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 26 | 10 | 1 | if $secret =~ /^[a-fA-F0-9]{32,}$/ | 
| 29 | 11 | 0 | unless ref $c eq 'Math::BigInt' | 
| 34 | 0 | 11 | unless length $secret >= 16 | 
| 35 | 0 | 11 | unless ref $c eq 'Math::BigInt' | 
| 36 | 0 | 11 | unless $digits >= 6 and $digits <= 10 |