openEHR / archie

OpenEHR library implementing ADL 2, AOM 2, BMM, RM 1.0.4 and many tools
Apache License 2.0
53 stars 25 forks source link

Fix Rule evaluation for ArchetypeSlots #590

Closed mathijshudepohl closed 7 months ago

mathijshudepohl commented 7 months ago

An ArchetypeSlot is not completely the same as a ComplexObject. For rule evaluation however, the same logic can be applied in order to correctly evaluate it.

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 50.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 71.75%. Comparing base (8ee3327) to head (1c3040d). Report is 3 commits behind head on master.

Files Patch % Lines
...nedap/archie/rules/evaluation/AssertionsFixer.java 50.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #590 +/- ## ========================================= Coverage 71.75% 71.75% - Complexity 6946 6948 +2 ========================================= Files 663 663 Lines 22686 22686 Branches 3673 3673 ========================================= Hits 16279 16279 Misses 4670 4670 Partials 1737 1737 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.