Skip to content
This repository was archived by the owner on Nov 15, 2019. It is now read-only.

ComplexityBySonarCube

Antonin Abherve edited this page Nov 23, 2017 · 1 revision

Overview

It is the complexity calculated based on the number of paths through the code. Whenever the control flow of a function splits, the complexity counter gets incremented by one. Each function has a minimum complexity of 1. This calculation varies slightly by language because keywords and functionalities do.

MeasureDiagram

Measure Architecture

Measure Type DirectMeasure

Scope : SonarCube

Value Type Default Description
ServerURL string
Login STRING
Password PASSWORD
ProjectKey string

Data Model : Numeric

Value Type Description
value double

Algorithmes

This metric is a proxy for the SonarCube 4.5 tool

Clone this wiki locally