Configuration

class Configuration(var maxComplexity: Int? = null) : PassConfiguration

Constructors

Link copied to clipboard
constructor(maxComplexity: Int? = null)

Properties

Link copied to clipboard

This specifies the maximum complexity (as calculated per Statement.cyclomaticComplexity) a FunctionDeclaration must have in order to be considered.