@hedia/recommendation-screen 2.1.13 → 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.
- package/coverage/clover.xml +353 -348
- package/coverage/coverage-final.json +20 -20
- package/coverage/lcov-report/index.html +7 -7
- package/coverage/lcov-report/src/RecommendationScreen.tsx.html +71 -65
- package/coverage/lcov-report/src/__tests__/index.html +1 -1
- package/coverage/lcov-report/src/__tests__/utils.tsx.html +9 -9
- package/coverage/lcov-report/src/components/Header.tsx.html +4 -4
- package/coverage/lcov-report/src/components/InfoBars.tsx.html +14 -14
- package/coverage/lcov-report/src/components/InvisibleNumberInput.tsx.html +11 -11
- package/coverage/lcov-report/src/components/LimitationMessage.tsx.html +3 -3
- package/coverage/lcov-report/src/components/LineSeparator.tsx.html +2 -2
- package/coverage/lcov-report/src/components/RecentInsulin.tsx.html +4 -4
- package/coverage/lcov-report/src/components/RecommendationModal.tsx.html +27 -21
- package/coverage/lcov-report/src/components/RecommendedCarbs.tsx.html +25 -19
- package/coverage/lcov-report/src/components/RecommendedInsulin.tsx.html +21 -15
- package/coverage/lcov-report/src/components/Remeasure.tsx.html +14 -14
- package/coverage/lcov-report/src/components/TransferToLogbook.tsx.html +7 -7
- 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 +8 -8
- package/coverage/lcov-report/src/components/mood/MoodIcon.tsx.html +8 -8
- 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 +7 -7
- package/coverage/lcov-report/src/locale/index.html +1 -1
- package/coverage/lcov-report/src/utils/AttentionMessages.tsx.html +5 -5
- 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 +32 -32
- package/coverage/lcov-report/src/utils/Translations.ts.html +1 -1
- package/coverage/lcov-report/src/utils/Utils.ts.html +18 -18
- package/coverage/lcov-report/src/utils/Validations.ts.html +50 -50
- package/coverage/lcov-report/src/utils/index.html +1 -1
- package/coverage/lcov.info +747 -742
- package/index.d.ts +2 -2
- package/index.js +2 -2
- package/package.json +1 -1
- package/src/RecommendationScreen.js +2 -1
- package/src/__tests__/RecommendationScreen.test.js +36 -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 -61
- package/src/types/enum.js +84 -78
- package/src/utils/Utils.js +2 -2
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="1625833913195" clover="3.2.0">
|
|
3
|
+
<project timestamp="1625833913195" 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="
|
|
13
|
-
<line num="
|
|
14
|
-
<line num="
|
|
15
|
-
<line num="102" count="
|
|
16
|
-
<line num="
|
|
17
|
-
<line num="
|
|
18
|
-
<line num="112" count="
|
|
19
|
-
<line num="114" count="
|
|
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"/>
|
|
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="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
|
+
<line num="136" count="2" type="stmt"/>
|
|
23
|
+
<line num="137" count="2" 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
|
+
<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="64" type="stmt"/>
|
|
34
|
+
<line num="161" count="6" type="stmt"/>
|
|
35
|
+
<line num="164" count="64" type="stmt"/>
|
|
36
|
+
<line num="165" count="5" type="stmt"/>
|
|
37
|
+
<line num="166" count="5" type="stmt"/>
|
|
38
|
+
<line num="175" count="64" 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="64" type="stmt"/>
|
|
43
|
+
<line num="184" count="8" type="stmt"/>
|
|
44
|
+
<line num="187" count="64" type="stmt"/>
|
|
45
|
+
<line num="188" count="1" type="stmt"/>
|
|
46
|
+
<line num="191" count="64" type="stmt"/>
|
|
47
|
+
<line num="192" count="3" type="stmt"/>
|
|
48
|
+
<line num="195" count="64" type="stmt"/>
|
|
49
|
+
<line num="196" count="10" type="stmt"/>
|
|
50
|
+
<line num="199" count="64" type="stmt"/>
|
|
51
|
+
<line num="200" count="3" type="stmt"/>
|
|
52
|
+
<line num="203" count="64" 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="64" 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="64" type="stmt"/>
|
|
61
|
+
<line num="219" count="3" type="stmt"/>
|
|
62
|
+
<line num="220" count="3" type="stmt"/>
|
|
63
|
+
<line num="224" count="64" 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="64" type="stmt"/>
|
|
68
|
+
<line num="231" count="5" type="stmt"/>
|
|
69
|
+
<line num="232" count="5" type="stmt"/>
|
|
70
|
+
<line num="235" count="64" 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="64" type="stmt"/>
|
|
74
|
+
<line num="241" count="1" type="stmt"/>
|
|
75
|
+
<line num="242" count="1" type="stmt"/>
|
|
76
|
+
<line num="245" count="64" type="stmt"/>
|
|
77
|
+
<line num="246" count="2" type="stmt"/>
|
|
78
|
+
<line num="249" count="64" type="stmt"/>
|
|
79
|
+
<line num="250" count="2" type="stmt"/>
|
|
80
|
+
<line num="253" count="64" 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="
|
|
88
|
-
<line num="270" count="
|
|
89
|
-
<line num="271" count="
|
|
90
|
-
<line num="
|
|
91
|
-
<line num="
|
|
92
|
-
<line num="276" count="
|
|
93
|
-
<line num="277" count="
|
|
94
|
-
<line num="
|
|
95
|
-
<line num="
|
|
96
|
-
<line num="
|
|
97
|
-
<line num="
|
|
98
|
-
<line num="
|
|
99
|
-
<line num="
|
|
100
|
-
<line num="
|
|
101
|
-
<line num="
|
|
102
|
-
<line num="
|
|
103
|
-
<line num="
|
|
104
|
-
<line num="
|
|
105
|
-
<line num="
|
|
106
|
-
<line num="
|
|
107
|
-
<line num="320" count="
|
|
108
|
-
<line num="
|
|
109
|
-
<line num="
|
|
110
|
-
<line num="
|
|
111
|
-
<line num="
|
|
112
|
-
<line num="
|
|
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="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
|
+
<line num="292" count="2" 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
|
+
<line num="461" count="1" type="stmt"/>
|
|
113
114
|
</file>
|
|
114
115
|
</package>
|
|
115
116
|
<package name="src.__tests__">
|
|
@@ -122,16 +123,16 @@
|
|
|
122
123
|
<line num="15" count="14" type="stmt"/>
|
|
123
124
|
<line num="16" count="14" type="stmt"/>
|
|
124
125
|
<line num="17" count="14" type="stmt"/>
|
|
125
|
-
<line num="20" count="
|
|
126
|
-
<line num="45" count="
|
|
126
|
+
<line num="20" count="99" type="stmt"/>
|
|
127
|
+
<line num="45" count="79" type="stmt"/>
|
|
127
128
|
<line num="66" count="22" type="stmt"/>
|
|
128
129
|
<line num="75" count="24" type="stmt"/>
|
|
129
|
-
<line num="84" count="
|
|
130
|
+
<line num="84" count="106" type="stmt"/>
|
|
130
131
|
<line num="109" count="303" type="stmt"/>
|
|
131
132
|
<line num="115" count="303" type="stmt"/>
|
|
132
|
-
<line num="119" count="
|
|
133
|
-
<line num="120" count="
|
|
134
|
-
<line num="121" count="
|
|
133
|
+
<line num="119" count="34" type="stmt"/>
|
|
134
|
+
<line num="120" count="34" type="stmt"/>
|
|
135
|
+
<line num="121" count="34" type="stmt"/>
|
|
135
136
|
<line num="125" count="93" type="stmt"/>
|
|
136
137
|
<line num="131" count="93" type="stmt"/>
|
|
137
138
|
<line num="135" count="12" type="stmt"/>
|
|
@@ -139,36 +140,36 @@
|
|
|
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
|
-
<line num="15" count="
|
|
146
|
+
<line num="15" count="138" type="stmt"/>
|
|
146
147
|
<line num="49" count="2" type="stmt"/>
|
|
147
148
|
</file>
|
|
148
149
|
<file name="InfoBars.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/InfoBars.tsx">
|
|
149
150
|
<metrics statements="13" coveredstatements="13" conditionals="14" coveredconditionals="14" methods="3" coveredmethods="3"/>
|
|
150
|
-
<line num="19" count="
|
|
151
|
-
<line num="20" count="
|
|
152
|
-
<line num="21" count="
|
|
153
|
-
<line num="22" count="
|
|
154
|
-
<line num="23" count="
|
|
155
|
-
<line num="26" count="
|
|
156
|
-
<line num="27" count="
|
|
157
|
-
<line num="28" count="
|
|
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"/>
|
|
158
159
|
<line num="29" count="1" type="stmt"/>
|
|
159
|
-
<line num="31" count="
|
|
160
|
-
<line num="35" count="
|
|
161
|
-
<line num="36" count="
|
|
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"/>
|
|
162
163
|
<line num="64" count="6" type="stmt"/>
|
|
163
164
|
</file>
|
|
164
165
|
<file name="InvisibleNumberInput.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/InvisibleNumberInput.tsx">
|
|
165
166
|
<metrics statements="29" coveredstatements="29" conditionals="12" coveredconditionals="12" methods="8" coveredmethods="8"/>
|
|
166
|
-
<line num="23" count="
|
|
167
|
-
<line num="28" count="
|
|
168
|
-
<line num="31" count="
|
|
167
|
+
<line num="23" count="143" type="stmt"/>
|
|
168
|
+
<line num="28" count="143" type="stmt"/>
|
|
169
|
+
<line num="31" count="143" type="stmt"/>
|
|
169
170
|
<line num="32" count="45" type="stmt"/>
|
|
170
171
|
<line num="35" count="45" type="stmt"/>
|
|
171
|
-
<line num="39" count="
|
|
172
|
+
<line num="39" count="143" type="stmt"/>
|
|
172
173
|
<line num="40" count="45" type="stmt"/>
|
|
173
174
|
<line num="41" count="45" type="stmt"/>
|
|
174
175
|
<line num="42" count="40" type="stmt"/>
|
|
@@ -177,20 +178,20 @@
|
|
|
177
178
|
<line num="46" count="45" type="cond" truecount="2" falsecount="0"/>
|
|
178
179
|
<line num="47" count="40" type="stmt"/>
|
|
179
180
|
<line num="49" count="5" type="stmt"/>
|
|
180
|
-
<line num="52" count="
|
|
181
|
+
<line num="52" count="143" type="stmt"/>
|
|
181
182
|
<line num="53" count="41" type="cond" truecount="2" falsecount="0"/>
|
|
182
183
|
<line num="54" count="41" type="stmt"/>
|
|
183
184
|
<line num="55" count="41" type="cond" truecount="2" falsecount="0"/>
|
|
184
185
|
<line num="56" count="36" type="stmt"/>
|
|
185
186
|
<line num="58" count="41" type="stmt"/>
|
|
186
187
|
<line num="61" count="41" type="stmt"/>
|
|
187
|
-
<line num="64" count="
|
|
188
|
+
<line num="64" count="143" type="stmt"/>
|
|
188
189
|
<line num="65" count="14" type="stmt"/>
|
|
189
190
|
<line num="66" count="14" type="stmt"/>
|
|
190
|
-
<line num="70" count="
|
|
191
|
-
<line num="71" count="
|
|
192
|
-
<line num="77" count="
|
|
193
|
-
<line num="78" count="
|
|
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"/>
|
|
194
195
|
<line num="92" count="4" type="stmt"/>
|
|
195
196
|
</file>
|
|
196
197
|
<file name="LimitationMessage.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/LimitationMessage.tsx">
|
|
@@ -201,7 +202,7 @@
|
|
|
201
202
|
</file>
|
|
202
203
|
<file name="LineSeparator.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/LineSeparator.tsx">
|
|
203
204
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
204
|
-
<line num="10" count="
|
|
205
|
+
<line num="10" count="76" type="stmt"/>
|
|
205
206
|
<line num="18" count="2" type="stmt"/>
|
|
206
207
|
</file>
|
|
207
208
|
<file name="RecentInsulin.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/RecentInsulin.tsx">
|
|
@@ -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="
|
|
225
|
-
<line num="62" count="
|
|
226
|
-
<line num="
|
|
227
|
-
<line num="
|
|
228
|
-
<line num="
|
|
229
|
-
<line num="97" count="
|
|
230
|
-
<line num="
|
|
231
|
-
<line num="
|
|
232
|
-
<line num="
|
|
233
|
-
<line num="
|
|
234
|
-
<line num="
|
|
235
|
-
<line num="
|
|
236
|
-
<line num="
|
|
237
|
-
<line num="139" count="4" type="stmt"/>
|
|
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="73" type="stmt"/>
|
|
218
|
+
<line num="27" count="73" type="stmt"/>
|
|
219
|
+
<line num="32" count="73" 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="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
|
+
<line num="125" count="3" type="stmt"/>
|
|
234
|
+
<line num="126" count="3" 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"/>
|
|
@@ -243,98 +243,103 @@
|
|
|
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="73" type="stmt"/>
|
|
254
|
+
<line num="42" count="73" type="stmt"/>
|
|
255
|
+
<line num="43" count="2" type="stmt"/>
|
|
256
|
+
<line num="46" count="73" type="stmt"/>
|
|
257
|
+
<line num="47" count="1" type="stmt"/>
|
|
258
|
+
<line num="52" count="73" 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="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
|
+
<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
|
-
<line num="37" count="
|
|
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="
|
|
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"/>
|
|
279
|
+
<line num="37" count="81" type="stmt"/>
|
|
280
|
+
<line num="39" count="81" 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="81" type="stmt"/>
|
|
285
|
+
<line num="52" count="1" type="stmt"/>
|
|
286
|
+
<line num="55" count="81" 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="81" 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="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
|
+
<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"/>
|
|
304
|
-
<line num="19" count="
|
|
305
|
-
<line num="24" count="
|
|
308
|
+
<line num="19" count="78" type="stmt"/>
|
|
309
|
+
<line num="24" count="78" type="stmt"/>
|
|
306
310
|
<line num="25" count="17" type="stmt"/>
|
|
307
311
|
<line num="26" count="17" type="stmt"/>
|
|
308
|
-
<line num="29" count="
|
|
309
|
-
<line num="30" count="
|
|
310
|
-
<line num="34" count="
|
|
311
|
-
<line num="35" count="
|
|
312
|
-
<line num="36" count="
|
|
313
|
-
<line num="37" count="
|
|
314
|
-
<line num="38" count="
|
|
315
|
-
<line num="57" count="
|
|
316
|
-
<line num="58" count="
|
|
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"/>
|
|
317
321
|
<line num="77" count="2" type="stmt"/>
|
|
318
322
|
<line num="115" count="2" type="stmt"/>
|
|
319
323
|
</file>
|
|
320
324
|
<file name="TransferToLogbook.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/TransferToLogbook.tsx">
|
|
321
325
|
<metrics statements="8" coveredstatements="8" conditionals="4" coveredconditionals="4" methods="2" coveredmethods="2"/>
|
|
322
|
-
<line num="19" count="
|
|
323
|
-
<line num="23" count="
|
|
326
|
+
<line num="19" count="65" type="stmt"/>
|
|
327
|
+
<line num="23" count="65" type="stmt"/>
|
|
324
328
|
<line num="24" count="6" type="stmt"/>
|
|
325
329
|
<line num="27" count="6" type="stmt"/>
|
|
326
|
-
<line num="31" count="
|
|
330
|
+
<line num="31" count="135" type="cond" truecount="2" falsecount="0"/>
|
|
327
331
|
<line num="32" count="45" type="stmt"/>
|
|
328
|
-
<line num="35" count="
|
|
332
|
+
<line num="35" count="90" type="stmt"/>
|
|
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"/>
|
|
@@ -371,15 +376,15 @@
|
|
|
371
376
|
<file name="Emotion.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/mood/Emotion.tsx">
|
|
372
377
|
<metrics statements="11" coveredstatements="11" conditionals="2" coveredconditionals="2" methods="6" coveredmethods="6"/>
|
|
373
378
|
<line num="8" count="2" type="stmt"/>
|
|
374
|
-
<line num="16" count="
|
|
379
|
+
<line num="16" count="69" type="stmt"/>
|
|
375
380
|
<line num="17" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
376
|
-
<line num="20" count="
|
|
377
|
-
<line num="21" count="
|
|
378
|
-
<line num="25" count="
|
|
379
|
-
<line num="27" count="
|
|
380
|
-
<line num="28" count="
|
|
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"/>
|
|
381
386
|
<line num="30" count="8" type="stmt"/>
|
|
382
|
-
<line num="41" count="
|
|
387
|
+
<line num="41" count="144" type="stmt"/>
|
|
383
388
|
<line num="52" count="2" type="stmt"/>
|
|
384
389
|
</file>
|
|
385
390
|
<file name="MoodIcon.tsx" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/components/mood/MoodIcon.tsx">
|
|
@@ -387,15 +392,15 @@
|
|
|
387
392
|
<line num="5" count="3" type="stmt"/>
|
|
388
393
|
<line num="13" count="3" type="stmt"/>
|
|
389
394
|
<line num="21" count="3" type="stmt"/>
|
|
390
|
-
<line num="30" count="
|
|
391
|
-
<line num="31" count="
|
|
395
|
+
<line num="30" count="350" type="stmt"/>
|
|
396
|
+
<line num="31" count="730" type="cond" truecount="2" falsecount="0"/>
|
|
392
397
|
<line num="32" count="19" type="stmt"/>
|
|
393
|
-
<line num="34" count="
|
|
394
|
-
<line num="37" count="
|
|
398
|
+
<line num="34" count="711" type="stmt"/>
|
|
399
|
+
<line num="37" count="350" type="stmt"/>
|
|
395
400
|
<line num="38" count="13" type="stmt"/>
|
|
396
|
-
<line num="42" count="
|
|
397
|
-
<line num="43" count="
|
|
398
|
-
<line num="44" count="
|
|
401
|
+
<line num="42" count="730" type="stmt"/>
|
|
402
|
+
<line num="43" count="730" type="stmt"/>
|
|
403
|
+
<line num="44" count="730" type="stmt"/>
|
|
399
404
|
<line num="52" count="3" type="stmt"/>
|
|
400
405
|
</file>
|
|
401
406
|
</package>
|
|
@@ -405,12 +410,12 @@
|
|
|
405
410
|
<metrics statements="8" coveredstatements="8" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
|
406
411
|
<line num="7" count="15" type="stmt"/>
|
|
407
412
|
<line num="16" count="15" type="stmt"/>
|
|
408
|
-
<line num="22" count="
|
|
409
|
-
<line num="24" count="
|
|
410
|
-
<line num="25" count="
|
|
411
|
-
<line num="26" count="
|
|
412
|
-
<line num="27" count="
|
|
413
|
-
<line num="28" count="
|
|
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"/>
|
|
414
419
|
</file>
|
|
415
420
|
</package>
|
|
416
421
|
<package name="src.utils">
|
|
@@ -419,7 +424,7 @@
|
|
|
419
424
|
<metrics statements="36" coveredstatements="36" conditionals="2" coveredconditionals="2" methods="22" coveredmethods="22"/>
|
|
420
425
|
<line num="6" count="5" type="stmt"/>
|
|
421
426
|
<line num="7" count="25" type="stmt"/>
|
|
422
|
-
<line num="8" count="
|
|
427
|
+
<line num="8" count="7" type="stmt"/>
|
|
423
428
|
<line num="9" count="4" type="stmt"/>
|
|
424
429
|
<line num="10" count="2" type="stmt"/>
|
|
425
430
|
<line num="12" count="4" type="stmt"/>
|
|
@@ -430,9 +435,9 @@
|
|
|
430
435
|
<line num="31" count="27" type="stmt"/>
|
|
431
436
|
<line num="35" count="5" type="stmt"/>
|
|
432
437
|
<line num="36" count="26" type="stmt"/>
|
|
433
|
-
<line num="39" count="
|
|
438
|
+
<line num="39" count="7" type="stmt"/>
|
|
434
439
|
<line num="40" count="5" type="stmt"/>
|
|
435
|
-
<line num="41" count="
|
|
440
|
+
<line num="41" count="42" type="stmt"/>
|
|
436
441
|
<line num="42" count="5" type="stmt"/>
|
|
437
442
|
<line num="43" count="6" type="stmt"/>
|
|
438
443
|
<line num="44" count="5" type="stmt"/>
|
|
@@ -440,7 +445,7 @@
|
|
|
440
445
|
<line num="48" count="8" type="stmt"/>
|
|
441
446
|
<line num="49" count="8" type="stmt"/>
|
|
442
447
|
<line num="50" count="5" type="stmt"/>
|
|
443
|
-
<line num="51" count="
|
|
448
|
+
<line num="51" count="138" type="stmt"/>
|
|
444
449
|
<line num="55" count="5" type="stmt"/>
|
|
445
450
|
<line num="56" count="10" type="stmt"/>
|
|
446
451
|
<line num="64" count="5" type="stmt"/>
|
|
@@ -532,50 +537,50 @@
|
|
|
532
537
|
</file>
|
|
533
538
|
<file name="RecommendationUtils.ts" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/utils/RecommendationUtils.ts">
|
|
534
539
|
<metrics statements="44" coveredstatements="44" conditionals="85" coveredconditionals="85" methods="6" coveredmethods="6"/>
|
|
535
|
-
<line num="10" count="
|
|
540
|
+
<line num="10" count="258" type="cond" truecount="2" falsecount="0"/>
|
|
536
541
|
<line num="11" count="3" type="stmt"/>
|
|
537
|
-
<line num="13" count="
|
|
542
|
+
<line num="13" count="255" type="cond" truecount="4" falsecount="0"/>
|
|
538
543
|
<line num="14" count="29" type="stmt"/>
|
|
539
|
-
<line num="16" count="
|
|
540
|
-
<line num="17" count="
|
|
541
|
-
<line num="19" count="
|
|
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"/>
|
|
542
547
|
<line num="20" count="2" type="stmt"/>
|
|
543
|
-
<line num="22" count="
|
|
548
|
+
<line num="22" count="218" type="cond" truecount="4" falsecount="0"/>
|
|
544
549
|
<line num="23" count="1" type="stmt"/>
|
|
545
|
-
<line num="25" count="
|
|
546
|
-
<line num="26" count="
|
|
547
|
-
<line num="28" count="
|
|
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"/>
|
|
548
553
|
<line num="29" count="27" type="stmt"/>
|
|
549
|
-
<line num="31" count="
|
|
554
|
+
<line num="31" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
550
555
|
<line num="36" count="2" type="stmt"/>
|
|
551
|
-
<line num="38" count="
|
|
552
|
-
<line num="39" count="
|
|
556
|
+
<line num="38" count="12" type="cond" truecount="4" falsecount="0"/>
|
|
557
|
+
<line num="39" count="10" type="stmt"/>
|
|
553
558
|
<line num="41" count="2" type="stmt"/>
|
|
554
|
-
<line num="50" count="
|
|
555
|
-
<line num="51" count="
|
|
556
|
-
<line num="55" count="
|
|
557
|
-
<line num="61" count="
|
|
558
|
-
<line num="65" count="
|
|
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"/>
|
|
559
564
|
<line num="70" count="4" type="stmt"/>
|
|
560
|
-
<line num="75" count="
|
|
561
|
-
<line num="76" count="
|
|
562
|
-
<line num="77" count="
|
|
563
|
-
<line num="78" count="
|
|
564
|
-
<line num="82" count="
|
|
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"/>
|
|
565
570
|
<line num="85" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
566
|
-
<line num="90" count="
|
|
567
|
-
<line num="95" count="
|
|
571
|
+
<line num="90" count="30" type="cond" truecount="4" falsecount="0"/>
|
|
572
|
+
<line num="95" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
568
573
|
<line num="98" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
569
574
|
<line num="102" count="2" type="stmt"/>
|
|
570
|
-
<line num="107" count="
|
|
571
|
-
<line num="108" count="
|
|
572
|
-
<line num="109" count="
|
|
573
|
-
<line num="110" count="
|
|
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"/>
|
|
574
579
|
<line num="114" count="3" type="stmt"/>
|
|
575
|
-
<line num="118" count="
|
|
576
|
-
<line num="119" count="
|
|
577
|
-
<line num="125" count="
|
|
578
|
-
<line num="128" count="
|
|
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"/>
|
|
579
584
|
</file>
|
|
580
585
|
<file name="Translations.ts" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/utils/Translations.ts">
|
|
581
586
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
|
|
@@ -588,86 +593,86 @@
|
|
|
588
593
|
<metrics statements="22" coveredstatements="22" conditionals="12" coveredconditionals="12" methods="9" coveredmethods="9"/>
|
|
589
594
|
<line num="4" count="9" type="stmt"/>
|
|
590
595
|
<line num="5" count="9" type="stmt"/>
|
|
591
|
-
<line num="9" count="
|
|
596
|
+
<line num="9" count="111" type="cond" truecount="4" falsecount="0"/>
|
|
592
597
|
<line num="11" count="8" type="stmt"/>
|
|
593
|
-
<line num="14" count="
|
|
598
|
+
<line num="14" count="73" type="stmt"/>
|
|
594
599
|
<line num="17" count="29" type="stmt"/>
|
|
595
600
|
<line num="20" count="1" type="stmt"/>
|
|
596
|
-
<line num="25" count="
|
|
597
|
-
<line num="26" count="
|
|
598
|
-
<line num="30" count="
|
|
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"/>
|
|
599
604
|
<line num="31" count="18" type="stmt"/>
|
|
600
|
-
<line num="34" count="
|
|
601
|
-
<line num="38" count="
|
|
602
|
-
<line num="42" count="
|
|
603
|
-
<line num="46" count="
|
|
604
|
-
<line num="50" count="
|
|
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"/>
|
|
605
610
|
<line num="53" count="9" type="stmt"/>
|
|
606
|
-
<line num="54" count="
|
|
607
|
-
<line num="55" count="
|
|
608
|
-
<line num="56" count="
|
|
609
|
-
<line num="60" count="
|
|
610
|
-
<line num="61" count="
|
|
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"/>
|
|
611
616
|
</file>
|
|
612
617
|
<file name="Validations.ts" path="/home/runner/work/hedia-recommendation-screen/hedia-recommendation-screen/src/utils/Validations.ts">
|
|
613
618
|
<metrics statements="96" coveredstatements="96" conditionals="74" coveredconditionals="74" methods="32" coveredmethods="32"/>
|
|
614
619
|
<line num="47" count="2" type="stmt"/>
|
|
615
620
|
<line num="48" count="2" type="stmt"/>
|
|
616
|
-
<line num="51" count="
|
|
617
|
-
<line num="52" count="
|
|
618
|
-
<line num="54" count="
|
|
619
|
-
<line num="55" count="
|
|
620
|
-
<line num="56" count="
|
|
621
|
-
<line num="58" count="
|
|
622
|
-
<line num="59" count="
|
|
623
|
-
<line num="60" count="
|
|
624
|
-
<line num="61" count="
|
|
625
|
-
<line num="62" count="
|
|
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"/>
|
|
626
631
|
<line num="63" count="5" type="stmt"/>
|
|
627
|
-
<line num="67" count="
|
|
632
|
+
<line num="67" count="69" type="cond" truecount="4" falsecount="0"/>
|
|
628
633
|
<line num="68" count="2" type="stmt"/>
|
|
629
|
-
<line num="73" count="
|
|
634
|
+
<line num="73" count="74" type="cond" truecount="2" falsecount="0"/>
|
|
630
635
|
<line num="74" count="5" type="stmt"/>
|
|
631
|
-
<line num="78" count="
|
|
636
|
+
<line num="78" count="71" type="cond" truecount="2" falsecount="0"/>
|
|
632
637
|
<line num="79" count="1" type="stmt"/>
|
|
633
|
-
<line num="81" count="
|
|
634
|
-
<line num="82" count="
|
|
638
|
+
<line num="81" count="70" type="cond" truecount="4" falsecount="0"/>
|
|
639
|
+
<line num="82" count="68" type="cond" truecount="2" falsecount="0"/>
|
|
635
640
|
<line num="83" count="4" type="stmt"/>
|
|
636
|
-
<line num="89" count="
|
|
637
|
-
<line num="90" count="
|
|
638
|
-
<line num="92" count="
|
|
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"/>
|
|
639
644
|
<line num="93" count="3" type="stmt"/>
|
|
640
|
-
<line num="98" count="
|
|
641
|
-
<line num="99" count="
|
|
645
|
+
<line num="98" count="76" type="stmt"/>
|
|
646
|
+
<line num="99" count="69" type="cond" truecount="2" falsecount="0"/>
|
|
642
647
|
<line num="100" count="3" type="stmt"/>
|
|
643
|
-
<line num="104" count="
|
|
644
|
-
<line num="105" count="
|
|
645
|
-
<line num="106" count="
|
|
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"/>
|
|
646
651
|
<line num="107" count="3" type="stmt"/>
|
|
647
|
-
<line num="113" count="
|
|
652
|
+
<line num="113" count="72" type="cond" truecount="2" falsecount="0"/>
|
|
648
653
|
<line num="114" count="4" type="stmt"/>
|
|
649
|
-
<line num="119" count="
|
|
650
|
-
<line num="120" count="
|
|
651
|
-
<line num="121" count="
|
|
652
|
-
<line num="122" count="
|
|
653
|
-
<line num="123" count="
|
|
654
|
-
<line num="124" count="
|
|
655
|
-
<line num="125" count="
|
|
656
|
-
<line num="126" count="
|
|
657
|
-
<line num="127" count="
|
|
658
|
-
<line num="131" count="
|
|
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"/>
|
|
659
664
|
<line num="132" count="7" type="stmt"/>
|
|
660
665
|
<line num="133" count="6" type="stmt"/>
|
|
661
666
|
<line num="134" count="6" type="stmt"/>
|
|
662
667
|
<line num="135" count="6" type="stmt"/>
|
|
663
668
|
<line num="136" count="6" type="stmt"/>
|
|
664
|
-
<line num="141" count="
|
|
669
|
+
<line num="141" count="66" type="cond" truecount="4" falsecount="0"/>
|
|
665
670
|
<line num="142" count="2" type="stmt"/>
|
|
666
|
-
<line num="147" count="
|
|
667
|
-
<line num="148" count="
|
|
671
|
+
<line num="147" count="70" type="stmt"/>
|
|
672
|
+
<line num="148" count="93" type="cond" truecount="2" falsecount="0"/>
|
|
668
673
|
<line num="149" count="3" type="stmt"/>
|
|
669
|
-
<line num="155" count="
|
|
670
|
-
<line num="156" count="
|
|
674
|
+
<line num="155" count="70" type="stmt"/>
|
|
675
|
+
<line num="156" count="94" type="cond" truecount="2" falsecount="0"/>
|
|
671
676
|
<line num="157" count="3" type="stmt"/>
|
|
672
677
|
<line num="163" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
673
678
|
<line num="164" count="4" type="stmt"/>
|
|
@@ -693,19 +698,19 @@
|
|
|
693
698
|
<line num="204" count="2" type="stmt"/>
|
|
694
699
|
<line num="211" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
695
700
|
<line num="212" count="4" type="stmt"/>
|
|
696
|
-
<line num="217" count="
|
|
697
|
-
<line num="218" count="
|
|
701
|
+
<line num="217" count="72" type="cond" truecount="2" falsecount="0"/>
|
|
702
|
+
<line num="218" count="70" type="cond" truecount="2" falsecount="0"/>
|
|
698
703
|
<line num="219" count="4" type="stmt"/>
|
|
699
|
-
<line num="225" count="
|
|
704
|
+
<line num="225" count="72" type="cond" truecount="2" falsecount="0"/>
|
|
700
705
|
<line num="226" count="4" type="stmt"/>
|
|
701
|
-
<line num="231" count="
|
|
702
|
-
<line num="232" count="
|
|
706
|
+
<line num="231" count="72" type="cond" truecount="2" falsecount="0"/>
|
|
707
|
+
<line num="232" count="69" type="cond" truecount="2" falsecount="0"/>
|
|
703
708
|
<line num="233" count="4" type="stmt"/>
|
|
704
|
-
<line num="239" count="
|
|
709
|
+
<line num="239" count="72" type="cond" truecount="2" falsecount="0"/>
|
|
705
710
|
<line num="240" count="4" type="stmt"/>
|
|
706
|
-
<line num="245" count="
|
|
711
|
+
<line num="245" count="72" type="cond" truecount="2" falsecount="0"/>
|
|
707
712
|
<line num="246" count="4" type="stmt"/>
|
|
708
|
-
<line num="251" count="
|
|
713
|
+
<line num="251" count="72" type="cond" truecount="2" falsecount="0"/>
|
|
709
714
|
<line num="252" count="4" type="stmt"/>
|
|
710
715
|
</file>
|
|
711
716
|
</package>
|