-
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 |
testGCD() |
S |
72 |
1 |
5 |
testRandomTwoArgument() |
S |
68 |
1 |
7 |
testClone() |
S |
67 |
1 |
8 |
testSerializable() |
S |
66 |
1 |
8 |
testBitwiseRightShift() |
S |
64 |
1 |
9 |
testBitwiseLeftShift() |
S |
71 |
1 |
5 |
testBitwiseNOT() |
S |
72 |
1 |
5 |
testBitwiseXOR() |
S |
69 |
1 |
6 |
testBitwiseOR() |
S |
69 |
1 |
6 |
testBitwiseAND() |
S |
69 |
1 |
6 |
testEquals() |
S |
71 |
1 |
6 |
testAbs() |
S |
70 |
1 |
6 |
setUpBeforeClass() |
S |
76 |
1 |
4 |
getInstance() |
S |
78 |
1 |
3 |
testModInverse() |
S |
64 |
1 |
9 |
testModPow() |
S |
68 |
1 |
7 |
testDivide() |
S |
67 |
1 |
7 |
testMultiply() |
S |
64 |
1 |
10 |
testSubtract() |
S |
72 |
1 |
5 |
testAdd() |
S |
64 |
1 |
10 |
testToBits() |
S |
79 |
1 |
3 |
testToHex() |
S |
79 |
1 |
3 |
testToBytesTwosCompliment() |
S |
78 |
1 |
3 |
testToBytes() |
S |
78 |
1 |
3 |
testConstructorBase16() |
S |
69 |
1 |
6 |
testConstructorBase10() |
S |
79 |
1 |
3 |
testConstructorBase2() |
S |
77 |
1 |
3 |
testExtendedGCD() |
S |
66 |
1 |
7 |