Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Field: HasCoverage

Description

Has Coverage is a reference field for requirements. It is "True" when one or more script or automated test is directly associated to it.

Allowable Values

  • True
  • False
  • Yes
  • No

Examples

To find all requirements in a project that have coverage:

Code Block
languagenone
Project= "Project Name" AND HasCoverage=True

If you want a count of all requirements in a project that have coverage and those that do not have coverage:

Code Block
languagenone
Group BY HasCoverage { Count } WHERE EntityType = Requirement and Project = 'Project Name'

Supported Operators

=, IN, !=, NOT IN

Supported Indexes

Entity

Supported Types

  • Requirement

Supported Features

FeatureSupported?
AggregationYes (String)
SortableYes
Sub-selectsNo