class type converter =object..end
The class type defining a generic output.
method header : stringShould return the overall header for output.
: stringShould return the overall footer for output.
method summary : Report_utils.counts -> stringShould return the overall summary for passed statistics.
method file_header : string -> stringShould return the header for passed file.
: string -> stringShould return the footer for passed file.
method file_summary : Report_utils.counts -> stringShould return the file summary for passed statistics.
method point : int -> int -> stringpoint o n k should return the output for a given point, o
being the offset, and n the number of visits.