Package | Description |
---|---|
org.jacoco.core.analysis |
Coverage calculation and analysis.
|
org.jacoco.core.data |
Representation and persistence of execution data and session information.
|
org.jacoco.core.runtime |
Runtime control and execution data collection.
|
org.jacoco.core.tools |
Collection of tools build on top of the JaCoCo core APIs.
|
Constructor and Description |
---|
Analyzer(ExecutionDataStore executionData,
ICoverageVisitor coverageVisitor)
Creates a new analyzer reporting to the given output.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionDataStore.subtract(ExecutionDataStore store)
Subtracts all probes in the given execution data store from this store.
|
Modifier and Type | Field and Description |
---|---|
protected ExecutionDataStore |
RuntimeData.store
store for execution data
|
Modifier and Type | Method and Description |
---|---|
ExecutionDataStore |
ExecFileLoader.getExecutionDataStore()
Returns the execution data store with data for all loaded classes.
|
Copyright © 2021. All rights reserved.