summaryrefslogtreecommitdiff
path: root/doc/doc/modules/luacov.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/doc/modules/luacov.html')
-rw-r--r--doc/doc/modules/luacov.html73
1 files changed, 73 insertions, 0 deletions
diff --git a/doc/doc/modules/luacov.html b/doc/doc/modules/luacov.html
new file mode 100644
index 0000000..63bd075
--- /dev/null
+++ b/doc/doc/modules/luacov.html
@@ -0,0 +1,73 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<head>
+ <title>LuaCov Reference</title>
+ <link rel="stylesheet" href="../ldoc.css" type="text/css" />
+</head>
+<body>
+
+<div id="container">
+
+<div id="product">
+ <div id="product_logo"></div>
+ <div id="product_name"><big><b></b></big></div>
+ <div id="product_description"></div>
+</div> <!-- id="product" -->
+
+
+<div id="main">
+
+
+<!-- Menu -->
+
+<div id="navigation">
+<br/>
+<h1>LuaCov</h1>
+
+<ul>
+ <li><a href="../index.html">Index</a></li>
+</ul>
+
+
+
+<h2>Modules</h2>
+<ul class="nowrap">
+ <li><strong>luacov</strong></li>
+ <li><a href="../modules/luacov.defaults.html">luacov.defaults</a></li>
+ <li><a href="../modules/luacov.reporter.html">luacov.reporter</a></li>
+ <li><a href="../modules/luacov.runner.html">luacov.runner</a></li>
+ <li><a href="../modules/luacov.stats.html">luacov.stats</a></li>
+ <li><a href="../modules/luacov.tick.html">luacov.tick</a></li>
+</ul>
+
+</div>
+
+<div id="content">
+
+<h1>Module <code>luacov</code></h1>
+<p>Loads <a href="../modules/luacov.runner.html#">luacov.runner</a> and immediately starts it.</p>
+<p> Useful for launching scripts from the command-line. Returns the <a href="../modules/luacov.runner.html#">luacov.runner</a> module.</p>
+ <h3>Usage:</h3>
+ <ul>
+ <pre class="example">lua -lluacov sometest.lua</pre>
+ </ul>
+
+
+
+<br/>
+<br/>
+
+
+
+
+</div> <!-- id="content" -->
+</div> <!-- id="main" -->
+<div id="about">
+<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
+<i style="float:right;">Last updated 2015-11-16 21:06:14 </i>
+</div> <!-- id="about" -->
+</div> <!-- id="container" -->
+</body>
+</html>