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环境,实现了语句覆盖率和分支覆盖率计算,解决了嵌入式软件测试中实时性分析的难题。
参考来源 - 80C196系列单片机测控系统软件全数字仿真测评技术研究·2,447,543篇论文数据,部分数据来源于NoteExpress
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.
您可以通过许多方法来测量代码覆盖率:通过评估代码行或语句的覆盖面、条件覆盖面、分支覆盖面等等。
There are types of coverage that point more directly to design mistakes than statement coverage does (branch coverage, for example).
还有几类覆盖率,比语句覆盖率更直接地指向设计错误(例如分支覆盖率)。
应用推荐