![]() | Analysis of Class : org.junit.runners.model.InitializationError (Includes summary list of methods in class) | Home |
Dashboard for Class : org.junit.runners.model.InitializationError |
---|
![]() |
Cyclomatic Complexity |
Summary of InitializationError | ||
---|---|---|
Feature | Number | Values |
Name | InitializationError | - |
Number of Methods | 4 | - |
LCOM | 0.33 | - |
Average Cyclomatic Complexity | 1.00 | - |
Number of Statements | 11 | - |
Halstead Cumulative Bugs | 0.08 | - |
Halstead Effort | 771.07 | - |
UnWeighted Class Size | 6 | - |
Instance Variables | 2 | fErrors (java.util.List) serialVersionUID (long) |
Imported Packages | 2 | java.util.Arrays java.util.List |
Response For class | 4 | - |
CBO | 11 | - |
Maintainability Index | 162.39 | - |
Cumulative Number of Comment Lines | 14 | - |
Lines Of Code | 16 | - |
Fan In | 11 | - |
DIT | 1 | - |
Maintainability Index (NC) | 141.78 | - |
Specialization ratio | 0.00 | - |
Reuse Ratio | 0.50 | - |
COH | 0.25 | - |
Local Method Calls | 0 | |
LCOM2 | 4.00 | - |
Max Complexity | 1 | - |
Halstead Cumulative Volume | 233.39 | - |
Hierarchy Method Calls | 1 | this (2) |
Number of Queries | 1 | - |
Fan Out | 0 | - |
SuperClass Name | java.lang.Exception | - |
SIX | 0.00 | - |
External Method Calls | 0 | java.lang.Exception.Exception (1) java.util.Arrays.asList (1) |
Superclasses | 1 | java.lang.Exception |
Total Complexity | 4 | - |
Subclasses | 0 | - |
Message Passing Coupling | 0 | - |
Number of Commands | 3 | - |
Interfaces | 0 | - |
Cumulative Number of Comments | 4 | - |
Halstead Cumulative Length | 66 | - |
Modifiers | 0 | - |
Methods in Class : org.junit.runners.model.InitializationError | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | |
![]() | InitializationError | 1 | 4 | 2 | 13 | 10 | 129.56 | 0.01 | 2 | 1 | 1 | 3 | 1 | 1 | 1 | 3.00 | 0 | 0 | 0 | 0 | 0 | 43.19 | 6 | 1 | 7 | 0 | 2 | 0 |
![]() | InitializationError | 1 | 0 | 2 | 14 | 11 | 141.26 | 0.02 | 2 | 1 | 1 | 3 | 0 | 1 | 1 | 2.92 | 0 | 0 | 0 | 0 | 0 | 48.43 | 7 | 1 | 7 | 0 | 2 | 0 |
![]() | InitializationError | 1 | 4 | 2 | 13 | 12 | 195.74 | 0.02 | 2 | 0 | 0 | 3 | 1 | 1 | 6 | 4.20 | 0 | 0 | 0 | 0 | 0 | 46.60 | 6 | 2 | 7 | 0 | 1 | 0 |
![]() | getCauses | 1 | 3 | 2 | 11 | 11 | 133.19 | 0.01 | 2 | 0 | 0 | 3 | 1 | 0 | 1 | 3.50 | 0 | 0 | 0 | 0 | 0 | 38.05 | 4 | 1 | 7 | 0 | 0 | 0 |
Analysis of Method : InitializationError(String) in Class : org.junit.runners.model.InitializationError | ||
---|---|---|
Feature | Number | Values |
Name | InitializationError | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 4 | - |
Number of Statements | 2 | - |
Halstead Length | 13 | - |
Halstead Vocabulary | 10 | - |
Halstead Effort | 129.56 | - |
Halstead Bugs | 0.01 | - |
Classes Referenced | 2 | java.lang.String (1) java.lang.Exception (1) |
External Methods Called | 1 | java.lang.Exception.Exception (1) |
Local Methods Called | 1 | this (1) |
Lines Of Code | 3 | - |
Number of Comments | 1 | - |
Arguments | 1 | string (java.lang.String) |
Modifiers | 1 | public |
Halstead Difficulty | 3.00 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 43.19 | - |
Number of Operands | 6 | - |
Variable References | 1 | string (1) |
Number of Operators | 7 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 2 | - |
Number of Loops | 0 | - |
Analysis of Method : InitializationError(Throwable) in Class : org.junit.runners.model.InitializationError | ||
---|---|---|
Feature | Number | Values |
Name | InitializationError | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 2 | - |
Halstead Length | 14 | - |
Halstead Vocabulary | 11 | - |
Halstead Effort | 141.26 | - |
Halstead Bugs | 0.02 | - |
Classes Referenced | 2 | java.util.Arrays (1) java.lang.Throwable (1) |
External Methods Called | 1 | java.util.Arrays.asList (1) |
Local Methods Called | 1 | this (1) |
Lines Of Code | 3 | - |
Number of Comments | 0 | - |
Arguments | 1 | error (java.lang.Throwable) |
Modifiers | 1 | public |
Halstead Difficulty | 2.92 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 48.43 | - |
Number of Operands | 7 | - |
Variable References | 1 | error (1) |
Number of Operators | 7 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 2 | - |
Number of Loops | 0 | - |
Analysis of Method : InitializationError(List) in Class : org.junit.runners.model.InitializationError | ||
---|---|---|
Feature | Number | Values |
Name | InitializationError | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 4 | - |
Number of Statements | 2 | - |
Halstead Length | 13 | - |
Halstead Vocabulary | 12 | - |
Halstead Effort | 195.74 | - |
Halstead Bugs | 0.02 | - |
Classes Referenced | 2 | java.util.List (1) java.lang.Throwable (2) |
External Methods Called | 0 | |
Local Methods Called | 0 | |
Lines Of Code | 3 | - |
Number of Comments | 1 | - |
Arguments | 1 | errors (java.util.List) |
Modifiers | 6 | private static final private final public |
Halstead Difficulty | 4.20 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 46.60 | - |
Number of Operands | 6 | - |
Variable References | 2 | fErrors (1) errors (1) |
Number of Operators | 7 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 1 | - |
Number of Loops | 0 | - |
Analysis of Method : getCauses() in Class : org.junit.runners.model.InitializationError | ||
---|---|---|
Feature | Number | Values |
Name | getCauses | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 3 | - |
Number of Statements | 2 | - |
Halstead Length | 11 | - |
Halstead Vocabulary | 11 | - |
Halstead Effort | 133.19 | - |
Halstead Bugs | 0.01 | - |
Classes Referenced | 2 | java.util.List (1) java.lang.Throwable (1) |
External Methods Called | 0 | |
Local Methods Called | 0 | |
Lines Of Code | 3 | - |
Number of Comments | 1 | - |
Arguments | 0 | - |
Modifiers | 1 | public |
Halstead Difficulty | 3.50 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 38.05 | - |
Number of Operands | 4 | - |
Variable References | 1 | fErrors (1) |
Number of Operators | 7 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 0 | - |
Number of Loops | 0 | - |
Top of this page | Data Generated by JHawk - The Java Metrics tool | Home |