SonarQube5.3 displays the coverage of a java file as 0.0% even though there exist a test file for it. This test file is not included in SonarExclusions.json. Also, in eclipse which uses Eclemma tool for code coverage highlights the source with red color indicating the source code is not covered completely.
What must be the reason for the coverage not being reflected?