Question: Your code is highlighted in red when running code coverage. Why is this?
- The code is the cause of a compiler warning.
- The method is unused or causes runtime errors.
- The code is within an if statement that is always evaluated as true at runtime.
- No code calls the method.
Answer: The correct answer of the above question is Option D:No code calls the method.