Details
Description
The problem is that lines data are not exported in the XML report, but only in HTML. The solution is to parse the binary coverage.em file. An example of parser is available in the eclemma plugin for eclipse (svn).
The problem is that lines data are not exported in the XML report, but only in HTML. The solution is to parse the binary coverage.em file. An example of parser is available in the eclemma plugin for eclipse (svn).
Argh, Simon, I've missed yours comment and made parser from scratch.