generated from mgramigna/typescript-node-starter
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relationship alias coverage fixes (#317)
* Initial incomplete fix for relationship alias coverage * Added code to clause results helpers to find the relationship expression alias id in annotation structure, replacing old +1 hack * reworked html generation tests to use input more reflective of actual usage * Update comments for clarity * Check for undefined alias id and update iterator variable * Added UNHIT results to the HTMLBuilder Tests --------- Co-authored-by: lmd59 <laurend@mitre.org>
- Loading branch information
1 parent
10fa89b
commit 69dcd10
Showing
8 changed files
with
235 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,36 @@ | ||
<div> | ||
<h2>test2 Clause Coverage: 100%</h2> | ||
<h2>test2 Clause Coverage: 66.7%</h2> | ||
<pre | ||
style="tab-size: 2" | ||
data-library-name="AnticoagulationTherapyforAtrialFibrillationFlutter" | ||
data-statement-name="Denominator" | ||
> | ||
<code> | ||
<span data-ref-id="119" style="background-color:#daeaf5;color:#004e82"> | ||
<span>define "Denominator": </span> | ||
<span data-ref-id="118" style="background-color:white;color:black"> | ||
<span data-ref-id="116" style="background-color:white;color:black"> | ||
<span data-ref-id="101" style="background-color:white;color:black"> | ||
<span>"Encounter with Atrial Ablation Procedure"</span> | ||
</span> | ||
<span>union</span> | ||
<span data-ref-id="115" style="background-color:white;color:black"> | ||
<span>"History of Atrial FibrillationFlutter"</span> | ||
</span> | ||
<code> | ||
<span data-ref-id="119" style="background-color:#daeaf5;color:#004e82"> | ||
<span>define "Denominator": </span> | ||
<span data-ref-id="118" style="background-color:#daeaf5;color:#004e82"> | ||
<span data-ref-id="116" style="background-color:#daeaf5;color:#004e82"> | ||
<span data-ref-id="101" style=""> | ||
<span>"Encounter with Atrial Ablation Procedure"</span> | ||
</span> | ||
<span>union</span> | ||
<span data-ref-id="117" style="background-color:white;color:black"> | ||
<span>"Current Diagnosis Atrial FibrillationFlutter"</span> | ||
<span data-ref-id="115" style="background-color:#daeaf5;color:#004e82"> | ||
<span>"History of Atrial FibrillationFlutter"</span> | ||
</span> | ||
</span> | ||
<span>union</span> | ||
<span data-ref-id="117" style="background-color:white;color:black"> | ||
<span>"Current Diagnosis Atrial FibrillationFlutter"</span> | ||
</span> | ||
</span> | ||
</code> | ||
</pre> | ||
</span> | ||
</code> | ||
</pre> | ||
<pre style="tab-size: 2" | ||
data-library-name="AnticoagulationTherapyforAtrialFibrillationFlutter" data-statement-name="Numerator"> | ||
<code> | ||
<span data-ref-id="135" style="background-color:white;color:black"><span>define "Numerator": </span><span data-ref-id="134" style=""><span><span data-ref-id="125" style=""><span data-ref-id="124" style=""><span><span>"Denominator"</span></span></span><span> NonElectiveEncounter</span></span></span><span> | ||
</span><span data-ref-id="133" style=""><span>with </span><span data-ref-id="127" style=""><span data-ref-id="126" style=""><span><span>"Anticoagulant Therapy at Discharge"</span></span></span><span> Anticoagulant</span></span><span> | ||
such that </span><span data-ref-id="132" style=""><span data-ref-id="129" style=""><span data-ref-id="128" style=""><span>Anticoagulant</span></span><span>.</span><span data-ref-id="129" style=""><span>authorDatetime</span></span></span><span> during </span><span data-ref-id="131" style=""><span data-ref-id="130" style=""><span>NonElectiveEncounter</span></span><span>.</span><span data-ref-id="131" style=""><span>relevantPeriod</span></span></span></span></span></span></span></code> | ||
</pre> | ||
</div> |
Oops, something went wrong.