Cyclomatic Complexity Report

HI Team,

We want to know on how to generate or dowloand the Cyclomatic Complexity report perfunction wise for our project from SonarQube, is there any straight forward way to how we can get it acheived.

Hi,

Sorry, but this simply isn’t available. You could use the API to pull measure data for the directories and files, but it’s not available as measures at the function level.

The best way to master the API is to perform the desired action via the UI and eavesdrop to see which calls the UI made to accomplish the action.

You may also find this guide helpful.

 
HTH,
Ann