![]() | Analysis of Class : org.junit.internal.builders.JUnit4Builder (Includes summary list of methods in class) | Home |
Dashboard for Class : org.junit.internal.builders.JUnit4Builder |
---|
![]() |
Cyclomatic Complexity |
Summary of JUnit4Builder | ||
---|---|---|
Feature | Number | Values |
Name | JUnit4Builder | - |
Number of Methods | 1 | - |
LCOM | 0.00 | - |
Average Cyclomatic Complexity | 1.00 | - |
Number of Statements | 3 | - |
Halstead Cumulative Bugs | 0.03 | - |
Halstead Effort | 532.22 | - |
UnWeighted Class Size | 1 | - |
Instance Variables | 0 | - |
Imported Packages | 3 | org.junit.runner.Runner org.junit.runners.BlockJUnit4ClassRunner org.junit.runners.model.RunnerBuilder |
Response For class | 1 | - |
CBO | 4 | - |
Maintainability Index | 131.73 | - |
Cumulative Number of Comment Lines | 0 | - |
Lines Of Code | 6 | - |
Fan In | 1 | - |
DIT | 1 | - |
Maintainability Index (NC) | 131.73 | - |
Specialization ratio | 0.00 | - |
Reuse Ratio | 0.50 | - |
COH | 0.00 | - |
Local Method Calls | 0 | |
LCOM2 | 1.00 | - |
Max Complexity | 1 | - |
Halstead Cumulative Volume | 91.40 | - |
Hierarchy Method Calls | 0 | |
Number of Queries | 1 | - |
Fan Out | 3 | - |
SuperClass Name | org.junit.runners.model.RunnerBuilder | - |
SIX | 0.00 | - |
External Method Calls | 0 | org.junit.runners.BlockJUnit4ClassRunner.BlockJUnit4ClassRunner (1) |
Superclasses | 1 | org.junit.runners.model.RunnerBuilder |
Total Complexity | 1 | - |
Subclasses | 0 | - |
Message Passing Coupling | 0 | - |
Number of Commands | 0 | - |
Interfaces | 0 | - |
Cumulative Number of Comments | 0 | - |
Halstead Cumulative Length | 24 | - |
Modifiers | 0 | - |
Methods in Class : org.junit.internal.builders.JUnit4Builder | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | |
![]() | runnerForClass | 1 | 0 | 2 | 20 | 18 | 524.22 | 0.03 | 5 | 1 | 0 | 3 | 0 | 1 | 2 | 6.29 | 0 | 1 | 0 | 0 | 0 | 83.40 | 8 | 1 | 12 | 0 | 1 | 0 |
Analysis of Method : runnerForClass(Class) in Class : org.junit.internal.builders.JUnit4Builder | ||
---|---|---|
Feature | Number | Values |
Name | runnerForClass | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 2 | - |
Halstead Length | 20 | - |
Halstead Vocabulary | 18 | - |
Halstead Effort | 524.22 | - |
Halstead Bugs | 0.03 | - |
Classes Referenced | 5 | org.junit.runners.BlockJUnit4ClassRunner (1) ? (1) java.lang.Class (1) java.lang.Throwable (1) org.junit.runner.Runner (1) |
External Methods Called | 1 | org.junit.runners.BlockJUnit4ClassRunner.BlockJUnit4ClassRunner (1) |
Local Methods Called | 0 | |
Lines Of Code | 3 | - |
Number of Comments | 0 | - |
Arguments | 1 | testClass (java.lang.Class) |
Modifiers | 2 | @Override public |
Halstead Difficulty | 6.29 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 1 | java.lang.Throwable (1) |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 83.40 | - |
Number of Operands | 8 | - |
Variable References | 1 | testClass (1) |
Number of Operators | 12 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 1 | - |
Number of Loops | 0 | - |
Top of this page | Data Generated by JHawk - The Java Metrics tool | Home |