Dear Developers,
Hello, I understand that JaCoCo performs code coverage statistics and reporting by inserting boolean probes. Now, I want to collect all sequentially executed statements in a Java program while running test cases. Can JaCoCo directly achieve this? If not, which part of the source code should I focus on and modify to accomplish this goal? Thanks!!!