| blib/lib/Crypt/RSA/ES/PKCS1v15.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 11 | 24 | 45.8 | 
| line | true | false | branch | 
|---|---|---|---|
| 25 | 0 | 1 | if ($params{'Version'}) | 
| 35 | 0 | 2 | unless $M | 
| 36 | 0 | 2 | unless $key->check | 
| 51 | 0 | 2 | unless $C | 
| 52 | 0 | 2 | unless $key->check | 
| 57 | 0 | 2 | if (bitsize($c) > bitsize($key->n)) | 
| 65 | 0 | 2 | unless ($M = $self->decode($em)) | 
| 66 | 0 | 0 | if $self->errstr | 
| 76 | 0 | 2 | if $mlen > $emlen - 10 | 
| 93 | 0 | 2 | if length $em < 10 | 
| 98 | 0 | 2 | unless (($ps, $M) = $em =~ /^$chr2(.*?)$chr0(.*)$/s) | 
| 101 | 0 | 2 | if length $ps < 8 |