I am running eclemma as well as for measuring the test coverage in my project. I noticed a weird thing,that I am able to get correct results with the help of Eclemma but the results from sonar are different and it is not covering some of the code which expect to be covered by the test cases I have written.
Why do results from both the tools differ?