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.
No code calls the method.
The code is within an if statement that is always evaluated as true at runtime.