![]() | Analysis of Class : org.junit.runner.Runner (Includes summary list of methods in class) | Home |
Dashboard for Class : org.junit.runner.Runner |
---|
![]() |
Cyclomatic Complexity |
Summary of Runner | ||
---|---|---|
Feature | Number | Values |
Name | Runner | - |
Number of Methods | 3 | - |
LCOM | 0.00 | - |
Average Cyclomatic Complexity | 1.00 | - |
Number of Statements | 5 | - |
Halstead Cumulative Bugs | 0.03 | - |
Halstead Effort | 239.18 | - |
UnWeighted Class Size | 3 | - |
Instance Variables | 0 | - |
Imported Packages | 1 | org.junit.runner.notification.RunNotifier |
Response For class | 3 | - |
CBO | 25 | - |
Maintainability Index | 106.03 | - |
Cumulative Number of Comment Lines | 27 | - |
Lines Of Code | 7 | - |
Fan In | 22 | - |
DIT | 1 | - |
Maintainability Index (NC) | 156.03 | - |
Specialization ratio | 15.00 | - |
Reuse Ratio | 0.00 | - |
COH | 0.00 | - |
Local Method Calls | 1 | getDescription (1) |
LCOM2 | 3.00 | - |
Max Complexity | 1 | - |
Halstead Cumulative Volume | 85.55 | - |
Hierarchy Method Calls | 0 | |
Number of Queries | 2 | - |
Fan Out | 3 | - |
SuperClass Name | java.lang.Object | - |
SIX | 0.00 | - |
External Method Calls | 0 | .testCount (1) |
Superclasses | 0 | - |
Total Complexity | 3 | - |
Subclasses | 15 | org.junit.experimental.categories.Categories org.junit.experimental.runners.Enclosed org.junit.experimental.theories.Theories org.junit.internal.builders.IgnoredClassRunner org.junit.internal.runners.ErrorReportingRunner org.junit.internal.runners.JUnit38ClassRunner org.junit.internal.runners.JUnit4ClassRunner org.junit.internal.runners.SuiteMethod org.junit.runners.AllTests org.junit.runners.BlockJUnit4ClassRunner org.junit.runners.JUnit4 org.junit.runners.Parameterized org.junit.runners.Parameterized$TestClassRunnerForParameters org.junit.runners.ParentRunner org.junit.runners.Suite |
Message Passing Coupling | 0 | - |
Number of Commands | 1 | - |
Interfaces | 1 | org.junit.runner.Describable |
Cumulative Number of Comments | 4 | - |
Halstead Cumulative Length | 30 | - |
Modifiers | 0 | - |
Methods in Class : org.junit.runner.Runner | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | |
![]() | getDescription | 1 | 3 | 1 | 6 | 6 | 31.02 | 0.01 | 1 | 0 | 0 | 1 | 1 | 0 | 2 | 2.00 | 0 | 0 | 0 | 0 | 0 | 15.51 | 2 | 0 | 4 | 0 | 0 | 0 |
![]() | run | 1 | 5 | 1 | 8 | 8 | 48.00 | 0.01 | 1 | 0 | 0 | 1 | 1 | 1 | 2 | 2.00 | 0 | 0 | 0 | 0 | 0 | 24.00 | 4 | 0 | 4 | 0 | 0 | 0 |
![]() | testCount | 1 | 3 | 2 | 12 | 9 | 152.16 | 0.01 | 0 | 1 | 1 | 3 | 1 | 0 | 1 | 4.00 | 0 | 0 | 0 | 0 | 0 | 38.04 | 4 | 0 | 8 | 0 | 2 | 0 |
Analysis of Method : getDescription() in Class : org.junit.runner.Runner | ||
---|---|---|
Feature | Number | Values |
Name | getDescription | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 3 | - |
Number of Statements | 1 | - |
Halstead Length | 6 | - |
Halstead Vocabulary | 6 | - |
Halstead Effort | 31.02 | - |
Halstead Bugs | 0.01 | - |
Classes Referenced | 1 | org.junit.runner.Description (1) |
External Methods Called | 0 | |
Local Methods Called | 0 | |
Lines Of Code | 1 | - |
Number of Comments | 1 | - |
Arguments | 0 | - |
Modifiers | 2 | public abstract |
Halstead Difficulty | 2.00 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 15.51 | - |
Number of Operands | 2 | - |
Variable References | 0 | |
Number of Operators | 4 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 0 | - |
Number of Loops | 0 | - |
Analysis of Method : run(RunNotifier) in Class : org.junit.runner.Runner | ||
---|---|---|
Feature | Number | Values |
Name | run | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 5 | - |
Number of Statements | 1 | - |
Halstead Length | 8 | - |
Halstead Vocabulary | 8 | - |
Halstead Effort | 48.00 | - |
Halstead Bugs | 0.01 | - |
Classes Referenced | 1 | org.junit.runner.notification.RunNotifier (1) |
External Methods Called | 0 | |
Local Methods Called | 0 | |
Lines Of Code | 1 | - |
Number of Comments | 1 | - |
Arguments | 1 | notifier (org.junit.runner.notification.RunNotifier) |
Modifiers | 2 | public abstract |
Halstead Difficulty | 2.00 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 24.00 | - |
Number of Operands | 4 | - |
Variable References | 0 | |
Number of Operators | 4 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 0 | - |
Number of Loops | 0 | - |
Analysis of Method : testCount() in Class : org.junit.runner.Runner | ||
---|---|---|
Feature | Number | Values |
Name | testCount | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 3 | - |
Number of Statements | 2 | - |
Halstead Length | 12 | - |
Halstead Vocabulary | 9 | - |
Halstead Effort | 152.16 | - |
Halstead Bugs | 0.01 | - |
Classes Referenced | 0 | |
External Methods Called | 1 | .testCount (1) |
Local Methods Called | 1 | getDescription (1) |
Lines Of Code | 3 | - |
Number of Comments | 1 | - |
Arguments | 0 | - |
Modifiers | 1 | public |
Halstead Difficulty | 4.00 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 38.04 | - |
Number of Operands | 4 | - |
Variable References | 0 | |
Number of Operators | 8 | - |
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 |