Average Rating: 4.1/5.0Number of Ratings: 15Number of Reviews: 1
My Review of EMMA code coverage |
||
You have not rated or reviewed this project.Click below to rate/review. | My Rating: | |
New Review |
EMMA is a great code coverage tool. My favorite feature about it is that it works (via a wrapper plugin) with the Eclipse IDE. Otherwise, I've found Cobertura to be slightly more useful.
EMMA does not do detailed analysis on complex boolean conditionals. In that space, the best tool I've ever used is Devel::Cover for Perl, which provides red/green truth tables for all combinations of boolean inputs.
EMMA is a great code coverage tool. My favorite feature about it is that it works (via a wrapper plugin) with the Eclipse IDE. Otherwise, I've found Cobertura to be slightly more useful.
EMMA does not do detailed analysis on complex boolean conditionals. In that space, the best tool I've ever used is Devel::Cover for Perl, which provides red/green truth tables for all combinations of boolean inputs.