Registry / testing / org-jacoco-core

org-jacoco-core

JSON →
library0.8.14javamavenunverified

Core library of JaCoCo, a code coverage tool for Java, providing execution data analysis and reporting.

<dependency> <groupId>org.jacoco</groupId> <artifactId>org.jacoco.core</artifactId> <version>0.8.14</version> </dependency>
INSTALL
IMPORT
SIG · ORG-JACOCO-CORE
O
org-jacoco-core
testingjavav0.8.14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CoverageBuilder
org.jacoco.core.analysis.CoverageBuilder

Demonstrates importing CoverageBuilder for code coverage analysis.

import org.jacoco.core.analysis.CoverageBuilder; import org.jacoco.core.data.ExecutionDataStore; public class Example { public static void main(String[] args) { CoverageBuilder builder = new CoverageBuilder(); ExecutionDataStore store = new ExecutionDataStore(); // Typically used with JaCoCo runtime agent System.out.println("JaCoCo Core loaded"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.14latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
6
Resources
org-jacoco-core — mvn dependency:get org-jacoco-core · libregistry