1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- ./simple.cpp:13: warning: Metric 'std.code.complexity:cyclomatic' for region 'A' exceeds the limit.
- Metric name : std.code.complexity:cyclomatic
- Region name : A
- Metric value : 3
- Modified : False
- Change trend : 0
- Limit : 0.0
- Suppressed : False
- ./simple.cpp:26: warning: Metric 'std.code.complexity:cyclomatic' for region 'func' exceeds the limit.
- Metric name : std.code.complexity:cyclomatic
- Region name : func
- Metric value : 1
- Modified : False
- Change trend : 0
- Limit : 0.0
- Suppressed : False
- ./simple.cpp:30: warning: Metric 'std.code.complexity:cyclomatic' for region 'embeded' exceeds the limit.
- Metric name : std.code.complexity:cyclomatic
- Region name : embeded
- Metric value : 2
- Modified : True
- Change trend : +1
- Limit : 0.0
- Suppressed : False
- ./simple.cpp:44: warning: Metric 'std.code.complexity:cyclomatic' for region 'never' exceeds the limit.
- Metric name : std.code.complexity:cyclomatic
- Region name : never
- Metric value : 1
- Modified : True
- Change trend : 0
- Limit : 0.0
- Suppressed : False
- ./simple.cpp:58: warning: Metric 'std.code.complexity:cyclomatic' for region 'new_func_complex' exceeds the limit.
- Metric name : std.code.complexity:cyclomatic
- Region name : new_func_complex
- Metric value : 1
- Modified : None
- Change trend : None
- Limit : 0.0
- Suppressed : False
- ./simple2.cpp:10: warning: Metric 'std.code.complexity:cyclomatic' for region 'New_A' exceeds the limit.
- Metric name : std.code.complexity:cyclomatic
- Region name : New_A
- Metric value : 3
- Modified : None
- Change trend : None
- Limit : 0.0
- Suppressed : False
- ./:: info: 6 regions exceeded the limit 'std.code.complexity:cyclomatic' > 0.0 [applied to 'any' region type(s)]
|