Some lines missed in code coverage report
이전 댓글 표시
Hello,
we work with matlab unit tests for matlab classes and want to improve our code coverage. We noticed that sometimes the coverage is not counted correctly in our tests.
We have set explicit breakpoints, which were also addressed, but the line in the report appears as not covered.
Can someone tell us what this could be or how we can debug it?
Thanks
댓글 수: 4
Andy Campbell
2020년 10월 2일
Hi Ricardo,
Finally, are any of your tests issuing "clear all" or "clear classes", or using the profiler as part of the testing?
Thanks,
Andy
Ricardo Krause
2020년 10월 5일
편집: Ricardo Krause
2020년 10월 5일
Micah Fry
2021년 6월 17일
Ricardo,
Did you ever get to any resolution on this? I'm having similar issues (https://www.mathworks.com/matlabcentral/answers/858045-coverage-report-from-unit-tests-is-inaccurate?s_tid=srchtitle)
Steven Apsel
2022년 2월 28일
I had similar problems, and removing a "clear all" fixed it.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Collect Decision, Condition, and MC/DC Coverage for MATLAB Code에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
