Select the metric that should be evaluated for this quality gate. The following different metrics are supported:
MODULE
Covered and missed modules (given as percentage)
PACKAGE
Covered and missed packages - also used for namespaces or directories (given as percentage)
FILE
Covered and missed files (given as percentage)
CLASS
Covered and missed classes (given as percentage)
METHOD
Covered and missed methods (given as percentage)
LINE
Line coverage (given as percentage)
INSTRUCTION
Instruction coverage (given as percentage)
BRANCH
Branch coverage or decision coverage (given as percentage)
MUTATION
Mutation coverage (given as percentage)
MCDC_PAIR
MC/DC Pair coverage (given as percentage)
FUNCTION_CALL
Function call coverage (given as percentage)
TEST_STRENGTH
Test Strength (given as percentage)
CYCLOMATIC_COMPLEXITY
Cyclomatic complexity (given as absolute number)
COGNITIVE_COMPLEXITY
Cognitive complexity (given as absolute number)
NPATH_COMPLEXITY
N-Path complexity (given as absolute number)
LOC
Lines of code (given as absolute number)
NCSS
Non Commenting Source Statements (given as absolute number)
COHESION
Class cohesion (given as percentage)
WEIGHT_OF_CLASS
Weight of a class (given as percentage)