Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java Tools for combining runtime execution with coverage

Are there any free tools for Java (preferably Eclipse) that can give metrics on both how frequently code is executed (based on a recorded run) and do a side by side with coverage? I'm not sure if there is already a metric for measuring this but it seems it would be an interesting one to see.

like image 650
Jeff Storey Avatar asked Nov 05 '22 16:11

Jeff Storey


1 Answers

do you mean running the application as in production ? if in dev environ ...not sure if this is what you are looking for - http://insectj.sourceforge.net/

like image 71
Inv3r53 Avatar answered Nov 12 '22 17:11

Inv3r53