How to generate a static analysis report in Polyspace per function in C.
조회 수: 1 (최근 30일)
이전 댓글 표시
The report generated by Polyspace for static analysis(MISRA check), mentions the issues found per file or by function, but doesn't specify that rest of the functions have passed all the MISRA standard rules enabled by user. Is there a way to generate a report which mentions all following functions have passed MISRA and classify rest as issues/warnings found for those functions which failed.
댓글 수: 0
답변 (1개)
Anirban
2022년 9월 9일
The predefined CodingStandards template does not directly give you the list of functions with no rule violations. You have to create a custom report template to get this list (or use the result export functionality to export results and post-process them into a report).
If you contact MathWorks Technical Support, they can provide you a custom template or help create one.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Generate Reports에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!