diff --git a/data/output.txt b/data/output.txt deleted file mode 100644 index a89ddab..0000000 --- a/data/output.txt +++ /dev/null @@ -1,11 +0,0 @@ - -0 = files -0 = functions -0 = function lines -0 = complex functions -0 = complex function lines -0 = highest complexity - -0 = complex lines - -busy for: 385.25µs diff --git a/examples/output.txt b/examples/output.txt deleted file mode 100644 index 0d74e02..0000000 --- a/examples/output.txt +++ /dev/null @@ -1,12 +0,0 @@ - -1 = files -4 = functions -106 = function lines -0 = complex functions -0 = complex function lines -9 = highest complexity -7.50 = overall average complexity per function - -0 = complex lines - -busy for: 1.190375ms diff --git a/output.txt b/output.txt deleted file mode 100644 index 1bbc3ad..0000000 --- a/output.txt +++ /dev/null @@ -1,30 +0,0 @@ -/Users/marcelloh/data/Go/go-private/fastdb/persist/aof.go:99:1 - fileReader has complexity: 21 - complexity = 1 - + 1 (found 'function with (54) lines >= 50 ' at line: 99, complexity = 2) - + 1 (found 'for' at line: 113, complexity = 3) - + 1 (found 'for with (37) lines >= 10 ' at line: 113, complexity = 4) - + 1 (found 'for with (37) lines >= 25 ' at line: 113, complexity = 5) - + 2 (found 'switch' at line: 117, complexity = 7) - + 2 (found 'case with (16) lines >= 3 ' at line: 118, complexity = 9) - + 2 (found 'case with (16) lines >= 10 ' at line: 118, complexity = 11) - + 3 (found 'if' at line: 130, complexity = 14) - + 2 (found 'case with (8) lines >= 3 ' at line: 134, complexity = 16) - + 2 (found 'case with (6) lines >= 3 ' at line: 142, complexity = 18) - + 3 (found 'if' at line: 143, complexity = 21) - - -5 = files -22 = functions -501 = function lines -1 = complex functions -54 = complex function lines -4.55 % are complex functions -10.78 % of lines belong to complex functions -6.41 = overall average complexity per function - -21 = highest complexity -/Users/marcelloh/data/Go/go-private/fastdb/persist/aof.go:99:1 - fileReader has complexity: 21 - -0 = complex lines - -busy for: 20.653167ms diff --git a/persist/output.txt b/persist/output.txt deleted file mode 100644 index fb5923a..0000000 --- a/persist/output.txt +++ /dev/null @@ -1,29 +0,0 @@ -/Users/marcelloh/data/Go/go-private/fastdb/persist/aof.go:99:1 - fileReader has complexity: 21 - complexity = 1 - + 1 (found 'function with (54) lines >= 50 ' at line: 99, complexity = 2) - + 1 (found 'for' at line: 113, complexity = 3) - + 1 (found 'for with (37) lines >= 10 ' at line: 113, complexity = 4) - + 1 (found 'for with (37) lines >= 25 ' at line: 113, complexity = 5) - + 2 (found 'switch' at line: 117, complexity = 7) - + 2 (found 'case with (16) lines >= 3 ' at line: 118, complexity = 9) - + 2 (found 'case with (16) lines >= 10 ' at line: 118, complexity = 11) - + 3 (found 'if' at line: 130, complexity = 14) - + 2 (found 'case with (8) lines >= 3 ' at line: 134, complexity = 16) - + 2 (found 'case with (6) lines >= 3 ' at line: 142, complexity = 18) - + 3 (found 'if' at line: 143, complexity = 21) - - -2 = files -10 = functions -268 = function lines -1 = complex functions -54 = complex function lines -10.00 % are complex functions -20.15 % of lines belong to complex functions -21 = highest complexity -7.90 = overall average complexity per function -/Users/marcelloh/data/Go/go-private/fastdb/persist/aof.go:99:1 - fileReader has complexity: 21 - -0 = complex lines - -busy for: 8.848875ms