From: Alexander T. <ner...@go...> - 2011-07-18 11:17:30
|
Hi all, I have just picked up using Cobertura for a project developing a compiler on JDK 1.7. I got the code to run OK by using -noverify to turn off the split verifier. Cobertura reports are working pretty well in that the source code view is correct with branch access and lines all coloured correctly. However, Branch Coverage is N/A and Line Coverage is far too optimistic (lines inside some branches are not being covered but coverage is still 100%). Has anyone any idea what I could try next? Best wishes - AJ -- Dr Alexander J Turner http://nerds-central.blogspot.com/2008/01/about-me.html |