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.ref
val verbose : bool Pervasives.ref
val tab_size : int Pervasives.ref
val title : string Pervasives.ref
val separator : string Pervasives.ref
bool Pervasives.ref
: val no_folding : bool Pervasives.ref
val search_path : string list Pervasives.ref
val files : string list Pervasives.ref
val combine_expr : string option Pervasives.ref
val summary_only : bool Pervasives.ref
val parse : unit -> unit