Test coverage is usually defined as a metric that measures the percentage of code executed by tests. Some developers doubt its usefulness but I agree with Martin Fowler’s opinion that “Test coverage is a useful tool for finding untested parts of a codebase” . I don’t think the resulting number itself is important.