12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- ./test.c:124: warning: Metric 'std.code.complexity:cyclomatic' for region 'no_suppress_for_cyclomatic_complexity' exceeds the limit.
- Metric name : std.code.complexity:cyclomatic
- Region name : no_suppress_for_cyclomatic_complexity
- Metric value : 1
- Modified : None
- Change trend : None
- Limit : 0.0
- Suppressed : False
- ./:: info: 1 regions exceeded the limit 'std.code.complexity:cyclomatic' > 0.0 [applied to 'any' region type(s)]
- ./test.c:56: warning: Metric 'std.code.length:total' for region 'no_suppress_cl' exceeds the limit.
- Metric name : std.code.length:total
- Region name : no_suppress_cl
- Metric value : 44
- Modified : None
- Change trend : None
- Limit : 0.0
- Suppressed : False
- ./test.c:62: warning: Metric 'std.code.length:total' for region 'nu_suppress_func' exceeds the limit.
- Metric name : std.code.length:total
- Region name : nu_suppress_func
- Metric value : 63
- Modified : None
- Change trend : None
- Limit : 0.0
- Suppressed : False
- ./test.c:77: warning: Metric 'std.code.length:total' for region 'func_no_suppress_within_struct' exceeds the limit.
- Metric name : std.code.length:total
- Region name : func_no_suppress_within_struct
- Metric value : 43
- Modified : None
- Change trend : None
- Limit : 0.0
- Suppressed : False
- ./test.c:84: warning: Metric 'std.code.length:total' for region 'suppresed_for_invalid_metric' exceeds the limit.
- Metric name : std.code.length:total
- Region name : suppresed_for_invalid_metric
- Metric value : 80
- Modified : None
- Change trend : None
- Limit : 0.0
- Suppressed : False
- ./test.c:90: warning: Metric 'std.code.length:total' for region 'suppresed_for_invalid_metric' exceeds the limit.
- Metric name : std.code.length:total
- Region name : suppresed_for_invalid_metric
- Metric value : 96
- Modified : None
- Change trend : None
- Limit : 0.0
- Suppressed : False
- ./test.c:118: warning: Metric 'std.code.length:total' for region 'nu_suppress_for_size' exceeds the limit.
- Metric name : std.code.length:total
- Region name : nu_suppress_for_size
- Metric value : 105
- Modified : None
- Change trend : None
- Limit : 0.0
- Suppressed : False
- ./test.c:146: warning: Metric 'std.code.length:total' for region 'bad_suppress_for_size' exceeds the limit.
- Metric name : std.code.length:total
- Region name : bad_suppress_for_size
- Metric value : 152
- Modified : None
- Change trend : None
- Limit : 0.0
- Suppressed : False
- ./:: info: 7 regions exceeded the limit 'std.code.length:total' > 0.0 [applied to 'any' region type(s)]
|