diff --git a/indicators/cyclomatic_complexity.json b/indicators/cyclomatic_complexity.json new file mode 100644 index 0000000..64e1c16 --- /dev/null +++ b/indicators/cyclomatic_complexity.json @@ -0,0 +1,41 @@ +{ + "@context": "https://w3id.org/everse/rsqi#", + "@id": "https://w3id.org/everse/i/indicators/cyclomatic_complexity_ok", + "@type": "SoftwareQualityIndicator", + "name": "Cyclomatic complexity follows community conventions", + "abbreviation": "cyclomatic_complexity_ok", + "identifier": { "@id": "https://w3id.org/everse/i/indicators/cyclomatic_complexity_ok" }, + "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.", + "status": "Active", + "keywords": [ + "maintainability", "complexity, code" + ], + "version": "1.0.0", + "author": { + "@type": "schema:Person", + "name": "Daniel Garijo" + }, + "contact": [ + { + "@type": "schema:Person", + "name": "Daniel Garijo" + }, + { + "@type": "schema:Person", + "name": "Andres Montero" + } + ], + "source": [ + { + "identifier": "https://zenodo.org/records/10647227", + "url": "https://zenodo.org/records/10647227", + "name": "Task Force Sub Group 3 - Review of Software Quality Attributes and Characteristics" + }, + { + "url": "https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=11216562&tag=1", + "name": "Socially-Informed Jupyter Notebook Quality: A Role- and Lifecycle-Aware Metrics Framework" + } + ], + "qualityDimension": { "@id": "https://w3id.org/everse/i/dimensions/maintainability" }, + "created": "10-03-2026" +} diff --git a/website/rs_tiers.html b/website/rs_tiers.html index 1fefb7f..112cea6 100644 --- a/website/rs_tiers.html +++ b/website/rs_tiers.html @@ -225,10 +225,8 @@