Added documentation to archive.
This commit is contained in:
parent
0c47c21feb
commit
a8d87e431d
14 changed files with 1615 additions and 6 deletions
57
docs/cloverage/index.html
Normal file
57
docs/cloverage/index.html
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" href="./coverage.css"/>
|
||||
<title>Coverage Summary</title>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<thead><tr>
|
||||
<td class="ns-name"> Namespace </td>
|
||||
<td class="with-bar"> Forms </td>
|
||||
<td class="with-number">Forms %</td>
|
||||
<td class="with-bar"> Lines </td>
|
||||
<td class="with-number">Lines %</td>
|
||||
<td class="with-number">Total</td><td class="with-number">Blank</td><td class="with-number">Instrumented</td>
|
||||
</tr></thead>
|
||||
<tr>
|
||||
<td><a href="wwui/core.clj.html">wwui.core</a></td><td class="with-bar"><div class="covered"
|
||||
style="width:40.0%;
|
||||
float:left;"> 2 </div><div class="not-covered"
|
||||
style="width:60.0%;
|
||||
float:left;"> 3 </div></td>
|
||||
<td class="with-number">40.00 %</td>
|
||||
<td class="with-bar"><div class="covered"
|
||||
style="width:66.66666666666667%;
|
||||
float:left;"> 2 </div><div class="not-covered"
|
||||
style="width:33.333333333333336%;
|
||||
float:left;"> 1 </div></td>
|
||||
<td class="with-number">66.67 %</td>
|
||||
<td class="with-number">7</td><td class="with-number">1</td><td class="with-number">3</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="wwui/propositions.clj.html">wwui.propositions</a></td><td class="with-bar"><div class="covered"
|
||||
style="width:58.17307692307692%;
|
||||
float:left;"> 484 </div><div class="not-covered"
|
||||
style="width:41.82692307692308%;
|
||||
float:left;"> 348 </div></td>
|
||||
<td class="with-number">58.17 %</td>
|
||||
<td class="with-bar"><div class="covered"
|
||||
style="width:64.96350364963503%;
|
||||
float:left;"> 89 </div><div class="partial"
|
||||
style="width:2.18978102189781%;
|
||||
float:left;"> 3 </div><div class="not-covered"
|
||||
style="width:32.846715328467155%;
|
||||
float:left;"> 45 </div></td>
|
||||
<td class="with-number">67.15 %</td>
|
||||
<td class="with-number">228</td><td class="with-number">20</td><td class="with-number">137</td>
|
||||
</tr>
|
||||
<tr><td>Totals:</td>
|
||||
<td class="with-bar"></td>
|
||||
<td class="with-number">58.06 %</td>
|
||||
<td class="with-bar"></td>
|
||||
<td class="with-number">67.14 %</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue