code-coverage-rate

CARD:

Code coverage is a measurement of how many lines/blocks/arcs of your code are executed while the automated tests are running. To obtain/stimulate a certain coverage level you can agree on a coverage percentage on team or organization level. Code coverage helps you focusing on writing tests to cover all code affecting your system.

FURTHER EXPLAINATION:

Overal benefits:

EXAMPLE:

Picture or project

REFERENCES: