summaryrefslogtreecommitdiff
path: root/tests/functional/ext/mccabe/mccabe.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/ext/mccabe/mccabe.txt')
-rw-r--r--tests/functional/ext/mccabe/mccabe.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/functional/ext/mccabe/mccabe.txt b/tests/functional/ext/mccabe/mccabe.txt
new file mode 100644
index 000000000..3e4a8431d
--- /dev/null
+++ b/tests/functional/ext/mccabe/mccabe.txt
@@ -0,0 +1,15 @@
+too-complex:9:0:f1:'f1' is too complex. The McCabe rating is 1:HIGH
+too-complex:14:0:f2:'f2' is too complex. The McCabe rating is 1:HIGH
+too-complex:21:0:f3:'f3' is too complex. The McCabe rating is 3:HIGH
+too-complex:31:0:f4:'f4' is too complex. The McCabe rating is 2:HIGH
+too-complex:37:0:f5:'f5' is too complex. The McCabe rating is 2:HIGH
+too-complex:45:0:f6:'f6' is too complex. The McCabe rating is 2:HIGH
+too-complex:53:0:f7:'f7' is too complex. The McCabe rating is 3:HIGH
+too-complex:68:0:f8:'f8' is too complex. The McCabe rating is 4:HIGH
+too-complex:80:0:f9:'f9' is too complex. The McCabe rating is 9:HIGH
+too-complex:106:0:f10:'f10' is too complex. The McCabe rating is 11:HIGH
+too-complex:138:4:MyClass1.method1:'method1' is too complex. The McCabe rating is 1:HIGH
+too-complex:142:4:MyClass1.method2:'method2' is too complex. The McCabe rating is 18:HIGH
+too-many-branches:142:4:MyClass1.method2:Too many branches (20/12):HIGH
+too-complex:198:0::This 'for' is too complex. The McCabe rating is 4:HIGH
+too-complex:207:0:method3:'method3' is too complex. The McCabe rating is 2:HIGH