opencv_webcam/codeCheck.md

21 lines
932 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# OpenCV Webcam Script 代码检查
## 创建人:曾逸夫
| 版本 | 代码问题数 | 代码平均圈复杂度 | 代码重复率 | 有效代码行数 | 发行时间 |
| :--: | :--------: | :--------------: | ---------- | :-----------: | :--------: |
| v0.1 | 0 | 11.5 | 0.0% | 97 | 2022-01-01 |
| v0.2 | 0 | 7.4:arrow_down: | 0.0% | 184:arrow_up: | 2022-01-07 |
| v0.3 | 0 | 5.4:arrow_down: | 0.0% | 259:arrow_up: | 2022-01-17 |
用于衡量代码复杂度(与代码可维护、测试性相关),圈复杂度越高,重构码出错的概率越高。具体风险评估建议如下:<span style="color:green;">1-10低风险</span><span style="color:#EEAD0E;">11-20中风险</span><span style="color:red;">21-50高风险</span><span style="color:#8B2323;">51+(极高风险)</span>
### 参考
- Gitee CodeCheck