还有几类覆盖率,比语句覆盖率更直接地指向设计错误(例如分支覆盖率)。
There are types of coverage that point more directly to design mistakes than statement coverage does (branch coverage, for example).
单元测试阶段结构覆盖测试往往要求语句覆盖率和分支覆盖率均达到100%。
In the unit test stage, it is often required that sentence coverage rate and branch coverage rate all up to 100% in the structure coverage test.
在图 4 的报告中显示我达到了 75% 的行覆盖率和 100% 的分支覆盖率。
The report in Figure 4 shows that I've achieved 75% line coverage and 100% branch coverage.
应用推荐