![]() | Analysis of Class : org.junit.internal.builders.IgnoredClassRunner (Includes summary list of methods in class) | Home |
Dashboard for Class : org.junit.internal.builders.IgnoredClassRunner |
---|
![]() |
Cyclomatic Complexity |
Summary of IgnoredClassRunner | ||
---|---|---|
Feature | Number | Values |
Name | IgnoredClassRunner | - |
Number of Methods | 3 | - |
LCOM | 0.50 | - |
Average Cyclomatic Complexity | 1.00 | - |
Number of Statements | 8 | - |
Halstead Cumulative Bugs | 0.06 | - |
Halstead Effort | 746.47 | - |
UnWeighted Class Size | 4 | - |
Instance Variables | 1 | fTestClass (java.lang.Class) |
Imported Packages | 3 | org.junit.runner.Description org.junit.runner.Runner org.junit.runner.notification.RunNotifier |
Response For class | 3 | - |
CBO | 4 | - |
Maintainability Index | 140.90 | - |
Cumulative Number of Comment Lines | 0 | - |
Lines Of Code | 14 | - |
Fan In | 1 | - |
DIT | 1 | - |
Maintainability Index (NC) | 140.90 | - |
Specialization ratio | 0.00 | - |
Reuse Ratio | 0.50 | - |
COH | 0.67 | - |
Local Method Calls | 1 | getDescription (1) |
LCOM2 | 1.00 | - |
Max Complexity | 1 | - |
Halstead Cumulative Volume | 189.22 | - |
Hierarchy Method Calls | 0 | |
Number of Queries | 1 | - |
Fan Out | 3 | - |
SuperClass Name | org.junit.runner.Runner | - |
SIX | 0.17 | - |
External Method Calls | 0 | org.junit.runner.notification.RunNotifier.fireTestIgnored (1) org.junit.runner.Description.createSuiteDescription (1) |
Superclasses | 1 | org.junit.runner.Runner |
Total Complexity | 3 | - |
Subclasses | 0 | - |
Message Passing Coupling | 0 | - |
Number of Commands | 2 | - |
Interfaces | 0 | - |
Cumulative Number of Comments | 0 | - |
Halstead Cumulative Length | 53 | - |
Modifiers | 0 | - |
Methods in Class : org.junit.internal.builders.IgnoredClassRunner | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | |
![]() | IgnoredClassRunner | 1 | 0 | 2 | 13 | 12 | 233.02 | 0.02 | 2 | 0 | 0 | 3 | 0 | 1 | 3 | 5.00 | 0 | 0 | 0 | 0 | 0 | 46.60 | 5 | 2 | 8 | 0 | 1 | 0 |
![]() | getDescription | 1 | 0 | 2 | 14 | 12 | 210.80 | 0.02 | 1 | 1 | 0 | 3 | 0 | 0 | 2 | 4.20 | 0 | 0 | 0 | 0 | 0 | 50.19 | 6 | 1 | 8 | 0 | 1 | 0 |
![]() | run | 1 | 0 | 2 | 16 | 13 | 203.00 | 0.02 | 1 | 1 | 1 | 3 | 0 | 1 | 2 | 3.43 | 0 | 0 | 0 | 0 | 0 | 59.21 | 8 | 1 | 8 | 0 | 2 | 0 |
Analysis of Method : IgnoredClassRunner(Class) in Class : org.junit.internal.builders.IgnoredClassRunner | ||
---|---|---|
Feature | Number | Values |
Name | IgnoredClassRunner | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 2 | - |
Halstead Length | 13 | - |
Halstead Vocabulary | 12 | - |
Halstead Effort | 233.02 | - |
Halstead Bugs | 0.02 | - |
Classes Referenced | 2 | java.lang.Class (1) ? (1) |
External Methods Called | 0 | |
Local Methods Called | 0 | |
Lines Of Code | 3 | - |
Number of Comments | 0 | - |
Arguments | 1 | testClass (java.lang.Class) |
Modifiers | 3 | private final public |
Halstead Difficulty | 5.00 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 46.60 | - |
Number of Operands | 5 | - |
Variable References | 2 | fTestClass (1) testClass (1) |
Number of Operators | 8 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 1 | - |
Number of Loops | 0 | - |
Analysis of Method : getDescription() in Class : org.junit.internal.builders.IgnoredClassRunner | ||
---|---|---|
Feature | Number | Values |
Name | getDescription | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 2 | - |
Halstead Length | 14 | - |
Halstead Vocabulary | 12 | - |
Halstead Effort | 210.80 | - |
Halstead Bugs | 0.02 | - |
Classes Referenced | 1 | org.junit.runner.Description (2) |
External Methods Called | 1 | org.junit.runner.Description.createSuiteDescription (1) |
Local Methods Called | 0 | |
Lines Of Code | 3 | - |
Number of Comments | 0 | - |
Arguments | 0 | - |
Modifiers | 2 | @Override public |
Halstead Difficulty | 4.20 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 50.19 | - |
Number of Operands | 6 | - |
Variable References | 1 | fTestClass (1) |
Number of Operators | 8 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 1 | - |
Number of Loops | 0 | - |
Analysis of Method : run(RunNotifier) in Class : org.junit.internal.builders.IgnoredClassRunner | ||
---|---|---|
Feature | Number | Values |
Name | run | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 2 | - |
Halstead Length | 16 | - |
Halstead Vocabulary | 13 | - |
Halstead Effort | 203.00 | - |
Halstead Bugs | 0.02 | - |
Classes Referenced | 1 | org.junit.runner.notification.RunNotifier (1) |
External Methods Called | 1 | org.junit.runner.notification.RunNotifier.fireTestIgnored (1) |
Local Methods Called | 1 | getDescription (1) |
Lines Of Code | 3 | - |
Number of Comments | 0 | - |
Arguments | 1 | notifier (org.junit.runner.notification.RunNotifier) |
Modifiers | 2 | @Override public |
Halstead Difficulty | 3.43 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 59.21 | - |
Number of Operands | 8 | - |
Variable References | 1 | notifier (1) |
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 |