Skip to main content

conversion_verdict

Function conversion_verdict 

Source
pub fn conversion_verdict(code: usize) -> String
Expand description

The human-readable end-of-run verdict: Conversion complete|failed: <counts>.

failed iff code is fatal (>= 3), mirroring Perl LaTeXML’s summary line. Callers pass their combined max(core, post) code; the counts come from the shared REPORT counter via get_status_message.