Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Code Coverage

Code coverage is a measurement of how many lines/blocks/arcs of your code are executed while the automated tests are running. Code coverage is collected by using a specialized tool to instrument the binaries to add tracing calls and run a full set of automated tests against the instrumented product

Can be used as part of [continuous-integration] to ensure [quality-assurance]