-
Home
-
WP Consent Receipt
-
0.28 (latest)
-
Code
-
Classes
- Unit_Math_BigInteger_TestCase
| Total Complexity |
34 |
| Dependencies |
1 |
| Dependents |
0 |
| Total lines |
351 |
| Lines of code |
230 |
| Logical lines of code |
137 |
| Comment lines |
24 |
| Methods |
31 |
| Properties |
0 |
Methods 31
| Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
| testDiffieHellmanKeyAgreement() |
S |
46 |
4 |
44 |
| testCompare() |
S |
61 |
1 |
12 |
| testRandomOneArgument() |
S |
63 |
1 |
11 |
| setUpBeforeClass() |
S |
76 |
1 |
4 |
| getInstance() |
S |
78 |
1 |
3 |
| testConstructorBase2() |
S |
77 |
1 |
3 |
| testConstructorBase10() |
S |
79 |
1 |
3 |
| testConstructorBase16() |
S |
69 |
1 |
6 |
| testToBytes() |
S |
78 |
1 |
3 |
| testToBytesTwosCompliment() |
S |
78 |
1 |
3 |
| testToHex() |
S |
79 |
1 |
3 |
| testToBits() |
S |
79 |
1 |
3 |
| testAdd() |
S |
64 |
1 |
10 |
| testSubtract() |
S |
72 |
1 |
5 |
| testMultiply() |
S |
64 |
1 |
10 |
| testDivide() |
S |
67 |
1 |
7 |
| testModPow() |
S |
68 |
1 |
7 |
| testModInverse() |
S |
64 |
1 |
9 |
| testExtendedGCD() |
S |
66 |
1 |
7 |
| testGCD() |
S |
72 |
1 |
5 |
| testAbs() |
S |
70 |
1 |
6 |
| testEquals() |
S |
71 |
1 |
6 |
| testBitwiseAND() |
S |
69 |
1 |
6 |
| testBitwiseOR() |
S |
69 |
1 |
6 |
| testBitwiseXOR() |
S |
69 |
1 |
6 |
| testBitwiseNOT() |
S |
72 |
1 |
5 |
| testBitwiseLeftShift() |
S |
71 |
1 |
5 |
| testBitwiseRightShift() |
S |
64 |
1 |
9 |
| testSerializable() |
S |
66 |
1 |
8 |
| testClone() |
S |
67 |
1 |
8 |
| testRandomTwoArgument() |
S |
68 |
1 |
7 |