行覆盖只是指出代码的哪些行被执行。
Line coverage simply indicates that a particular line of code was exercised.
覆盖细节视图,只有当你收集了方法和行覆盖以后才有效。
Coverage Detail views, available only if you collect both method and line coverage.
作为响应,我可以编写一个测试,它将达到100%的行覆盖率。
In response, I can write one test, which achieves 100 percent line coverage.
不过您可以在源代码中覆盖这一行为。
每一行代码都应该被白盒测试覆盖。
Every line of code should be walked through in a "white box" testing manner.
每一行代码都应该被白盒测试覆盖。
Every line of code should be walked through in a "white box" testing manner.
应用推荐