ModuleMetrics

data class ModuleMetrics(val modulePath: String, val fanIn: Int, val fanOut: Int, val instability: Double, val transitiveDepCount: Int)(source)

Architecture metrics for a single module. Stored in the JSON baseline.

Constructors

Link copied to clipboard
constructor(modulePath: String, fanIn: Int, fanOut: Int, instability: Double, transitiveDepCount: Int)

Properties

Link copied to clipboard
val fanIn: Int
Link copied to clipboard
val fanOut: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard