| blib/lib/Crypt/RSA/DataFormat.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 22 | 26 | 84.6 |
| line | true | false | branch |
|---|---|---|---|
| 25 | 0 | 2216 | unless defined $num |
| 26 | 10 | 2206 | unless defined $l |
| 29 | 1622 | 594 | if (ref $num ne 'Math::BigInt' and $num <= 18446744073709551615) { } |
| 36 | 1 | 593 | unless ref $num eq 'Math::BigInt' |
| 41 | 60 | 534 | if length($hex) % 2 |
| 46 | 2206 | 10 | if ($l) |
| 49 | 5 | 2201 | if $l < $rlen |
| 51 | 1640 | 561 | if $rlen < $l |
| 69 | 0 | 36 | if length($hex) % 2 |
| 85 | 1187 | 0 | if (ref $n eq 'Math::BigInt') { } |
| 104 | 0 | 1055 | if length $b > length $a |
| 107 | 2 | 1053 | if $alen > length $b |
| 133 | 1 | 1 | $textsize % $blocksize ? : |