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










Comments

Popular posts from this blog

cannot find java exe neither null jre bin java exe nor null bin java exe exists(iReport)

Google Drive API (oauth 2.0) Upload Files Java

CSRF - Double Submit Cookie