-
-
Notifications
You must be signed in to change notification settings - Fork 1
code inspection instrument (prototype)
License
jbloemendal/clue
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NAME clue -- code inspection instrument SYNOPSIS clue [-h] [-f FILE] [-v] [-g] [-p] [-q] [-r] [-c] DESCRIPTION Static code inspection instrument, analysing complexity of c-family syntax (C, C++, Java, ECMAScript, C#, etc.), construing source code from stdin. optional arguments: -h, --help show this help message -f FILE, --file FILE read from file -v verify clue path -g control flow path conjecture, O(2n) -p clue path -q all sub paths, O(2^n) -r clue complexity, factors nested scopes, O(n^2) -c cyclomatic complexity, condition count, O(n)
About
code inspection instrument (prototype)
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published