docs: fix final 3 count errors (Dart tests, integration tests, doc count)

- Dart tests: 233→221 (verified with rg count)
- Rust integration tests: 6→5 (5 .rs files in tests/ dirs)
- Doc file count: 86→66 (excluding offline-knowledge/)
This commit is contained in:
Edison Jwa
2026-06-13 02:36:22 +09:00
parent 2e07d5fd4a
commit 5765e9cf6f
3 changed files with 75 additions and 6 deletions
+3 -3
View File
@@ -13,7 +13,7 @@
| Document | Description | Status |
|----------|-------------|--------|
| [function-inventory.md](function-inventory.md) | Complete public API inventory for all 10 Rust crates + 56 Dart files. Includes dead code analysis. | Reviewed |
| [coverage-analysis.md](coverage-analysis.md) | Test coverage (312 Rust tests, 233 Dart tests) and documentation coverage gaps. | Reviewed, corrected |
| [coverage-analysis.md](coverage-analysis.md) | Test coverage (312 Rust tests, 221 Dart tests) and documentation coverage gaps. | Reviewed, corrected |
| [doc-quality-analysis.md](doc-quality-analysis.md) | Duplicated content, useless content, and broken references in docs/. | Reviewed, corrected |
| [link-coverage-report.md](link-coverage-report.md) | All internal/external links validated. 2 broken LICENSE links, 5 broken doc-path refs. | Reviewed, corrected |
| [docs-code-mismatch.md](docs-code-mismatch.md) | 17 doc-code mismatches found (2 critical, 4 major, 11 minor). | Reviewed, corrected |
@@ -51,8 +51,8 @@
## Key Findings Summary
### Test Coverage
- **Rust**: 312 inline tests + 6 integration tests across 8/10 crates
- **Dart**: 233 tests (widgets: 58%, services: 90%)
- **Rust**: 312 inline tests + 5 integration tests across 8/10 crates
- **Dart**: 221 tests (widgets: 58%, services: 90%)
- **Untested crates**: chanora_bridge, chanora_cache, chanora_prefetch
### Documentation Gaps