首页
编程
java
php
前端
首页
编程
java
php
前端
请根据以下程序片段,设计最少的测试用例实现条件覆盖
if((AND)(B=0))Then X=X/A
if((A=2)OR(X>1))Then X=X+1
print f(“x=%d”,x)
点击展开全文