![]() | Analysis of Class : org.junit.experimental.categories.Categories (Includes summary list of methods in class) | Home |
Dashboard for Class : org.junit.experimental.categories.Categories |
---|
![]() |
Cyclomatic Complexity |
Summary of Categories | ||
---|---|---|
Feature | Number | Values |
Name | Categories | - |
Number of Methods | 3 | - |
LCOM | 0.00 | - |
Average Cyclomatic Complexity | 1.33 | - |
Number of Statements | 12 | - |
Halstead Cumulative Bugs | 0.21 | - |
Halstead Effort | 6187.69 | - |
UnWeighted Class Size | 3 | - |
Instance Variables | 0 | - |
Imported Packages | 8 | java.lang.annotation.Retention java.lang.annotation.RetentionPolicy org.junit.runner.Description org.junit.runner.manipulation.Filter org.junit.runner.manipulation.NoTestsRemainException org.junit.runners.Suite org.junit.runners.model.InitializationError org.junit.runners.model.RunnerBuilder |
Response For class | 3 | - |
CBO | 6 | - |
Maintainability Index | 102.23 | - |
Cumulative Number of Comment Lines | 42 | - |
Lines Of Code | 28 | - |
Fan In | 0 | - |
DIT | 3 | - |
Maintainability Index (NC) | 122.38 | - |
Specialization ratio | 0.00 | - |
Reuse Ratio | 0.75 | - |
COH | 0.00 | - |
Local Method Calls | 2 | getIncludedCategory (1) getExcludedCategory (1) |
LCOM2 | 3.00 | - |
Max Complexity | 2 | - |
Halstead Cumulative Volume | 630.38 | - |
Hierarchy Method Calls | 1 | filter (1) |
Number of Queries | 2 | - |
Fan Out | 6 | - |
SuperClass Name | org.junit.runners.Suite | - |
SIX | 0.00 | - |
External Method Calls | 0 | java.lang.Class.getAnnotation (2) org.junit.runners.model.InitializationError.InitializationError (1) IncludeCategory.value (1) ExcludeCategory.value (1) org.junit.experimental.categories.CategoryFilter.CategoryFilter (1) |
Superclasses | 3 | org.junit.runner.Runner org.junit.runners.ParentRunner org.junit.runners.Suite |
Total Complexity | 4 | - |
Subclasses | 0 | - |
Message Passing Coupling | 0 | - |
Number of Commands | 1 | - |
Interfaces | 0 | - |
Cumulative Number of Comments | 1 | - |
Halstead Cumulative Length | 143 | - |
Modifiers | 0 | - |
Methods in Class : org.junit.experimental.categories.Categories | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | |
![]() | Categories | 2 | 0 | 5 | 43 | 25 | 1751.09 | 0.07 | 6 | 2 | 3 | 10 | 0 | 2 | 1 | 8.77 | 0 | 0 | 1 | 0 | 2 | 199.69 | 19 | 5 | 24 | 1 | 5 | 0 |
![]() | getExcludedCategory | 1 | 0 | 3 | 36 | 21 | 1798.65 | 0.05 | 4 | 2 | 0 | 4 | 0 | 1 | 1 | 11.38 | 1 | 0 | 0 | 0 | 0 | 158.12 | 14 | 3 | 22 | 0 | 5 | 0 |
![]() | getIncludedCategory | 1 | 0 | 3 | 36 | 21 | 1798.65 | 0.05 | 4 | 2 | 0 | 4 | 0 | 1 | 1 | 11.38 | 1 | 0 | 0 | 0 | 0 | 158.12 | 14 | 3 | 22 | 0 | 5 | 0 |
Analysis of Method : Categories(Class, RunnerBuilder) in Class : org.junit.experimental.categories.Categories | ||
---|---|---|
Feature | Number | Values |
Name | Categories | - |
Cyclomatic Complexity | 2 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 5 | - |
Halstead Length | 43 | - |
Halstead Vocabulary | 25 | - |
Halstead Effort | 1751.09 | - |
Halstead Bugs | 0.07 | - |
Classes Referenced | 6 | org.junit.runner.manipulation.NoTestsRemainException (1) java.lang.Class (1) org.junit.experimental.categories.CategoryFilter (1) org.junit.runners.model.InitializationError (1) ? (1) org.junit.runners.model.RunnerBuilder (1) |
External Methods Called | 2 | org.junit.runners.model.InitializationError.InitializationError (1) org.junit.experimental.categories.CategoryFilter.CategoryFilter (1) |
Local Methods Called | 3 | getIncludedCategory (1) filter (1) getExcludedCategory (1) |
Lines Of Code | 10 | - |
Number of Comments | 0 | - |
Arguments | 2 | klass (java.lang.Class) builder (org.junit.runners.model.RunnerBuilder) |
Modifiers | 1 | public |
Halstead Difficulty | 8.77 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 1 | org.junit.runner.manipulation.NoTestsRemainException (1) |
Number of casts | 0 | - |
Total Depth of Nesting | 2 | - |
Halstead Volume | 199.69 | - |
Number of Operands | 19 | - |
Variable References | 5 | klass (3) builder (1) e (1) |
Number of Operators | 24 | - |
Max. depth of nesting | 1 | - |
Number of Expressions | 5 | - |
Number of Loops | 0 | - |
Analysis of Method : getExcludedCategory(Class) in Class : org.junit.experimental.categories.Categories | ||
---|---|---|
Feature | Number | Values |
Name | getExcludedCategory | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 3 | - |
Halstead Length | 36 | - |
Halstead Vocabulary | 21 | - |
Halstead Effort | 1798.65 | - |
Halstead Bugs | 0.05 | - |
Classes Referenced | 4 | ExcludeCategory.class (1) java.lang.Class (2) ? (2) ExcludeCategory (1) |
External Methods Called | 2 | java.lang.Class.getAnnotation (1) ExcludeCategory.value (1) |
Local Methods Called | 0 | |
Lines Of Code | 4 | - |
Number of Comments | 0 | - |
Arguments | 1 | klass (java.lang.Class) |
Modifiers | 1 | private |
Halstead Difficulty | 11.38 | - |
Variable Declarations | 1 | annotation (ExcludeCategory) |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 158.12 | - |
Number of Operands | 14 | - |
Variable References | 3 | annotation (2) klass (1) |
Number of Operators | 22 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 5 | - |
Number of Loops | 0 | - |
Analysis of Method : getIncludedCategory(Class) in Class : org.junit.experimental.categories.Categories | ||
---|---|---|
Feature | Number | Values |
Name | getIncludedCategory | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 3 | - |
Halstead Length | 36 | - |
Halstead Vocabulary | 21 | - |
Halstead Effort | 1798.65 | - |
Halstead Bugs | 0.05 | - |
Classes Referenced | 4 | IncludeCategory (1) IncludeCategory.class (1) java.lang.Class (2) ? (2) |
External Methods Called | 2 | java.lang.Class.getAnnotation (1) IncludeCategory.value (1) |
Local Methods Called | 0 | |
Lines Of Code | 4 | - |
Number of Comments | 0 | - |
Arguments | 1 | klass (java.lang.Class) |
Modifiers | 1 | private |
Halstead Difficulty | 11.38 | - |
Variable Declarations | 1 | annotation (IncludeCategory) |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 158.12 | - |
Number of Operands | 14 | - |
Variable References | 3 | annotation (2) klass (1) |
Number of Operators | 22 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 5 | - |
Number of Loops | 0 | - |
Top of this page | Data Generated by JHawk - The Java Metrics tool | Home |