Description
Measures Ruby code coverage with a modern workflow for understanding which lines or branches tests exercise. It is useful for developers improving test suites and finding untested areas.
Coverage is a signal, not proof of correctness. Reports can expose source paths and code structure, so review them before publishing outside the project.