![]() | Analysis of Class : org.junit.runners.model.FrameworkField (Includes summary list of methods in class) | Home |
Dashboard for Class : org.junit.runners.model.FrameworkField |
---|
![]() |
Cyclomatic Complexity |
Summary of FrameworkField | ||
---|---|---|
Feature | Number | Values |
Name | FrameworkField | - |
Number of Methods | 5 | - |
LCOM | 0.25 | - |
Average Cyclomatic Complexity | 1.00 | - |
Number of Statements | 12 | - |
Halstead Cumulative Bugs | 0.10 | - |
Halstead Effort | 1296.62 | - |
UnWeighted Class Size | 6 | - |
Instance Variables | 1 | fField (java.lang.reflect.Field) |
Imported Packages | 3 | java.lang.annotation.Annotation java.lang.reflect.Field org.junit.runners.BlockJUnit4ClassRunner |
Response For class | 5 | - |
CBO | 4 | - |
Maintainability Index | 180.65 | - |
Cumulative Number of Comment Lines | 10 | - |
Lines Of Code | 20 | - |
Fan In | 3 | - |
DIT | 1 | - |
Maintainability Index (NC) | 140.76 | - |
Specialization ratio | 0.00 | - |
Reuse Ratio | 0.50 | - |
COH | 0.80 | - |
Local Method Calls | 1 | getField (1) |
LCOM2 | 0.00 | - |
Max Complexity | 1 | - |
Halstead Cumulative Volume | 297.38 | - |
Hierarchy Method Calls | 0 | |
Number of Queries | 4 | - |
Fan Out | 2 | - |
SuperClass Name | org.junit.runners.model.FrameworkMember | - |
SIX | 0.12 | - |
External Method Calls | 0 | getName().equals (1) equals().getName (1) org.junit.runners.model.FrameworkField.getField (1) java.lang.reflect.Field.getName (1) java.lang.reflect.Field.getAnnotations (1) java.lang.reflect.Field.get (1) |
Superclasses | 1 | org.junit.runners.model.FrameworkMember |
Total Complexity | 5 | - |
Subclasses | 0 | - |
Message Passing Coupling | 0 | - |
Number of Commands | 1 | - |
Interfaces | 0 | - |
Cumulative Number of Comments | 3 | - |
Halstead Cumulative Length | 84 | - |
Modifiers | 0 | - |
Methods in Class : org.junit.runners.model.FrameworkField | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | |
![]() | FrameworkField | 1 | 0 | 2 | 9 | 8 | 67.50 | 0.01 | 1 | 0 | 0 | 3 | 0 | 1 | 2 | 2.50 | 0 | 0 | 0 | 0 | 0 | 27.00 | 5 | 2 | 4 | 0 | 1 | 0 |
![]() | get | 1 | 3 | 2 | 17 | 13 | 330.26 | 0.02 | 3 | 1 | 0 | 3 | 1 | 1 | 1 | 5.25 | 0 | 2 | 0 | 0 | 0 | 62.91 | 9 | 2 | 8 | 0 | 1 | 0 |
![]() | getAnnotations | 1 | 0 | 2 | 14 | 12 | 250.95 | 0.02 | 1 | 1 | 0 | 3 | 0 | 0 | 2 | 5.00 | 0 | 0 | 0 | 0 | 0 | 50.19 | 5 | 1 | 9 | 0 | 1 | 0 |
![]() | getField | 1 | 3 | 2 | 8 | 8 | 60.00 | 0.01 | 1 | 0 | 0 | 3 | 1 | 0 | 1 | 2.50 | 0 | 0 | 0 | 0 | 0 | 24.00 | 3 | 1 | 5 | 0 | 0 | 0 |
![]() | isShadowedBy | 1 | 0 | 2 | 26 | 15 | 488.85 | 0.03 | 1 | 4 | 1 | 3 | 0 | 1 | 2 | 4.81 | 0 | 0 | 0 | 0 | 0 | 101.58 | 11 | 1 | 15 | 0 | 5 | 0 |
Analysis of Method : FrameworkField(Field) in Class : org.junit.runners.model.FrameworkField | ||
---|---|---|
Feature | Number | Values |
Name | FrameworkField | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 2 | - |
Halstead Length | 9 | - |
Halstead Vocabulary | 8 | - |
Halstead Effort | 67.50 | - |
Halstead Bugs | 0.01 | - |
Classes Referenced | 1 | java.lang.reflect.Field (1) |
External Methods Called | 0 | |
Local Methods Called | 0 | |
Lines Of Code | 3 | - |
Number of Comments | 0 | - |
Arguments | 1 | field (java.lang.reflect.Field) |
Modifiers | 2 | private final |
Halstead Difficulty | 2.50 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 27.00 | - |
Number of Operands | 5 | - |
Variable References | 2 | fField (1) field (1) |
Number of Operators | 4 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 1 | - |
Number of Loops | 0 | - |
Analysis of Method : get(Object) in Class : org.junit.runners.model.FrameworkField | ||
---|---|---|
Feature | Number | Values |
Name | get | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 3 | - |
Number of Statements | 2 | - |
Halstead Length | 17 | - |
Halstead Vocabulary | 13 | - |
Halstead Effort | 330.26 | - |
Halstead Bugs | 0.02 | - |
Classes Referenced | 3 | java.lang.IllegalArgumentException (1) java.lang.IllegalAccessException (1) java.lang.Object (2) |
External Methods Called | 1 | java.lang.reflect.Field.get (1) |
Local Methods Called | 0 | |
Lines Of Code | 3 | - |
Number of Comments | 1 | - |
Arguments | 1 | target (java.lang.Object) |
Modifiers | 1 | public |
Halstead Difficulty | 5.25 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 2 | java.lang.IllegalAccessException (1) java.lang.IllegalArgumentException (1) |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 62.91 | - |
Number of Operands | 9 | - |
Variable References | 2 | fField (1) target (1) |
Number of Operators | 8 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 1 | - |
Number of Loops | 0 | - |
Analysis of Method : getAnnotations() in Class : org.junit.runners.model.FrameworkField | ||
---|---|---|
Feature | Number | Values |
Name | getAnnotations | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 2 | - |
Halstead Length | 14 | - |
Halstead Vocabulary | 12 | - |
Halstead Effort | 250.95 | - |
Halstead Bugs | 0.02 | - |
Classes Referenced | 1 | java.lang.annotation.Annotation (1) |
External Methods Called | 1 | java.lang.reflect.Field.getAnnotations (1) |
Local Methods Called | 0 | |
Lines Of Code | 3 | - |
Number of Comments | 0 | - |
Arguments | 0 | - |
Modifiers | 2 | @Override 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 | 50.19 | - |
Number of Operands | 5 | - |
Variable References | 1 | fField (1) |
Number of Operators | 9 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 1 | - |
Number of Loops | 0 | - |
Analysis of Method : getField() in Class : org.junit.runners.model.FrameworkField | ||
---|---|---|
Feature | Number | Values |
Name | getField | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 3 | - |
Number of Statements | 2 | - |
Halstead Length | 8 | - |
Halstead Vocabulary | 8 | - |
Halstead Effort | 60.00 | - |
Halstead Bugs | 0.01 | - |
Classes Referenced | 1 | java.lang.reflect.Field (1) |
External Methods Called | 0 | |
Local Methods Called | 0 | |
Lines Of Code | 3 | - |
Number of Comments | 1 | - |
Arguments | 0 | - |
Modifiers | 1 | public |
Halstead Difficulty | 2.50 | - |
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 | 3 | - |
Variable References | 1 | fField (1) |
Number of Operators | 5 | - |
Max. depth of nesting | 0 | - |
Number of Expressions | 0 | - |
Number of Loops | 0 | - |
Analysis of Method : isShadowedBy(FrameworkField) in Class : org.junit.runners.model.FrameworkField | ||
---|---|---|
Feature | Number | Values |
Name | isShadowedBy | - |
Cyclomatic Complexity | 1 | - |
Number of Comment Lines | 0 | - |
Number of Statements | 2 | - |
Halstead Length | 26 | - |
Halstead Vocabulary | 15 | - |
Halstead Effort | 488.85 | - |
Halstead Bugs | 0.03 | - |
Classes Referenced | 1 | org.junit.runners.model.FrameworkField (1) |
External Methods Called | 4 | getName().equals (1) equals().getName (1) org.junit.runners.model.FrameworkField.getField (1) java.lang.reflect.Field.getName (1) |
Local Methods Called | 1 | getField (1) |
Lines Of Code | 3 | - |
Number of Comments | 0 | - |
Arguments | 1 | otherMember (org.junit.runners.model.FrameworkField) |
Modifiers | 2 | @Override public |
Halstead Difficulty | 4.81 | - |
Variable Declarations | 0 | |
Exceptions Thrown | 0 | |
Exceptions Referenced | 0 | |
Number of casts | 0 | - |
Total Depth of Nesting | 0 | - |
Halstead Volume | 101.58 | - |
Number of Operands | 11 | - |
Variable References | 1 | otherMember (1) |
Number of Operators | 15 | - |
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 |