Given the following code, which is true:IF A > B THEN June 5, 2022 by Amish Rai ✪ Choose the correct option.Given the following code, which is true:IF A > B THENC = A – BELSEC = A + BENDIFRead DIF C = D ThenPrint “Error”ENDIFA. 1 test for statement coverage, 3 for branch coverageB. 2 tests for statement coverage, 2 for branch coverageC. 2 tests for statement coverage. 3 for branch coverageD. 3 tests for statement coverage, 3 for branch coverage Submit Answer