单元测试里面的PVC覆盖率

Posted Evan Hu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了单元测试里面的PVC覆盖率相关的知识,希望对你有一定的参考价值。

今天听到有人说,PVC覆盖率也是很重要的一种覆盖率,所以就Google了一下。

 

 

Unit Testing with Parameter Value Coverage (PVC):

 

Parameter Value Coverage (PVC) is the ability to track coverage of a method based on the common possible values for the parameters accepted by the method.

Current code coverage tools fail to take into consideration the possibility that a value for a parameter is not handled resulting in a bug. However, there may not be any code addressing this value in any way, introducing the possibility of obtaining 100% code coverage or line coverage (LC) without detecting the bug.

 

以上是关于单元测试里面的PVC覆盖率的主要内容,如果未能解决你的问题,请参考以下文章

单元测试——jacoco单元测试代码覆盖率检测

单元测试-代码覆盖率工具 -- JaCoCo

Maven单元测试报告及测试覆盖率

为啥?单元测试覆盖率中显示的类即使没有添加到测试目标中

为什么?在单元测试覆盖范围内显示的类即使未在测试目标中添加

iOS单元测试-04-覆盖率上传sonarqube