![]() | Analysis of Class : org.junit.internal.runners.model.ReflectiveCallable (Includes summary list of methods in class) | Home |
Dashboard for Class : org.junit.internal.runners.model.ReflectiveCallable |
---|
![]() |
Cyclomatic Complexity |
Summary of ReflectiveCallable | ||
---|---|---|
Feature | Number | Values |
Name | ReflectiveCallable | - |
Number of Methods | 2 | - |
LCOM | 0.00 | - |
Average Cyclomatic Complexity | 1.50 | - |
Number of Statements | 6 | - |
Halstead Cumulative Bugs | 0.04 | - |
Halstead Effort | 621.57 | - |
UnWeighted Class Size | 2 | - |
Instance Variables | 0 | - |
Imported Packages | 1 | java.lang.reflect.InvocationTargetException |
Response For class | 2 | - |
CBO | 2 | - |
Maintainability Index | 173.37 | - |
Cumulative Number of Comment Lines | 4 | - |
Lines Of Code | 10 | - |
Fan In | 2 | - |
DIT | 1 | - |
Maintainability Index (NC) | 133.48 | - |
Specialization ratio | 0.00 | - |
Reuse Ratio | 0.00 | - |
COH | 0.00 | - |
Local Method Calls | 1 | runReflectiveCall (1) |
LCOM2 | 2.00 | - |
Max Complexity | 2 | - |
Halstead Cumulative Volume | 124.10 | - |
Hierarchy Method Calls | 0 | |
Number of Queries | 2 | - |
Fan Out | 0 | - |
SuperClass Name | java.lang.Object | - |
SIX | 0.00 | - |
External Method Calls | 0 | e.getTargetException (1) |
Superclasses | 0 | - |
Total Complexity | 3 | - |
Subclasses | 0 | - |
Message Passing Coupling | 0 | - |
Number of Commands | 0 | - |
Interfaces | 0 | - |
Cumulative Number of Comments | 1 | - |
Halstead Cumulative Length | 34 | - |
Modifiers | 0 | - |
Methods in Class : org.junit.internal.runners.model.ReflectiveCallable | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | |
![]() | run | 2 | 0 | 4 | 24 | 17 | 560.57 | 0.03 | 3 | 1 | 1 | 7 | 0 | 0 | 1 | 5.71 | 0 | 1 | 1 | 0 | 2 | 98.10 | 8 | 1 | 16 | 1 | 2 | 0 |
![]() | runReflectiveCall | 1 | 0 | 1 | 8 | 8 | 60.00 | 0.01 | 2 | 0 | 0 | 1 | 0 | 0 | 2 | 2.50 | 0 | 1 | 0 | 0 | 0 | 24.00 | 3 | 0 | 5 | 0 | 0 | 0 |
Analysis of Method : run() in Class : org.junit.internal.runners.model.ReflectiveCallable | ||
---|---|---|
Feature | Number | Values |
Name | run | - |
Cyclomatic Complexity | 2 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 4 | - |
Halstead Length | 24 | - |
Halstead Vocabulary | 17 | - |
Halstead Effort | 560.57 | - |
Halstead Bugs | 0.03 | - |
Classes Referenced | 3 | java.lang.reflect.InvocationTargetException (1) java.lang.Object (1) java.lang.Throwable (1) |
External Methods Called | 1 | e.getTargetException (1) |
Local Methods Called | 1 | runReflectiveCall (1) |
Lines Of Code | 7 | - |
Number of Comments | 0 | - |
Arguments | 0 | - |
Modifiers | 1 | public |
Halstead Difficulty | 5.71 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 1 | java.lang.Throwable (1) |
Exceptions Referenced | 1 | java.lang.reflect.InvocationTargetException (1) |
Number of casts | 0 | - |
Total Depth of Nesting | 2 | - |
Halstead Volume | 98.10 | - |
Number of Operands | 8 | - |
Variable References | 1 | e (1) |
Number of Operators | 16 | - |
Max. depth of nesting | 1 | - |
Number of Expressions | 2 | - |
Number of Loops | 0 | - |
Analysis of Method : runReflectiveCall() in Class : org.junit.internal.runners.model.ReflectiveCallable | ||
---|---|---|
Feature | Number | Values |
Name | runReflectiveCall | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 1 | - |
Halstead Length | 8 | - |
Halstead Vocabulary | 8 | - |
Halstead Effort | 60.00 | - |
Halstead Bugs | 0.01 | - |
Classes Referenced | 2 | java.lang.Object (1) java.lang.Throwable (1) |
External Methods Called | 0 | |
Local Methods Called | 0 | |
Lines Of Code | 1 | - |
Number of Comments | 0 | - |
Arguments | 0 | - |
Modifiers | 2 | protected abstract |
Halstead Difficulty | 2.50 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 1 | java.lang.Throwable (1) |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 24.00 | - |
Number of Operands | 3 | - |
Variable References | 0 | |
Number of Operators | 5 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 0 | - |
Number of Loops | 0 | - |
Top of this page | Data Generated by JHawk - The Java Metrics tool | Home |