Source file "org/springframework/security/jwt/crypto/sign/RsaSigner.java" was not found during generation of report.
| Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
| Total | 79 of 79 | 0% | 2 of 2 | 0% | 9 | 9 | 24 | 24 | 8 | 8 |
| sign(byte[]) | 0% | n/a | 1 | 1 | 6 | 6 | 1 | 1 | ||
| createPrivateKey(BigInteger, BigInteger) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| loadPrivateKey(String) | 0% | 0% | 2 | 2 | 4 | 4 | 1 | 1 | ||
| RsaSigner(RSAPrivateKey, String) | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | ||
| RsaSigner(BigInteger, BigInteger) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| RsaSigner(RSAPrivateKey) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| RsaSigner(String) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| algorithm() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |