complexity-report
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "complexity-report", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"author": "Phil Booth <pmbooth@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "A tool for reporting code complexity metrics in JavaScript projects.", |
@@ -59,4 +59,5 @@ # complexityReport.js | ||
(beyond which, the process will fail when exiting). | ||
* `-s`: Silences the console output. | ||
* `-l`: Disregards operator `||` as a source of cyclomatic complexity. | ||
* `-s`: Disregards `switch` statements as a source of cyclomatic complexity. | ||
* `-w`: Disregards `switch` statements as a source of cyclomatic complexity. | ||
* `-i`: Treats `for`...`in` loops as a source of cyclomatic complexity. | ||
@@ -63,0 +64,0 @@ * `-c`: Treats `catch` clauses as a source of cyclomatic complexity. |
138562
192