Module Report_text

module Report_text: sig .. end

val make : bool -> Report_generic.converter

Returns a converter for bare text output, the passed boolean indicates whether only summary should be output.

val output : per_file:bool -> (string, int array) Stdlib.Hashtbl.t -> unit

Writes a text summary report to STDOUT.