单项选择题

设有一段程序如下: if((a==b) and ((c==d) or (e==f))) do S1 else if((p==q) or (s==t))do S2 else do S3 满足判定/条件覆盖的要求下,最少的测试用例数目是______。

A.6
B.8
C.3
D.4