![]() | Analysis of Class : org.junit.experimental.theories.internal.ParameterizedAssertionError (Includes summary list of methods in class) | Home |
Dashboard for Class : org.junit.experimental.theories.internal.ParameterizedAssertionError |
---|
![]() |
Cyclomatic Complexity |
Summary of ParameterizedAssertionError | ||
---|---|---|
Feature | Number | Values |
Name | ParameterizedAssertionError | - |
Number of Methods | 5 | - |
LCOM | 1.00 | - |
Average Cyclomatic Complexity | 1.60 | - |
Number of Statements | 21 | - |
Halstead Cumulative Bugs | 0.25 | - |
Halstead Effort | 6563.33 | - |
UnWeighted Class Size | 6 | - |
Instance Variables | 1 | serialVersionUID (long) |
Imported Packages | 3 | java.util.Arrays java.util.Collection java.util.Iterator |
Response For class | 5 | - |
CBO | 2 | - |
Maintainability Index | 123.88 | - |
Cumulative Number of Comment Lines | 0 | - |
Lines Of Code | 34 | - |
Fan In | 2 | - |
DIT | 1 | - |
Maintainability Index (NC) | 123.88 | - |
Specialization ratio | 0.00 | - |
Reuse Ratio | 0.50 | - |
COH | 0.00 | - |
Local Method Calls | 2 | stringValueOf (1) join (2) |
LCOM2 | 5.00 | - |
Max Complexity | 3 | - |
Halstead Cumulative Volume | 745.65 | - |
Hierarchy Method Calls | 1 | toString (1) |
Number of Queries | 4 | - |
Fan Out | 0 | - |
SuperClass Name | java.lang.RuntimeException | - |
SIX | 0.00 | - |
External Method Calls | 0 | java.lang.Object.toString (1) Iterator |
Superclasses | 1 | java.lang.RuntimeException |
Total Complexity | 8 | - |
Subclasses | 0 | - |
Message Passing Coupling | 0 | - |
Number of Commands | 1 | - |
Interfaces | 0 | - |
Cumulative Number of Comments | 0 | - |
Halstead Cumulative Length | 173 | - |
Modifiers | 0 | - |
Methods in Class : org.junit.experimental.theories.internal.ParameterizedAssertionError | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | |
![]() | ParameterizedAssertionError | 1 | 0 | 2 | 25 | 18 | 416.99 | 0.03 | 3 | 1 | 1 | 5 | 0 | 3 | 4 | 4.00 | 0 | 0 | 0 | 0 | 0 | 104.25 | 16 | 3 | 9 | 0 | 1 | 0 |
![]() | equals | 1 | 0 | 2 | 20 | 13 | 388.55 | 0.02 | 1 | 2 | 1 | 3 | 0 | 1 | 2 | 5.25 | 0 | 0 | 0 | 0 | 0 | 74.01 | 9 | 1 | 11 | 0 | 3 | 0 |
![]() | join | 1 | 0 | 2 | 21 | 15 | 515.71 | 0.03 | 3 | 1 | 1 | 3 | 0 | 2 | 2 | 6.29 | 0 | 0 | 0 | 0 | 0 | 82.04 | 11 | 2 | 10 | 0 | 1 | 0 |
![]() | join | 3 | 0 | 9 | 73 | 29 | 4610.22 | 0.12 | 5 | 6 | 1 | 13 | 0 | 2 | 2 | 13.00 | 3 | 0 | 0 | 0 | 2 | 354.63 | 32 | 9 | 41 | 2 | 12 | 1 |
![]() | stringValueOf | 2 | 0 | 4 | 25 | 17 | 574.80 | 0.03 | 3 | 1 | 0 | 7 | 0 | 1 | 2 | 5.62 | 0 | 0 | 1 | 0 | 2 | 102.19 | 10 | 1 | 15 | 1 | 1 | 0 |
Analysis of Method : ParameterizedAssertionError(Throwable, String, Object...) in Class : org.junit.experimental.theories.internal.ParameterizedAssertionError | ||
---|---|---|
Feature | Number | Values |
Name | ParameterizedAssertionError | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 2 | - |
Halstead Length | 25 | - |
Halstead Vocabulary | 18 | - |
Halstead Effort | 416.99 | - |
Halstead Bugs | 0.03 | - |
Classes Referenced | 3 | java.lang.String (2) java.lang.Throwable (1) java.lang.Object (1) |
External Methods Called | 1 | java.lang.String.format (1) |
Local Methods Called | 1 | join (1) |
Lines Of Code | 5 | - |
Number of Comments | 0 | - |
Arguments | 3 | targetException (java.lang.Throwable) methodName (java.lang.String) params (java.lang.Object...) |
Modifiers | 4 | private static final public |
Halstead Difficulty | 4.00 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 104.25 | - |
Number of Operands | 16 | - |
Variable References | 3 | methodName (1) targetException (1) params (1) |
Number of Operators | 9 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 1 | - |
Number of Loops | 0 | - |
Analysis of Method : equals(Object) in Class : org.junit.experimental.theories.internal.ParameterizedAssertionError | ||
---|---|---|
Feature | Number | Values |
Name | equals | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 2 | - |
Halstead Length | 20 | - |
Halstead Vocabulary | 13 | - |
Halstead Effort | 388.55 | - |
Halstead Bugs | 0.02 | - |
Classes Referenced | 1 | java.lang.Object (1) |
External Methods Called | 2 | java.lang.Object.toString (1) targetException().equals (1) |
Local Methods Called | 1 | toString (1) |
Lines Of Code | 3 | - |
Number of Comments | 0 | - |
Arguments | 1 | obj (java.lang.Object) |
Modifiers | 2 | @Override public |
Halstead Difficulty | 5.25 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 74.01 | - |
Number of Operands | 9 | - |
Variable References | 1 | obj (1) |
Number of Operators | 11 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 3 | - |
Number of Loops | 0 | - |
Analysis of Method : join(String, Object...) in Class : org.junit.experimental.theories.internal.ParameterizedAssertionError | ||
---|---|---|
Feature | Number | Values |
Name | join | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 2 | - |
Halstead Length | 21 | - |
Halstead Vocabulary | 15 | - |
Halstead Effort | 515.71 | - |
Halstead Bugs | 0.03 | - |
Classes Referenced | 3 | java.lang.String (2) java.util.Arrays (1) java.lang.Object (1) |
External Methods Called | 1 | java.util.Arrays.asList (1) |
Local Methods Called | 1 | join (1) |
Lines Of Code | 3 | - |
Number of Comments | 0 | - |
Arguments | 2 | delimiter (java.lang.String) params (java.lang.Object...) |
Modifiers | 2 | public static |
Halstead Difficulty | 6.29 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 82.04 | - |
Number of Operands | 11 | - |
Variable References | 2 | delimiter (1) params (1) |
Number of Operators | 10 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 1 | - |
Number of Loops | 0 | - |
Analysis of Method : join(String, Collection) in Class : org.junit.experimental.theories.internal.ParameterizedAssertionError | ||
---|---|---|
Feature | Number | Values |
Name | join | - |
Cyclomatic Complexity | 3 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 9 | - |
Halstead Length | 73 | - |
Halstead Vocabulary | 29 | - |
Halstead Effort | 4610.22 | - |
Halstead Bugs | 0.12 | - |
Classes Referenced | 5 | java.util.Collection (1) java.lang.String (2) java.util.Iterator (1) java.lang.StringBuffer (2) java.lang.Object (5) |
External Methods Called | 6 | java.lang.StringBuffer.toString (1) java.util.Collection.iterator (1) Iterator java.lang.StringBuffer.StringBuffer (1) Iterator java.lang.StringBuffer.append (2) |
Local Methods Called | 1 | stringValueOf (1) |
Lines Of Code | 13 | - |
Number of Comments | 0 | - |
Arguments | 2 | delimiter (java.lang.String) values (java.util.Collection) |
Modifiers | 2 | public static |
Halstead Difficulty | 13.00 | - |
Variable Declarations | 3 | iter (Iterator<Object>) buffer (java.lang.StringBuffer) next (java.lang.Object) |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 2 | - |
Halstead Volume | 354.63 | - |
Number of Operands | 32 | - |
Variable References | 9 | buffer (3) iter (3) delimiter (1) values (1) next (1) |
Number of Operators | 41 | - |
Max. depth of nesting | 2 | - |
Number of Expressions | 12 | - |
Number of Loops | 1 | - |
Analysis of Method : stringValueOf(Object) in Class : org.junit.experimental.theories.internal.ParameterizedAssertionError | ||
---|---|---|
Feature | Number | Values |
Name | stringValueOf | - |
Cyclomatic Complexity | 2 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 4 | - |
Halstead Length | 25 | - |
Halstead Vocabulary | 17 | - |
Halstead Effort | 574.80 | - |
Halstead Bugs | 0.03 | - |
Classes Referenced | 3 | java.lang.String (2) java.lang.Object (1) java.lang.Throwable (1) |
External Methods Called | 1 | java.lang.String.valueOf (1) |
Local Methods Called | 0 | |
Lines Of Code | 7 | - |
Number of Comments | 0 | - |
Arguments | 1 | next (java.lang.Object) |
Modifiers | 2 | private static |
Halstead Difficulty | 5.62 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 1 | java.lang.Throwable (1) |
Number of casts | 0 | - |
Total Depth of Nesting | 2 | - |
Halstead Volume | 102.19 | - |
Number of Operands | 10 | - |
Variable References | 1 | next (1) |
Number of Operators | 15 | - |
Max. depth of nesting | 1 | - |
Number of Expressions | 1 | - |
Number of Loops | 0 | - |
Top of this page | Data Generated by JHawk - The Java Metrics tool | Home |