EvaluationResult

data class EvaluationResult(val complexityScore: Float, val isTooComplex: Boolean)

Represents the evaluation result for a property.

Constructors

Link copied to clipboard
constructor(complexityScore: Float, isTooComplex: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard