Hello,
I am interested in the use of JaCoCo for spectrum-based fault localization, especially the branch coverage. However, when testing JaCoCo on a small example, I see that the results are given only in terms of the execution counts.
The XML file provides more information (mi/ci/mb/cb) but only specifies the source of the branches, not the target. E.g.,
<line nr="11" mi="0" ci="5" mb="1" cb="1"/>
In this case, we can see that branch (11,12) is missed and (11,13) is covered, but I assume that JaCoCo must record the specific branches to ensure that all of them are covered. If I could get any advice on where to find the branch elements in JaCoCo, it would be greatly appreciated.
Kind regards,
Alexandra