Reputation: 1
Language : JAVA
I am trying to use a test code to carry out code coverage analysis over a main code. I want to know how much does this main code use up the test code. How to make it possible?
Upvotes: 0
Views: 93
Reputation: 72
Following is the list(not exhaustive) of code coverage tools for Java:
You can find further here : Java Code Coverage Tools
Upvotes: 1