Description
Current coverage is ~89% instruction / 77% branch (as of v1.6). While solid, there are gaps in error paths, reflection cleanup, file/primitive packages.
Suggested improvements:
- Add tests for rare exception scenarios (e.g., IOException in low-level I/O)
- Cover more edge cases in BTreeIndex, cache eviction, and repair utilities
- Aim for 95%+ instruction and 85%+ branch coverage
This would further strengthen production readiness.
Description
Current coverage is ~89% instruction / 77% branch (as of v1.6). While solid, there are gaps in error paths, reflection cleanup, file/primitive packages.
Suggested improvements:
This would further strengthen production readiness.