GraphMetricSet
data class GraphMetricSet(val modules: Map<String, ModuleGraphMetrics>, val project: ProjectGraphMetrics)(source)
The complete metric set for a graph: per-module and whole-project, computed together.
Parameters
modules
Per-module metrics, keyed by path.
project
Whole-graph metrics.
Functions
Link copied to clipboard
Metrics for one module, or null when it is not in the graph.
Link copied to clipboard
The percentile rank of path for a metric, in [0, 100] - the share of modules scoring at or below it. Percentiles travel across projects in a way absolute thresholds do not: "99th percentile fan-in for this project" means something on a 20-module build and a 900-module one.