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
      61
    • Reaction score
      50
    • Points
      38
  • 1

    GameZone

    Established Member From Norway
    • Messages
      510
    • Reaction score
      351
    • Points
      173
  • 1

    NickL

    Established Member From Harlow, Essex
    • Messages
      63
    • Reaction score
      40
    • Points
      23
  • 1

    Big Ears

    Prominent Member From Bradford
    • Messages
      811
    • Reaction score
      529
    • Points
      253
  • 1

    Julian Edwards

    Standard Member From Gweek
    • Messages
      29
    • Reaction score
      23
    • Points
      11
  • Back
    Top Bottom