![]() | Analysis of Class : org.junit.internal.InexactComparisonCriteria (Includes summary list of methods in class) | Home |
Dashboard for Class : org.junit.internal.InexactComparisonCriteria |
---|
![]() |
Cyclomatic Complexity |
Summary of InexactComparisonCriteria | ||
---|---|---|
Feature | Number | Values |
Name | InexactComparisonCriteria | - |
Number of Methods | 2 | - |
LCOM | 0.00 | - |
Average Cyclomatic Complexity | 1.50 | - |
Number of Statements | 7 | - |
Halstead Cumulative Bugs | 0.08 | - |
Halstead Effort | 1795.82 | - |
UnWeighted Class Size | 3 | - |
Instance Variables | 1 | fDelta (double) |
Imported Packages | 1 | org.junit.Assert |
Response For class | 2 | - |
CBO | 2 | - |
Maintainability Index | 129.85 | - |
Cumulative Number of Comment Lines | 0 | - |
Lines Of Code | 13 | - |
Fan In | 1 | - |
DIT | 1 | - |
Maintainability Index (NC) | 129.85 | - |
Specialization ratio | 0.00 | - |
Reuse Ratio | 0.50 | - |
COH | 1.00 | - |
Local Method Calls | 0 | |
LCOM2 | 0.00 | - |
Max Complexity | 2 | - |
Halstead Cumulative Volume | 228.55 | - |
Hierarchy Method Calls | 0 | |
Number of Queries | 0 | - |
Fan Out | 2 | - |
SuperClass Name | org.junit.internal.ComparisonCriteria | - |
SIX | 0.00 | - |
External Method Calls | 0 | org.junit.Assert.assertEquals (2) |
Superclasses | 1 | org.junit.internal.ComparisonCriteria |
Total Complexity | 3 | - |
Subclasses | 0 | - |
Message Passing Coupling | 0 | - |
Number of Commands | 2 | - |
Interfaces | 0 | - |
Cumulative Number of Comments | 0 | - |
Halstead Cumulative Length | 58 | - |
Modifiers | 0 | - |
Methods in Class : org.junit.internal.InexactComparisonCriteria | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Name | COMP | NOCL | NOS | HLTH | HVOC | HEFF | HBUG | CREF | XMET | LMET | NLOC | NOC | NOA | MOD | HDIF | VDEC | EXCT | EXCR | CAST | TDN | HVOL | NAND | VREF | NOPR | MDN | NEXP | LOOP | |
![]() | InexactComparisonCriteria | 1 | 0 | 2 | 10 | 9 | 99.06 | 0.01 | 0 | 0 | 0 | 3 | 0 | 1 | 2 | 3.12 | 0 | 0 | 0 | 0 | 0 | 31.70 | 5 | 2 | 5 | 0 | 1 | 0 |
![]() | assertElementsEqual | 2 | 0 | 3 | 41 | 20 | 1667.28 | 0.06 | 4 | 1 | 0 | 6 | 0 | 2 | 2 | 9.41 | 0 | 0 | 0 | 4 | 0 | 177.20 | 23 | 7 | 18 | 0 | 7 | 0 |
Analysis of Method : InexactComparisonCriteria(double) in Class : org.junit.internal.InexactComparisonCriteria | ||
---|---|---|
Feature | Number | Values |
Name | InexactComparisonCriteria | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 2 | - |
Halstead Length | 10 | - |
Halstead Vocabulary | 9 | - |
Halstead Effort | 99.06 | - |
Halstead Bugs | 0.01 | - |
Classes Referenced | 0 | |
External Methods Called | 0 | |
Local Methods Called | 0 | |
Lines Of Code | 3 | - |
Number of Comments | 0 | - |
Arguments | 1 | delta (double) |
Modifiers | 2 | public public |
Halstead Difficulty | 3.12 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 31.70 | - |
Number of Operands | 5 | - |
Variable References | 2 | fDelta (1) delta (1) |
Number of Operators | 5 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 1 | - |
Number of Loops | 0 | - |
Analysis of Method : assertElementsEqual(Object, Object) in Class : org.junit.internal.InexactComparisonCriteria | ||
---|---|---|
Feature | Number | Values |
Name | assertElementsEqual | - |
Cyclomatic Complexity | 2 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 3 | - |
Halstead Length | 41 | - |
Halstead Vocabulary | 20 | - |
Halstead Effort | 1667.28 | - |
Halstead Bugs | 0.06 | - |
Classes Referenced | 4 | java.lang.Float (4) java.lang.Object (2) org.junit.Assert (2) java.lang.Double (5) |
External Methods Called | 1 | org.junit.Assert.assertEquals (2) |
Local Methods Called | 0 | |
Lines Of Code | 6 | - |
Number of Comments | 0 | - |
Arguments | 2 | expected (java.lang.Object) actual (java.lang.Object) |
Modifiers | 2 | @Override protected |
Halstead Difficulty | 9.41 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 4 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 177.20 | - |
Number of Operands | 23 | - |
Variable References | 7 | fDelta (2) expected (3) actual (2) |
Number of Operators | 18 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 7 | - |
Number of Loops | 0 | - |
Top of this page | Data Generated by JHawk - The Java Metrics tool | Home |