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.

Summaries of coverage

The percentage of the achieved coverage for all coverage measures is included in all test report types.

Detailed reports in text format are available for the measures of module / unit testing.

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