ALM Project Database Reference
td.CRITERION_COVERAGE Table
Description
A requirement coverage by a test criterion.
Remarks

A REQ_COVER record is a link between a requirement and a test. The criterion specified by CRC_CRITERION_ID is a criterion of the test in the REQ_COVER record specified with CRC_REQ_COVER_ID.

A record of this table specifies that the specified criterion of the test from the REQ_COVER record covers the requirement from that  REQ_COVER record.

Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key CRC_IDThe record ID.int4   
 CRC_REQ_COVER_IDThe ID of the requirement coverage (REQ_COVER).int4   
 CRC_CRITERION_IDThe ID of the covering criterion (TEST_CRITERIA).int4   
 CRC_VTSThe version time stamp.varchar20  
Indexes
IndexDescriptionPrimaryUnique
CRC_CRITERION_IDX   
CRC_PRIMARYKEY 
CRC_REQ_COVER_IDX  
CRC_VTS_IDX  
See Also