-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coverage 97% with alias not covered #318
Comments
@sb-cecilialiu , Thanks for providing your measure and test cases. I've tested the coverage on fqm-execution 1.5.0, and it looks like this is a drop in coverage introduced with the v3.14.0 translator updates. #314 addresses the changes in coverage for v3.14.0-translated measures, and I've confirmed it brings this measure/Test case set back up to 100% coverage. We plan to include this update in our next release. |
@lmd59 Thanks so much for the update! |
Resolved with v1.6.0 |
@lmd59 Thank you so much for the quick update!! |
Summary
For some reasons, the Test Coverage percentage keeps is standing at 97%. I have looked at the logic coverage page and everything appears to be covered except the alias of one of the definitions (see attached screenshot).
External Tracking Ticket
(https://oncprojectracking.healthit.gov/support/browse/MADIE-2065)
Expected Behavior
Should be 100%
Version or Commit
Translator v3.14.0
fqm-execution 1.5.0
Inputs (e.g. Measure Bundle, Patient Bundle, CQL Library)
ColorectalCancerMeasureFHIR4-v0.0.022-FHIR4 (1).zip
ColorectalCancerMeasureFHIR4-v0.0.022-FHIR4-TestCases (1).zip
Relevant Calculation Options (e.g. Measurement Period, meta.profile Validation)
{
includeClauseResults: false,
trustMetaProfile: true,
buildStatementLevelHTML: true,
measurementPeriodStart: 1/1/2024,
measurementPeriodEnd: 12/31/2024,
}
cql-to-elm Version Used for Measure Logic Translation (if known)
v3.14.0
Any Additional Info
It seems like there was a similar issue (#285), but we are still having the issue.
The text was updated successfully, but these errors were encountered: