Unfortunately, code coverage testing only makes sure you're executing all the code you'd like to test.
不幸的是,代码覆盖测试只能确保您想要测试的所有代码得到执行。
Test Coverage: Percent of the code that has been tested.
测试覆盖率:代码被测试过的百分比。
Code coverage tools give you one way to measure test completeness.
代码覆盖工具为您提供了一种度量测试完整性的方法。
应用推荐