| blib/lib/Crypt/RSA/Primitives.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 14 | 24 | 58.3 | 
| line | true | false | branch | 
|---|---|---|---|
| 29 | 0 | 292 | unless $key->check | 
| 30 | 0 | 292 | defined $params{'Message'} ? : | 
| 31 | 1 | 291 | if ref $plaintext ne 'Math::BigInt' | 
| 36 | 0 | 292 | if $plaintext > $n | 
| 53 | 0 | 294 | unless $key->check | 
| 55 | 294 | 0 | defined $params{'Cyphertext'} ? : | 
| 56 | 0 | 294 | if ref $cyphertext ne 'Math::BigInt' | 
| 59 | 0 | 294 | if $cyphertext > $n | 
| 62 | 275 | 19 | if ($key->p and $key->q) { } | 
| 66 | 0 | 275 | unless defined $key->u | 
| 67 | 0 | 275 | unless defined $key->dp | 
| 68 | 0 | 275 | unless defined $key->dq |