@hedia/recommendation-screen 2.1.12 → 2.1.14
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.
- package/coverage/clover.xml +180 -175
- package/coverage/coverage-final.json +7 -7
- package/coverage/lcov-report/index.html +7 -7
- package/coverage/lcov-report/src/RecommendationScreen.tsx.html +14 -5
- package/coverage/lcov-report/src/__tests__/index.html +1 -1
- package/coverage/lcov-report/src/__tests__/utils.tsx.html +3 -3
- package/coverage/lcov-report/src/components/Header.tsx.html +3 -3
- package/coverage/lcov-report/src/components/InfoBars.tsx.html +3 -3
- package/coverage/lcov-report/src/components/InvisibleNumberInput.tsx.html +1 -1
- package/coverage/lcov-report/src/components/LimitationMessage.tsx.html +3 -3
- package/coverage/lcov-report/src/components/LineSeparator.tsx.html +1 -1
- package/coverage/lcov-report/src/components/RecentInsulin.tsx.html +4 -4
- package/coverage/lcov-report/src/components/RecommendationModal.tsx.html +11 -5
- package/coverage/lcov-report/src/components/RecommendedCarbs.tsx.html +12 -6
- package/coverage/lcov-report/src/components/RecommendedInsulin.tsx.html +11 -5
- package/coverage/lcov-report/src/components/Remeasure.tsx.html +3 -3
- package/coverage/lcov-report/src/components/TransferToLogbook.tsx.html +3 -3
- package/coverage/lcov-report/src/components/TwoOptionModal.tsx.html +11 -5
- package/coverage/lcov-report/src/components/activity/Activity.tsx.html +13 -4
- package/coverage/lcov-report/src/components/activity/ActivityIcon.tsx.html +1 -1
- package/coverage/lcov-report/src/components/activity/ActivityIntensity.tsx.html +1 -1
- package/coverage/lcov-report/src/components/activity/index.html +1 -1
- package/coverage/lcov-report/src/components/index.html +11 -11
- package/coverage/lcov-report/src/components/mood/Emotion.tsx.html +1 -1
- package/coverage/lcov-report/src/components/mood/MoodIcon.tsx.html +1 -1
- package/coverage/lcov-report/src/components/mood/index.html +1 -1
- package/coverage/lcov-report/src/index.html +5 -5
- package/coverage/lcov-report/src/locale/i18nUtils.ts.html +1 -1
- package/coverage/lcov-report/src/locale/index.html +1 -1
- package/coverage/lcov-report/src/utils/AttentionMessages.tsx.html +1 -1
- package/coverage/lcov-report/src/utils/Constants.ts.html +1 -1
- package/coverage/lcov-report/src/utils/RecommendationError.tsx.html +1 -1
- package/coverage/lcov-report/src/utils/RecommendationUtils.ts.html +1 -1
- package/coverage/lcov-report/src/utils/Translations.ts.html +1 -1
- package/coverage/lcov-report/src/utils/Utils.ts.html +1 -1
- package/coverage/lcov-report/src/utils/Validations.ts.html +1 -1
- package/coverage/lcov-report/src/utils/index.html +1 -1
- package/coverage/lcov.info +330 -325
- package/index.d.ts +2 -2
- package/index.js +2 -2
- package/package.json +1 -1
- package/src/RecommendationScreen.js +3 -2
- package/src/__tests__/RecommendationScreen.test.js +2 -1
- package/src/__tests__/components/Activity.test.js +2 -2
- package/src/__tests__/components/Header.test.js +2 -2
- package/src/__tests__/components/LimitationMessage.test.js +2 -2
- package/src/__tests__/components/RecommendationModal.test.js +2 -1
- package/src/__tests__/components/RecommendedCarbs.test.js +2 -1
- package/src/__tests__/components/RecommendedInsulin.test.js +2 -1
- package/src/__tests__/components/Remeasure.test.js +2 -1
- package/src/__tests__/components/TransferToLogbook.test.js +2 -2
- package/src/__tests__/components/TwoOptionModal.test.js +2 -1
- package/src/__tests__/utils.d.ts +2 -2
- package/src/components/Header.js +2 -2
- package/src/components/InfoBars.d.ts +3 -3
- package/src/components/LimitationMessage.js +2 -2
- package/src/components/RecentInsulin.js +3 -3
- package/src/components/RecommendationModal.js +2 -1
- package/src/components/RecommendedCarbs.d.ts +2 -2
- package/src/components/RecommendedCarbs.js +2 -1
- package/src/components/RecommendedInsulin.js +2 -1
- package/src/components/Remeasure.js +2 -2
- package/src/components/TransferToLogbook.js +2 -2
- package/src/components/TwoOptionModal.js +2 -1
- package/src/components/activity/Activity.js +2 -2
- package/src/types/enum.d.ts +67 -58
- package/src/types/enum.js +84 -74
package/coverage/clover.xml
CHANGED
|
@@ -1,115 +1,116 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1625565503815" clover="3.2.0">
|
|
3
|
+
<project timestamp="1625565503816" name="All files">
|
|
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
|
-
<metrics statements="
|
|
6
|
+
<metrics statements="105" coveredstatements="105" conditionals="47" coveredconditionals="47" methods="35" coveredmethods="35"/>
|
|
7
7
|
<file name="RecommendationScreen.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/RecommendationScreen.tsx">
|
|
8
|
-
<metrics statements="
|
|
9
|
-
<line num="
|
|
10
|
-
<line num="
|
|
11
|
-
<line num="
|
|
12
|
-
<line num="98" count="56" type="stmt"/>
|
|
8
|
+
<metrics statements="105" coveredstatements="105" conditionals="47" coveredconditionals="47" methods="35" coveredmethods="35"/>
|
|
9
|
+
<line num="34" count="1" type="stmt"/>
|
|
10
|
+
<line num="38" count="1" type="stmt"/>
|
|
11
|
+
<line num="94" count="56" type="stmt"/>
|
|
13
12
|
<line num="99" count="56" type="stmt"/>
|
|
14
|
-
<line num="100" count="
|
|
13
|
+
<line num="100" count="56" type="stmt"/>
|
|
14
|
+
<line num="101" count="56" type="stmt"/>
|
|
15
15
|
<line num="102" count="55" type="stmt"/>
|
|
16
|
-
<line num="
|
|
17
|
-
<line num="
|
|
18
|
-
<line num="112" count="
|
|
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
19
|
<line num="114" count="54" type="stmt"/>
|
|
20
|
-
<line num="
|
|
21
|
-
<line num="134" count="
|
|
22
|
-
<line num="
|
|
23
|
-
<line num="
|
|
24
|
-
<line num="
|
|
25
|
-
<line num="
|
|
26
|
-
<line num="147" count="
|
|
27
|
-
<line num="
|
|
28
|
-
<line num="
|
|
29
|
-
<line num="
|
|
30
|
-
<line num="
|
|
31
|
-
<line num="
|
|
32
|
-
<line num="
|
|
33
|
-
<line num="
|
|
34
|
-
<line num="
|
|
35
|
-
<line num="
|
|
36
|
-
<line num="
|
|
37
|
-
<line num="
|
|
38
|
-
<line num="
|
|
39
|
-
<line num="
|
|
40
|
-
<line num="177" count="
|
|
41
|
-
<line num="
|
|
42
|
-
<line num="
|
|
43
|
-
<line num="
|
|
44
|
-
<line num="
|
|
45
|
-
<line num="
|
|
46
|
-
<line num="
|
|
47
|
-
<line num="
|
|
48
|
-
<line num="
|
|
49
|
-
<line num="
|
|
50
|
-
<line num="
|
|
51
|
-
<line num="
|
|
52
|
-
<line num="
|
|
53
|
-
<line num="203" count="6" type="stmt"/>
|
|
20
|
+
<line num="116" count="54" type="stmt"/>
|
|
21
|
+
<line num="134" count="54" type="stmt"/>
|
|
22
|
+
<line num="136" count="2" type="stmt"/>
|
|
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"/>
|
|
29
|
+
<line num="153" count="4" type="stmt"/>
|
|
30
|
+
<line num="154" count="4" type="stmt"/>
|
|
31
|
+
<line num="155" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
32
|
+
<line num="156" count="1" type="stmt"/>
|
|
33
|
+
<line num="160" count="56" type="stmt"/>
|
|
34
|
+
<line num="161" count="6" type="stmt"/>
|
|
35
|
+
<line num="164" count="56" type="stmt"/>
|
|
36
|
+
<line num="165" count="5" type="stmt"/>
|
|
37
|
+
<line num="166" count="5" type="stmt"/>
|
|
38
|
+
<line num="175" count="56" type="stmt"/>
|
|
39
|
+
<line num="176" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
40
|
+
<line num="177" count="4" type="stmt"/>
|
|
41
|
+
<line num="179" count="1" type="stmt"/>
|
|
42
|
+
<line num="183" count="56" type="stmt"/>
|
|
43
|
+
<line num="184" count="8" type="stmt"/>
|
|
44
|
+
<line num="187" count="56" type="stmt"/>
|
|
45
|
+
<line num="188" count="1" type="stmt"/>
|
|
46
|
+
<line num="191" count="56" type="stmt"/>
|
|
47
|
+
<line num="192" count="3" type="stmt"/>
|
|
48
|
+
<line num="195" count="56" type="stmt"/>
|
|
49
|
+
<line num="196" count="10" type="stmt"/>
|
|
50
|
+
<line num="199" count="56" type="stmt"/>
|
|
51
|
+
<line num="200" count="3" type="stmt"/>
|
|
52
|
+
<line num="203" count="56" type="stmt"/>
|
|
54
53
|
<line num="204" count="6" type="stmt"/>
|
|
55
|
-
<line num="
|
|
56
|
-
<line num="
|
|
57
|
-
<line num="211" count="
|
|
54
|
+
<line num="205" count="6" type="stmt"/>
|
|
55
|
+
<line num="206" count="6" type="stmt"/>
|
|
56
|
+
<line num="211" count="56" type="stmt"/>
|
|
58
57
|
<line num="212" count="2" type="stmt"/>
|
|
59
|
-
<line num="
|
|
60
|
-
<line num="
|
|
61
|
-
<line num="218" count="
|
|
62
|
-
<line num="
|
|
63
|
-
<line num="
|
|
64
|
-
<line num="224" count="
|
|
58
|
+
<line num="213" count="2" type="stmt"/>
|
|
59
|
+
<line num="214" count="2" type="stmt"/>
|
|
60
|
+
<line num="218" count="56" type="stmt"/>
|
|
61
|
+
<line num="219" count="3" type="stmt"/>
|
|
62
|
+
<line num="220" count="3" type="stmt"/>
|
|
63
|
+
<line num="224" count="56" type="stmt"/>
|
|
65
64
|
<line num="225" count="1" type="stmt"/>
|
|
66
|
-
<line num="
|
|
67
|
-
<line num="
|
|
68
|
-
<line num="230" count="
|
|
69
|
-
<line num="
|
|
70
|
-
<line num="
|
|
71
|
-
<line num="235" count="
|
|
72
|
-
<line num="
|
|
73
|
-
<line num="
|
|
74
|
-
<line num="240" count="
|
|
75
|
-
<line num="
|
|
76
|
-
<line num="
|
|
77
|
-
<line num="
|
|
78
|
-
<line num="
|
|
79
|
-
<line num="
|
|
80
|
-
<line num="
|
|
81
|
-
<line num="
|
|
65
|
+
<line num="226" count="1" type="stmt"/>
|
|
66
|
+
<line num="227" count="1" type="stmt"/>
|
|
67
|
+
<line num="230" count="56" type="stmt"/>
|
|
68
|
+
<line num="231" count="5" type="stmt"/>
|
|
69
|
+
<line num="232" count="5" type="stmt"/>
|
|
70
|
+
<line num="235" count="56" type="stmt"/>
|
|
71
|
+
<line num="236" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
72
|
+
<line num="237" count="4" type="stmt"/>
|
|
73
|
+
<line num="240" count="56" type="stmt"/>
|
|
74
|
+
<line num="241" count="1" type="stmt"/>
|
|
75
|
+
<line num="242" count="1" type="stmt"/>
|
|
76
|
+
<line num="245" count="56" type="stmt"/>
|
|
77
|
+
<line num="246" count="2" type="stmt"/>
|
|
78
|
+
<line num="249" count="56" type="stmt"/>
|
|
79
|
+
<line num="250" count="2" type="stmt"/>
|
|
80
|
+
<line num="253" count="56" type="stmt"/>
|
|
82
81
|
<line num="261" count="7" type="stmt"/>
|
|
83
|
-
<line num="
|
|
84
|
-
<line num="
|
|
85
|
-
<line num="
|
|
86
|
-
<line num="
|
|
87
|
-
<line num="269" count="
|
|
82
|
+
<line num="262" count="7" type="stmt"/>
|
|
83
|
+
<line num="263" count="7" type="stmt"/>
|
|
84
|
+
<line num="265" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
85
|
+
<line num="266" count="7" type="stmt"/>
|
|
86
|
+
<line num="269" count="56" type="stmt"/>
|
|
88
87
|
<line num="270" count="165" type="stmt"/>
|
|
89
88
|
<line num="271" count="165" type="stmt"/>
|
|
90
|
-
<line num="
|
|
91
|
-
<line num="
|
|
92
|
-
<line num="276" count="
|
|
89
|
+
<line num="272" count="165" type="stmt"/>
|
|
90
|
+
<line num="273" count="165" type="stmt"/>
|
|
91
|
+
<line num="276" count="56" type="stmt"/>
|
|
93
92
|
<line num="277" count="54" type="stmt"/>
|
|
93
|
+
<line num="278" count="54" type="stmt"/>
|
|
94
94
|
<line num="279" count="54" type="stmt"/>
|
|
95
|
-
<line num="
|
|
96
|
-
<line num="
|
|
95
|
+
<line num="281" count="54" type="stmt"/>
|
|
96
|
+
<line num="284" count="56" type="stmt"/>
|
|
97
97
|
<line num="285" count="124" type="stmt"/>
|
|
98
|
-
<line num="
|
|
99
|
-
<line num="
|
|
100
|
-
<line num="
|
|
101
|
-
<line num="
|
|
102
|
-
<line num="
|
|
103
|
-
<line num="315" count="123" type="
|
|
104
|
-
<line num="
|
|
105
|
-
<line num="318" count="123" type="
|
|
106
|
-
<line num="
|
|
107
|
-
<line num="
|
|
108
|
-
<line num="322" count="123" type="cond" truecount="
|
|
109
|
-
<line num="
|
|
110
|
-
<line num="
|
|
111
|
-
<line num="
|
|
112
|
-
<line num="
|
|
98
|
+
<line num="287" count="124" type="stmt"/>
|
|
99
|
+
<line num="291" count="125" type="cond" truecount="2" falsecount="0"/>
|
|
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"/>
|
|
113
|
+
<line num="461" count="1" type="stmt"/>
|
|
113
114
|
</file>
|
|
114
115
|
</package>
|
|
115
116
|
<package name="src.__tests__">
|
|
@@ -139,7 +140,7 @@
|
|
|
139
140
|
</file>
|
|
140
141
|
</package>
|
|
141
142
|
<package name="src.components">
|
|
142
|
-
<metrics statements="
|
|
143
|
+
<metrics statements="164" coveredstatements="164" conditionals="96" coveredconditionals="96" methods="45" coveredmethods="45"/>
|
|
143
144
|
<file name="Header.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/Header.tsx">
|
|
144
145
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
145
146
|
<line num="15" count="130" type="stmt"/>
|
|
@@ -211,30 +212,29 @@
|
|
|
211
212
|
<line num="48" count="1" type="stmt"/>
|
|
212
213
|
</file>
|
|
213
214
|
<file name="RecommendationModal.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/RecommendationModal.tsx">
|
|
214
|
-
<metrics statements="
|
|
215
|
-
<line num="
|
|
216
|
-
<line num="
|
|
217
|
-
<line num="
|
|
218
|
-
<line num="
|
|
219
|
-
<line num="
|
|
220
|
-
<line num="
|
|
221
|
-
<line num="
|
|
222
|
-
<line num="
|
|
223
|
-
<line num="
|
|
224
|
-
<line num="
|
|
215
|
+
<metrics statements="33" coveredstatements="33" conditionals="12" coveredconditionals="12" methods="7" coveredmethods="7"/>
|
|
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"/>
|
|
220
|
+
<line num="33" count="3" type="stmt"/>
|
|
221
|
+
<line num="34" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
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"/>
|
|
225
226
|
<line num="62" count="35" type="stmt"/>
|
|
226
|
-
<line num="
|
|
227
|
-
<line num="
|
|
228
|
-
<line num="
|
|
229
|
-
<line num="97" count="133" type="
|
|
230
|
-
<line num="
|
|
231
|
-
<line num="
|
|
232
|
-
<line num="
|
|
233
|
-
<line num="
|
|
234
|
-
<line num="129" count="136" 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"/>
|
|
233
|
+
<line num="125" count="3" type="stmt"/>
|
|
234
|
+
<line num="126" count="3" type="stmt"/>
|
|
235
235
|
<line num="130" count="136" type="stmt"/>
|
|
236
|
-
<line num="
|
|
237
|
-
<line num="
|
|
236
|
+
<line num="131" count="136" type="stmt"/>
|
|
237
|
+
<line num="132" count="136" 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"/>
|
|
@@ -243,61 +243,65 @@
|
|
|
243
243
|
<line num="145" count="4" type="stmt"/>
|
|
244
244
|
<line num="146" count="4" type="stmt"/>
|
|
245
245
|
<line num="147" count="4" type="stmt"/>
|
|
246
|
+
<line num="148" count="4" type="stmt"/>
|
|
246
247
|
<line num="149" count="4" type="stmt"/>
|
|
248
|
+
<line num="151" count="4" type="stmt"/>
|
|
247
249
|
</file>
|
|
248
250
|
<file name="RecommendedCarbs.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/RecommendedCarbs.tsx">
|
|
249
|
-
<metrics statements="
|
|
250
|
-
<line num="
|
|
251
|
-
<line num="
|
|
252
|
-
<line num="
|
|
253
|
-
<line num="
|
|
254
|
-
<line num="
|
|
255
|
-
<line num="
|
|
256
|
-
<line num="
|
|
257
|
-
<line num="
|
|
258
|
-
<line num="
|
|
259
|
-
<line num="
|
|
260
|
-
<line num="
|
|
261
|
-
<line num="
|
|
262
|
-
<line num="
|
|
263
|
-
<line num="
|
|
264
|
-
<line num="
|
|
265
|
-
<line num="
|
|
266
|
-
<line num="
|
|
267
|
-
<line num="
|
|
268
|
-
<line num="
|
|
269
|
-
<line num="
|
|
270
|
-
<line num="
|
|
251
|
+
<metrics statements="22" coveredstatements="22" conditionals="10" coveredconditionals="10" methods="7" coveredmethods="7"/>
|
|
252
|
+
<line num="13" count="2" type="stmt"/>
|
|
253
|
+
<line num="36" count="65" type="stmt"/>
|
|
254
|
+
<line num="42" count="65" type="stmt"/>
|
|
255
|
+
<line num="43" count="2" type="stmt"/>
|
|
256
|
+
<line num="46" count="65" type="stmt"/>
|
|
257
|
+
<line num="47" count="1" type="stmt"/>
|
|
258
|
+
<line num="52" count="65" type="stmt"/>
|
|
259
|
+
<line num="53" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
260
|
+
<line num="54" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
261
|
+
<line num="55" count="1" type="stmt"/>
|
|
262
|
+
<line num="56" count="1" type="stmt"/>
|
|
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"/>
|
|
273
|
+
<line num="184" count="2" type="stmt"/>
|
|
271
274
|
</file>
|
|
272
275
|
<file name="RecommendedInsulin.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/RecommendedInsulin.tsx">
|
|
273
|
-
<metrics statements="
|
|
274
|
-
<line num="
|
|
275
|
-
<line num="
|
|
276
|
+
<metrics statements="28" coveredstatements="28" conditionals="18" coveredconditionals="18" methods="7" coveredmethods="7"/>
|
|
277
|
+
<line num="14" count="2" type="stmt"/>
|
|
278
|
+
<line num="31" count="2" type="stmt"/>
|
|
276
279
|
<line num="37" count="73" type="stmt"/>
|
|
277
|
-
<line num="
|
|
278
|
-
<line num="
|
|
279
|
-
<line num="
|
|
280
|
-
<line num="
|
|
281
|
-
<line num="
|
|
282
|
-
<line num="
|
|
283
|
-
<line num="55" count="
|
|
284
|
-
<line num="
|
|
285
|
-
<line num="
|
|
286
|
-
<line num="
|
|
287
|
-
<line num="
|
|
288
|
-
<line num="
|
|
280
|
+
<line num="39" count="73" type="stmt"/>
|
|
281
|
+
<line num="45" count="70" type="stmt"/>
|
|
282
|
+
<line num="46" count="70" type="cond" truecount="2" falsecount="0"/>
|
|
283
|
+
<line num="47" count="2" type="stmt"/>
|
|
284
|
+
<line num="51" count="73" type="stmt"/>
|
|
285
|
+
<line num="52" count="1" type="stmt"/>
|
|
286
|
+
<line num="55" count="73" type="stmt"/>
|
|
287
|
+
<line num="57" count="18" type="cond" truecount="5" falsecount="0"/>
|
|
288
|
+
<line num="58" count="18" type="stmt"/>
|
|
289
|
+
<line num="61" count="18" type="stmt"/>
|
|
290
|
+
<line num="64" count="73" type="stmt"/>
|
|
291
|
+
<line num="65" count="29" type="stmt"/>
|
|
289
292
|
<line num="68" count="28" type="cond" truecount="2" falsecount="0"/>
|
|
290
|
-
<line num="
|
|
291
|
-
<line num="
|
|
292
|
-
<line num="
|
|
293
|
-
<line num="
|
|
294
|
-
<line num="
|
|
295
|
-
<line num="
|
|
296
|
-
<line num="
|
|
297
|
-
<line num="
|
|
298
|
-
<line num="
|
|
299
|
-
<line num="
|
|
300
|
-
<line num="
|
|
293
|
+
<line num="70" count="28" type="cond" truecount="2" falsecount="0"/>
|
|
294
|
+
<line num="71" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
295
|
+
<line num="72" count="12" type="stmt"/>
|
|
296
|
+
<line num="73" count="12" type="stmt"/>
|
|
297
|
+
<line num="79" count="16" type="stmt"/>
|
|
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"/>
|
|
304
|
+
<line num="133" count="2" type="stmt"/>
|
|
301
305
|
</file>
|
|
302
306
|
<file name="Remeasure.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/Remeasure.tsx">
|
|
303
307
|
<metrics statements="15" coveredstatements="15" conditionals="10" coveredconditionals="10" methods="5" coveredmethods="5"/>
|
|
@@ -329,12 +333,13 @@
|
|
|
329
333
|
<line num="58" count="2" type="stmt"/>
|
|
330
334
|
</file>
|
|
331
335
|
<file name="TwoOptionModal.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/TwoOptionModal.tsx">
|
|
332
|
-
<metrics statements="
|
|
333
|
-
<line num="
|
|
334
|
-
<line num="
|
|
335
|
-
<line num="
|
|
336
|
-
<line num="
|
|
337
|
-
<line num="
|
|
336
|
+
<metrics statements="6" coveredstatements="6" conditionals="16" coveredconditionals="16" methods="2" coveredmethods="2"/>
|
|
337
|
+
<line num="8" count="2" type="stmt"/>
|
|
338
|
+
<line num="24" count="13" type="stmt"/>
|
|
339
|
+
<line num="28" count="16" type="stmt"/>
|
|
340
|
+
<line num="29" count="16" type="stmt"/>
|
|
341
|
+
<line num="84" count="2" type="stmt"/>
|
|
342
|
+
<line num="85" count="2" type="stmt"/>
|
|
338
343
|
</file>
|
|
339
344
|
</package>
|
|
340
345
|
<package name="src.components.activity">
|
|
@@ -344,7 +349,7 @@
|
|
|
344
349
|
<line num="18" count="25" type="stmt"/>
|
|
345
350
|
<line num="19" count="25" type="cond" truecount="2" falsecount="0"/>
|
|
346
351
|
<line num="21" count="25" type="stmt"/>
|
|
347
|
-
<line num="
|
|
352
|
+
<line num="60" count="2" type="stmt"/>
|
|
348
353
|
</file>
|
|
349
354
|
<file name="ActivityIcon.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/activity/ActivityIcon.tsx">
|
|
350
355
|
<metrics statements="8" coveredstatements="8" conditionals="6" coveredconditionals="6" methods="2" coveredmethods="2"/>
|