![]() | Analysis of Class : org.junit.experimental.theories.suppliers.TestedOnSupplier (Includes summary list of methods in class) | Home |
Dashboard for Class : org.junit.experimental.theories.suppliers.TestedOnSupplier |
---|
![]() |
Cyclomatic Complexity |
Summary of TestedOnSupplier | ||
---|---|---|
Feature | Number | Values |
Name | TestedOnSupplier | - |
Number of Methods | 1 | - |
LCOM | 0.00 | - |
Average Cyclomatic Complexity | 2.00 | - |
Number of Statements | 11 | - |
Halstead Cumulative Bugs | 0.13 | - |
Halstead Effort | 5281.98 | - |
UnWeighted Class Size | 1 | - |
Instance Variables | 0 | - |
Imported Packages | 6 | java.util.ArrayList java.util.Arrays java.util.List org.junit.experimental.theories.ParameterSignature org.junit.experimental.theories.ParameterSupplier org.junit.experimental.theories.PotentialAssignment |
Response For class | 1 | - |
CBO | 3 | - |
Maintainability Index | 102.68 | - |
Cumulative Number of Comment Lines | 0 | - |
Lines Of Code | 11 | - |
Fan In | 0 | - |
DIT | 1 | - |
Maintainability Index (NC) | 102.68 | - |
Specialization ratio | 0.00 | - |
Reuse Ratio | 0.50 | - |
COH | 0.00 | - |
Local Method Calls | 0 | |
LCOM2 | 1.00 | - |
Max Complexity | 2 | - |
Halstead Cumulative Volume | 387.57 | - |
Hierarchy Method Calls | 0 | |
Number of Queries | 1 | - |
Fan Out | 3 | - |
SuperClass Name | org.junit.experimental.theories.ParameterSupplier | - |
SIX | 0.00 | - |
External Method Calls | 0 | org.junit.experimental.theories.ParameterSignature.getAnnotation (1) org.junit.experimental.theories.PotentialAssignment.forValue (1) List java.util.Arrays.asList (1) java.util.ArrayList.ArrayList (1) ints().toString (1) TestedOn.ints (1) |
Superclasses | 1 | org.junit.experimental.theories.ParameterSupplier |
Total Complexity | 2 | - |
Subclasses | 0 | - |
Message Passing Coupling | 0 | - |
Number of Commands | 0 | - |
Interfaces | 0 | - |
Cumulative Number of Comments | 0 | - |
Halstead Cumulative Length | 78 | - |
Modifiers | 0 | - |
Methods in Class : org.junit.experimental.theories.suppliers.TestedOnSupplier | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | |
![]() | getValueSources | 2 | 0 | 10 | 74 | 35 | 5273.98 | 0.13 | 7 | 7 | 0 | 9 | 0 | 1 | 2 | 13.89 | 3 | 0 | 0 | 0 | 1 | 379.57 | 33 | 7 | 41 | 1 | 10 | 1 |
Analysis of Method : getValueSources(ParameterSignature) in Class : org.junit.experimental.theories.suppliers.TestedOnSupplier | ||
---|---|---|
Feature | Number | Values |
Name | getValueSources | - |
Cyclomatic Complexity | 2 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 10 | - |
Halstead Length | 74 | - |
Halstead Vocabulary | 35 | - |
Halstead Effort | 5273.98 | - |
Halstead Bugs | 0.13 | - |
Classes Referenced | 7 | java.util.List (2) org.junit.experimental.theories.ParameterSignature (1) org.junit.experimental.theories.PotentialAssignment (4) java.util.ArrayList (1) java.util.Arrays (1) TestedOn.class (1) TestedOn (1) |
External Methods Called | 7 | org.junit.experimental.theories.ParameterSignature.getAnnotation (1) org.junit.experimental.theories.PotentialAssignment.forValue (1) List java.util.ArrayList.ArrayList (1) java.util.Arrays.asList (1) TestedOn.ints (1) ints().toString (1) |
Local Methods Called | 0 | |
Lines Of Code | 9 | - |
Number of Comments | 0 | - |
Arguments | 1 | sig (org.junit.experimental.theories.ParameterSignature) |
Modifiers | 2 | @Override public |
Halstead Difficulty | 13.89 | - |
Variable Declarations | 3 | testedOn (TestedOn) list (List<PotentialAssignment>) ints (int[]) |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 1 | - |
Halstead Volume | 379.57 | - |
Number of Operands | 33 | - |
Variable References | 7 | i (1) testedOn (1) list (2) sig (1) ints (2) |
Number of Operators | 41 | - |
Max. depth of nesting | 1 | - |
Number of Expressions | 10 | - |
Number of Loops | 1 | - |
Top of this page | Data Generated by JHawk - The Java Metrics tool | Home |