Code coverage is a metric that measures how much of the tested system is run during the test.
Taking its roots from the safety-critical world of avionic, medical, and automotive usage, code coverage can be a vital metric.
Code coverage criteria include Statement coverage, Branch coverage, and Modified condition/decision coverage, each focusing on different aspects of testing.
Collection
[
|
...
]