test_basic_limit_2_stdout.gold.txt 2.6 KB

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