Code coverage definitions

Search

Code coverage

Code coverage logo #21000 In computer science, code coverage is a measure used to describe the degree to which the source code of a program is tested by a particular test suite. A program with high code coverage has been more thoroughly tested and has a lower chance of containing software bugs than a program with low code coverage. Many different metrics can be used to cal...
Found on http://en.wikipedia.org/wiki/Code_coverage

code coverage

code coverage logo #21139An analysis method that determines which parts of the software have been executed (covered) by the test suite and which parts have not been executed, e.g. statement coverage, decision coverage or condition coverage....
Found on http://www.imbus.de/glossar/
No exact match found.