Hi Vicki,
please see documentation for exact definitions of JaCoCO metrics:
http://www.eclemma.org/jacoco/trunk/doc/counters.html
> Jacoco uses this counter rather than the line coverage counter
JaCoCo shows both counters in its reports. If line counters are missing
your class files are probably not compiled with debug information,
please check our FAQ:
http://www.eclemma.org/jacoco/trunk/doc/faq.html
> I remember that the number of instructions in Jacoco
> was roughly equivalent to the number of lines in Cobertura.
If this is the case either JaCoCo or Cobertura has a serious bug.
Best regards,
-marc
> --