I am wondering, What would be the correct condition coverage test cases for the following condition:

if(A && E && (B || C || D))

Considering short circuiting, what cases would I need?

EDIT: Sorry I put only a half of the expression

没有正确的解决方案

许可以下: CC-BY-SA归因
scroll top