module ReportArgs:sig..end
type output_kind =
| |
Html_output of |
|||
| |
Xml_output of |
|||
| |
Xml_emma_output of |
|||
| |
Csv_output of |
|||
| |
Text_output of |
|||
| |
Dump_output of |
|||
| |
Bisect_output of |
(* |
The type of output kinds.
| *) |
val outputs : output_kind list Pervasives.refval verbose : bool Pervasives.refval tab_size : int Pervasives.refval title : string Pervasives.refval separator : string Pervasives.ref : bool Pervasives.refval no_folding : bool Pervasives.refval search_path : string list Pervasives.refval files : string list Pervasives.refval combine_expr : string option Pervasives.refval summary_only : bool Pervasives.refval parse : unit -> unit