cogito 1.2.0
Cognitive Complexity code metric for D
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
cōgitō
cōgitō analyses D code and calculates its [cognitive complexity].
Installing and usage
Run make install build/release/bin/cogito
.
It will download and install the frontend and build a binary. Then you can run it on some D source:
Run ./build/release/bin/cogito src/main.d
.
Example output
module app: 5 (src/main.d)
accumulateResult: 5 (src/main.d:9)
accumulateResult.(λ): 0 (src/main.d:12)
accumulateResult.(λ): 2 (src/main.d:16)
(λ): 0 (src/main.d:33)
Command line options
Property name | Allowed values | Description |
---|---|---|
--threshold | Positive numbers | Fail if the source score exceeds this threshold. |
--module-threshold | Positive numbers | Fail if a function score exceeds this threshold. |
--format | flat , verbose and silent | Flat format outputs all functions with their source file name and line number. Verbose output adds column numbers and scores inside aggregates. Silent format produces no output, but returns an error if one of the thresholds is exceeded. |
--help | – | Show a help message. |
Return codes
The return code of the program provides some information on what kind of error occurred.
- 0: Success
- 1: Command line arguments are invalid
- 2: Some source files contain errors
- 3: Threshold violation
- Registered by Eugene Wissner
- 1.2.0 released 2 years ago
- funkwerk-mobility/cogito
- MPL-2.0
- Authors:
- Dependencies:
- argparse
- Versions:
-
1.7.0 2023-May-16 1.6.0 2023-Mar-15 1.5.0 2023-Mar-09 1.4.1 2023-Mar-08 1.4.0 2022-Jun-10 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
26 downloads total
-
- Score:
- 0.0
- Short URL:
- cogito.dub.pm