test_workflow_limit_second_stdout.gold.txt 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. ./simple.cpp:13: warning: Metric 'std.code.complexity:cyclomatic' for region 'A' exceeds the limit.
  2. Metric name : std.code.complexity:cyclomatic
  3. Region name : A
  4. Metric value : 3
  5. Modified : False
  6. Change trend : 0
  7. Limit : 0.0
  8. Suppressed : False
  9. ./simple.cpp:26: warning: Metric 'std.code.complexity:cyclomatic' for region 'func' exceeds the limit.
  10. Metric name : std.code.complexity:cyclomatic
  11. Region name : func
  12. Metric value : 1
  13. Modified : False
  14. Change trend : 0
  15. Limit : 0.0
  16. Suppressed : False
  17. ./simple.cpp:30: warning: Metric 'std.code.complexity:cyclomatic' for region 'embeded' exceeds the limit.
  18. Metric name : std.code.complexity:cyclomatic
  19. Region name : embeded
  20. Metric value : 2
  21. Modified : True
  22. Change trend : +1
  23. Limit : 0.0
  24. Suppressed : False
  25. ./simple.cpp:44: warning: Metric 'std.code.complexity:cyclomatic' for region 'never' exceeds the limit.
  26. Metric name : std.code.complexity:cyclomatic
  27. Region name : never
  28. Metric value : 1
  29. Modified : True
  30. Change trend : 0
  31. Limit : 0.0
  32. Suppressed : False
  33. ./simple.cpp:58: warning: Metric 'std.code.complexity:cyclomatic' for region 'new_func_complex' exceeds the limit.
  34. Metric name : std.code.complexity:cyclomatic
  35. Region name : new_func_complex
  36. Metric value : 1
  37. Modified : None
  38. Change trend : None
  39. Limit : 0.0
  40. Suppressed : False
  41. ./simple2.cpp:10: warning: Metric 'std.code.complexity:cyclomatic' for region 'New_A' exceeds the limit.
  42. Metric name : std.code.complexity:cyclomatic
  43. Region name : New_A
  44. Metric value : 3
  45. Modified : None
  46. Change trend : None
  47. Limit : 0.0
  48. Suppressed : False
  49. ./:: info: 6 regions exceeded the limit 'std.code.complexity:cyclomatic' > 0.0 [applied to 'any' region type(s)]