coverage
Installation
SKILL.md
測試覆蓋率助手
語言: English | 繁體中文
多維度分析測試覆蓋率並提供可執行的建議。
覆蓋率維度
| 維度 | 測量內容 | Dimension | What it Measures |
|---|---|---|---|
| 行覆蓋率 | 執行的程式碼行數 | Line | Lines of code executed |
| 分支覆蓋率 | 決策路徑覆蓋 | Branch | Decision paths taken |
| 函式覆蓋率 | 呼叫的函數 | Function | Functions called |
| 陳述式覆蓋率 | 執行的陳述式 | Statement | Statements executed |