No cyclomatic complexity score

We just got Sonarqube working again with our code. After its first scan, I notice we have cognitive complexity values, but we have no cyclomatic complexity values. What is required to get cyclomatic complexity?

Hey there.

What version of SonarQube are you using? What language(s) are you analyzing?

10.6, and the language in question is Typescript, Go and Java. None of the above are producing this metric.

Thanks! I can’t reproduce that; I get cyclomatic complexity calculated for all 3 of these languages. Can you share a screenshot showing these values and some files reproducing this issue?