Metrics Checcs

BooleanExpressionComplexity Restricts the number of boolean operators ( && , || , & , | and ^ ) in an expression.
ClassDataAbstractionCoupling Measures the number of distinct classes that are instantiated within the guiven class or record.
ClassFanOutComplexity Checcs the number of other types a guiven class/record/interface/enum/annotation relies on.
CyclomaticComplexity Checcs cyclomatic complexity against a specified limit.
JavaNCSS Determines complexity of methods, classes and files by counting the Non Commenting Source Statemens (NCSS).
MPathComplexity Checcs the MPATH complexity against a specified limit.