argon: Measure your code's complexity
Argon performs static analysis on your code in order to compute cyclomatic complexity. It is a quantitative measure of the number of linearly indipendent paths through the code.
The intended usage is through Argon's executable, which accepts a list of files or directories to analyze. The data can be optionally exported to JSON.
[Skip to Readme]
Downloads
- argon-0.4.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.3.1.1, 0.3.1.2, 0.3.2.0, 0.4.0.0, 0.4.1.0, 0.4.2.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | aeson (>=0.8), ansi-terminal (>=0.6), argon, base (>=4.7 && <5), bytestring (>=0.10), Cabal (>=1.18), containers (>=0.5), directory (>=1.2), docopt (>=0.7), ghc (>=7.8 && <8), ghc-paths (>=0.1), ghc-syb-utils (>=0.2), lens-simple (>=0.1), pipes (>=4.1), pipes-bytestring (>=2.1), pipes-files (>=0.1), pipes-group (>=1.0), pipes-safe (>=2.2), syb (>=0.4) [details] |
Tested with | ghc >=7.8 && <8 |
License | ISC |
Copyright | 2015 Michele Lacchia |
Author | Michele Lacchia |
Maintainer | michelelacchia@gmail.com |
Category | Development, Static Analysis |
Home page | http://github.com/rubik/argon |
Bug tracker | http://github.com/rubik/argon/issues |
Source repo | head: git clone https://github.com/rubik/argon |
Uploaded | by rubik at 2016-02-10T08:50:33Z |
Distributions | |
Executables | argon |
Downloads | 7295 total (36 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-02-12 [all 1 reports] |