ArchiMetrics.Analysis.Validation.KpiModelRule.KpiModelRule C# (CSharp) Method

KpiModelRule() public method

public KpiModelRule ( ) : System.Collections.Generic
return System.Collections.Generic
		public KpiModelRule()
			: this(30, 40, 30)
		{
		}

Same methods

KpiModelRule::KpiModelRule ( int cyclomaticComplexity, double maintainabilityIndex, int linesOfCode ) : System.Collections.Generic