We are trying to measure our code coverage of JUNIT test cases using Cobertura. Our application is a Java stack which was designed by OSGI model. Due to fragment bundle implementation of my test Cobertura is not able to calculate the code coverage against my source code. We are using surefire plugin in Maven.
Kindly share your thoughts/inputs about it.