aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot/index.html
blob: 4eee0b750248cb835bb05bae9648dfeb1300005e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
  <link rel="stylesheet" href="doc/.resources/doc.css" charset="ISO-8859-1" type="text/css" />
  <title>JaCoCo - Java Code Coverage Library</title>
</head>
<body>

<div class="breadcrumb">
  <span class="el_session">JaCoCo</span>
</div>

<h1>JaCoCo - Java Code Coverage Library</h1>

<p>
  JaCoCo is a free Java code coverage library implemented by Marc R. Hoffmann
  and Brock Janiczak distributed under the <a href="doc/license.html">Eclipse
  Public License</a>. Check <a href="@HOMEURL@">@HOMEURL@</a> for updates and
  feedback.
</p>

<p>
  This is the distribution of version @VERSION@.
</p>

<h2>Implementation Status</h2>

<p>
  This first official release of JaCoCo is a fully functional prototype to
  verify the basic concepts and implementation strategies. It already produces
  <a href="coverage/index.html">neat coverage reports</a> and has been
  successfully tested with huge Eclipse RCP applications and web projects.
</p>

<p class="hint">
  Due to the prototype status future versions will come with additional or
  modified features and may show different behavior in certain situations. The
  Java API is not frozen yet.
</p>

<h2>Contents</h2>

<ul>
  <li><a href="doc/index.html">Documentation</a></li>
  <li><a href="test/index.html">JUnit Test Results</a></li>
  <li><a href="coverage/index.html">Code Coverage Report</a>
      (<a href="coverage/coverage.csv">CSV</a>, 
       <a href="coverage/coverage.xml">XML</a>)</li>
  <li><a href="doc/license.html">License</a></li>
</ul>

<p>
  The JaCoCo distribution contains the following libraries in the
  <code>./lib</code> folder:
</p>

<table class="coverage">
  <thead>
    <tr>
      <td>File</td>
      <td>Description</td>
      <td>Dependencies</td>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>jacocoagent.jar</td>
      <td>Java agent for execution data recording</td>
      <td>None, all dependencies included</td>
    </tr>
    <tr>
      <td>jacocoant.jar</td>
      <td>JaCoCo Ant tasks</td>
      <td>Ant 1.7.x, all other dependencies included</td>
    </tr>
    <tr>
      <td>org.jacoco.core_@VERSION@.jar</td>
      <td>JaCoCo core bundle</td>
      <td>ASM 3.x</td>
    </tr>
    <tr>
      <td>org.jacoco.report_@VERSION@.jar</td>
      <td>JaCoCo report bundle</td>
      <td>JaCoCo core, ASM 3.x</td>
    </tr>
    <tr>
      <td>org.jacoco.ant_@VERSION@.jar</td>
      <td>JaCoCo Ant bundle</td>
      <td>JaCoCo core, JaCoCo report, ASM 3.x, Ant 1.7.x</td>
    </tr>
  </tbody>
</table>

<div class="footer">
  <div class="versioninfo"><a href="@HOMEURL@">JaCoCo</a> @VERSION@</div>
  <a href="doc/license.html">Copyright</a> &copy; 2009 Mountainminds GmbH &amp; Co. KG and Contributors
</div>

</body>
</html>