释义 |
- 条件覆盖:一种软件测试方法,用于检查程序中每个条件语句的真假分支是否都被执行到。
1 [计]?条件覆盖 判定覆盖(Desicion Coverage):它度量程序中每一个判定的分支是否都被测试到了。 条件覆盖(Condition Coverage):它度量判定中的每个子表达式结果true和false是否被测试到了。 2 ?覆盖率 条件覆盖率(condition coverage):条件覆盖率的概念有较多的标准。比较常用的概念如表达式的条件覆盖率(Erpr. 3 ?条件覆盖率 条件覆盖率(condition coverage):条件覆盖率的概念有较多的标准。比较常用的概念如表达式的条件覆盖率(Erpr. 4 ?前提覆盖 前提覆盖(Condition Coverage):它怀抱剖断中的每个子表达式成果true和false是否被测试到了。
- 1
You can measure code coverage in several ways: by assessing line or statement coverage, condition coverage, branch coverage, and so on. 您可以通过许多方法来测量代码覆盖率:通过评估代码行或语句的覆盖面、条件覆盖面、分支覆盖面等等。 - 2
If your child has a preexisting condition, insurance companies, starting this year, will not be able to deny those children coverage. 假如你的孩子有保险排除条件,保险公司在第一年将不会拒绝孩子们的保险项目了。 - 3
Also migration from a DBMS, which does not support condition handlers using automated tools such as the migration tool kit (MTK), naturally leaves big gaps in error coverage. 另外,如果应用程序是从一个不支持使用自动化工具(例如migration tool kit (mtk))的状况处理程序的DBMS中移植过来的,那么在错误覆盖方面自然会留下很大的空档。
|