Multiple choice technology testing

What is the data collected in the Source Code during Code Coverage Analysis?

  1. Line data, Conditional Data, Switch Data

  2. Missed Column, Switch data, Conditional Data

  3. Missed Column, Switch data, Unconditional Data

  4. None

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In the context of the specific certification or tool pool this question belongs to, the data collected during code coverage analysis is categorized as Missed Column, Switch data, and Conditional Data. The other options contain incorrect combinations of coverage types.