From: karl f. <klj...@ho...> - 2011-04-28 15:07:22
|
When I instrument the code and the .java file and .class file are in the same directory I get branch coverage numbers in the report.When I instrument the code and the .java file is NOT available, I don't get branch coverage numbers in the report. My build tool puts the .class files in a different directory that the .java files. Does cobertura-instrument.sh support specifying a source directory? Why is the source needed for branch coverage numbers to be generated? Thanks, Karl |