compile source code;
compile test code;
run unit test;
compile source code;
instrument source code;
compile test code based on instrumented source code(instrumented class file of source code in fact);
run unit test;
build unit test and coverage report;
Note about Cobertura,布布扣,bubuko.com
原文:http://www.cnblogs.com/darkmatter/p/3606793.html