code coverage meaning in English
代码覆盖率 一种分析方法,用于确定在一个测试套执行后,软件的哪些部分被执行到了,哪些部分没有被执行到。
Examples
- Exclude option is supported with code coverage
代码覆盖率支持exclude选项。 - Provides graphical statement , branch and mcdc code coverage
提供图形化语句、分支和 - Code coverage results window opens . in the
将打开“代码覆盖率结果”窗口。 - Using a manual test to obtain code coverage information
使用手动测试获取代码覆盖率信息 - This means that you need to run the code coverage probe
这意味着你需要运行代码区域探针。