Cobertura is an open source code coverage tool. When unit/integration tests are executed it will show which lines of code were covered from the tests. This could reveal areas of code without proper coverage from tests and/or could require more testing in specific areas.
Cobertura will alter the java byte code and inject code at compile time to validate that a