![]() | Analysis of Class : org.junit.runner.Computer (Includes summary list of methods in class) | Home |
Dashboard for Class : org.junit.runner.Computer |
---|
![]() |
Cyclomatic Complexity |
Summary of Computer | ||
---|---|---|
Feature | Number | Values |
Name | Computer | - |
Number of Methods | 3 | - |
LCOM | 0.00 | - |
Average Cyclomatic Complexity | 1.00 | - |
Number of Statements | 7 | - |
Halstead Cumulative Bugs | 0.11 | - |
Halstead Effort | 2785.46 | - |
UnWeighted Class Size | 3 | - |
Instance Variables | 0 | - |
Imported Packages | 3 | org.junit.runners.Suite org.junit.runners.model.InitializationError org.junit.runners.model.RunnerBuilder |
Response For class | 3 | - |
CBO | 8 | - |
Maintainability Index | 118.53 | - |
Cumulative Number of Comment Lines | 15 | - |
Lines Of Code | 11 | - |
Fan In | 4 | - |
DIT | 1 | - |
Maintainability Index (NC) | 136.40 | - |
Specialization ratio | 1.00 | - |
Reuse Ratio | 0.00 | - |
COH | 0.00 | - |
Local Method Calls | 0 | |
LCOM2 | 3.00 | - |
Max Complexity | 1 | - |
Halstead Cumulative Volume | 340.66 | - |
Hierarchy Method Calls | 0 | |
Number of Queries | 3 | - |
Fan Out | 4 | - |
SuperClass Name | java.lang.Object | - |
SIX | 0.00 | - |
External Method Calls | 0 | org.junit.runner.Computer.Computer (1) org.junit.runners.Suite.Suite (1) org.junit.runner.RunnerBuilder.runnerForClass (1) org.junit.runners.model.RunnerBuilder.RunnerBuilder (1) |
Superclasses | 0 | - |
Total Complexity | 3 | - |
Subclasses | 1 | org.junit.experimental.ParallelComputer |
Message Passing Coupling | 0 | - |
Number of Commands | 0 | - |
Interfaces | 0 | - |
Cumulative Number of Comments | 4 | - |
Halstead Cumulative Length | 80 | - |
Modifiers | 0 | - |
Methods in Class : org.junit.runner.Computer | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | |
![]() | getRunner | 1 | 3 | 2 | 21 | 18 | 547.30 | 0.03 | 5 | 1 | 0 | 3 | 1 | 2 | 1 | 6.25 | 0 | 1 | 0 | 0 | 0 | 87.57 | 10 | 2 | 11 | 0 | 1 | 0 |
![]() | getSuite | 1 | 4 | 2 | 46 | 26 | 2054.09 | 0.07 | 6 | 2 | 0 | 9 | 1 | 2 | 1 | 9.50 | 0 | 1 | 0 | 0 | 0 | 216.22 | 19 | 1 | 27 | 0 | 2 | 0 |
![]() | serial | 1 | 3 | 2 | 11 | 9 | 183.06 | 0.01 | 1 | 1 | 0 | 3 | 1 | 0 | 2 | 5.25 | 0 | 0 | 0 | 0 | 0 | 34.87 | 3 | 0 | 8 | 0 | 1 | 0 |
Analysis of Method : getRunner(RunnerBuilder, Class) in Class : org.junit.runner.Computer | ||
---|---|---|
Feature | Number | Values |
Name | getRunner | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 3 | - |
Number of Statements | 2 | - |
Halstead Length | 21 | - |
Halstead Vocabulary | 18 | - |
Halstead Effort | 547.30 | - |
Halstead Bugs | 0.03 | - |
Classes Referenced | 5 | org.junit.runner.Runner (1) ? (1) java.lang.Class (1) java.lang.Throwable (1) org.junit.runner.RunnerBuilder (1) |
External Methods Called | 1 | org.junit.runner.RunnerBuilder.runnerForClass (1) |
Local Methods Called | 0 | |
Lines Of Code | 3 | - |
Number of Comments | 1 | - |
Arguments | 2 | builder (org.junit.runner.RunnerBuilder) testClass (java.lang.Class) |
Modifiers | 1 | protected |
Halstead Difficulty | 6.25 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 1 | java.lang.Throwable (1) |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 87.57 | - |
Number of Operands | 10 | - |
Variable References | 2 | builder (1) testClass (1) |
Number of Operators | 11 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 1 | - |
Number of Loops | 0 | - |
Analysis of Method : getSuite(RunnerBuilder, Class) in Class : org.junit.runner.Computer | ||
---|---|---|
Feature | Number | Values |
Name | getSuite | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 4 | - |
Number of Statements | 2 | - |
Halstead Length | 46 | - |
Halstead Vocabulary | 26 | - |
Halstead Effort | 2054.09 | - |
Halstead Bugs | 0.07 | - |
Classes Referenced | 6 | org.junit.runner.Runner (1) org.junit.runners.Suite (1) ? (1) java.lang.Class (1) org.junit.runners.model.InitializationError (1) org.junit.runners.model.RunnerBuilder (2) |
External Methods Called | 2 | org.junit.runners.Suite.Suite (1) org.junit.runners.model.RunnerBuilder.RunnerBuilder (1) |
Local Methods Called | 0 | |
Lines Of Code | 9 | - |
Number of Comments | 1 | - |
Arguments | 2 | builder (org.junit.runners.model.RunnerBuilder) classes (java.lang.Class) |
Modifiers | 1 | public |
Halstead Difficulty | 9.50 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 1 | org.junit.runners.model.InitializationError (1) |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 216.22 | - |
Number of Operands | 19 | - |
Variable References | 1 | classes (1) |
Number of Operators | 27 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 2 | - |
Number of Loops | 0 | - |
Analysis of Method : serial() in Class : org.junit.runner.Computer | ||
---|---|---|
Feature | Number | Values |
Name | serial | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 3 | - |
Number of Statements | 2 | - |
Halstead Length | 11 | - |
Halstead Vocabulary | 9 | - |
Halstead Effort | 183.06 | - |
Halstead Bugs | 0.01 | - |
Classes Referenced | 1 | org.junit.runner.Computer (2) |
External Methods Called | 1 | org.junit.runner.Computer.Computer (1) |
Local Methods Called | 0 | |
Lines Of Code | 3 | - |
Number of Comments | 1 | - |
Arguments | 0 | - |
Modifiers | 2 | public static |
Halstead Difficulty | 5.25 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 34.87 | - |
Number of Operands | 3 | - |
Variable References | 0 | |
Number of Operators | 8 | - |
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 |