![]() | Analysis of Class : org.junit.internal.builders.SuiteMethodBuilder (Includes summary list of methods in class) | Home |
Dashboard for Class : org.junit.internal.builders.SuiteMethodBuilder |
---|
![]() |
Cyclomatic Complexity |
Summary of SuiteMethodBuilder | ||
---|---|---|
Feature | Number | Values |
Name | SuiteMethodBuilder | - |
Number of Methods | 2 | - |
LCOM | 0.00 | - |
Average Cyclomatic Complexity | 2.00 | - |
Number of Statements | 9 | - |
Halstead Cumulative Bugs | 0.09 | - |
Halstead Effort | 1680.52 | - |
UnWeighted Class Size | 2 | - |
Instance Variables | 0 | - |
Imported Packages | 3 | org.junit.internal.runners.SuiteMethod org.junit.runner.Runner org.junit.runners.model.RunnerBuilder |
Response For class | 2 | - |
CBO | 4 | - |
Maintainability Index | 125.35 | - |
Cumulative Number of Comment Lines | 0 | - |
Lines Of Code | 16 | - |
Fan In | 1 | - |
DIT | 1 | - |
Maintainability Index (NC) | 125.35 | - |
Specialization ratio | 0.00 | - |
Reuse Ratio | 0.50 | - |
COH | 0.00 | - |
Local Method Calls | 1 | hasSuiteMethod (1) |
LCOM2 | 2.00 | - |
Max Complexity | 2 | - |
Halstead Cumulative Volume | 258.36 | - |
Hierarchy Method Calls | 0 | |
Number of Queries | 2 | - |
Fan Out | 3 | - |
SuperClass Name | org.junit.runners.model.RunnerBuilder | - |
SIX | 0.00 | - |
External Method Calls | 0 | org.junit.internal.runners.SuiteMethod.SuiteMethod (1) java.lang.Class.getMethod (1) |
Superclasses | 1 | org.junit.runners.model.RunnerBuilder |
Total Complexity | 4 | - |
Subclasses | 0 | - |
Message Passing Coupling | 0 | - |
Number of Commands | 0 | - |
Interfaces | 0 | - |
Cumulative Number of Comments | 0 | - |
Halstead Cumulative Length | 61 | - |
Modifiers | 0 | - |
Methods in Class : org.junit.internal.builders.SuiteMethodBuilder | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | |
![]() | hasSuiteMethod | 2 | 0 | 5 | 29 | 21 | 770.63 | 0.04 | 3 | 1 | 0 | 8 | 0 | 1 | 1 | 6.05 | 0 | 0 | 1 | 0 | 2 | 127.38 | 11 | 1 | 18 | 1 | 1 | 0 |
![]() | runnerForClass | 2 | 0 | 3 | 28 | 21 | 901.89 | 0.04 | 5 | 1 | 1 | 5 | 0 | 1 | 2 | 7.33 | 0 | 1 | 0 | 0 | 0 | 122.98 | 11 | 2 | 17 | 0 | 2 | 0 |
Analysis of Method : hasSuiteMethod(Class) in Class : org.junit.internal.builders.SuiteMethodBuilder | ||
---|---|---|
Feature | Number | Values |
Name | hasSuiteMethod | - |
Cyclomatic Complexity | 2 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 5 | - |
Halstead Length | 29 | - |
Halstead Vocabulary | 21 | - |
Halstead Effort | 770.63 | - |
Halstead Bugs | 0.04 | - |
Classes Referenced | 3 | ? (1) java.lang.NoSuchMethodException (1) java.lang.Class (1) |
External Methods Called | 1 | java.lang.Class.getMethod (1) |
Local Methods Called | 0 | |
Lines Of Code | 8 | - |
Number of Comments | 0 | - |
Arguments | 1 | testClass (java.lang.Class) |
Modifiers | 1 | public |
Halstead Difficulty | 6.05 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 1 | java.lang.NoSuchMethodException (1) |
Number of casts | 0 | - |
Total Depth of Nesting | 2 | - |
Halstead Volume | 127.38 | - |
Number of Operands | 11 | - |
Variable References | 1 | testClass (1) |
Number of Operators | 18 | - |
Max. depth of nesting | 1 | - |
Number of Expressions | 1 | - |
Number of Loops | 0 | - |
Analysis of Method : runnerForClass(Class) in Class : org.junit.internal.builders.SuiteMethodBuilder | ||
---|---|---|
Feature | Number | Values |
Name | runnerForClass | - |
Cyclomatic Complexity | 2 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 3 | - |
Halstead Length | 28 | - |
Halstead Vocabulary | 21 | - |
Halstead Effort | 901.89 | - |
Halstead Bugs | 0.04 | - |
Classes Referenced | 5 | ? (1) org.junit.internal.runners.SuiteMethod (1) java.lang.Class (1) java.lang.Throwable (1) org.junit.runner.Runner (1) |
External Methods Called | 1 | org.junit.internal.runners.SuiteMethod.SuiteMethod (1) |
Local Methods Called | 1 | hasSuiteMethod (1) |
Lines Of Code | 5 | - |
Number of Comments | 0 | - |
Arguments | 1 | each (java.lang.Class) |
Modifiers | 2 | @Override public |
Halstead Difficulty | 7.33 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 1 | java.lang.Throwable (1) |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 122.98 | - |
Number of Operands | 11 | - |
Variable References | 2 | each (2) |
Number of Operators | 17 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 2 | - |
Number of Loops | 0 | - |
Top of this page | Data Generated by JHawk - The Java Metrics tool | Home |