test_basic_limit_5_stdout.gold.txt 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. ./test.c:124: warning: Metric 'std.code.complexity:cyclomatic' for region 'no_suppress_for_cyclomatic_complexity' exceeds the limit.
  2. Metric name : std.code.complexity:cyclomatic
  3. Region name : no_suppress_for_cyclomatic_complexity
  4. Metric value : 1
  5. Modified : None
  6. Change trend : None
  7. Limit : 0.0
  8. Suppressed : False
  9. ./:: info: 1 regions exceeded the limit 'std.code.complexity:cyclomatic' > 0.0 [applied to 'any' region type(s)]
  10. ./test.c:56: warning: Metric 'std.code.length:total' for region 'no_suppress_cl' exceeds the limit.
  11. Metric name : std.code.length:total
  12. Region name : no_suppress_cl
  13. Metric value : 44
  14. Modified : None
  15. Change trend : None
  16. Limit : 0.0
  17. Suppressed : False
  18. ./test.c:62: warning: Metric 'std.code.length:total' for region 'nu_suppress_func' exceeds the limit.
  19. Metric name : std.code.length:total
  20. Region name : nu_suppress_func
  21. Metric value : 63
  22. Modified : None
  23. Change trend : None
  24. Limit : 0.0
  25. Suppressed : False
  26. ./test.c:77: warning: Metric 'std.code.length:total' for region 'func_no_suppress_within_struct' exceeds the limit.
  27. Metric name : std.code.length:total
  28. Region name : func_no_suppress_within_struct
  29. Metric value : 43
  30. Modified : None
  31. Change trend : None
  32. Limit : 0.0
  33. Suppressed : False
  34. ./test.c:84: warning: Metric 'std.code.length:total' for region 'suppresed_for_invalid_metric' exceeds the limit.
  35. Metric name : std.code.length:total
  36. Region name : suppresed_for_invalid_metric
  37. Metric value : 80
  38. Modified : None
  39. Change trend : None
  40. Limit : 0.0
  41. Suppressed : False
  42. ./test.c:90: warning: Metric 'std.code.length:total' for region 'suppresed_for_invalid_metric' exceeds the limit.
  43. Metric name : std.code.length:total
  44. Region name : suppresed_for_invalid_metric
  45. Metric value : 96
  46. Modified : None
  47. Change trend : None
  48. Limit : 0.0
  49. Suppressed : False
  50. ./test.c:118: warning: Metric 'std.code.length:total' for region 'nu_suppress_for_size' exceeds the limit.
  51. Metric name : std.code.length:total
  52. Region name : nu_suppress_for_size
  53. Metric value : 105
  54. Modified : None
  55. Change trend : None
  56. Limit : 0.0
  57. Suppressed : False
  58. ./test.c:146: warning: Metric 'std.code.length:total' for region 'bad_suppress_for_size' exceeds the limit.
  59. Metric name : std.code.length:total
  60. Region name : bad_suppress_for_size
  61. Metric value : 152
  62. Modified : None
  63. Change trend : None
  64. Limit : 0.0
  65. Suppressed : False
  66. ./:: info: 7 regions exceeded the limit 'std.code.length:total' > 0.0 [applied to 'any' region type(s)]