aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/javadoc/overview.html
blob: 1f3c288f6a4a12d8fa0bc7a5c00883296c66b623 (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
<html>
<body>

<p>
  This is the public JaCoCo API that can be used for integration. JaCoCo is
  packed as several bundles. While the bundles formally fulfill the OSGi
  specification, there is no dependency on OSGi. They can also be used as
  regular JARs in your classpath.
</p>

<h1>Bundle org.jacoco.core</h1>

<p>  
  The core bundle implements the code coverage technology itself. It provides
  APIs and implementation for
</p>

<ul>  
  <li>class file instrumentation,</li>
  <li>collecting execution data at runtime and</li> 
  <li>analyzing coverage data.</li> 
</ul>

<h1>Bundle org.jacoco.agent</h1>

<p>
  Provides the runtime Java agent (JAR file) as a resource.
</p>


<h1>Bundle org.jacoco.report</h1>

<p>
  APIs and implementation to create coverage reports in several formats.
</p>


</body>
</html>