Execution Data Management

JaCoCo generates an execution data file that records probe execution, allowing developers to create detailed reports in formats like HTML and XML. The integration with tools like Maven and the ECLMA plugin simplifies this process, automatically appending new data to existing files for cumulative reporting. When starting a new JVM, it assumes no previous execution data unless specified, making it easy to manage results across multiple runs.