![]() | Analysis of Class : org.junit.runners.ParentRunner$RunnerScheduler (Includes summary list of methods in class) | Home |
Dashboard for Class : org.junit.runners.ParentRunner$RunnerScheduler |
---|
![]() |
Cyclomatic Complexity |
Summary of ParentRunner$RunnerScheduler | ||
---|---|---|
Feature | Number | Values |
Name | ParentRunner$RunnerScheduler | - |
Number of Methods | 2 | - |
LCOM | 0.00 | - |
Average Cyclomatic Complexity | 1.00 | - |
Number of Statements | 4 | - |
Halstead Cumulative Bugs | 0.02 | - |
Halstead Effort | 137.00 | - |
UnWeighted Class Size | 2 | - |
Instance Variables | 0 | - |
Imported Packages | 27 | java.lang.annotation.Annotation java.lang.reflect.Method java.util.ArrayList java.util.Collections java.util.Comparator java.util.List org.junit.AfterClass org.junit.BeforeClass org.junit.internal.AssumptionViolatedException org.junit.internal.runners.model.EachTestNotifier org.junit.internal.runners.model.MultipleFailureException org.junit.internal.runners.statements.RunAfters org.junit.internal.runners.statements.RunBefores org.junit.runner.Description org.junit.runner.Runner org.junit.runner.manipulation.Filter org.junit.runner.manipulation.Filterable org.junit.runner.manipulation.NoTestsRemainException org.junit.runner.manipulation.Sortable org.junit.runner.manipulation.Sorter org.junit.runner.notification.RunNotifier org.junit.runner.notification.StoppedByUserException org.junit.runners.model.FrameworkMethod org.junit.runners.model.InitializationError org.junit.runners.model.RunnerScheduler org.junit.runners.model.Statement org.junit.runners.model.TestClass |
Response For class | 2 | - |
CBO | 0 | - |
Maintainability Index | 145.32 | - |
Cumulative Number of Comment Lines | 1 | - |
Lines Of Code | 7 | - |
Fan In | 0 | - |
DIT | 1 | - |
Maintainability Index (NC) | 145.32 | - |
Specialization ratio | 0.00 | - |
Reuse Ratio | 0.00 | - |
COH | 0.00 | - |
Local Method Calls | 0 | |
LCOM2 | 2.00 | - |
Max Complexity | 1 | - |
Halstead Cumulative Volume | 51.47 | - |
Hierarchy Method Calls | 0 | |
Number of Queries | 0 | - |
Fan Out | 0 | - |
SuperClass Name | java.lang.Object | - |
SIX | 0.00 | - |
External Method Calls | 0 | java.lang.Runnable.run (1) |
Superclasses | 0 | - |
Total Complexity | 2 | - |
Subclasses | 0 | - |
Message Passing Coupling | 0 | - |
Number of Commands | 2 | - |
Interfaces | 0 | - |
Cumulative Number of Comments | 1 | - |
Halstead Cumulative Length | 17 | - |
Modifiers | 6 | private final private private private public |
Methods in Class : org.junit.runners.ParentRunner$RunnerScheduler | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | |
![]() | finished | 1 | 1 | 1 | 5 | 5 | 17.41 | 0.00 | 0 | 0 | 0 | 2 | 1 | 0 | 1 | 1.50 | 0 | 0 | 0 | 0 | 0 | 11.61 | 2 | 0 | 3 | 0 | 0 | 0 |
![]() | schedule | 1 | 0 | 2 | 12 | 10 | 119.59 | 0.01 | 1 | 1 | 0 | 3 | 0 | 1 | 6 | 3.00 | 0 | 0 | 0 | 0 | 0 | 39.86 | 6 | 1 | 6 | 0 | 1 | 0 |
Analysis of Method : finished() in Class : org.junit.runners.ParentRunner$RunnerScheduler | ||
---|---|---|
Feature | Number | Values |
Name | finished | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 1 | - |
Number of Statements | 1 | - |
Halstead Length | 5 | - |
Halstead Vocabulary | 5 | - |
Halstead Effort | 17.41 | - |
Halstead Bugs | 0.00 | - |
Classes Referenced | 0 | |
External Methods Called | 0 | |
Local Methods Called | 0 | |
Lines Of Code | 2 | - |
Number of Comments | 1 | - |
Arguments | 0 | - |
Modifiers | 1 | public |
Halstead Difficulty | 1.50 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 11.61 | - |
Number of Operands | 2 | - |
Variable References | 0 | |
Number of Operators | 3 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 0 | - |
Number of Loops | 0 | - |
Analysis of Method : schedule(Runnable) in Class : org.junit.runners.ParentRunner$RunnerScheduler | ||
---|---|---|
Feature | Number | Values |
Name | schedule | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 2 | - |
Halstead Length | 12 | - |
Halstead Vocabulary | 10 | - |
Halstead Effort | 119.59 | - |
Halstead Bugs | 0.01 | - |
Classes Referenced | 1 | java.lang.Runnable (1) |
External Methods Called | 1 | java.lang.Runnable.run (1) |
Local Methods Called | 0 | |
Lines Of Code | 3 | - |
Number of Comments | 0 | - |
Arguments | 1 | childStatement (java.lang.Runnable) |
Modifiers | 6 | private final private private private public |
Halstead Difficulty | 3.00 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 39.86 | - |
Number of Operands | 6 | - |
Variable References | 1 | childStatement (1) |
Number of Operators | 6 | - |
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 |