![]() | Analysis of Class : org.junit.rules.Verifier (Includes summary list of methods in class) | Home |
Dashboard for Class : org.junit.rules.Verifier |
---|
![]() |
Cyclomatic Complexity |
Summary of Verifier | ||
---|---|---|
Feature | Number | Values |
Name | Verifier | - |
Number of Methods | 2 | - |
LCOM | 0.00 | - |
Average Cyclomatic Complexity | 1.00 | - |
Number of Statements | 4 | - |
Halstead Cumulative Bugs | 0.06 | - |
Halstead Effort | 1087.84 | - |
UnWeighted Class Size | 2 | - |
Instance Variables | 0 | - |
Imported Packages | 2 | org.junit.runners.model.FrameworkMethod org.junit.runners.model.Statement |
Response For class | 2 | - |
CBO | 4 | - |
Maintainability Index | 108.85 | - |
Cumulative Number of Comment Lines | 26 | - |
Lines Of Code | 7 | - |
Fan In | 1 | - |
DIT | 1 | - |
Maintainability Index (NC) | 138.23 | - |
Specialization ratio | 1.00 | - |
Reuse Ratio | 0.00 | - |
COH | 0.00 | - |
Local Method Calls | 0 | |
LCOM2 | 2.00 | - |
Max Complexity | 1 | - |
Halstead Cumulative Volume | 183.73 | - |
Hierarchy Method Calls | 0 | |
Number of Queries | 1 | - |
Fan Out | 3 | - |
SuperClass Name | java.lang.Object | - |
SIX | 0.00 | - |
External Method Calls | 0 | org.junit.runners.model.Statement.Statement (1) |
Superclasses | 0 | - |
Total Complexity | 2 | - |
Subclasses | 1 | org.junit.rules.ErrorCollector |
Message Passing Coupling | 0 | - |
Number of Commands | 1 | - |
Interfaces | 1 | org.junit.rules.MethodRule |
Cumulative Number of Comments | 2 | - |
Halstead Cumulative Length | 46 | - |
Modifiers | 0 | - |
Methods in Class : org.junit.rules.Verifier | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | 1 | 0 | 2 | 35 | 22 | 1040.53 | 0.05 | 3 | 1 | 0 | 10 | 0 | 3 | 1 | 6.67 | 0 | 0 | 0 | 0 | 0 | 156.08 | 16 | 0 | 19 | 0 | 1 | 0 |
![]() | verify | 1 | 4 | 1 | 7 | 7 | 39.30 | 0.01 | 1 | 0 | 0 | 2 | 1 | 0 | 1 | 2.00 | 0 | 1 | 0 | 0 | 0 | 19.65 | 3 | 0 | 4 | 0 | 0 | 0 |
Analysis of Method : apply(Statement, FrameworkMethod, Object) in Class : org.junit.rules.Verifier | ||
---|---|---|
Feature | Number | Values |
Name | apply | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 2 | - |
Halstead Length | 35 | - |
Halstead Vocabulary | 22 | - |
Halstead Effort | 1040.53 | - |
Halstead Bugs | 0.05 | - |
Classes Referenced | 3 | org.junit.runners.model.Statement (3) org.junit.runners.model.FrameworkMethod (1) java.lang.Object (1) |
External Methods Called | 1 | org.junit.runners.model.Statement.Statement (1) |
Local Methods Called | 0 | |
Lines Of Code | 10 | - |
Number of Comments | 0 | - |
Arguments | 3 | base (org.junit.runners.model.Statement) method (org.junit.runners.model.FrameworkMethod) target (java.lang.Object) |
Modifiers | 1 | public |
Halstead Difficulty | 6.67 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 156.08 | - |
Number of Operands | 16 | - |
Variable References | 0 | |
Number of Operators | 19 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 1 | - |
Number of Loops | 0 | - |
Analysis of Method : verify() in Class : org.junit.rules.Verifier | ||
---|---|---|
Feature | Number | Values |
Name | verify | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 4 | - |
Number of Statements | 1 | - |
Halstead Length | 7 | - |
Halstead Vocabulary | 7 | - |
Halstead Effort | 39.30 | - |
Halstead Bugs | 0.01 | - |
Classes Referenced | 1 | java.lang.Throwable (1) |
External Methods Called | 0 | |
Local Methods Called | 0 | |
Lines Of Code | 2 | - |
Number of Comments | 1 | - |
Arguments | 0 | - |
Modifiers | 1 | protected |
Halstead Difficulty | 2.00 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 1 | java.lang.Throwable (1) |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 19.65 | - |
Number of Operands | 3 | - |
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 |