@hedia/recommendation-screen 2.1.14 → 2.1.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/coverage/clover.xml +263 -263
  2. package/coverage/coverage-final.json +18 -18
  3. package/coverage/lcov-report/index.html +1 -1
  4. package/coverage/lcov-report/src/RecommendationScreen.tsx.html +61 -61
  5. package/coverage/lcov-report/src/__tests__/index.html +1 -1
  6. package/coverage/lcov-report/src/__tests__/utils.tsx.html +7 -7
  7. package/coverage/lcov-report/src/components/Header.tsx.html +2 -2
  8. package/coverage/lcov-report/src/components/InfoBars.tsx.html +12 -12
  9. package/coverage/lcov-report/src/components/InvisibleNumberInput.tsx.html +11 -11
  10. package/coverage/lcov-report/src/components/LimitationMessage.tsx.html +1 -1
  11. package/coverage/lcov-report/src/components/LineSeparator.tsx.html +2 -2
  12. package/coverage/lcov-report/src/components/RecentInsulin.tsx.html +1 -1
  13. package/coverage/lcov-report/src/components/RecommendationModal.tsx.html +17 -17
  14. package/coverage/lcov-report/src/components/RecommendedCarbs.tsx.html +14 -14
  15. package/coverage/lcov-report/src/components/RecommendedInsulin.tsx.html +11 -11
  16. package/coverage/lcov-report/src/components/Remeasure.tsx.html +12 -12
  17. package/coverage/lcov-report/src/components/TransferToLogbook.tsx.html +5 -5
  18. package/coverage/lcov-report/src/components/TwoOptionModal.tsx.html +1 -1
  19. package/coverage/lcov-report/src/components/activity/Activity.tsx.html +1 -1
  20. package/coverage/lcov-report/src/components/activity/ActivityIcon.tsx.html +1 -1
  21. package/coverage/lcov-report/src/components/activity/ActivityIntensity.tsx.html +1 -1
  22. package/coverage/lcov-report/src/components/activity/index.html +1 -1
  23. package/coverage/lcov-report/src/components/index.html +1 -1
  24. package/coverage/lcov-report/src/components/mood/Emotion.tsx.html +8 -8
  25. package/coverage/lcov-report/src/components/mood/MoodIcon.tsx.html +8 -8
  26. package/coverage/lcov-report/src/components/mood/index.html +1 -1
  27. package/coverage/lcov-report/src/index.html +1 -1
  28. package/coverage/lcov-report/src/locale/i18nUtils.ts.html +7 -7
  29. package/coverage/lcov-report/src/locale/index.html +1 -1
  30. package/coverage/lcov-report/src/utils/AttentionMessages.tsx.html +5 -5
  31. package/coverage/lcov-report/src/utils/Constants.ts.html +1 -1
  32. package/coverage/lcov-report/src/utils/RecommendationError.tsx.html +1 -1
  33. package/coverage/lcov-report/src/utils/RecommendationUtils.ts.html +32 -32
  34. package/coverage/lcov-report/src/utils/Translations.ts.html +1 -1
  35. package/coverage/lcov-report/src/utils/Utils.ts.html +18 -18
  36. package/coverage/lcov-report/src/utils/Validations.ts.html +50 -50
  37. package/coverage/lcov-report/src/utils/index.html +1 -1
  38. package/coverage/lcov.info +537 -537
  39. package/package.json +1 -1
  40. package/src/__tests__/RecommendationScreen.test.js +34 -0
  41. package/src/utils/Utils.js +2 -2
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1625565503815" clover="3.2.0">
3
- <project timestamp="1625565503816" name="All files">
2
+ <coverage generated="1625833913195" clover="3.2.0">
3
+ <project timestamp="1625833913195" name="All files">
4
4
  <metrics statements="610" coveredstatements="610" conditionals="366" coveredconditionals="366" methods="199" coveredmethods="199" elements="1175" coveredelements="1175" complexity="0" loc="610" ncloc="610" packages="7" files="27" classes="27"/>
5
5
  <package name="src">
6
6
  <metrics statements="105" coveredstatements="105" conditionals="47" coveredconditionals="47" methods="35" coveredmethods="35"/>
@@ -8,108 +8,108 @@
8
8
  <metrics statements="105" coveredstatements="105" conditionals="47" coveredconditionals="47" methods="35" coveredmethods="35"/>
9
9
  <line num="34" count="1" type="stmt"/>
10
10
  <line num="38" count="1" type="stmt"/>
11
- <line num="94" count="56" type="stmt"/>
12
- <line num="99" count="56" type="stmt"/>
13
- <line num="100" count="56" type="stmt"/>
14
- <line num="101" count="56" type="stmt"/>
15
- <line num="102" count="55" type="stmt"/>
16
- <line num="104" count="55" type="stmt"/>
17
- <line num="105" count="55" type="stmt"/>
18
- <line num="112" count="55" type="stmt"/>
19
- <line num="114" count="54" type="stmt"/>
20
- <line num="116" count="54" type="stmt"/>
21
- <line num="134" count="54" type="stmt"/>
11
+ <line num="94" count="64" type="stmt"/>
12
+ <line num="99" count="64" type="stmt"/>
13
+ <line num="100" count="64" type="stmt"/>
14
+ <line num="101" count="64" type="stmt"/>
15
+ <line num="102" count="63" type="stmt"/>
16
+ <line num="104" count="63" type="stmt"/>
17
+ <line num="105" count="63" type="stmt"/>
18
+ <line num="112" count="63" type="stmt"/>
19
+ <line num="114" count="62" type="stmt"/>
20
+ <line num="116" count="62" type="stmt"/>
21
+ <line num="134" count="62" type="stmt"/>
22
22
  <line num="136" count="2" type="stmt"/>
23
23
  <line num="137" count="2" type="stmt"/>
24
- <line num="142" count="56" type="stmt"/>
25
- <line num="146" count="56" type="cond" truecount="2" falsecount="0"/>
26
- <line num="147" count="54" type="stmt"/>
27
- <line num="149" count="56" type="stmt"/>
28
- <line num="152" count="56" type="stmt"/>
24
+ <line num="142" count="64" type="stmt"/>
25
+ <line num="146" count="64" type="cond" truecount="2" falsecount="0"/>
26
+ <line num="147" count="62" type="stmt"/>
27
+ <line num="149" count="64" type="stmt"/>
28
+ <line num="152" count="64" type="stmt"/>
29
29
  <line num="153" count="4" type="stmt"/>
30
30
  <line num="154" count="4" type="stmt"/>
31
31
  <line num="155" count="4" type="cond" truecount="4" falsecount="0"/>
32
32
  <line num="156" count="1" type="stmt"/>
33
- <line num="160" count="56" type="stmt"/>
33
+ <line num="160" count="64" type="stmt"/>
34
34
  <line num="161" count="6" type="stmt"/>
35
- <line num="164" count="56" type="stmt"/>
35
+ <line num="164" count="64" type="stmt"/>
36
36
  <line num="165" count="5" type="stmt"/>
37
37
  <line num="166" count="5" type="stmt"/>
38
- <line num="175" count="56" type="stmt"/>
38
+ <line num="175" count="64" type="stmt"/>
39
39
  <line num="176" count="5" type="cond" truecount="2" falsecount="0"/>
40
40
  <line num="177" count="4" type="stmt"/>
41
41
  <line num="179" count="1" type="stmt"/>
42
- <line num="183" count="56" type="stmt"/>
42
+ <line num="183" count="64" type="stmt"/>
43
43
  <line num="184" count="8" type="stmt"/>
44
- <line num="187" count="56" type="stmt"/>
44
+ <line num="187" count="64" type="stmt"/>
45
45
  <line num="188" count="1" type="stmt"/>
46
- <line num="191" count="56" type="stmt"/>
46
+ <line num="191" count="64" type="stmt"/>
47
47
  <line num="192" count="3" type="stmt"/>
48
- <line num="195" count="56" type="stmt"/>
48
+ <line num="195" count="64" type="stmt"/>
49
49
  <line num="196" count="10" type="stmt"/>
50
- <line num="199" count="56" type="stmt"/>
50
+ <line num="199" count="64" type="stmt"/>
51
51
  <line num="200" count="3" type="stmt"/>
52
- <line num="203" count="56" type="stmt"/>
52
+ <line num="203" count="64" type="stmt"/>
53
53
  <line num="204" count="6" type="stmt"/>
54
54
  <line num="205" count="6" type="stmt"/>
55
55
  <line num="206" count="6" type="stmt"/>
56
- <line num="211" count="56" type="stmt"/>
56
+ <line num="211" count="64" type="stmt"/>
57
57
  <line num="212" count="2" type="stmt"/>
58
58
  <line num="213" count="2" type="stmt"/>
59
59
  <line num="214" count="2" type="stmt"/>
60
- <line num="218" count="56" type="stmt"/>
60
+ <line num="218" count="64" type="stmt"/>
61
61
  <line num="219" count="3" type="stmt"/>
62
62
  <line num="220" count="3" type="stmt"/>
63
- <line num="224" count="56" type="stmt"/>
63
+ <line num="224" count="64" type="stmt"/>
64
64
  <line num="225" count="1" type="stmt"/>
65
65
  <line num="226" count="1" type="stmt"/>
66
66
  <line num="227" count="1" type="stmt"/>
67
- <line num="230" count="56" type="stmt"/>
67
+ <line num="230" count="64" type="stmt"/>
68
68
  <line num="231" count="5" type="stmt"/>
69
69
  <line num="232" count="5" type="stmt"/>
70
- <line num="235" count="56" type="stmt"/>
70
+ <line num="235" count="64" type="stmt"/>
71
71
  <line num="236" count="4" type="cond" truecount="2" falsecount="0"/>
72
72
  <line num="237" count="4" type="stmt"/>
73
- <line num="240" count="56" type="stmt"/>
73
+ <line num="240" count="64" type="stmt"/>
74
74
  <line num="241" count="1" type="stmt"/>
75
75
  <line num="242" count="1" type="stmt"/>
76
- <line num="245" count="56" type="stmt"/>
76
+ <line num="245" count="64" type="stmt"/>
77
77
  <line num="246" count="2" type="stmt"/>
78
- <line num="249" count="56" type="stmt"/>
78
+ <line num="249" count="64" type="stmt"/>
79
79
  <line num="250" count="2" type="stmt"/>
80
- <line num="253" count="56" type="stmt"/>
80
+ <line num="253" count="64" type="stmt"/>
81
81
  <line num="261" count="7" type="stmt"/>
82
82
  <line num="262" count="7" type="stmt"/>
83
83
  <line num="263" count="7" type="stmt"/>
84
84
  <line num="265" count="7" type="cond" truecount="2" falsecount="0"/>
85
85
  <line num="266" count="7" type="stmt"/>
86
- <line num="269" count="56" type="stmt"/>
87
- <line num="270" count="165" type="stmt"/>
88
- <line num="271" count="165" type="stmt"/>
89
- <line num="272" count="165" type="stmt"/>
90
- <line num="273" count="165" type="stmt"/>
91
- <line num="276" count="56" type="stmt"/>
92
- <line num="277" count="54" type="stmt"/>
93
- <line num="278" count="54" type="stmt"/>
94
- <line num="279" count="54" type="stmt"/>
95
- <line num="281" count="54" type="stmt"/>
96
- <line num="284" count="56" type="stmt"/>
97
- <line num="285" count="124" type="stmt"/>
98
- <line num="287" count="124" type="stmt"/>
99
- <line num="291" count="125" type="cond" truecount="2" falsecount="0"/>
86
+ <line num="269" count="64" type="stmt"/>
87
+ <line num="270" count="180" type="stmt"/>
88
+ <line num="271" count="180" type="stmt"/>
89
+ <line num="272" count="180" type="stmt"/>
90
+ <line num="273" count="180" type="stmt"/>
91
+ <line num="276" count="64" type="stmt"/>
92
+ <line num="277" count="62" type="stmt"/>
93
+ <line num="278" count="62" type="stmt"/>
94
+ <line num="279" count="62" type="stmt"/>
95
+ <line num="281" count="62" type="stmt"/>
96
+ <line num="284" count="64" type="stmt"/>
97
+ <line num="285" count="132" type="stmt"/>
98
+ <line num="287" count="132" type="stmt"/>
99
+ <line num="291" count="133" type="cond" truecount="2" falsecount="0"/>
100
100
  <line num="292" count="2" type="stmt"/>
101
- <line num="304" count="123" type="stmt"/>
102
- <line num="310" count="123" type="stmt"/>
103
- <line num="315" count="123" type="stmt"/>
104
- <line num="317" count="123" type="cond" truecount="2" falsecount="0"/>
105
- <line num="318" count="123" type="cond" truecount="2" falsecount="0"/>
106
- <line num="320" count="123" type="stmt"/>
107
- <line num="321" count="123" type="stmt"/>
108
- <line num="322" count="123" type="cond" truecount="2" falsecount="0"/>
109
- <line num="324" count="123" type="cond" truecount="4" falsecount="0"/>
110
- <line num="325" count="123" type="stmt"/>
111
- <line num="331" count="246" type="cond" truecount="2" falsecount="0"/>
112
- <line num="332" count="123" type="stmt"/>
101
+ <line num="304" count="131" type="stmt"/>
102
+ <line num="310" count="131" type="stmt"/>
103
+ <line num="315" count="131" type="stmt"/>
104
+ <line num="317" count="131" type="cond" truecount="2" falsecount="0"/>
105
+ <line num="318" count="131" type="cond" truecount="2" falsecount="0"/>
106
+ <line num="320" count="131" type="stmt"/>
107
+ <line num="321" count="131" type="stmt"/>
108
+ <line num="322" count="131" type="cond" truecount="2" falsecount="0"/>
109
+ <line num="324" count="131" type="cond" truecount="4" falsecount="0"/>
110
+ <line num="325" count="131" type="stmt"/>
111
+ <line num="331" count="262" type="cond" truecount="2" falsecount="0"/>
112
+ <line num="332" count="131" type="stmt"/>
113
113
  <line num="461" count="1" type="stmt"/>
114
114
  </file>
115
115
  </package>
@@ -123,16 +123,16 @@
123
123
  <line num="15" count="14" type="stmt"/>
124
124
  <line num="16" count="14" type="stmt"/>
125
125
  <line num="17" count="14" type="stmt"/>
126
- <line num="20" count="91" type="stmt"/>
127
- <line num="45" count="67" type="stmt"/>
126
+ <line num="20" count="99" type="stmt"/>
127
+ <line num="45" count="79" type="stmt"/>
128
128
  <line num="66" count="22" type="stmt"/>
129
129
  <line num="75" count="24" type="stmt"/>
130
- <line num="84" count="98" type="stmt"/>
130
+ <line num="84" count="106" type="stmt"/>
131
131
  <line num="109" count="303" type="stmt"/>
132
132
  <line num="115" count="303" type="stmt"/>
133
- <line num="119" count="26" type="stmt"/>
134
- <line num="120" count="26" type="stmt"/>
135
- <line num="121" count="26" type="stmt"/>
133
+ <line num="119" count="34" type="stmt"/>
134
+ <line num="120" count="34" type="stmt"/>
135
+ <line num="121" count="34" type="stmt"/>
136
136
  <line num="125" count="93" type="stmt"/>
137
137
  <line num="131" count="93" type="stmt"/>
138
138
  <line num="135" count="12" type="stmt"/>
@@ -143,33 +143,33 @@
143
143
  <metrics statements="164" coveredstatements="164" conditionals="96" coveredconditionals="96" methods="45" coveredmethods="45"/>
144
144
  <file name="Header.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/Header.tsx">
145
145
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
146
- <line num="15" count="130" type="stmt"/>
146
+ <line num="15" count="138" type="stmt"/>
147
147
  <line num="49" count="2" type="stmt"/>
148
148
  </file>
149
149
  <file name="InfoBars.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/InfoBars.tsx">
150
150
  <metrics statements="13" coveredstatements="13" conditionals="14" coveredconditionals="14" methods="3" coveredmethods="3"/>
151
- <line num="19" count="179" type="stmt"/>
152
- <line num="20" count="386" type="stmt"/>
153
- <line num="21" count="386" type="cond" truecount="2" falsecount="0"/>
154
- <line num="22" count="386" type="cond" truecount="4" falsecount="0"/>
155
- <line num="23" count="386" type="cond" truecount="4" falsecount="0"/>
156
- <line num="26" count="179" type="stmt"/>
157
- <line num="27" count="386" type="stmt"/>
158
- <line num="28" count="386" type="cond" truecount="2" falsecount="0"/>
151
+ <line num="19" count="203" type="stmt"/>
152
+ <line num="20" count="410" type="stmt"/>
153
+ <line num="21" count="410" type="cond" truecount="2" falsecount="0"/>
154
+ <line num="22" count="410" type="cond" truecount="4" falsecount="0"/>
155
+ <line num="23" count="410" type="cond" truecount="4" falsecount="0"/>
156
+ <line num="26" count="203" type="stmt"/>
157
+ <line num="27" count="410" type="stmt"/>
158
+ <line num="28" count="410" type="cond" truecount="2" falsecount="0"/>
159
159
  <line num="29" count="1" type="stmt"/>
160
- <line num="31" count="385" type="cond" truecount="2" falsecount="0"/>
161
- <line num="35" count="386" type="stmt"/>
162
- <line num="36" count="386" type="stmt"/>
160
+ <line num="31" count="409" type="cond" truecount="2" falsecount="0"/>
161
+ <line num="35" count="410" type="stmt"/>
162
+ <line num="36" count="410" type="stmt"/>
163
163
  <line num="64" count="6" type="stmt"/>
164
164
  </file>
165
165
  <file name="InvisibleNumberInput.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/InvisibleNumberInput.tsx">
166
166
  <metrics statements="29" coveredstatements="29" conditionals="12" coveredconditionals="12" methods="8" coveredmethods="8"/>
167
- <line num="23" count="134" type="stmt"/>
168
- <line num="28" count="134" type="stmt"/>
169
- <line num="31" count="134" type="stmt"/>
167
+ <line num="23" count="143" type="stmt"/>
168
+ <line num="28" count="143" type="stmt"/>
169
+ <line num="31" count="143" type="stmt"/>
170
170
  <line num="32" count="45" type="stmt"/>
171
171
  <line num="35" count="45" type="stmt"/>
172
- <line num="39" count="134" type="stmt"/>
172
+ <line num="39" count="143" type="stmt"/>
173
173
  <line num="40" count="45" type="stmt"/>
174
174
  <line num="41" count="45" type="stmt"/>
175
175
  <line num="42" count="40" type="stmt"/>
@@ -178,20 +178,20 @@
178
178
  <line num="46" count="45" type="cond" truecount="2" falsecount="0"/>
179
179
  <line num="47" count="40" type="stmt"/>
180
180
  <line num="49" count="5" type="stmt"/>
181
- <line num="52" count="134" type="stmt"/>
181
+ <line num="52" count="143" type="stmt"/>
182
182
  <line num="53" count="41" type="cond" truecount="2" falsecount="0"/>
183
183
  <line num="54" count="41" type="stmt"/>
184
184
  <line num="55" count="41" type="cond" truecount="2" falsecount="0"/>
185
185
  <line num="56" count="36" type="stmt"/>
186
186
  <line num="58" count="41" type="stmt"/>
187
187
  <line num="61" count="41" type="stmt"/>
188
- <line num="64" count="134" type="stmt"/>
188
+ <line num="64" count="143" type="stmt"/>
189
189
  <line num="65" count="14" type="stmt"/>
190
190
  <line num="66" count="14" type="stmt"/>
191
- <line num="70" count="441" type="stmt"/>
192
- <line num="71" count="441" type="stmt"/>
193
- <line num="77" count="882" type="cond" truecount="2" falsecount="0"/>
194
- <line num="78" count="441" type="stmt"/>
191
+ <line num="70" count="459" type="stmt"/>
192
+ <line num="71" count="459" type="stmt"/>
193
+ <line num="77" count="918" type="cond" truecount="2" falsecount="0"/>
194
+ <line num="78" count="459" type="stmt"/>
195
195
  <line num="92" count="4" type="stmt"/>
196
196
  </file>
197
197
  <file name="LimitationMessage.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/LimitationMessage.tsx">
@@ -202,7 +202,7 @@
202
202
  </file>
203
203
  <file name="LineSeparator.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/LineSeparator.tsx">
204
204
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
205
- <line num="10" count="74" type="stmt"/>
205
+ <line num="10" count="76" type="stmt"/>
206
206
  <line num="18" count="2" type="stmt"/>
207
207
  </file>
208
208
  <file name="RecentInsulin.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/RecentInsulin.tsx">
@@ -214,27 +214,27 @@
214
214
  <file name="RecommendationModal.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/RecommendationModal.tsx">
215
215
  <metrics statements="33" coveredstatements="33" conditionals="12" coveredconditionals="12" methods="7" coveredmethods="7"/>
216
216
  <line num="10" count="4" type="stmt"/>
217
- <line num="26" count="65" type="stmt"/>
218
- <line num="27" count="65" type="stmt"/>
219
- <line num="32" count="65" type="stmt"/>
217
+ <line num="26" count="73" type="stmt"/>
218
+ <line num="27" count="73" type="stmt"/>
219
+ <line num="32" count="73" type="stmt"/>
220
220
  <line num="33" count="3" type="stmt"/>
221
221
  <line num="34" count="3" type="cond" truecount="2" falsecount="0"/>
222
222
  <line num="35" count="3" type="cond" truecount="2" falsecount="0"/>
223
- <line num="38" count="65" type="stmt"/>
224
- <line num="39" count="35" type="stmt"/>
225
- <line num="61" count="65" type="stmt"/>
226
- <line num="62" count="35" type="stmt"/>
227
- <line num="64" count="35" type="stmt"/>
228
- <line num="95" count="65" type="stmt"/>
229
- <line num="96" count="133" type="stmt"/>
230
- <line num="97" count="133" type="cond" truecount="2" falsecount="0"/>
231
- <line num="99" count="133" type="stmt"/>
232
- <line num="124" count="65" type="stmt"/>
223
+ <line num="38" count="73" type="stmt"/>
224
+ <line num="39" count="36" type="stmt"/>
225
+ <line num="61" count="73" type="stmt"/>
226
+ <line num="62" count="36" type="stmt"/>
227
+ <line num="64" count="36" type="stmt"/>
228
+ <line num="95" count="73" type="stmt"/>
229
+ <line num="96" count="141" type="stmt"/>
230
+ <line num="97" count="141" type="cond" truecount="2" falsecount="0"/>
231
+ <line num="99" count="141" type="stmt"/>
232
+ <line num="124" count="73" type="stmt"/>
233
233
  <line num="125" count="3" type="stmt"/>
234
234
  <line num="126" count="3" type="stmt"/>
235
- <line num="130" count="136" type="stmt"/>
236
- <line num="131" count="136" type="stmt"/>
237
- <line num="132" count="136" type="stmt"/>
235
+ <line num="130" count="144" type="stmt"/>
236
+ <line num="131" count="144" type="stmt"/>
237
+ <line num="132" count="144" type="stmt"/>
238
238
  <line num="140" count="4" type="stmt"/>
239
239
  <line num="141" count="4" type="stmt"/>
240
240
  <line num="142" count="4" type="stmt"/>
@@ -250,44 +250,44 @@
250
250
  <file name="RecommendedCarbs.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/RecommendedCarbs.tsx">
251
251
  <metrics statements="22" coveredstatements="22" conditionals="10" coveredconditionals="10" methods="7" coveredmethods="7"/>
252
252
  <line num="13" count="2" type="stmt"/>
253
- <line num="36" count="65" type="stmt"/>
254
- <line num="42" count="65" type="stmt"/>
253
+ <line num="36" count="73" type="stmt"/>
254
+ <line num="42" count="73" type="stmt"/>
255
255
  <line num="43" count="2" type="stmt"/>
256
- <line num="46" count="65" type="stmt"/>
256
+ <line num="46" count="73" type="stmt"/>
257
257
  <line num="47" count="1" type="stmt"/>
258
- <line num="52" count="65" type="stmt"/>
258
+ <line num="52" count="73" type="stmt"/>
259
259
  <line num="53" count="6" type="cond" truecount="2" falsecount="0"/>
260
260
  <line num="54" count="5" type="cond" truecount="2" falsecount="0"/>
261
261
  <line num="55" count="1" type="stmt"/>
262
262
  <line num="56" count="1" type="stmt"/>
263
263
  <line num="62" count="4" type="stmt"/>
264
- <line num="66" count="65" type="stmt"/>
265
- <line num="67" count="37" type="cond" truecount="2" falsecount="0"/>
266
- <line num="68" count="37" type="stmt"/>
267
- <line num="69" count="37" type="stmt"/>
268
- <line num="132" count="19" type="stmt"/>
269
- <line num="142" count="65" type="stmt"/>
270
- <line num="143" count="174" type="stmt"/>
271
- <line num="163" count="137" type="stmt"/>
272
- <line num="164" count="137" type="stmt"/>
264
+ <line num="66" count="73" type="stmt"/>
265
+ <line num="67" count="38" type="cond" truecount="2" falsecount="0"/>
266
+ <line num="68" count="38" type="stmt"/>
267
+ <line num="69" count="38" type="stmt"/>
268
+ <line num="132" count="20" type="stmt"/>
269
+ <line num="142" count="73" type="stmt"/>
270
+ <line num="143" count="183" type="stmt"/>
271
+ <line num="163" count="145" type="stmt"/>
272
+ <line num="164" count="145" type="stmt"/>
273
273
  <line num="184" count="2" type="stmt"/>
274
274
  </file>
275
275
  <file name="RecommendedInsulin.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/RecommendedInsulin.tsx">
276
276
  <metrics statements="28" coveredstatements="28" conditionals="18" coveredconditionals="18" methods="7" coveredmethods="7"/>
277
277
  <line num="14" count="2" type="stmt"/>
278
278
  <line num="31" count="2" type="stmt"/>
279
- <line num="37" count="73" type="stmt"/>
280
- <line num="39" count="73" type="stmt"/>
279
+ <line num="37" count="81" type="stmt"/>
280
+ <line num="39" count="81" type="stmt"/>
281
281
  <line num="45" count="70" type="stmt"/>
282
282
  <line num="46" count="70" type="cond" truecount="2" falsecount="0"/>
283
283
  <line num="47" count="2" type="stmt"/>
284
- <line num="51" count="73" type="stmt"/>
284
+ <line num="51" count="81" type="stmt"/>
285
285
  <line num="52" count="1" type="stmt"/>
286
- <line num="55" count="73" type="stmt"/>
286
+ <line num="55" count="81" type="stmt"/>
287
287
  <line num="57" count="18" type="cond" truecount="5" falsecount="0"/>
288
288
  <line num="58" count="18" type="stmt"/>
289
289
  <line num="61" count="18" type="stmt"/>
290
- <line num="64" count="73" type="stmt"/>
290
+ <line num="64" count="81" type="stmt"/>
291
291
  <line num="65" count="29" type="stmt"/>
292
292
  <line num="68" count="28" type="cond" truecount="2" falsecount="0"/>
293
293
  <line num="70" count="28" type="cond" truecount="2" falsecount="0"/>
@@ -296,40 +296,40 @@
296
296
  <line num="73" count="12" type="stmt"/>
297
297
  <line num="79" count="16" type="stmt"/>
298
298
  <line num="80" count="16" type="stmt"/>
299
- <line num="83" count="73" type="stmt"/>
300
- <line num="84" count="143" type="cond" truecount="2" falsecount="0"/>
301
- <line num="85" count="143" type="cond" truecount="3" falsecount="0"/>
302
- <line num="86" count="143" type="stmt"/>
303
- <line num="125" count="73" type="stmt"/>
299
+ <line num="83" count="81" type="stmt"/>
300
+ <line num="84" count="151" type="cond" truecount="2" falsecount="0"/>
301
+ <line num="85" count="151" type="cond" truecount="3" falsecount="0"/>
302
+ <line num="86" count="151" type="stmt"/>
303
+ <line num="125" count="81" type="stmt"/>
304
304
  <line num="133" count="2" type="stmt"/>
305
305
  </file>
306
306
  <file name="Remeasure.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/Remeasure.tsx">
307
307
  <metrics statements="15" coveredstatements="15" conditionals="10" coveredconditionals="10" methods="5" coveredmethods="5"/>
308
- <line num="19" count="70" type="stmt"/>
309
- <line num="24" count="70" type="stmt"/>
308
+ <line num="19" count="78" type="stmt"/>
309
+ <line num="24" count="78" type="stmt"/>
310
310
  <line num="25" count="17" type="stmt"/>
311
311
  <line num="26" count="17" type="stmt"/>
312
- <line num="29" count="70" type="stmt"/>
313
- <line num="30" count="170" type="stmt"/>
314
- <line num="34" count="153" type="stmt"/>
315
- <line num="35" count="153" type="stmt"/>
316
- <line num="36" count="153" type="cond" truecount="2" falsecount="0"/>
317
- <line num="37" count="153" type="cond" truecount="2" falsecount="0"/>
318
- <line num="38" count="153" type="stmt"/>
319
- <line num="57" count="306" type="cond" truecount="2" falsecount="0"/>
320
- <line num="58" count="153" type="stmt"/>
312
+ <line num="29" count="78" type="stmt"/>
313
+ <line num="30" count="178" type="stmt"/>
314
+ <line num="34" count="161" type="stmt"/>
315
+ <line num="35" count="161" type="stmt"/>
316
+ <line num="36" count="161" type="cond" truecount="2" falsecount="0"/>
317
+ <line num="37" count="161" type="cond" truecount="2" falsecount="0"/>
318
+ <line num="38" count="161" type="stmt"/>
319
+ <line num="57" count="322" type="cond" truecount="2" falsecount="0"/>
320
+ <line num="58" count="161" type="stmt"/>
321
321
  <line num="77" count="2" type="stmt"/>
322
322
  <line num="115" count="2" type="stmt"/>
323
323
  </file>
324
324
  <file name="TransferToLogbook.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/TransferToLogbook.tsx">
325
325
  <metrics statements="8" coveredstatements="8" conditionals="4" coveredconditionals="4" methods="2" coveredmethods="2"/>
326
- <line num="19" count="57" type="stmt"/>
327
- <line num="23" count="57" type="stmt"/>
326
+ <line num="19" count="65" type="stmt"/>
327
+ <line num="23" count="65" type="stmt"/>
328
328
  <line num="24" count="6" type="stmt"/>
329
329
  <line num="27" count="6" type="stmt"/>
330
- <line num="31" count="127" type="cond" truecount="2" falsecount="0"/>
330
+ <line num="31" count="135" type="cond" truecount="2" falsecount="0"/>
331
331
  <line num="32" count="45" type="stmt"/>
332
- <line num="35" count="82" type="stmt"/>
332
+ <line num="35" count="90" type="stmt"/>
333
333
  <line num="58" count="2" type="stmt"/>
334
334
  </file>
335
335
  <file name="TwoOptionModal.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/TwoOptionModal.tsx">
@@ -376,15 +376,15 @@
376
376
  <file name="Emotion.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/mood/Emotion.tsx">
377
377
  <metrics statements="11" coveredstatements="11" conditionals="2" coveredconditionals="2" methods="6" coveredmethods="6"/>
378
378
  <line num="8" count="2" type="stmt"/>
379
- <line num="16" count="61" type="stmt"/>
379
+ <line num="16" count="69" type="stmt"/>
380
380
  <line num="17" count="8" type="cond" truecount="2" falsecount="0"/>
381
- <line num="20" count="61" type="stmt"/>
382
- <line num="21" count="1360" type="stmt"/>
383
- <line num="25" count="136" type="stmt"/>
384
- <line num="27" count="680" type="stmt"/>
385
- <line num="28" count="680" type="stmt"/>
381
+ <line num="20" count="69" type="stmt"/>
382
+ <line num="21" count="1440" type="stmt"/>
383
+ <line num="25" count="144" type="stmt"/>
384
+ <line num="27" count="720" type="stmt"/>
385
+ <line num="28" count="720" type="stmt"/>
386
386
  <line num="30" count="8" type="stmt"/>
387
- <line num="41" count="136" type="stmt"/>
387
+ <line num="41" count="144" type="stmt"/>
388
388
  <line num="52" count="2" type="stmt"/>
389
389
  </file>
390
390
  <file name="MoodIcon.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/mood/MoodIcon.tsx">
@@ -392,15 +392,15 @@
392
392
  <line num="5" count="3" type="stmt"/>
393
393
  <line num="13" count="3" type="stmt"/>
394
394
  <line num="21" count="3" type="stmt"/>
395
- <line num="30" count="310" type="stmt"/>
396
- <line num="31" count="690" type="cond" truecount="2" falsecount="0"/>
395
+ <line num="30" count="350" type="stmt"/>
396
+ <line num="31" count="730" type="cond" truecount="2" falsecount="0"/>
397
397
  <line num="32" count="19" type="stmt"/>
398
- <line num="34" count="671" type="stmt"/>
399
- <line num="37" count="310" type="stmt"/>
398
+ <line num="34" count="711" type="stmt"/>
399
+ <line num="37" count="350" type="stmt"/>
400
400
  <line num="38" count="13" type="stmt"/>
401
- <line num="42" count="690" type="stmt"/>
402
- <line num="43" count="690" type="stmt"/>
403
- <line num="44" count="690" type="stmt"/>
401
+ <line num="42" count="730" type="stmt"/>
402
+ <line num="43" count="730" type="stmt"/>
403
+ <line num="44" count="730" type="stmt"/>
404
404
  <line num="52" count="3" type="stmt"/>
405
405
  </file>
406
406
  </package>
@@ -410,12 +410,12 @@
410
410
  <metrics statements="8" coveredstatements="8" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
411
411
  <line num="7" count="15" type="stmt"/>
412
412
  <line num="16" count="15" type="stmt"/>
413
- <line num="22" count="64" type="cond" truecount="2" falsecount="0"/>
414
- <line num="24" count="64" type="stmt"/>
415
- <line num="25" count="64" type="stmt"/>
416
- <line num="26" count="64" type="cond" truecount="2" falsecount="0"/>
417
- <line num="27" count="64" type="stmt"/>
418
- <line num="28" count="64" type="stmt"/>
413
+ <line num="22" count="72" type="cond" truecount="2" falsecount="0"/>
414
+ <line num="24" count="72" type="stmt"/>
415
+ <line num="25" count="72" type="stmt"/>
416
+ <line num="26" count="72" type="cond" truecount="2" falsecount="0"/>
417
+ <line num="27" count="72" type="stmt"/>
418
+ <line num="28" count="72" type="stmt"/>
419
419
  </file>
420
420
  </package>
421
421
  <package name="src.utils">
@@ -424,7 +424,7 @@
424
424
  <metrics statements="36" coveredstatements="36" conditionals="2" coveredconditionals="2" methods="22" coveredmethods="22"/>
425
425
  <line num="6" count="5" type="stmt"/>
426
426
  <line num="7" count="25" type="stmt"/>
427
- <line num="8" count="6" type="stmt"/>
427
+ <line num="8" count="7" type="stmt"/>
428
428
  <line num="9" count="4" type="stmt"/>
429
429
  <line num="10" count="2" type="stmt"/>
430
430
  <line num="12" count="4" type="stmt"/>
@@ -435,9 +435,9 @@
435
435
  <line num="31" count="27" type="stmt"/>
436
436
  <line num="35" count="5" type="stmt"/>
437
437
  <line num="36" count="26" type="stmt"/>
438
- <line num="39" count="6" type="stmt"/>
438
+ <line num="39" count="7" type="stmt"/>
439
439
  <line num="40" count="5" type="stmt"/>
440
- <line num="41" count="41" type="stmt"/>
440
+ <line num="41" count="42" type="stmt"/>
441
441
  <line num="42" count="5" type="stmt"/>
442
442
  <line num="43" count="6" type="stmt"/>
443
443
  <line num="44" count="5" type="stmt"/>
@@ -445,7 +445,7 @@
445
445
  <line num="48" count="8" type="stmt"/>
446
446
  <line num="49" count="8" type="stmt"/>
447
447
  <line num="50" count="5" type="stmt"/>
448
- <line num="51" count="130" type="stmt"/>
448
+ <line num="51" count="138" type="stmt"/>
449
449
  <line num="55" count="5" type="stmt"/>
450
450
  <line num="56" count="10" type="stmt"/>
451
451
  <line num="64" count="5" type="stmt"/>
@@ -537,50 +537,50 @@
537
537
  </file>
538
538
  <file name="RecommendationUtils.ts" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/utils/RecommendationUtils.ts">
539
539
  <metrics statements="44" coveredstatements="44" conditionals="85" coveredconditionals="85" methods="6" coveredmethods="6"/>
540
- <line num="10" count="235" type="cond" truecount="2" falsecount="0"/>
540
+ <line num="10" count="258" type="cond" truecount="2" falsecount="0"/>
541
541
  <line num="11" count="3" type="stmt"/>
542
- <line num="13" count="232" type="cond" truecount="4" falsecount="0"/>
542
+ <line num="13" count="255" type="cond" truecount="4" falsecount="0"/>
543
543
  <line num="14" count="29" type="stmt"/>
544
- <line num="16" count="203" type="cond" truecount="4" falsecount="0"/>
545
- <line num="17" count="4" type="stmt"/>
546
- <line num="19" count="199" type="cond" truecount="4" falsecount="0"/>
544
+ <line num="16" count="226" type="cond" truecount="4" falsecount="0"/>
545
+ <line num="17" count="6" type="stmt"/>
546
+ <line num="19" count="220" type="cond" truecount="4" falsecount="0"/>
547
547
  <line num="20" count="2" type="stmt"/>
548
- <line num="22" count="197" type="cond" truecount="4" falsecount="0"/>
548
+ <line num="22" count="218" type="cond" truecount="4" falsecount="0"/>
549
549
  <line num="23" count="1" type="stmt"/>
550
- <line num="25" count="196" type="cond" truecount="4" falsecount="0"/>
551
- <line num="26" count="158" type="stmt"/>
552
- <line num="28" count="38" type="cond" truecount="4" falsecount="0"/>
550
+ <line num="25" count="217" type="cond" truecount="4" falsecount="0"/>
551
+ <line num="26" count="176" type="stmt"/>
552
+ <line num="28" count="41" type="cond" truecount="4" falsecount="0"/>
553
553
  <line num="29" count="27" type="stmt"/>
554
- <line num="31" count="11" type="cond" truecount="2" falsecount="0"/>
554
+ <line num="31" count="14" type="cond" truecount="2" falsecount="0"/>
555
555
  <line num="36" count="2" type="stmt"/>
556
- <line num="38" count="9" type="cond" truecount="4" falsecount="0"/>
557
- <line num="39" count="7" type="stmt"/>
556
+ <line num="38" count="12" type="cond" truecount="4" falsecount="0"/>
557
+ <line num="39" count="10" type="stmt"/>
558
558
  <line num="41" count="2" type="stmt"/>
559
- <line num="50" count="104" type="cond" truecount="2" falsecount="0"/>
560
- <line num="51" count="104" type="cond" truecount="10" falsecount="0"/>
561
- <line num="55" count="19" type="stmt"/>
562
- <line num="61" count="70" type="cond" truecount="4" falsecount="0"/>
563
- <line num="65" count="11" type="cond" truecount="2" falsecount="0"/>
559
+ <line num="50" count="112" type="cond" truecount="2" falsecount="0"/>
560
+ <line num="51" count="112" type="cond" truecount="10" falsecount="0"/>
561
+ <line num="55" count="20" type="stmt"/>
562
+ <line num="61" count="76" type="cond" truecount="4" falsecount="0"/>
563
+ <line num="65" count="12" type="cond" truecount="2" falsecount="0"/>
564
564
  <line num="70" count="4" type="stmt"/>
565
- <line num="75" count="185" type="stmt"/>
566
- <line num="76" count="185" type="stmt"/>
567
- <line num="77" count="185" type="stmt"/>
568
- <line num="78" count="185" type="cond" truecount="10" falsecount="0"/>
569
- <line num="82" count="146" type="stmt"/>
565
+ <line num="75" count="200" type="stmt"/>
566
+ <line num="76" count="200" type="stmt"/>
567
+ <line num="77" count="200" type="stmt"/>
568
+ <line num="78" count="200" type="cond" truecount="10" falsecount="0"/>
569
+ <line num="82" count="158" type="stmt"/>
570
570
  <line num="85" count="2" type="cond" truecount="2" falsecount="0"/>
571
- <line num="90" count="29" type="cond" truecount="4" falsecount="0"/>
572
- <line num="95" count="4" type="cond" truecount="2" falsecount="0"/>
571
+ <line num="90" count="30" type="cond" truecount="4" falsecount="0"/>
572
+ <line num="95" count="6" type="cond" truecount="2" falsecount="0"/>
573
573
  <line num="98" count="2" type="cond" truecount="2" falsecount="0"/>
574
574
  <line num="102" count="2" type="stmt"/>
575
- <line num="107" count="12" type="cond" truecount="4" falsecount="0"/>
576
- <line num="108" count="10" type="stmt"/>
577
- <line num="109" count="10" type="cond" truecount="2" falsecount="0"/>
578
- <line num="110" count="9" type="stmt"/>
575
+ <line num="107" count="15" type="cond" truecount="4" falsecount="0"/>
576
+ <line num="108" count="13" type="stmt"/>
577
+ <line num="109" count="13" type="cond" truecount="2" falsecount="0"/>
578
+ <line num="110" count="12" type="stmt"/>
579
579
  <line num="114" count="3" type="stmt"/>
580
- <line num="118" count="201" type="stmt"/>
581
- <line num="119" count="201" type="stmt"/>
582
- <line num="125" count="127" type="cond" truecount="2" falsecount="0"/>
583
- <line num="128" count="127" type="cond" truecount="2" falsecount="0"/>
580
+ <line num="118" count="217" type="stmt"/>
581
+ <line num="119" count="217" type="stmt"/>
582
+ <line num="125" count="135" type="cond" truecount="2" falsecount="0"/>
583
+ <line num="128" count="135" type="cond" truecount="2" falsecount="0"/>
584
584
  </file>
585
585
  <file name="Translations.ts" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/utils/Translations.ts">
586
586
  <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
@@ -593,86 +593,86 @@
593
593
  <metrics statements="22" coveredstatements="22" conditionals="12" coveredconditionals="12" methods="9" coveredmethods="9"/>
594
594
  <line num="4" count="9" type="stmt"/>
595
595
  <line num="5" count="9" type="stmt"/>
596
- <line num="9" count="103" type="cond" truecount="4" falsecount="0"/>
596
+ <line num="9" count="111" type="cond" truecount="4" falsecount="0"/>
597
597
  <line num="11" count="8" type="stmt"/>
598
- <line num="14" count="65" type="stmt"/>
598
+ <line num="14" count="73" type="stmt"/>
599
599
  <line num="17" count="29" type="stmt"/>
600
600
  <line num="20" count="1" type="stmt"/>
601
- <line num="25" count="100" type="stmt"/>
602
- <line num="26" count="99" type="stmt"/>
603
- <line num="30" count="813" type="cond" truecount="2" falsecount="0"/>
601
+ <line num="25" count="108" type="stmt"/>
602
+ <line num="26" count="107" type="stmt"/>
603
+ <line num="30" count="909" type="cond" truecount="2" falsecount="0"/>
604
604
  <line num="31" count="18" type="stmt"/>
605
- <line num="34" count="795" type="cond" truecount="2" falsecount="0"/>
606
- <line num="38" count="6" type="stmt"/>
607
- <line num="42" count="122" type="cond" truecount="2" falsecount="0"/>
608
- <line num="46" count="7" type="stmt"/>
609
- <line num="50" count="121" type="cond" truecount="2" falsecount="0"/>
605
+ <line num="34" count="891" type="cond" truecount="2" falsecount="0"/>
606
+ <line num="38" count="8" type="stmt"/>
607
+ <line num="42" count="130" type="cond" truecount="2" falsecount="0"/>
608
+ <line num="46" count="9" type="stmt"/>
609
+ <line num="50" count="129" type="cond" truecount="2" falsecount="0"/>
610
610
  <line num="53" count="9" type="stmt"/>
611
- <line num="54" count="257" type="stmt"/>
612
- <line num="55" count="257" type="stmt"/>
613
- <line num="56" count="257" type="stmt"/>
614
- <line num="60" count="185" type="stmt"/>
615
- <line num="61" count="185" type="stmt"/>
611
+ <line num="54" count="273" type="stmt"/>
612
+ <line num="55" count="273" type="stmt"/>
613
+ <line num="56" count="273" type="stmt"/>
614
+ <line num="60" count="200" type="stmt"/>
615
+ <line num="61" count="200" type="stmt"/>
616
616
  </file>
617
617
  <file name="Validations.ts" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/utils/Validations.ts">
618
618
  <metrics statements="96" coveredstatements="96" conditionals="74" coveredconditionals="74" methods="32" coveredmethods="32"/>
619
619
  <line num="47" count="2" type="stmt"/>
620
620
  <line num="48" count="2" type="stmt"/>
621
- <line num="51" count="56" type="stmt"/>
622
- <line num="52" count="56" type="stmt"/>
623
- <line num="54" count="56" type="stmt"/>
624
- <line num="55" count="56" type="stmt"/>
625
- <line num="56" count="56" type="stmt"/>
626
- <line num="58" count="56" type="stmt"/>
627
- <line num="59" count="56" type="stmt"/>
628
- <line num="60" count="56" type="stmt"/>
629
- <line num="61" count="55" type="stmt"/>
630
- <line num="62" count="55" type="cond" truecount="4" falsecount="0"/>
621
+ <line num="51" count="64" type="stmt"/>
622
+ <line num="52" count="64" type="stmt"/>
623
+ <line num="54" count="64" type="stmt"/>
624
+ <line num="55" count="64" type="stmt"/>
625
+ <line num="56" count="64" type="stmt"/>
626
+ <line num="58" count="64" type="stmt"/>
627
+ <line num="59" count="64" type="stmt"/>
628
+ <line num="60" count="64" type="stmt"/>
629
+ <line num="61" count="63" type="stmt"/>
630
+ <line num="62" count="63" type="cond" truecount="4" falsecount="0"/>
631
631
  <line num="63" count="5" type="stmt"/>
632
- <line num="67" count="61" type="cond" truecount="4" falsecount="0"/>
632
+ <line num="67" count="69" type="cond" truecount="4" falsecount="0"/>
633
633
  <line num="68" count="2" type="stmt"/>
634
- <line num="73" count="66" type="cond" truecount="2" falsecount="0"/>
634
+ <line num="73" count="74" type="cond" truecount="2" falsecount="0"/>
635
635
  <line num="74" count="5" type="stmt"/>
636
- <line num="78" count="63" type="cond" truecount="2" falsecount="0"/>
636
+ <line num="78" count="71" type="cond" truecount="2" falsecount="0"/>
637
637
  <line num="79" count="1" type="stmt"/>
638
- <line num="81" count="62" type="cond" truecount="4" falsecount="0"/>
639
- <line num="82" count="60" type="cond" truecount="2" falsecount="0"/>
638
+ <line num="81" count="70" type="cond" truecount="4" falsecount="0"/>
639
+ <line num="82" count="68" type="cond" truecount="2" falsecount="0"/>
640
640
  <line num="83" count="4" type="stmt"/>
641
- <line num="89" count="62" type="stmt"/>
642
- <line num="90" count="75" type="stmt"/>
643
- <line num="92" count="62" type="cond" truecount="2" falsecount="0"/>
641
+ <line num="89" count="70" type="stmt"/>
642
+ <line num="90" count="83" type="stmt"/>
643
+ <line num="92" count="70" type="cond" truecount="2" falsecount="0"/>
644
644
  <line num="93" count="3" type="stmt"/>
645
- <line num="98" count="66" type="stmt"/>
646
- <line num="99" count="61" type="cond" truecount="2" falsecount="0"/>
645
+ <line num="98" count="76" type="stmt"/>
646
+ <line num="99" count="69" type="cond" truecount="2" falsecount="0"/>
647
647
  <line num="100" count="3" type="stmt"/>
648
- <line num="104" count="62" type="cond" truecount="2" falsecount="0"/>
649
- <line num="105" count="66" type="stmt"/>
650
- <line num="106" count="60" type="cond" truecount="2" falsecount="0"/>
648
+ <line num="104" count="70" type="cond" truecount="2" falsecount="0"/>
649
+ <line num="105" count="76" type="stmt"/>
650
+ <line num="106" count="68" type="cond" truecount="2" falsecount="0"/>
651
651
  <line num="107" count="3" type="stmt"/>
652
- <line num="113" count="64" type="cond" truecount="2" falsecount="0"/>
652
+ <line num="113" count="72" type="cond" truecount="2" falsecount="0"/>
653
653
  <line num="114" count="4" type="stmt"/>
654
- <line num="119" count="56" type="stmt"/>
655
- <line num="120" count="56" type="stmt"/>
656
- <line num="121" count="56" type="stmt"/>
657
- <line num="122" count="56" type="stmt"/>
658
- <line num="123" count="56" type="stmt"/>
659
- <line num="124" count="56" type="stmt"/>
660
- <line num="125" count="56" type="stmt"/>
661
- <line num="126" count="56" type="stmt"/>
662
- <line num="127" count="56" type="stmt"/>
663
- <line num="131" count="58" type="cond" truecount="2" falsecount="0"/>
654
+ <line num="119" count="64" type="stmt"/>
655
+ <line num="120" count="64" type="stmt"/>
656
+ <line num="121" count="64" type="stmt"/>
657
+ <line num="122" count="64" type="stmt"/>
658
+ <line num="123" count="64" type="stmt"/>
659
+ <line num="124" count="64" type="stmt"/>
660
+ <line num="125" count="64" type="stmt"/>
661
+ <line num="126" count="64" type="stmt"/>
662
+ <line num="127" count="64" type="stmt"/>
663
+ <line num="131" count="66" type="cond" truecount="2" falsecount="0"/>
664
664
  <line num="132" count="7" type="stmt"/>
665
665
  <line num="133" count="6" type="stmt"/>
666
666
  <line num="134" count="6" type="stmt"/>
667
667
  <line num="135" count="6" type="stmt"/>
668
668
  <line num="136" count="6" type="stmt"/>
669
- <line num="141" count="58" type="cond" truecount="4" falsecount="0"/>
669
+ <line num="141" count="66" type="cond" truecount="4" falsecount="0"/>
670
670
  <line num="142" count="2" type="stmt"/>
671
- <line num="147" count="62" type="stmt"/>
672
- <line num="148" count="77" type="cond" truecount="2" falsecount="0"/>
671
+ <line num="147" count="70" type="stmt"/>
672
+ <line num="148" count="93" type="cond" truecount="2" falsecount="0"/>
673
673
  <line num="149" count="3" type="stmt"/>
674
- <line num="155" count="62" type="stmt"/>
675
- <line num="156" count="78" type="cond" truecount="2" falsecount="0"/>
674
+ <line num="155" count="70" type="stmt"/>
675
+ <line num="156" count="94" type="cond" truecount="2" falsecount="0"/>
676
676
  <line num="157" count="3" type="stmt"/>
677
677
  <line num="163" count="14" type="cond" truecount="2" falsecount="0"/>
678
678
  <line num="164" count="4" type="stmt"/>
@@ -698,19 +698,19 @@
698
698
  <line num="204" count="2" type="stmt"/>
699
699
  <line num="211" count="14" type="cond" truecount="2" falsecount="0"/>
700
700
  <line num="212" count="4" type="stmt"/>
701
- <line num="217" count="64" type="cond" truecount="2" falsecount="0"/>
702
- <line num="218" count="62" type="cond" truecount="2" falsecount="0"/>
701
+ <line num="217" count="72" type="cond" truecount="2" falsecount="0"/>
702
+ <line num="218" count="70" type="cond" truecount="2" falsecount="0"/>
703
703
  <line num="219" count="4" type="stmt"/>
704
- <line num="225" count="64" type="cond" truecount="2" falsecount="0"/>
704
+ <line num="225" count="72" type="cond" truecount="2" falsecount="0"/>
705
705
  <line num="226" count="4" type="stmt"/>
706
- <line num="231" count="64" type="cond" truecount="2" falsecount="0"/>
707
- <line num="232" count="61" type="cond" truecount="2" falsecount="0"/>
706
+ <line num="231" count="72" type="cond" truecount="2" falsecount="0"/>
707
+ <line num="232" count="69" type="cond" truecount="2" falsecount="0"/>
708
708
  <line num="233" count="4" type="stmt"/>
709
- <line num="239" count="64" type="cond" truecount="2" falsecount="0"/>
709
+ <line num="239" count="72" type="cond" truecount="2" falsecount="0"/>
710
710
  <line num="240" count="4" type="stmt"/>
711
- <line num="245" count="64" type="cond" truecount="2" falsecount="0"/>
711
+ <line num="245" count="72" type="cond" truecount="2" falsecount="0"/>
712
712
  <line num="246" count="4" type="stmt"/>
713
- <line num="251" count="64" type="cond" truecount="2" falsecount="0"/>
713
+ <line num="251" count="72" type="cond" truecount="2" falsecount="0"/>
714
714
  <line num="252" count="4" type="stmt"/>
715
715
  </file>
716
716
  </package>