Skip to content
John Bachir edited this page Apr 2, 2024 · 3 revisions

This document is a work-in-progress. See also:

covered
In various contexts you may see the terms "coverable" and "reachable", which are synonymous.

Coverband depends on ruby's coverage library which let's you know if there's any code on a line. Lines that have no code (empty or just comments) are not "reachable".

The white lines and the end statements in this picture are not "reachable".

example code coverage report

Clone this wiki locally