We are using eclemma-1.5.3 to get our unit test coverage report. For the unit test we have used powermock-easymock-1.5.5. Our problem is when we run the test for some exception scenarios in test class that exception method(we wrote in test class) showing in red color. Because of this reason our total coverage going down. But our actual test method exception scenario is running as expected.
please give some suggestion to fix this issue.