ecap5_treq.analysis module

class ecap5_treq.analysis.Analysis(reqs: list[Req], checks: list[Check], testdata: list[Check], matrix: Matrix, enable_allocation: bool = True)

Bases: object

An Analysis contains data analyzed from a requirements, checks, testdata and the traceability matrix

analyse() None

Perform the analysis

analyse_consistency() None

Analyse the consistency of the test and traceability data

analyse_tests() None

Analyse data from the testdata

analyse_traceability() None

Analyse data from the requirements