Hi,
Currently, when the UseCasecomparison is evaluated as false, it appears as FAIL in the output HTML page, and when evaluated as true, it appears as OK.
To my understanding, a usecase condition should not necessarily be considered as FAIL as this term is typically associated with requirements themselves.

Instead, a usecase condition serves as a prerequisite for applying or not applying underlying requirements, rather than being a requirement in itself.
I propose that the results field in the HTML page be adjusted to reflect this distinction:
- If the condition evaluates to true, it should be shown as MET rather than OK.
- If the condition evaluates to false, it should be shown as UNMET.
If you are willing to welcome these changes, then i will start the implementation for a future pull request.
Hi,
Currently, when the UseCasecomparison is evaluated as false, it appears as FAIL in the output HTML page, and when evaluated as true, it appears as OK.
To my understanding, a usecase condition should not necessarily be considered as FAIL as this term is typically associated with requirements themselves.
Instead, a usecase condition serves as a prerequisite for applying or not applying underlying requirements, rather than being a requirement in itself.
I propose that the results field in the HTML page be adjusted to reflect this distinction:
If you are willing to welcome these changes, then i will start the implementation for a future pull request.