Code Coverage in TESSY

A test object is considered to consist of items like branches, conditions, etc. Code coverage measures, how many of the items were exercised during the tests. This number is related to the total number of items and is usually expressed in percent.

Included coverage measurements are

  • Entry Point Coverage
  • Statement Coverage
  • Branch Coverage
  • Decision Coverage
  • Modified Condition / Decision Coverage (MC/DC)
  • Multiple Condition Coverage
  • Function Coverage
  • Call Pair Coverage

Function Coverage and Call Pair Coverage are measures of component / integration testing.

Code coverage measurment
Coverage results are displayed as flowchart and by highlighting the source code