Ecl Emma
Introduction to Ecl Emma EclEmma is an Eclipse plug-in which generates code coverage reports and provides information about test cases. Coverage is a measure of the completeness of the set of test cases. It measures how much of the code is executed during unit tests. There are four types of coverages. 1. Method Coverage 2. Statement Coverage 3. Decision/Branch Coverage 4. Condition Coverage In large projects it is not easy to calculate manually, therefore EclEmma helps to automate the code coverage. Installation Help->Eclipse Marketplace->EclEMMA