I’m using the Play! Framework with the Cobertura module to get code coverage. This works fine, but unfortunately, the module seems to have no (obvious) option to make branch coverage reports too.
How do I enable branch coverage in the Cobertura module?
Or in other words, how do you test branch coverage in a Play application?
I’m using the Play! Framework with the Cobertura module to get code coverage. This
Share
Branch coverage magically appears in the report now, maybe it was there all the time and I just didn’t see it. My bad.