![]() | Analysis of Class : org.junit.internal.runners.statements.RunAfters (Includes summary list of methods in class) | Home |
Dashboard for Class : org.junit.internal.runners.statements.RunAfters |
---|
![]() |
Cyclomatic Complexity |
Summary of RunAfters | ||
---|---|---|
Feature | Number | Values |
Name | RunAfters | - |
Number of Methods | 2 | - |
LCOM | 1.33 | - |
Average Cyclomatic Complexity | 2.50 | - |
Number of Statements | 21 | - |
Halstead Cumulative Bugs | 0.19 | - |
Halstead Effort | 6274.59 | - |
UnWeighted Class Size | 5 | - |
Instance Variables | 3 | fTarget (java.lang.Object) fNext (org.junit.runners.model.Statement) fAfters (java.util.List) |
Imported Packages | 5 | java.util.ArrayList java.util.List org.junit.internal.runners.model.MultipleFailureException org.junit.runners.model.FrameworkMethod org.junit.runners.model.Statement |
Response For class | 2 | - |
CBO | 5 | - |
Maintainability Index | 105.95 | - |
Cumulative Number of Comment Lines | 0 | - |
Lines Of Code | 28 | - |
Fan In | 2 | - |
DIT | 1 | - |
Maintainability Index (NC) | 105.95 | - |
Specialization ratio | 0.00 | - |
Reuse Ratio | 0.50 | - |
COH | 1.00 | - |
Local Method Calls | 0 | |
LCOM2 | 0.00 | - |
Max Complexity | 4 | - |
Halstead Cumulative Volume | 560.28 | - |
Hierarchy Method Calls | 0 | |
Number of Queries | 0 | - |
Fan Out | 3 | - |
SuperClass Name | org.junit.runners.model.Statement | - |
SIX | 0.33 | - |
External Method Calls | 0 | each.invokeExplosively (1) org.junit.runners.model.Statement.evaluate (1) java.util.ArrayList.ArrayList (1) List org.junit.internal.runners.model.MultipleFailureException.assertEmpty (1) List |
Superclasses | 1 | org.junit.runners.model.Statement |
Total Complexity | 5 | - |
Subclasses | 0 | - |
Message Passing Coupling | 0 | - |
Number of Commands | 2 | - |
Interfaces | 0 | - |
Cumulative Number of Comments | 0 | - |
Halstead Cumulative Length | 119 | - |
Modifiers | 0 | - |
Methods in Class : org.junit.internal.runners.statements.RunAfters | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | |
![]() | RunAfters | 1 | 0 | 4 | 25 | 18 | 464.38 | 0.03 | 4 | 0 | 0 | 5 | 0 | 3 | 7 | 4.45 | 0 | 0 | 0 | 0 | 0 | 104.25 | 14 | 6 | 11 | 0 | 3 | 0 |
![]() | evaluate | 4 | 0 | 13 | 78 | 34 | 5643.69 | 0.13 | 5 | 6 | 0 | 17 | 0 | 0 | 2 | 14.22 | 1 | 1 | 1 | 0 | 5 | 396.82 | 32 | 10 | 46 | 2 | 8 | 1 |
Analysis of Method : RunAfters(Statement, List, Object) in Class : org.junit.internal.runners.statements.RunAfters | ||
---|---|---|
Feature | Number | Values |
Name | RunAfters | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 4 | - |
Halstead Length | 25 | - |
Halstead Vocabulary | 18 | - |
Halstead Effort | 464.38 | - |
Halstead Bugs | 0.03 | - |
Classes Referenced | 4 | java.util.List (1) org.junit.runners.model.Statement (1) org.junit.runners.model.FrameworkMethod (2) java.lang.Object (1) |
External Methods Called | 0 | |
Local Methods Called | 0 | |
Lines Of Code | 5 | - |
Number of Comments | 0 | - |
Arguments | 3 | next (org.junit.runners.model.Statement) afters (java.util.List) target (java.lang.Object) |
Modifiers | 7 | private final private final private final public |
Halstead Difficulty | 4.45 | - |
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 | 14 | - |
Variable References | 6 | next (1) target (1) fTarget (1) afters (1) fNext (1) fAfters (1) |
Number of Operators | 11 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 3 | - |
Number of Loops | 0 | - |
Analysis of Method : evaluate() in Class : org.junit.internal.runners.statements.RunAfters | ||
---|---|---|
Feature | Number | Values |
Name | evaluate | - |
Cyclomatic Complexity | 4 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 13 | - |
Halstead Length | 78 | - |
Halstead Vocabulary | 34 | - |
Halstead Effort | 5643.69 | - |
Halstead Bugs | 0.13 | - |
Classes Referenced | 5 | java.util.List (1) java.util.ArrayList (1) org.junit.internal.runners.model.MultipleFailureException (1) java.lang.Throwable (5) org.junit.runners.model.FrameworkMethod (1) |
External Methods Called | 6 | org.junit.runners.model.Statement.evaluate (1) each.invokeExplosively (1) java.util.ArrayList.ArrayList (1) List org.junit.internal.runners.model.MultipleFailureException.assertEmpty (1) List |
Local Methods Called | 0 | |
Lines Of Code | 17 | - |
Number of Comments | 0 | - |
Arguments | 0 | - |
Modifiers | 2 | @Override public |
Halstead Difficulty | 14.22 | - |
Variable Declarations | 1 | errors (List<Throwable>) |
Exceptions Thrown | 1 | java.lang.Throwable (1) |
Exceptions Referenced | 1 | java.lang.Throwable (2) |
Number of casts | 0 | - |
Total Depth of Nesting | 5 | - |
Halstead Volume | 396.82 | - |
Number of Operands | 32 | - |
Variable References | 10 | each (1) e (2) fTarget (1) fNext (1) fAfters (1) errors (4) |
Number of Operators | 46 | - |
Max. depth of nesting | 2 | - |
Number of Expressions | 8 | - |
Number of Loops | 1 | - |
Top of this page | Data Generated by JHawk - The Java Metrics tool | Home |