We have been able to update the Line Counts in CoverageBuilder.visitCoverage We use the coverage object to get the line counter, and increment accordingly. However in the html report the missed lines total is still unchanged, even though the the values for each row in the table is correct. How are these totals generated? Is there another counter to update.
On Wednesday, April 2, 2014 4:01:29 PM UTC-5, Marc R. Hoffmann wrote: > Hi, > > to be honest: If I could answer your questions filtering would have > already been implemented ;-) > > JaCoCo does not process any source code, it only works on class files. I > would prefer to stick with this paradim also for filters. > > Best regards, > -marc > > On 02.04.14 17:10, [email protected] wrote: > > We would happily implement our own filtering, is there a particular class > > we should be overriding or modifying? > > The reporting examples perform three steps: > > - loading the execution data > > - analysis > > - report generation > > > > If there are particular source code patterns that we want to ignore, what > > class(es) should be modified to implement the ability to ignore that code. > > -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
