Prime Path Testing 和 Path Testing 之间有什么区别?

What is difference between Prime Path Testing and Path Testing?

我得到了以下类型的白盒测试列表:

Control flow testing 
Data flow testing 
Branch testing 
Statement coverage 
Decision coverage 
Modified condition/decision coverage
Prime path testing 
Path testing

任何人都可以通过代码举例说明主路径测试和路径测试之间的区别吗?

主要路径测试是路径测试的一个特例,其中:"A path (p) is prime if (p) is a maximal simple path i.e. (p) cannot be extended without losing simplicity."

这是一个很好的解释: http://studylib.net/doc/5705864/prime-path-coverage