class

Mrcv::Cli::Formatter

Inherits Reference < Object

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").

Source
format_json(report : Reliability::ReliabilityReport) : String

Formats report into a valid, structured JSON string conforming to MRCV specifications.

Source
format_text(report : Reliability::ReliabilityReport, verbose : Bool = false) : String

Formats report into a rich human-readable Plain Text summary.

Source