Hi everyone, where can I find the formula Jacoco uses to calculate the Coverage. What I am looking for is the actual formula, not only the metrics it uses.
Looking at https://www.jacoco.org/jacoco/trunk/doc/counters.html could not find the related information Comparing to how SonarQube calculates coverage we have. Coverage = (CT+CF+LC)/(2*B+EL) CT+CF = (Conditions to Cover - Uncovered Conditions) LC = ( Lines to Cover - Uncovered Line) 2*B = (Conditions to Cover already represents the product) EL = ( Lines to Cover) Thanks -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/c9c4bb80-68cb-4d01-a53f-2dcd2c824692n%40googlegroups.com.
