Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.24 KB

File metadata and controls

58 lines (39 loc) · 1.24 KB

Scenario Description

Search code coverage content in Microsoft Visual Studio Enterprise.

Search

Search parameters can be used to filter the coverage report.

Search parameters are provided in the search control in the window toolbar.

search toolbar

Search Parameters

The following search parameters are available to filter the coverage report

  1. Coverage numbers - methods where coverage value is greater or smaller than the specified search query
    1. Covered (%Blocks)
    2. Not Covered (%Blocks)
    3. Covered (%Lines)
    4. Partially Covered (%Lines)
    5. Not Covered (%Lines)
  2. Name - items that contain input search query in their name
    1. Project Report
      1. Name
      2. Project
      3. Namespace
      4. Class
      5. Method
    2. Source Report
      1. Name
      2. Directory
      3. File
      4. Method

Examples

  • Without any search parameters

    no search

  • Name search

    any search

  • "Covered (%Blocks)":"<80"

    blocks search

  • "Not Covered (%Blocks)":">50"

    no blocks search

  • Method:"new" method search

  • Directory:"src" directory search