Skip to content

Commit 02da304

Browse files
authored
Update indicators/cyclomatic_complexity.json
1 parent 470482b commit 02da304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indicators/cyclomatic_complexity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@type": "SoftwareQualityIndicator",
55
"name": "Cyclomatic complexity follows community conventions",
66
"abbreviation": "cyclomatic_complexity_ok",
7-
"identifier": { "@id": "https://w3id.org/everse/i/indicators/cyclomatic_complexity" },
7+
"identifier": { "@id": "https://w3id.org/everse/i/indicators/cyclomatic_complexity_ok" },
88
"description": "Cyclomatic complexity (i.e., the number of linearly independent paths through a program’s source code) of the whole software component or modules/components/classes/functions/methods should follow the conventions established by the community responsible for maintaining the tool. Cyclomatic complexity is created by calculating the number of different code paths in the flow of the program. A program that has complex control flow requires more tests to achieve good code coverage and is less maintainable.",
99
"status": "Active",
1010
"keywords": [

0 commit comments

Comments
 (0)