Overview of EMMA | Code Coverage Tool – EMMA
Overview EMMA is a tool for measuring coverage of Java software. Such a tool is essential for detecting dead code and verifying which parts of your application are actually exercised by your test suite and interactive use. EMMA’s design strives for several, very elusive in their combination, goals: report rich coverage analysis data without introducing … Read more