Table of Contents

Class CodeComplexityMetrics

Namespace
AiDotNet.ProgramSynthesis.Models
Assembly
AiDotNet.dll
public sealed class CodeComplexityMetrics
Inheritance
CodeComplexityMetrics
Inherited Members

Properties

CharacterCount

public int CharacterCount { get; set; }

Property Value

int

EstimatedCyclomaticComplexity

public int EstimatedCyclomaticComplexity { get; set; }

Property Value

int

LineCount

public int LineCount { get; set; }

Property Value

int