• Software Testing Dictionary
  • Home

Coverage Items



What is Coverage Items?

White box testing is performed to measure code coverage and the modules/code that is covered during the process is termed as coverage items.

After performing the white box testing, a report is generated to analyze the coverage items.

  • Function Coverage

  • Call Coverage

  • Class Coverage

  • Linear Code Sequence and Jump (LCSAJ) Coverage

  • Data Flow Coverage

  • Loop Coverage

  • Relational Operator Coverage

Advertisements