MetricContribution

data class MetricContribution(val systemValue: Double? = null, val moduleValues: Map<String, Double> = emptyMap())(source)

The raw values a MetricProvider produces for one graph.

Parameters

systemValue

A single whole-graph number, or null if this metric is per-module only.

moduleValues

Per-module numbers keyed by module Gradle path; empty if system-only.

Constructors

Link copied to clipboard
constructor(systemValue: Double? = null, moduleValues: Map<String, Double> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard