![]() | Analysis of Class : org.junit.experimental.results.FailureList (Includes summary list of methods in class) | Home |
Dashboard for Class : org.junit.experimental.results.FailureList |
---|
![]() |
Cyclomatic Complexity |
Summary of FailureList | ||
---|---|---|
Feature | Number | Values |
Name | FailureList | - |
Number of Methods | 2 | - |
LCOM | 1.00 | - |
Average Cyclomatic Complexity | 2.00 | - |
Number of Statements | 15 | - |
Halstead Cumulative Bugs | 0.10 | - |
Halstead Effort | 2662.05 | - |
UnWeighted Class Size | 3 | - |
Instance Variables | 1 | failures (java.util.List) |
Imported Packages | 4 | java.util.List org.junit.runner.Result org.junit.runner.notification.Failure org.junit.runner.notification.RunListener |
Response For class | 2 | - |
CBO | 4 | - |
Maintainability Index | 114.71 | - |
Cumulative Number of Comment Lines | 0 | - |
Lines Of Code | 18 | - |
Fan In | 1 | - |
DIT | 1 | - |
Maintainability Index (NC) | 114.71 | - |
Specialization ratio | 0.00 | - |
Reuse Ratio | 0.00 | - |
COH | 0.50 | - |
Local Method Calls | 0 | |
LCOM2 | 2.00 | - |
Max Complexity | 3 | - |
Halstead Cumulative Volume | 309.83 | - |
Hierarchy Method Calls | 0 | |
Number of Queries | 1 | - |
Fan Out | 3 | - |
SuperClass Name | java.lang.Object | - |
SIX | 0.00 | - |
External Method Calls | 0 | java.lang.RuntimeException.RuntimeException (1) org.junit.runner.Result.Result (1) org.junit.runner.notification.RunListener.testFailure (1) org.junit.runner.Result.createListener (1) |
Superclasses | 0 | - |
Total Complexity | 4 | - |
Subclasses | 0 | - |
Message Passing Coupling | 0 | - |
Number of Commands | 1 | - |
Interfaces | 0 | - |
Cumulative Number of Comments | 0 | - |
Halstead Cumulative Length | 72 | - |
Modifiers | 0 | - |
Methods in Class : org.junit.experimental.results.FailureList | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | |
![]() | FailureList | 1 | 0 | 2 | 15 | 13 | 310.84 | 0.02 | 2 | 0 | 0 | 3 | 0 | 1 | 3 | 5.60 | 0 | 0 | 0 | 0 | 0 | 55.51 | 7 | 2 | 8 | 0 | 1 | 0 |
![]() | result | 3 | 0 | 11 | 49 | 26 | 2303.22 | 0.08 | 5 | 4 | 0 | 12 | 0 | 0 | 1 | 10.00 | 2 | 0 | 1 | 0 | 3 | 230.32 | 20 | 5 | 29 | 2 | 6 | 1 |
Analysis of Method : FailureList(List) in Class : org.junit.experimental.results.FailureList | ||
---|---|---|
Feature | Number | Values |
Name | FailureList | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 2 | - |
Halstead Length | 15 | - |
Halstead Vocabulary | 13 | - |
Halstead Effort | 310.84 | - |
Halstead Bugs | 0.02 | - |
Classes Referenced | 2 | java.util.List (1) org.junit.runner.notification.Failure (2) |
External Methods Called | 0 | |
Local Methods Called | 0 | |
Lines Of Code | 3 | - |
Number of Comments | 0 | - |
Arguments | 1 | failures (java.util.List) |
Modifiers | 3 | private final public |
Halstead Difficulty | 5.60 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 55.51 | - |
Number of Operands | 7 | - |
Variable References | 2 | failures (2) |
Number of Operators | 8 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 1 | - |
Number of Loops | 0 | - |
Analysis of Method : result() in Class : org.junit.experimental.results.FailureList | ||
---|---|---|
Feature | Number | Values |
Name | result | - |
Cyclomatic Complexity | 3 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 11 | - |
Halstead Length | 49 | - |
Halstead Vocabulary | 26 | - |
Halstead Effort | 2303.22 | - |
Halstead Bugs | 0.08 | - |
Classes Referenced | 5 | java.lang.RuntimeException (1) org.junit.runner.notification.RunListener (1) org.junit.runner.notification.Failure (1) java.lang.Exception (1) org.junit.runner.Result (3) |
External Methods Called | 4 | org.junit.runner.Result.Result (1) java.lang.RuntimeException.RuntimeException (1) org.junit.runner.Result.createListener (1) org.junit.runner.notification.RunListener.testFailure (1) |
Local Methods Called | 0 | |
Lines Of Code | 12 | - |
Number of Comments | 0 | - |
Arguments | 0 | - |
Modifiers | 1 | public |
Halstead Difficulty | 10.00 | - |
Variable Declarations | 2 | result (org.junit.runner.Result) listener (org.junit.runner.notification.RunListener) |
Exceptions Thrown | 0 | |
Exceptions Referenced | 1 | java.lang.Exception (1) |
Number of casts | 0 | - |
Total Depth of Nesting | 3 | - |
Halstead Volume | 230.32 | - |
Number of Operands | 20 | - |
Variable References | 5 | result (2) failure (1) failures (1) listener (1) |
Number of Operators | 29 | - |
Max. depth of nesting | 2 | - |
Number of Expressions | 6 | - |
Number of Loops | 1 | - |
Top of this page | Data Generated by JHawk - The Java Metrics tool | Home |