Mrcv::Cli::Formatter
Formats reliability reports and execution matrices into human-readable Plain Text or machine-parsable JSON.
Class methods
format(report : Reliability::ReliabilityReport, format : String = "text", verbose : Bool = false) : String
Dispatches formatting based on format string ("text" or "json").
Formats report into a valid, structured JSON string conforming to MRCV specifications.