__________ is a code coverage tool. A) Jenkins B) None of the options C) Nunit D) Cobertura
Cobertura
Cobertura is a code coverage tool. This is actually a code coverage utility tool developed specifically for Java. Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.