clean_mixer v0.2.0 CleanMixer.Metrics.MetricsMap
Link to this section Summary
Link to this section Types
Link to this type
entity()
entity() :: CleanMixer.ArchMap.Component.t() | CleanMixer.ArchMap.Dependency.t()
Link to this section Functions
Link to this function
compute_component_metrics(arch_map)
compute_component_metrics(CleanMixer.ArchMap.t()) :: t(CleanMixer.ArchMap.Component.t())
Link to this function
compute_dep_metrics(arch_map, component_metrics)
compute_dep_metrics( CleanMixer.ArchMap.t(), t(CleanMixer.ArchMap.Component.t()) ) :: t(CleanMixer.ArchMap.Dependency.t())
Link to this function
deviation(metrics_map, metric)
deviation(t(), metric_name()) :: metric_value()
Link to this function
metric(metrics_map, entity, metric)
metric(t(), entity(), metric_name()) :: metric_value()
Link to this function
sigmas_count(metrics_map, entity, metric)
sigmas_count(t(), entity(), metric_name()) :: float()