Module ReportXMLEmma

module ReportXMLEmma: sig .. end

This module defines the output to XML (EMMA-compatible).


val make : unit -> ReportGeneric.converter

Returns a converter for XML output, using EMMA format.

EMMA is a Java code coverage available at http://emma.sourceforge.net/. The returned converter only outputs overall statistics, and generated files are intended to be used by reporintg tools like the EMMA plugin for the Jenkins continuous integration server (available at http://jenkins-ci.org/).