Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 4371d3368644c35d973c1717a39b9bf2 > files > 27

ocaml-bisect-devel-1.3-7.mga4.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Combine.html">
<link rel="next" href="ReportDump.html">
<link rel="Up" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Runtime" rel="Chapter" href="Runtime.html">
<link title="Common" rel="Chapter" href="Common.html">
<link title="Version" rel="Chapter" href="Version.html">
<link title="ReportXML" rel="Chapter" href="ReportXML.html">
<link title="ReportUtils" rel="Chapter" href="ReportUtils.html">
<link title="ReportHTML" rel="Chapter" href="ReportHTML.html">
<link title="CombineAST" rel="Chapter" href="CombineAST.html">
<link title="ReportStat" rel="Chapter" href="ReportStat.html">
<link title="ReportGeneric" rel="Chapter" href="ReportGeneric.html">
<link title="Combine" rel="Chapter" href="Combine.html">
<link title="ReportXMLEmma" rel="Chapter" href="ReportXMLEmma.html">
<link title="ReportDump" rel="Chapter" href="ReportDump.html">
<link title="ReportArgs" rel="Chapter" href="ReportArgs.html">
<link title="ReportCSV" rel="Chapter" href="ReportCSV.html">
<link title="CombineParser" rel="Chapter" href="CombineParser.html">
<link title="CombineLexer" rel="Chapter" href="CombineLexer.html">
<link title="ReportText" rel="Chapter" href="ReportText.html"><title>ReportXMLEmma</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Combine.html" title="Combine">Previous</a>
&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;<a class="post" href="ReportDump.html" title="ReportDump">Next</a>
</div>
<h1>Module <a href="type_ReportXMLEmma.html">ReportXMLEmma</a></h1>

<pre><span class="keyword">module</span> ReportXMLEmma: <code class="code">sig</code> <a href="ReportXMLEmma.html">..</a> <code class="code">end</code></pre><div class="info module top">
This module defines the output to XML (EMMA-compatible).<br>
</div>
<hr width="100%">

<pre><span id="VALmake"><span class="keyword">val</span> make</span> : <code class="type">unit -> <a href="ReportGeneric.converter-c.html">ReportGeneric.converter</a></code></pre><div class="info ">
Returns a converter for XML output, using EMMA format.
<p>

    EMMA is a Java code coverage available at
    <i>http://emma.sourceforge.net/</i>. 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 <i>http://jenkins-ci.org/</i>).<br>
</div>
</body></html>