单元测试覆盖率解决办法
1、随便写一个无用的类public class TestJunit { public void test() { int i = 0; int j = 0; int k = 0; int l = 0; i++; j++; k--; l++; i++; ...