51Testing软件测试论坛

标题: RTRT使用有关code coverage的问题 [打印本页]

作者: jarryandtom    时间: 2012-5-29 14:14
标题: RTRT使用有关code coverage的问题
首先我一个C代码:

int fo2(int x)
{
        //
        int i;
        for(i=0; i<10; i++)
        {
                //if(x>5)
                //        break;
                //else
                        x+=i;
        }
        return x;
}

测试用例我有了3个,分别是fo2(-55), fo2(70), fo2(0). 可为为什么loops覆盖还是只有33.3%
请问这个loops覆盖如何理解。非常感谢。

[attach]79253[/attach]

ff




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2