coverage

In software engineering, code coverage is a percentage measure of the degree to which the source code of a program is executed when a particular test suite is run. A program with high test coverage has more of its source code executed during testing, which suggests it has a lower chance of containing undetected software bugs compared to a program with low test coverage. Many different metrics can be used to calculate test coverage. Some of the most basic are the percentage of program subroutines and the percentage of program statements called during execution of the test suite.
Test coverage was among the first methods invented for systematic software testing. The first published reference was by Miller and Maloney in Communications of the ACM, in 1963.

View More On Wikipedia.org
  • 1

    billybonfire3

    Established Member From Lonfon
    • Messages
      52
    • Reaction score
      45
    • Points
      32
  • 1

    GameZone

    Established Member From Norway
    • Messages
      458
    • Reaction score
      315
    • Points
      147
  • 1

    NickL

    Standard Member From Harlow, Essex
    • Messages
      42
    • Reaction score
      28
    • Points
      16
  • Back
    Top Bottom