Skip to main content

format_coupling_project_text

Function format_coupling_project_text 

Source
pub fn format_coupling_project_text(report: &CouplingReport) -> String
Expand description

Format a project-wide coupling report as human-readable text.

Renders a ranked table of the highest-coupling module pairs with color coding:

  • Tight (>= 0.6): red bold
  • Moderate (0.3-0.6): yellow
  • Loose (< 0.3): green