Get control flow information with JaCoCo

29 Views Asked by At

Looking for a way to retrieve control flow information, such as local variables and their values and which instructions/branches were executed for the tested methods using JaCoCo (0.8.11). I am running it on IntelliJ with maven.

The only clue I found was specifying jacoco agent .jar file when executing tests, but even then it is unclear how exactly to use it. So I am looking for clarifications or any alternative solutions. Any advise is greatly appreciated.

0

There are 0 best solutions below