v1.2.2
What's Changed
- Human readable pretty statement results for FHIR by @lmd59 in #257
- Order population expressions for HTML output by @elsaperelli in #260
- ts-node upgrade by @elsaperelli in #264
- Update clause coverage percentage calculation to capture all relevant clauses by @elsaperelli in #266
- v1.2.2 by @hossenlopp in #267
Notice of Coverage Calculation Percentage Changes
The fix for clause coverage in #266 means that the coverage percentage calculation now correctly correlates with the coverage highlighting. Users may likely see either a drop in coverage or potentially an increase in coverage. Measures with test cases that gave a result of 100% coverage in v1.2.1 may not see the same 100% coverage after this update. This means there likely are clauses in the logic that were not actually covered by the test cases, please refer users to the highlighting to look for gaps in their testing. No change was made to the visual coverage highlighting.
Full Changelog: v1.2.1...v1.2.2