Skip to content

Commit 8258d1c

Browse files
authored
Update indicators/cyclomatic_complexity.json
1 parent b5e6469 commit 8258d1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

indicators/cyclomatic_complexity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"@context": "https://w3id.org/everse/rsqi#",
33
"@id": "https://w3id.org/everse/i/indicators/cyclomatic_complexity",
44
"@type": "SoftwareQualityIndicator",
5-
"name": "Cyclomatic complexity follow community conventions",
5+
"name": "Cyclomatic complexity follows community conventions",
66
"abbreviation": "cyclomatic_complexity",
77
"identifier": { "@id": "https://w3id.org/everse/i/indicators/cyclomatic_complexity" },
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.",

0 commit comments

Comments
 (0)