info@avatto.com
+91-9920808017
0. Consider the method mcq ( ): int mcq(boolean a, boolean b, boolean c, boolean d) { int ans = 1; if (a) { ans = 2; } else if (b) { ans = 3; } else if (c) { if (d) { ans = 4; } } return ans; } If M1 = Number of tests to exhaustively test mcq ( ); M2 = Minimum number of tests to achieve full statement coverage for mcq ( ); and M3 = Minimum number of tests to achieve full branch coverage for mcq ( ); then (M1, M2, M3) = __________.
(16, 3, 5)
(8, 5, 3)
(8, 3, 5)
(16, 4, 4)
Your email address will not be published. Required fields are marked *
Report
Name
Email
Website
Save my name, email, and website in this browser for the next time I comment.
Comment
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login