...出了代码覆盖率的测试指标,一共有以下4种: 行覆盖率(line coverage):是否每一行都执行了? 函数覆盖率(function coverage):是否每个函数都调用了? 分支覆盖率(branch coverage):是否每个if代码块都执行了?
基于20个网页-相关网页
图12:您为您所指定的函数得到覆盖率信息。
Figure 12: you get coverage information for the function you specify.
在您运行脚本时,您为您所指定的函数得到覆盖率信息,如图12所示。
When you run the script, you get coverage information for the function you specify, as shown in Figure 12.
这个工具分析内核代码的覆盖率,并报告哪些行、函数和分支被覆盖以及它们被访问了多少次。
This tool analyzes the coverage of the kernel, and reports what lines, functions, and branches are covered and how many times they were hit.
应用推荐