![]() | Analysis of Class : org.junit.internal.runners.SuiteMethod (Includes summary list of methods in class) | Home |
Dashboard for Class : org.junit.internal.runners.SuiteMethod |
---|
![]() |
Cyclomatic Complexity |
Summary of SuiteMethod | ||
---|---|---|
Feature | Number | Values |
Name | SuiteMethod | - |
Number of Methods | 2 | - |
LCOM | 0.00 | - |
Average Cyclomatic Complexity | 2.00 | - |
Number of Statements | 13 | - |
Halstead Cumulative Bugs | 0.17 | - |
Halstead Effort | 6665.95 | - |
UnWeighted Class Size | 2 | - |
Instance Variables | 0 | - |
Imported Packages | 4 | java.lang.reflect.InvocationTargetException java.lang.reflect.Method java.lang.reflect.Modifier junit.framework.Test |
Response For class | 2 | - |
CBO | 4 | - |
Maintainability Index | 81.85 | - |
Cumulative Number of Comment Lines | 12 | - |
Lines Of Code | 19 | - |
Fan In | 2 | - |
DIT | 2 | - |
Maintainability Index (NC) | 114.07 | - |
Specialization ratio | 0.50 | - |
Reuse Ratio | 0.50 | - |
COH | 0.00 | - |
Local Method Calls | 1 | testFromSuiteMethod (1) |
LCOM2 | 2.00 | - |
Max Complexity | 3 | - |
Halstead Cumulative Volume | 498.48 | - |
Hierarchy Method Calls | 0 | |
Number of Queries | 1 | - |
Fan Out | 2 | - |
SuperClass Name | org.junit.internal.runners.JUnit38ClassRunner | - |
SIX | 0.00 | - |
External Method Calls | 0 | java.lang.reflect.Method.invoke (1) java.lang.reflect.Method.getModifiers (1) java.lang.Class.getName (1) e.getCause (1) java.lang.reflect.Modifier.isStatic (1) java.lang.Class.getMethod (1) java.lang.Exception.Exception (1) |
Superclasses | 2 | org.junit.internal.runners.JUnit38ClassRunner org.junit.runner.Runner |
Total Complexity | 4 | - |
Subclasses | 1 | org.junit.runners.AllTests |
Message Passing Coupling | 0 | - |
Number of Commands | 1 | - |
Interfaces | 0 | - |
Cumulative Number of Comments | 2 | - |
Halstead Cumulative Length | 101 | - |
Modifiers | 0 | - |
Methods in Class : org.junit.internal.runners.SuiteMethod | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | |
![]() | SuiteMethod | 1 | 0 | 2 | 17 | 14 | 302.05 | 0.02 | 2 | 0 | 1 | 3 | 0 | 1 | 1 | 4.67 | 0 | 0 | 0 | 0 | 0 | 64.73 | 7 | 1 | 10 | 0 | 2 | 0 |
![]() | testFromSuiteMethod | 3 | 0 | 10 | 80 | 40 | 6355.90 | 0.14 | 8 | 7 | 0 | 14 | 1 | 1 | 2 | 14.93 | 2 | 1 | 1 | 1 | 3 | 425.75 | 33 | 8 | 47 | 2 | 14 | 0 |
Analysis of Method : SuiteMethod(Class) in Class : org.junit.internal.runners.SuiteMethod | ||
---|---|---|
Feature | Number | Values |
Name | SuiteMethod | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 2 | - |
Halstead Length | 17 | - |
Halstead Vocabulary | 14 | - |
Halstead Effort | 302.05 | - |
Halstead Bugs | 0.02 | - |
Classes Referenced | 2 | java.lang.Class (1) ? (1) |
External Methods Called | 0 | |
Local Methods Called | 1 | testFromSuiteMethod (1) |
Lines Of Code | 3 | - |
Number of Comments | 0 | - |
Arguments | 1 | klass (java.lang.Class) |
Modifiers | 1 | public |
Halstead Difficulty | 4.67 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 64.73 | - |
Number of Operands | 7 | - |
Variable References | 1 | klass (1) |
Number of Operators | 10 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 2 | - |
Number of Loops | 0 | - |
Analysis of Method : testFromSuiteMethod(Class) in Class : org.junit.internal.runners.SuiteMethod | ||
---|---|---|
Feature | Number | Values |
Name | testFromSuiteMethod | - |
Cyclomatic Complexity | 3 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 10 | - |
Halstead Length | 80 | - |
Halstead Vocabulary | 40 | - |
Halstead Effort | 6355.90 | - |
Halstead Bugs | 0.14 | - |
Classes Referenced | 8 | java.lang.reflect.InvocationTargetException (1) junit.framework.Test (4) java.lang.reflect.Modifier (1) java.lang.Class (1) java.lang.Throwable (1) java.lang.Exception (1) java.lang.reflect.Method (1) ? (1) |
External Methods Called | 7 | java.lang.reflect.Method.invoke (1) java.lang.reflect.Method.getModifiers (1) java.lang.Class.getName (1) java.lang.reflect.Modifier.isStatic (1) e.getCause (1) java.lang.Class.getMethod (1) java.lang.Exception.Exception (1) |
Local Methods Called | 0 | |
Lines Of Code | 14 | - |
Number of Comments | 1 | - |
Arguments | 1 | klass (java.lang.Class) |
Modifiers | 2 | public static |
Halstead Difficulty | 14.93 | - |
Variable Declarations | 2 | suite (junit.framework.Test) suiteMethod (java.lang.reflect.Method) |
Exceptions Thrown | 1 | java.lang.Throwable (1) |
Exceptions Referenced | 1 | java.lang.reflect.InvocationTargetException (1) |
Number of casts | 1 | - |
Total Depth of Nesting | 3 | - |
Halstead Volume | 425.75 | - |
Number of Operands | 33 | - |
Variable References | 8 | klass (2) suite (2) suiteMethod (3) e (1) |
Number of Operators | 47 | - |
Max. depth of nesting | 2 | - |
Number of Expressions | 14 | - |
Number of Loops | 0 | - |
Top of this page | Data Generated by JHawk - The Java Metrics tool | Home |