I guess I’m just confused by this feature in SonarQube.
In the SonarQube documentation, Cyclomatic Complexity is defined as:
Calculated based on the number of paths through the code.
However in SonarQube it’s described as:
Cyclomatic Complexity measures the minimum number of test cases required for full test coverage.
Here’s an example:

The maroon lines on the side when hovered over say "Not covered by tests." There’s also no way to whitelist, comment, label, etc on any of this. Any clarification on this would be greatly appreciated.