| blib/lib/Crypt/RSA/DataFormat.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 19 | 26 | 73.0 |
| line | true | false | branch |
|---|---|---|---|
| 25 | 0 | 50 | unless defined $num |
| 26 | 4 | 46 | unless defined $l |
| 29 | 32 | 18 | if (ref $num ne 'Math::BigInt' and $num <= 18446744073709551615) { } |
| 36 | 1 | 17 | unless ref $num eq 'Math::BigInt' |
| 41 | 2 | 16 | if length($hex) % 2 |
| 46 | 46 | 4 | if ($l) |
| 49 | 0 | 46 | if $l < $rlen |
| 51 | 31 | 15 | if $rlen < $l |
| 69 | 0 | 1 | if length($hex) % 2 |
| 85 | 30 | 0 | if (ref $n eq 'Math::BigInt') { } |
| 104 | 0 | 13 | if length $b > length $a |
| 107 | 2 | 11 | if $alen > length $b |
| 133 | 0 | 0 | $textsize % $blocksize ? : |