| blib/lib/POE/Component/YubiAuth.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 22 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 140 | 0 | 0 | unless my $id = shift() |
| 141 | 0 | 0 | unless my $key = shift() |
| 143 | 0 | 0 | if $parallel < 1 |
| 144 | 0 | 0 | if $parallel > 5 |
| 175 | 0 | 0 | if $kernel->post('_yubi_ua', 'request', '_collect', $req, [$otp, $nonce, $sender, $callback, $callback_data]) |
| 184 | 0 | 0 | if ($res->is_success) |
| 188 | 0 | 0 | if defined $p{'otp'} and $p{'otp'} eq $otp and defined $p{'nonce'} and $p{'nonce'} eq $nonce and defined $p{'status'} and $p{'status'} eq 'OK' and $h eq $sig |
| 194 | 0 | 0 | if $$heap{'pending'} == 0 |
| 202 | 0 | 0 | if defined $args |
| 203 | 0 | 0 | if (ref $callback eq 'CODE') { } |
| 0 | 0 | elsif (ref $callback) { } |