Use the infоrmаtiоn prоvided in the figure to cаlculаte the DU paths. Based on the DU paths, what coverage do the given test cases provide? Expand to view the image description The image contains two test cases and a short pseudocode example with numbered nodes. Test cases: A = 3; B = 2 A = 6; B = 5 Node 1 consists of the following statements: Get a, b x = 0 Predicate I: If a >= 5 Then c = x + 3 (Node 2) Else c = b + 2 (Node 3) Predicate II: If b < 4 Then b = c + 4 (Node 4) Else x = b + 2 (Node 5) The figure labels the initialization statements as Node 1 and identifies Nodes 2 through 5 as the statements executed within the branches of the two conditional predicates. The provided test cases are intended to be analyzed against these definitions and uses to determine DU-path coverage.