| lib/Crypt/Perl/RSA/Generate.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 12 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 58 | 0 | 0 | unless $mod_bits |
| 62 | 0 | 0 | unless (grep {$exp eq $_;} (65537, 3)) |
| 68 | 0 | 0 | unless ref $exp |
| 79 | 0 | 0 | if $p1->copy->bmod($exp)->is_zero |
| 88 | 0 | 0 | if $q1->copy->bmod($exp)->is_zero or $q->beq($p) |
| 92 | 0 | 0 | if ($p->blt($q)) |