Test Coverage Calculator
Manually input your total Lines of Code (LoC), covered LoC, total requirements, and tested requirements to instantly generate a visual metrics report. Great for engineering managers and leads who need to report on overall product health.
Test Coverage Calculator
Manual QA Metrics Dashboard
Input Source Metrics
Statement / Line Coverage
Branch / Decision Coverage
Requirement Traceability
Coverage Dashboard
Frequently Asked Questions(click to expand)
Statement vs Branch Coverage?
Statement coverage simply checks if a line of code was executed. Branch coverage checks if both the `true` and `false` paths of a conditional (like an `if` statement) were executed. Branch coverage is generally a more rigorous metric than statement coverage.
How is the Overall Score calculated?
This calculator weights the metrics if all three are provided: Requirements Traceability is weighted most heavily (50%) because testing the actual business logic is paramount. Branch Coverage is weighted next (30%), followed by Statement Coverage (20%). If a category is left blank (0), the weights are proportionally redistributed to the provided metrics.