Jacoco是一个Java代码覆盖率统计工具

时间:2025-04-11 22:31:35
Jacoco是一个Java代码覆盖率统计工具,见:/jacoco/

JaCoCo is a free code coverage library for Java, which has been created by the EclEmma team based on the lessons learned from using and integration existing libraries for many years.


note:

Jacoco weaves an additional field named $jacocoData into the inspected classes. 

When invoking (), there will be an additional $jacocoData field.

Class cl=();
Field[] fields=();