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)
COMPLEXITY
Cyclomatic complexity (given as absolute number)
COMPLEXITY_DENSITY
Cyclomatic complexity density (given as relation between cyclomatic complexity and lines of code)
COMPLEXITY_MAXIMUM
Maximum cyclomatic complexity of all methods (given as absolute number)
LOC
Lines of code (given as absolute number)