Objective-c Cyclomatic Complexity

sonarqube-developer-8.4.1
sonar-cfamily-plugin-6.11

I am glad that I have scanned our project so far, but the Cyclomatic Complexity rule is not displayed. Obviously I can see from the Cognitive Complexity that the Cyclomatic Complexity of some methods is greater than the limit 20.

Hi @isongs,

thank you for the report, I created a ticket to fix it: CPP-2613.

Please note that we have another rule, S3776 which uses cognitive complexity instead of cyclomatic complexity, which is much better IMHO.