statement coverage
基本解释
- 语句覆盖
英汉例句
- There are different types of coverage measurements, but most tools focus on line coverage, also known as statement coverage.
存在不同类型的覆盖度量,但是绝大多数的工具会关注行覆盖,也叫做语句覆盖。 - You can measure code coverage in several ways: by assessing line or statement coverage, condition coverage, branch coverage, and so on.
您可以通过许多方法来测量代码覆盖率:通过评估代码行或语句的覆盖面、条件覆盖面、分支覆盖面等等。 - In our first two examples, the naked name printer and buggy print queue, the given unit tests would show full statement coverage (except for InterruptedException handling) without exposing the bugs.
在前两个例子中,无修饰的 NamePrinter 和多 bug 的 Print Queue,给出的单元测试显示完整的语句覆盖( 除了 InterruptedException 处理)没有显示出 bug。 - Dendreon issued a statement in response to the coverage assesment emphasizing that the opening of the analysis does not prevent Medicare contractors from covering the treatment or represent a change in Medicare policy.
FORBES: Why Medicare Is Reviewing Provenge - It was the question that dominated coverage of the story from that moment until Wednesday morning's statement.
FORBES: Sheriff Shot Down - In a statement last week, the IRS blamed a decline in some performance measures, including a drop in audit coverage and collections, on an 8% decline in its workforce since 2010, plus a doubling of the staff it has assigned to fight identity theft refund fraud.
FORBES: As IRS Tax Filing Season Begins, Bad News For Honest Taxpayers
双语例句
权威例句
词组短语
- statement coverage detail 语句覆盖
- Statement Coverage SC 语句覆盖
- observability -based statement coverage 可观测性语句覆盖准则
短语
专业释义
- 语句覆盖
The simulation test tool is an IDE environment, containing the following functions: edit, debug, code analyze, static test and dynamic test. Calculation of statement coverage and decision coverage and the real time analysis are realized in this tool.
该仿真测评工具是一个集编辑、调试、静态分析与动态测试等功能于一体的IDE环境,实现了语句覆盖率和分支覆盖率计算,解决了嵌入式软件测试中实时性分析的难题。