line |
true |
false |
branch |
89
|
0 |
0 |
unless (defined $options_ref) |
96
|
0 |
0 |
if (defined $options{'id'}) { } |
105
|
0 |
0 |
if (defined $options{'api'}) { } |
109
|
0 |
0 |
if (length($$self{'api'}) % 4 != 0) |
119
|
0 |
0 |
defined $options{'nonce'} ? : |
121
|
0 |
0 |
defined $options{'url'} ? : |
191
|
0 |
0 |
if (not $$self{'otp'} =~ /[cbdefghijklnrtuv]/i or length $$self{'otp'} < 32) |
198
|
0 |
0 |
unless $$self{'nonce'} |
208
|
0 |
0 |
unless ($$self{'response'} =~ /status=ok/i) |
223
|
0 |
0 |
if ($_ =~ /=/) |
249
|
0 |
0 |
unless $$self{'nonce'} eq $result{'nonce'} and $$self{'otp'} eq $result{'otp'} |
255
|
0 |
0 |
if ($hmac eq $signatur) { } |