![]() | Analysis of Class : org.junit.runner.manipulation.Filter (Includes summary list of methods in class) | Home |
Dashboard for Class : org.junit.runner.manipulation.Filter |
---|
![]() |
Cyclomatic Complexity |
Summary of Filter | ||
---|---|---|
Feature | Number | Values |
Name | Filter | - |
Number of Methods | 4 | - |
LCOM | 1.00 | - |
Average Cyclomatic Complexity | 2.00 | - |
Number of Statements | 10 | - |
Halstead Cumulative Bugs | 0.23 | - |
Halstead Effort | 5994.36 | - |
UnWeighted Class Size | 5 | - |
Instance Variables | 1 | ALL (org.junit.runner.manipulation.Filter) |
Imported Packages | 2 | org.junit.runner.Description org.junit.runner.Request |
Response For class | 5 | - |
CBO | 10 | - |
Maintainability Index | 92.31 | - |
Cumulative Number of Comment Lines | 30 | - |
Lines Of Code | 12 | - |
Fan In | 8 | - |
DIT | 1 | - |
Maintainability Index (NC) | 134.60 | - |
Specialization ratio | 1.00 | - |
Reuse Ratio | 0.00 | - |
COH | 0.00 | - |
Local Method Calls | 0 | |
LCOM2 | 4.00 | - |
Max Complexity | 4 | - |
Halstead Cumulative Volume | 686.79 | - |
Hierarchy Method Calls | 0 | |
Number of Queries | 3 | - |
Fan Out | 4 | - |
SuperClass Name | java.lang.Object | - |
SIX | 0.00 | - |
External Method Calls | 1 | org.junit.runner.manipulation.Filter.Filter (2) org.junit.runner.manipulation.Filterable.filter (1) |
Superclasses | 0 | - |
Total Complexity | 8 | - |
Subclasses | 1 | org.junit.experimental.categories.Categories$CategoryFilter |
Message Passing Coupling | 1 | - |
Number of Commands | 1 | - |
Interfaces | 0 | - |
Cumulative Number of Comments | 6 | - |
Halstead Cumulative Length | 152 | - |
Modifiers | 0 | - |
Methods in Class : org.junit.runner.manipulation.Filter | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | |
![]() | apply | 2 | 6 | 4 | 31 | 20 | 1146.27 | 0.04 | 3 | 1 | 0 | 6 | 1 | 1 | 1 | 8.56 | 1 | 1 | 0 | 1 | 0 | 133.98 | 14 | 3 | 17 | 0 | 5 | 0 |
![]() | describe | 1 | 4 | 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 |
![]() | matchMethodDescription | 4 | 5 | 2 | 75 | 32 | 3976.97 | 0.12 | 2 | 1 | 0 | 17 | 2 | 1 | 2 | 10.61 | 0 | 0 | 0 | 0 | 0 | 375.00 | 31 | 0 | 44 | 0 | 1 | 1 |
![]() | shouldRun | 1 | 4 | 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 |
Analysis of Method : apply(Object) in Class : org.junit.runner.manipulation.Filter | ||
---|---|---|
Feature | Number | Values |
Name | apply | - |
Cyclomatic Complexity | 2 | - |
Number of Comment Lines | 6 | - |
Number of Statements | 4 | - |
Halstead Length | 31 | - |
Halstead Vocabulary | 20 | - |
Halstead Effort | 1146.27 | - |
Halstead Bugs | 0.04 | - |
Classes Referenced | 3 | java.lang.Object (1) org.junit.runner.manipulation.NoTestsRemainException (1) org.junit.runner.manipulation.Filterable (4) |
External Methods Called | 1 | org.junit.runner.manipulation.Filterable.filter (1) |
Local Methods Called | 0 | |
Lines Of Code | 6 | - |
Number of Comments | 1 | - |
Arguments | 1 | child (java.lang.Object) |
Modifiers | 1 | public |
Halstead Difficulty | 8.56 | - |
Variable Declarations | 1 | filterable (Filterable) |
Exceptions Thrown | 1 | org.junit.runner.manipulation.NoTestsRemainException (1) |
Exceptions Referenced | 0 | |
Number of casts | 1 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 133.98 | - |
Number of Operands | 14 | - |
Variable References | 3 | filterable (1) child (2) |
Number of Operators | 17 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 5 | - |
Number of Loops | 0 | - |
Analysis of Method : describe() in Class : org.junit.runner.manipulation.Filter | ||
---|---|---|
Feature | Number | Values |
Name | describe | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 4 | - |
Number of Statements | 1 | - |
Halstead Length | 6 | - |
Halstead Vocabulary | 6 | - |
Halstead Effort | 31.02 | - |
Halstead Bugs | 0.01 | - |
Classes Referenced | 1 | java.lang.String (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 : matchMethodDescription(Description) in Class : org.junit.runner.manipulation.Filter | ||
---|---|---|
Feature | Number | Values |
Name | matchMethodDescription | - |
Cyclomatic Complexity | 4 | - |
Number of Comment Lines | 5 | - |
Number of Statements | 2 | - |
Halstead Length | 75 | - |
Halstead Vocabulary | 32 | - |
Halstead Effort | 3976.97 | - |
Halstead Bugs | 0.12 | - |
Classes Referenced | 2 | org.junit.runner.Description (1) org.junit.runner.manipulation.Filter (2) |
External Methods Called | 1 | org.junit.runner.manipulation.Filter.Filter (1) |
Local Methods Called | 0 | |
Lines Of Code | 17 | - |
Number of Comments | 2 | - |
Arguments | 1 | desiredDescription (org.junit.runner.Description) |
Modifiers | 2 | public static |
Halstead Difficulty | 10.61 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 375.00 | - |
Number of Operands | 31 | - |
Variable References | 0 | |
Number of Operators | 44 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 1 | - |
Number of Loops | 1 | - |
Analysis of Method : shouldRun(Description) in Class : org.junit.runner.manipulation.Filter | ||
---|---|---|
Feature | Number | Values |
Name | shouldRun | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 4 | - |
Number of Statements | 1 | - |
Halstead Length | 8 | - |
Halstead Vocabulary | 8 | - |
Halstead Effort | 48.00 | - |
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 | 1 | description (org.junit.runner.Description) |
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 | - |
Top of this page | Data Generated by JHawk - The Java Metrics tool | Home |