Is there any handy code coverage tool to be used with JUnit?
问题 Is there handy code coverage tool to be used with JUnit? 回答1: I would imagine most code coverage tools can be used pretty easily with JUnit. Previously I've used EMMA, which is good. If you're an Eclipse user, there's an Eclipse plugin called EclEmma to integrate things. 回答2: Here are my preferences in that order: EclEmma Clover And here is a bunch of open source tools and with comparison. Hope that helps. 回答3: There are many and google is your friend. NoUnit Coverlipse (I would recommend