qpp-style 9.9.0 → 9.10.0
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/components/SideNav/Content/LevelOneContent.jsx +24 -1
- package/components/SideNav/UI/SideNavUI.jsx +2 -0
- package/components/SideNav/UI/default-content.json +19 -0
- package/coverage/clover.xml +213 -141
- package/coverage/coverage-final.json +36 -34
- package/coverage/lcov-report/block-navigation.js +8 -0
- package/coverage/lcov-report/components/SanitizedContent/index.html +1 -1
- package/coverage/lcov-report/components/SanitizedContent/index.jsx.html +1 -1
- package/coverage/lcov-report/components/SideNav/AnimationGroup/AnimationGroup.jsx.html +31 -10
- package/coverage/lcov-report/components/SideNav/AnimationGroup/index.html +11 -11
- package/coverage/lcov-report/components/SideNav/Chart/ScoreChart.jsx.html +94 -94
- package/coverage/lcov-report/components/SideNav/Chart/index.html +21 -21
- package/coverage/lcov-report/components/SideNav/Chart/index.js.html +1 -1
- package/coverage/lcov-report/components/SideNav/Content/LevelOneContent.jsx.html +173 -503
- package/coverage/lcov-report/components/SideNav/Content/LevelTwoContent.jsx.html +19 -13
- package/coverage/lcov-report/components/SideNav/Content/index.html +21 -21
- package/coverage/lcov-report/components/SideNav/Content/index.js.html +1 -1
- package/coverage/lcov-report/components/SideNav/Details/IndividualDetails.jsx.html +1 -1
- package/coverage/lcov-report/components/SideNav/Details/PracticeDetails.jsx.html +19 -7
- package/coverage/lcov-report/components/SideNav/Details/index.html +13 -13
- package/coverage/lcov-report/components/SideNav/Details/index.js.html +1 -1
- package/coverage/lcov-report/components/SideNav/Links/CmsSwitchLink.jsx.html +1 -1
- package/coverage/lcov-report/components/SideNav/Links/NavItemInline.jsx.html +1 -1
- package/coverage/lcov-report/components/SideNav/Links/NavLinkContainer.jsx.html +46 -61
- package/coverage/lcov-report/components/SideNav/Links/NavLinkDrawer.jsx.html +189 -21
- package/coverage/lcov-report/components/SideNav/Links/NavLinkInline.jsx.html +41 -41
- package/coverage/lcov-report/components/SideNav/Links/NavLinkToggle.jsx.html +1 -1
- package/coverage/lcov-report/components/SideNav/Links/index.html +37 -37
- package/coverage/lcov-report/components/SideNav/Links/index.js.html +1 -1
- package/coverage/lcov-report/components/SideNav/UI/SideNavUI.jsx.html +145 -169
- package/coverage/lcov-report/components/SideNav/UI/index.html +21 -21
- package/coverage/lcov-report/components/SideNav/UI/index.js.html +1 -1
- package/coverage/lcov-report/components/SideNav/helpers.js.html +15 -9
- package/coverage/lcov-report/components/SideNav/index.html +11 -11
- package/coverage/lcov-report/components/hooks/index.html +111 -0
- package/coverage/lcov-report/components/hooks/useGetConfig.js.html +302 -0
- package/coverage/lcov-report/index.html +107 -86
- package/coverage/lcov-report/lib/SvgComponents.jsx.html +60 -60
- package/coverage/lcov-report/lib/index.html +15 -30
- package/coverage/lcov-report/lib/svg-definitions.svg.html +1 -1
- package/coverage/lcov-report/react/components/Accordion/index.html +8 -2
- package/coverage/lcov-report/react/components/Accordion/index.jsx.html +8 -2
- package/coverage/lcov-report/react/components/Button/index.html +117 -0
- package/coverage/lcov-report/react/components/Button/index.js.html +356 -0
- package/coverage/lcov-report/react/components/Error/Collapsible.jsx.html +12 -6
- package/coverage/lcov-report/react/components/Error/ErrorUI.jsx.html +8 -2
- package/coverage/lcov-report/react/components/Error/error.js.html +8 -2
- package/coverage/lcov-report/react/components/Error/index.html +11 -5
- package/coverage/lcov-report/react/components/Footer/FooterUI.jsx.html +167 -119
- package/coverage/lcov-report/react/components/Footer/LegacyFooterUI.jsx.html +8 -2
- package/coverage/lcov-report/react/components/Footer/SocialLinks.jsx.html +8 -2
- package/coverage/lcov-report/react/components/Footer/Subscribe.jsx.html +8 -2
- package/coverage/lcov-report/react/components/Footer/footer.js.html +8 -2
- package/coverage/lcov-report/react/components/Footer/index.html +26 -20
- package/coverage/lcov-report/react/components/Header/HeaderAccountMenu.jsx.html +9 -3
- package/coverage/lcov-report/react/components/Header/HeaderCancel.jsx.html +10 -4
- package/coverage/lcov-report/react/components/Header/HeaderContainer.jsx.html +21 -6
- package/coverage/lcov-report/react/components/Header/HeaderLogo.jsx.html +8 -2
- package/coverage/lcov-report/react/components/Header/HeaderMenuButton.js.html +8 -2
- package/coverage/lcov-report/react/components/Header/HeaderMenuItem.jsx.html +10 -4
- package/coverage/lcov-report/react/components/Header/HeaderMenuLink.js.html +8 -2
- package/coverage/lcov-report/react/components/Header/HeaderMenuSignOutButton.js.html +9 -3
- package/coverage/lcov-report/react/components/Header/HeaderMobileButton.js.html +9 -3
- package/coverage/lcov-report/react/components/Header/HeaderUI.jsx.html +31 -4
- package/coverage/lcov-report/react/components/Header/HelpIcon.jsx.html +8 -2
- package/coverage/lcov-report/react/components/Header/ImpersonatorBanner.jsx.html +251 -0
- package/coverage/lcov-report/react/components/Header/NavigationButtonIcon.jsx.html +8 -2
- package/coverage/lcov-report/react/components/Header/header.js.html +15 -3
- package/coverage/lcov-report/react/components/Header/hooks.js.html +9 -3
- package/coverage/lcov-report/react/components/Header/index.html +43 -22
- package/coverage/lcov-report/react/components/Header/utag-helpers.js.html +8 -2
- package/coverage/lcov-report/react/components/Infotip/Infotip.jsx.html +8 -2
- package/coverage/lcov-report/react/components/Infotip/InfotipIcon.jsx.html +8 -2
- package/coverage/lcov-report/react/components/Infotip/index.html +8 -2
- package/coverage/lcov-report/react/components/Infotip/index.js.html +8 -2
- package/coverage/lcov-report/react/components/Modal/LegacyModal.jsx.html +10 -4
- package/coverage/lcov-report/react/components/Modal/Modal.jsx.html +12 -6
- package/coverage/lcov-report/react/components/Modal/index.html +17 -11
- package/coverage/lcov-report/react/components/Modal/index.jsx.html +9 -3
- package/coverage/lcov-report/react/components/NotificationBanner/index.html +10 -4
- package/coverage/lcov-report/react/components/NotificationBanner/index.js.html +11 -5
- package/coverage/lcov-report/react/components/SanitizedContent/index.html +8 -2
- package/coverage/lcov-report/react/components/SanitizedContent/index.jsx.html +8 -2
- package/coverage/lcov-report/react/components/SessionDialog/index.html +8 -2
- package/coverage/lcov-report/react/components/SessionDialog/sessionDialog.js.html +8 -2
- package/coverage/lcov-report/react/components/SessionDialogUI.jsx.html +9 -3
- package/coverage/lcov-report/react/components/SideNav/AnimationGroup/AnimationGroup.jsx.html +31 -10
- package/coverage/lcov-report/react/components/SideNav/AnimationGroup/index.html +18 -12
- package/coverage/lcov-report/react/components/SideNav/Chart/ScoreChart.jsx.html +9 -3
- package/coverage/lcov-report/react/components/SideNav/Chart/index.html +8 -2
- package/coverage/lcov-report/react/components/SideNav/Chart/index.js.html +8 -2
- package/coverage/lcov-report/react/components/SideNav/Content/LevelOneContent.jsx.html +39 -15
- package/coverage/lcov-report/react/components/SideNav/Content/LevelTwoContent.jsx.html +10 -4
- package/coverage/lcov-report/react/components/SideNav/Content/index.html +29 -23
- package/coverage/lcov-report/react/components/SideNav/Content/index.js.html +8 -2
- package/coverage/lcov-report/react/components/SideNav/Details/IndividualDetails.jsx.html +10 -4
- package/coverage/lcov-report/react/components/SideNav/Details/PracticeDetails.jsx.html +10 -4
- package/coverage/lcov-report/react/components/SideNav/Details/index.html +16 -10
- package/coverage/lcov-report/react/components/SideNav/Details/index.js.html +8 -2
- package/coverage/lcov-report/react/components/SideNav/Links/CmsSwitchLink.jsx.html +8 -2
- package/coverage/lcov-report/react/components/SideNav/Links/NavItemInline.jsx.html +8 -2
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkContainer.jsx.html +10 -4
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkDrawer.jsx.html +156 -18
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkInline.jsx.html +10 -4
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkToggle.jsx.html +8 -2
- package/coverage/lcov-report/react/components/SideNav/Links/index.html +30 -24
- package/coverage/lcov-report/react/components/SideNav/Links/index.js.html +8 -2
- package/coverage/lcov-report/react/components/SideNav/UI/SideNavUI.jsx.html +40 -13
- package/coverage/lcov-report/react/components/SideNav/UI/index.html +26 -20
- package/coverage/lcov-report/react/components/SideNav/UI/index.js.html +8 -2
- package/coverage/lcov-report/react/components/SideNav/helpers.js.html +10 -4
- package/coverage/lcov-report/react/components/SideNav/index.html +8 -2
- package/coverage/lcov-report/react/components/SideNav/index.js.html +8 -2
- package/coverage/lcov-report/react/components/Tooltip/Tooltip.jsx.html +8 -2
- package/coverage/lcov-report/react/components/Tooltip/index.html +8 -2
- package/coverage/lcov-report/react/components/Tooltip/index.js.html +8 -2
- package/coverage/lcov-report/react/components/Tooltip/position.js.html +8 -2
- package/coverage/lcov-report/react/components/hooks/index.html +10 -4
- package/coverage/lcov-report/react/components/hooks/useGetConfig.js.html +9 -3
- package/coverage/lcov-report/react/components/index.html +10 -4
- package/coverage/lcov-report/react/index.html +13 -7
- package/coverage/lcov-report/react/index.js.html +10 -4
- package/coverage/lcov-report/react/lib/Chevron.jsx.html +8 -2
- package/coverage/lcov-report/react/lib/SvgComponents.jsx.html +8 -2
- package/coverage/lcov-report/react/lib/index.html +10 -4
- package/coverage/lcov-report/react/lib/svg-definitions.svg.html +8 -2
- package/coverage/lcov-report/react/session/index.html +28 -22
- package/coverage/lcov-report/react/session/index.js.html +8 -2
- package/coverage/lcov-report/react/session/logout.js.html +47 -14
- package/coverage/lcov-report/react/session/refresh.js.html +14 -8
- package/coverage/lcov-report/react/session/ttl.js.html +9 -3
- package/coverage/lcov-report/sorter.js +26 -0
- package/coverage/lcov.info +498 -327
- package/dist/browser.js +1 -1
- package/dist/browser.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/react/index.js +1 -1
- package/dist/react/index.js.map +1 -1
- package/package.json +17 -17
- package/styles/qppds/components/_modal.scss +15 -1
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1640195167667" clover="3.2.0">
|
|
3
|
+
<project timestamp="1640195167667" name="All files">
|
|
4
|
+
<metrics statements="985" coveredstatements="546" conditionals="677" coveredconditionals="181" methods="285" coveredmethods="104" elements="1947" coveredelements="831" complexity="0" loc="985" ncloc="985" packages="23" files="68" classes="68"/>
|
|
5
5
|
<package name="react">
|
|
6
6
|
<metrics statements="6" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="5" coveredmethods="0"/>
|
|
7
7
|
<file name="index.js" path="/Users/calvincieslak/repos/qpp-style/react/index.js">
|
|
@@ -106,6 +106,32 @@
|
|
|
106
106
|
<line num="88" count="3" type="stmt"/>
|
|
107
107
|
</file>
|
|
108
108
|
</package>
|
|
109
|
+
<package name="react.components.Button">
|
|
110
|
+
<metrics statements="20" coveredstatements="8" conditionals="13" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
111
|
+
<file name="index.js" path="/Users/calvincieslak/repos/qpp-style/react/components/Button/index.js">
|
|
112
|
+
<metrics statements="20" coveredstatements="8" conditionals="13" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
113
|
+
<line num="4" count="2" type="stmt"/>
|
|
114
|
+
<line num="5" count="2" type="stmt"/>
|
|
115
|
+
<line num="7" count="2" type="stmt"/>
|
|
116
|
+
<line num="18" count="0" type="stmt"/>
|
|
117
|
+
<line num="20" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
118
|
+
<line num="21" count="0" type="stmt"/>
|
|
119
|
+
<line num="23" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
120
|
+
<line num="24" count="0" type="stmt"/>
|
|
121
|
+
<line num="26" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
122
|
+
<line num="27" count="0" type="stmt"/>
|
|
123
|
+
<line num="30" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
124
|
+
<line num="31" count="0" type="stmt"/>
|
|
125
|
+
<line num="42" count="0" type="stmt"/>
|
|
126
|
+
<line num="56" count="2" type="stmt"/>
|
|
127
|
+
<line num="67" count="2" type="stmt"/>
|
|
128
|
+
<line num="72" count="0" type="stmt"/>
|
|
129
|
+
<line num="78" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
130
|
+
<line num="79" count="0" type="stmt"/>
|
|
131
|
+
<line num="82" count="2" type="stmt"/>
|
|
132
|
+
<line num="86" count="2" type="stmt"/>
|
|
133
|
+
</file>
|
|
134
|
+
</package>
|
|
109
135
|
<package name="react.components.Error">
|
|
110
136
|
<metrics statements="21" coveredstatements="18" conditionals="12" coveredconditionals="7" methods="8" coveredmethods="6"/>
|
|
111
137
|
<file name="Collapsible.jsx" path="/Users/calvincieslak/repos/qpp-style/react/components/Error/Collapsible.jsx">
|
|
@@ -140,27 +166,30 @@
|
|
|
140
166
|
</file>
|
|
141
167
|
</package>
|
|
142
168
|
<package name="react.components.Footer">
|
|
143
|
-
<metrics statements="
|
|
169
|
+
<metrics statements="32" coveredstatements="21" conditionals="29" coveredconditionals="13" methods="9" coveredmethods="3"/>
|
|
144
170
|
<file name="FooterUI.jsx" path="/Users/calvincieslak/repos/qpp-style/react/components/Footer/FooterUI.jsx">
|
|
145
|
-
<metrics statements="
|
|
171
|
+
<metrics statements="21" coveredstatements="15" conditionals="19" coveredconditionals="5" methods="5" coveredmethods="2"/>
|
|
146
172
|
<line num="11" count="2" type="stmt"/>
|
|
147
173
|
<line num="13" count="2" type="stmt"/>
|
|
148
174
|
<line num="14" count="5" type="stmt"/>
|
|
149
|
-
<line num="15" count="5" type="
|
|
150
|
-
<line num="
|
|
151
|
-
<line num="
|
|
152
|
-
<line num="
|
|
153
|
-
<line num="
|
|
154
|
-
<line num="
|
|
155
|
-
<line num="
|
|
156
|
-
<line num="
|
|
157
|
-
<line num="
|
|
158
|
-
<line num="
|
|
159
|
-
<line num="
|
|
160
|
-
<line num="
|
|
175
|
+
<line num="15" count="5" type="stmt"/>
|
|
176
|
+
<line num="16" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
177
|
+
<line num="19" count="5" type="stmt"/>
|
|
178
|
+
<line num="21" count="5" type="stmt"/>
|
|
179
|
+
<line num="22" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
180
|
+
<line num="29" count="5" type="stmt"/>
|
|
181
|
+
<line num="30" count="5" type="stmt"/>
|
|
182
|
+
<line num="33" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
183
|
+
<line num="37" count="0" type="stmt"/>
|
|
184
|
+
<line num="39" count="5" type="stmt"/>
|
|
185
|
+
<line num="40" count="5" type="stmt"/>
|
|
186
|
+
<line num="47" count="0" type="stmt"/>
|
|
187
|
+
<line num="53" count="0" type="stmt"/>
|
|
161
188
|
<line num="56" count="0" type="stmt"/>
|
|
162
|
-
<line num="
|
|
163
|
-
<line num="
|
|
189
|
+
<line num="60" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
190
|
+
<line num="61" count="0" type="stmt"/>
|
|
191
|
+
<line num="252" count="5" type="stmt"/>
|
|
192
|
+
<line num="261" count="2" type="stmt"/>
|
|
164
193
|
</file>
|
|
165
194
|
<file name="LegacyFooterUI.jsx" path="/Users/calvincieslak/repos/qpp-style/react/components/Footer/LegacyFooterUI.jsx">
|
|
166
195
|
<metrics statements="4" coveredstatements="4" conditionals="8" coveredconditionals="8" methods="1" coveredmethods="1"/>
|
|
@@ -187,7 +216,7 @@
|
|
|
187
216
|
</file>
|
|
188
217
|
</package>
|
|
189
218
|
<package name="react.components.Header">
|
|
190
|
-
<metrics statements="
|
|
219
|
+
<metrics statements="186" coveredstatements="100" conditionals="99" coveredconditionals="35" methods="60" coveredmethods="20"/>
|
|
191
220
|
<file name="HeaderAccountMenu.jsx" path="/Users/calvincieslak/repos/qpp-style/react/components/Header/HeaderAccountMenu.jsx">
|
|
192
221
|
<metrics statements="30" coveredstatements="13" conditionals="28" coveredconditionals="7" methods="3" coveredmethods="1"/>
|
|
193
222
|
<line num="19" count="2" type="stmt"/>
|
|
@@ -228,15 +257,15 @@
|
|
|
228
257
|
<line num="12" count="2" type="stmt"/>
|
|
229
258
|
</file>
|
|
230
259
|
<file name="HeaderContainer.jsx" path="/Users/calvincieslak/repos/qpp-style/react/components/Header/HeaderContainer.jsx">
|
|
231
|
-
<metrics statements="8" coveredstatements="4" conditionals="
|
|
260
|
+
<metrics statements="8" coveredstatements="4" conditionals="10" coveredconditionals="6" methods="4" coveredmethods="1"/>
|
|
232
261
|
<line num="13" count="0" type="stmt"/>
|
|
233
262
|
<line num="14" count="0" type="stmt"/>
|
|
234
263
|
<line num="17" count="2" type="stmt"/>
|
|
235
|
-
<line num="
|
|
236
|
-
<line num="
|
|
237
|
-
<line num="
|
|
238
|
-
<line num="
|
|
239
|
-
<line num="
|
|
264
|
+
<line num="24" count="2" type="stmt"/>
|
|
265
|
+
<line num="27" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
266
|
+
<line num="35" count="0" type="stmt"/>
|
|
267
|
+
<line num="49" count="2" type="stmt"/>
|
|
268
|
+
<line num="56" count="2" type="stmt"/>
|
|
240
269
|
</file>
|
|
241
270
|
<file name="HeaderLogo.jsx" path="/Users/calvincieslak/repos/qpp-style/react/components/Header/HeaderLogo.jsx">
|
|
242
271
|
<metrics statements="5" coveredstatements="4" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
@@ -340,36 +369,48 @@
|
|
|
340
369
|
</file>
|
|
341
370
|
<file name="HeaderUI.jsx" path="/Users/calvincieslak/repos/qpp-style/react/components/Header/HeaderUI.jsx">
|
|
342
371
|
<metrics statements="24" coveredstatements="16" conditionals="8" coveredconditionals="5" methods="9" coveredmethods="4"/>
|
|
343
|
-
<line num="
|
|
344
|
-
<line num="28" count="4" type="stmt"/>
|
|
372
|
+
<line num="15" count="2" type="stmt"/>
|
|
345
373
|
<line num="30" count="4" type="stmt"/>
|
|
346
374
|
<line num="32" count="4" type="stmt"/>
|
|
347
|
-
<line num="
|
|
348
|
-
<line num="
|
|
349
|
-
<line num="
|
|
350
|
-
<line num="
|
|
351
|
-
<line num="
|
|
352
|
-
<line num="
|
|
353
|
-
<line num="
|
|
354
|
-
<line num="57" count="4" type="
|
|
355
|
-
<line num="
|
|
356
|
-
<line num="
|
|
357
|
-
<line num="
|
|
358
|
-
<line num="
|
|
359
|
-
<line num="
|
|
375
|
+
<line num="34" count="4" type="stmt"/>
|
|
376
|
+
<line num="37" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
377
|
+
<line num="38" count="0" type="stmt"/>
|
|
378
|
+
<line num="39" count="0" type="stmt"/>
|
|
379
|
+
<line num="42" count="0" type="stmt"/>
|
|
380
|
+
<line num="46" count="2" type="stmt"/>
|
|
381
|
+
<line num="50" count="4" type="stmt"/>
|
|
382
|
+
<line num="57" count="4" type="stmt"/>
|
|
383
|
+
<line num="59" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
384
|
+
<line num="60" count="0" type="stmt"/>
|
|
385
|
+
<line num="73" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
386
|
+
<line num="74" count="0" type="stmt"/>
|
|
387
|
+
<line num="91" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
360
388
|
<line num="92" count="2" type="stmt"/>
|
|
361
|
-
<line num="
|
|
362
|
-
<line num="
|
|
363
|
-
<line num="
|
|
364
|
-
<line num="
|
|
365
|
-
<line num="
|
|
366
|
-
<line num="
|
|
389
|
+
<line num="95" count="2" type="stmt"/>
|
|
390
|
+
<line num="104" count="0" type="stmt"/>
|
|
391
|
+
<line num="110" count="2" type="stmt"/>
|
|
392
|
+
<line num="112" count="0" type="stmt"/>
|
|
393
|
+
<line num="119" count="0" type="stmt"/>
|
|
394
|
+
<line num="135" count="2" type="stmt"/>
|
|
395
|
+
<line num="150" count="2" type="stmt"/>
|
|
367
396
|
</file>
|
|
368
397
|
<file name="HelpIcon.jsx" path="/Users/calvincieslak/repos/qpp-style/react/components/Header/HelpIcon.jsx">
|
|
369
398
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
370
399
|
<line num="3" count="2" type="stmt"/>
|
|
371
400
|
<line num="4" count="2" type="stmt"/>
|
|
372
401
|
</file>
|
|
402
|
+
<file name="ImpersonatorBanner.jsx" path="/Users/calvincieslak/repos/qpp-style/react/components/Header/ImpersonatorBanner.jsx">
|
|
403
|
+
<metrics statements="9" coveredstatements="5" conditionals="5" coveredconditionals="3" methods="3" coveredmethods="1"/>
|
|
404
|
+
<line num="9" count="2" type="stmt"/>
|
|
405
|
+
<line num="11" count="2" type="stmt"/>
|
|
406
|
+
<line num="13" count="2" type="stmt"/>
|
|
407
|
+
<line num="23" count="2" type="stmt"/>
|
|
408
|
+
<line num="24" count="0" type="stmt"/>
|
|
409
|
+
<line num="25" count="0" type="stmt"/>
|
|
410
|
+
<line num="26" count="0" type="stmt"/>
|
|
411
|
+
<line num="28" count="0" type="stmt"/>
|
|
412
|
+
<line num="38" count="2" type="stmt"/>
|
|
413
|
+
</file>
|
|
373
414
|
<file name="NavigationButtonIcon.jsx" path="/Users/calvincieslak/repos/qpp-style/react/components/Header/NavigationButtonIcon.jsx">
|
|
374
415
|
<metrics statements="2" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
375
416
|
<line num="3" count="2" type="stmt"/>
|
|
@@ -377,7 +418,7 @@
|
|
|
377
418
|
</file>
|
|
378
419
|
<file name="header.js" path="/Users/calvincieslak/repos/qpp-style/react/components/Header/header.js">
|
|
379
420
|
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
380
|
-
<line num="
|
|
421
|
+
<line num="20" count="0" type="stmt"/>
|
|
381
422
|
</file>
|
|
382
423
|
<file name="hooks.js" path="/Users/calvincieslak/repos/qpp-style/react/components/Header/hooks.js">
|
|
383
424
|
<metrics statements="23" coveredstatements="19" conditionals="4" coveredconditionals="1" methods="8" coveredmethods="6"/>
|
|
@@ -605,12 +646,14 @@
|
|
|
605
646
|
</file>
|
|
606
647
|
</package>
|
|
607
648
|
<package name="react.components.SideNav.AnimationGroup">
|
|
608
|
-
<metrics statements="
|
|
649
|
+
<metrics statements="5" coveredstatements="5" conditionals="6" coveredconditionals="4" methods="2" coveredmethods="2"/>
|
|
609
650
|
<file name="AnimationGroup.jsx" path="/Users/calvincieslak/repos/qpp-style/react/components/SideNav/AnimationGroup/AnimationGroup.jsx">
|
|
610
|
-
<metrics statements="
|
|
651
|
+
<metrics statements="5" coveredstatements="5" conditionals="6" coveredconditionals="4" methods="2" coveredmethods="2"/>
|
|
611
652
|
<line num="4" count="2" type="stmt"/>
|
|
612
|
-
<line num="5" count="1" type="
|
|
613
|
-
<line num="
|
|
653
|
+
<line num="5" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
654
|
+
<line num="8" count="2" type="stmt"/>
|
|
655
|
+
<line num="9" count="1" type="stmt"/>
|
|
656
|
+
<line num="20" count="2" type="stmt"/>
|
|
614
657
|
</file>
|
|
615
658
|
</package>
|
|
616
659
|
<package name="react.components.SideNav.Chart">
|
|
@@ -709,40 +752,43 @@
|
|
|
709
752
|
</file>
|
|
710
753
|
</package>
|
|
711
754
|
<package name="react.components.SideNav.Content">
|
|
712
|
-
<metrics statements="
|
|
755
|
+
<metrics statements="51" coveredstatements="22" conditionals="84" coveredconditionals="3" methods="6" coveredmethods="1"/>
|
|
713
756
|
<file name="LevelOneContent.jsx" path="/Users/calvincieslak/repos/qpp-style/react/components/SideNav/Content/LevelOneContent.jsx">
|
|
714
|
-
<metrics statements="
|
|
757
|
+
<metrics statements="34" coveredstatements="19" conditionals="28" coveredconditionals="3" methods="5" coveredmethods="1"/>
|
|
715
758
|
<line num="32" count="2" type="stmt"/>
|
|
716
759
|
<line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
717
760
|
<line num="50" count="2" type="stmt"/>
|
|
718
|
-
<line num="
|
|
719
|
-
<line num="
|
|
720
|
-
<line num="
|
|
721
|
-
<line num="66" count="1" type="stmt"/>
|
|
761
|
+
<line num="63" count="1" type="stmt"/>
|
|
762
|
+
<line num="65" count="1" type="stmt"/>
|
|
763
|
+
<line num="66" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
722
764
|
<line num="67" count="1" type="stmt"/>
|
|
723
|
-
<line num="
|
|
765
|
+
<line num="68" count="1" type="stmt"/>
|
|
724
766
|
<line num="71" count="1" type="stmt"/>
|
|
725
767
|
<line num="72" count="1" type="stmt"/>
|
|
726
768
|
<line num="73" count="1" type="stmt"/>
|
|
769
|
+
<line num="74" count="1" type="stmt"/>
|
|
727
770
|
<line num="75" count="1" type="stmt"/>
|
|
728
|
-
<line num="77" count="1" type="
|
|
729
|
-
<line num="
|
|
730
|
-
<line num="
|
|
731
|
-
<line num="
|
|
732
|
-
<line num="
|
|
733
|
-
<line num="98" count="0" type="
|
|
734
|
-
<line num="
|
|
771
|
+
<line num="77" count="1" type="stmt"/>
|
|
772
|
+
<line num="79" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
773
|
+
<line num="80" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
774
|
+
<line num="83" count="1" type="stmt"/>
|
|
775
|
+
<line num="97" count="1" type="stmt"/>
|
|
776
|
+
<line num="98" count="0" type="stmt"/>
|
|
777
|
+
<line num="101" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
735
778
|
<line num="102" count="0" type="stmt"/>
|
|
736
|
-
<line num="
|
|
737
|
-
<line num="
|
|
738
|
-
<line num="
|
|
739
|
-
<line num="
|
|
740
|
-
<line num="
|
|
741
|
-
<line num="
|
|
742
|
-
<line num="
|
|
743
|
-
<line num="
|
|
744
|
-
<line num="
|
|
745
|
-
<line num="
|
|
779
|
+
<line num="105" count="0" type="stmt"/>
|
|
780
|
+
<line num="106" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
781
|
+
<line num="107" count="0" type="stmt"/>
|
|
782
|
+
<line num="114" count="0" type="stmt"/>
|
|
783
|
+
<line num="115" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
784
|
+
<line num="116" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
785
|
+
<line num="118" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
786
|
+
<line num="123" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
787
|
+
<line num="126" count="0" type="stmt"/>
|
|
788
|
+
<line num="140" count="0" type="stmt"/>
|
|
789
|
+
<line num="151" count="0" type="stmt"/>
|
|
790
|
+
<line num="154" count="1" type="stmt"/>
|
|
791
|
+
<line num="166" count="2" type="stmt"/>
|
|
746
792
|
</file>
|
|
747
793
|
<file name="LevelTwoContent.jsx" path="/Users/calvincieslak/repos/qpp-style/react/components/SideNav/Content/LevelTwoContent.jsx">
|
|
748
794
|
<metrics statements="17" coveredstatements="3" conditionals="56" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
@@ -798,7 +844,7 @@
|
|
|
798
844
|
</file>
|
|
799
845
|
</package>
|
|
800
846
|
<package name="react.components.SideNav.Links">
|
|
801
|
-
<metrics statements="
|
|
847
|
+
<metrics statements="115" coveredstatements="19" conditionals="160" coveredconditionals="6" methods="31" coveredmethods="2"/>
|
|
802
848
|
<file name="CmsSwitchLink.jsx" path="/Users/calvincieslak/repos/qpp-style/react/components/SideNav/Links/CmsSwitchLink.jsx">
|
|
803
849
|
<metrics statements="4" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
804
850
|
<line num="6" count="2" type="stmt"/>
|
|
@@ -831,46 +877,65 @@
|
|
|
831
877
|
<line num="33" count="2" type="stmt"/>
|
|
832
878
|
</file>
|
|
833
879
|
<file name="NavLinkDrawer.jsx" path="/Users/calvincieslak/repos/qpp-style/react/components/SideNav/Links/NavLinkDrawer.jsx">
|
|
834
|
-
<metrics statements="
|
|
880
|
+
<metrics statements="58" coveredstatements="2" conditionals="91" coveredconditionals="0" methods="18" coveredmethods="0"/>
|
|
835
881
|
<line num="7" count="2" type="stmt"/>
|
|
836
|
-
<line num="
|
|
837
|
-
<line num="27" count="0" type="stmt"/>
|
|
838
|
-
<line num="28" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
839
|
-
<line num="29" count="0" type="stmt"/>
|
|
882
|
+
<line num="28" count="0" type="stmt"/>
|
|
840
883
|
<line num="30" count="0" type="stmt"/>
|
|
841
|
-
<line num="31" count="0" type="
|
|
842
|
-
<line num="
|
|
843
|
-
<line num="
|
|
844
|
-
<line num="
|
|
845
|
-
<line num="
|
|
846
|
-
<line num="
|
|
847
|
-
<line num="
|
|
884
|
+
<line num="31" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
885
|
+
<line num="32" count="0" type="stmt"/>
|
|
886
|
+
<line num="33" count="0" type="stmt"/>
|
|
887
|
+
<line num="34" count="0" type="stmt"/>
|
|
888
|
+
<line num="37" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
889
|
+
<line num="38" count="0" type="stmt"/>
|
|
890
|
+
<line num="42" count="0" type="stmt"/>
|
|
891
|
+
<line num="43" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
892
|
+
<line num="44" count="0" type="stmt"/>
|
|
848
893
|
<line num="46" count="0" type="stmt"/>
|
|
849
|
-
<line num="47" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
850
|
-
<line num="48" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
851
894
|
<line num="49" count="0" type="stmt"/>
|
|
852
|
-
<line num="
|
|
853
|
-
<line num="
|
|
854
|
-
<line num="
|
|
855
|
-
<line num="
|
|
895
|
+
<line num="50" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
896
|
+
<line num="51" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
897
|
+
<line num="52" count="0" type="stmt"/>
|
|
898
|
+
<line num="54" count="0" type="stmt"/>
|
|
899
|
+
<line num="56" count="0" type="stmt"/>
|
|
900
|
+
<line num="60" count="0" type="stmt"/>
|
|
901
|
+
<line num="61" count="0" type="stmt"/>
|
|
902
|
+
<line num="63" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
856
903
|
<line num="64" count="0" type="stmt"/>
|
|
857
|
-
<line num="
|
|
858
|
-
<line num="
|
|
859
|
-
<line num="
|
|
860
|
-
<line num="
|
|
861
|
-
<line num="
|
|
862
|
-
<line num="81" count="0" type="
|
|
863
|
-
<line num="82" count="0" type="
|
|
864
|
-
<line num="
|
|
865
|
-
<line num="
|
|
866
|
-
<line num="
|
|
867
|
-
<line num="
|
|
868
|
-
<line num="
|
|
869
|
-
<line num="
|
|
870
|
-
<line num="
|
|
871
|
-
<line num="
|
|
872
|
-
<line num="
|
|
873
|
-
<line num="
|
|
904
|
+
<line num="67" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
905
|
+
<line num="68" count="0" type="stmt"/>
|
|
906
|
+
<line num="71" count="0" type="stmt"/>
|
|
907
|
+
<line num="75" count="0" type="stmt"/>
|
|
908
|
+
<line num="79" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
909
|
+
<line num="81" count="0" type="stmt"/>
|
|
910
|
+
<line num="82" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
911
|
+
<line num="83" count="0" type="stmt"/>
|
|
912
|
+
<line num="93" count="0" type="stmt"/>
|
|
913
|
+
<line num="94" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
914
|
+
<line num="97" count="0" type="stmt"/>
|
|
915
|
+
<line num="98" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
916
|
+
<line num="101" count="0" type="stmt"/>
|
|
917
|
+
<line num="102" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
918
|
+
<line num="105" count="0" type="stmt"/>
|
|
919
|
+
<line num="106" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
920
|
+
<line num="109" count="0" type="stmt"/>
|
|
921
|
+
<line num="110" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
922
|
+
<line num="113" count="0" type="stmt"/>
|
|
923
|
+
<line num="114" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
924
|
+
<line num="117" count="0" type="stmt"/>
|
|
925
|
+
<line num="118" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
926
|
+
<line num="121" count="0" type="stmt"/>
|
|
927
|
+
<line num="122" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
928
|
+
<line num="123" count="0" type="stmt"/>
|
|
929
|
+
<line num="125" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
930
|
+
<line num="126" count="0" type="stmt"/>
|
|
931
|
+
<line num="132" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
932
|
+
<line num="133" count="0" type="stmt"/>
|
|
933
|
+
<line num="136" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
934
|
+
<line num="137" count="0" type="stmt"/>
|
|
935
|
+
<line num="144" count="0" type="stmt"/>
|
|
936
|
+
<line num="156" count="0" type="stmt"/>
|
|
937
|
+
<line num="181" count="0" type="stmt"/>
|
|
938
|
+
<line num="227" count="2" type="stmt"/>
|
|
874
939
|
</file>
|
|
875
940
|
<file name="NavLinkInline.jsx" path="/Users/calvincieslak/repos/qpp-style/react/components/SideNav/Links/NavLinkInline.jsx">
|
|
876
941
|
<metrics statements="30" coveredstatements="2" conditionals="39" coveredconditionals="0" methods="5" coveredmethods="0"/>
|
|
@@ -918,9 +983,9 @@
|
|
|
918
983
|
</file>
|
|
919
984
|
</package>
|
|
920
985
|
<package name="react.components.SideNav.UI">
|
|
921
|
-
<metrics statements="
|
|
986
|
+
<metrics statements="42" coveredstatements="21" conditionals="40" coveredconditionals="4" methods="14" coveredmethods="5"/>
|
|
922
987
|
<file name="SideNavUI.jsx" path="/Users/calvincieslak/repos/qpp-style/react/components/SideNav/UI/SideNavUI.jsx">
|
|
923
|
-
<metrics statements="
|
|
988
|
+
<metrics statements="42" coveredstatements="21" conditionals="40" coveredconditionals="4" methods="14" coveredmethods="5"/>
|
|
924
989
|
<line num="22" count="2" type="stmt"/>
|
|
925
990
|
<line num="36" count="1" type="stmt"/>
|
|
926
991
|
<line num="37" count="1" type="stmt"/>
|
|
@@ -945,22 +1010,24 @@
|
|
|
945
1010
|
<line num="87" count="0" type="stmt"/>
|
|
946
1011
|
<line num="88" count="0" type="stmt"/>
|
|
947
1012
|
<line num="89" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
948
|
-
<line num="92" count="0" type="
|
|
949
|
-
<line num="93" count="0" type="
|
|
950
|
-
<line num="
|
|
951
|
-
<line num="
|
|
952
|
-
<line num="
|
|
953
|
-
<line num="
|
|
954
|
-
<line num="
|
|
955
|
-
<line num="
|
|
956
|
-
<line num="
|
|
957
|
-
<line num="
|
|
958
|
-
<line num="250" count="1" type="stmt"/>
|
|
1013
|
+
<line num="92" count="0" type="stmt"/>
|
|
1014
|
+
<line num="93" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1015
|
+
<line num="96" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1016
|
+
<line num="97" count="0" type="stmt"/>
|
|
1017
|
+
<line num="98" count="0" type="stmt"/>
|
|
1018
|
+
<line num="228" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1019
|
+
<line num="229" count="0" type="stmt"/>
|
|
1020
|
+
<line num="241" count="0" type="stmt"/>
|
|
1021
|
+
<line num="245" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1022
|
+
<line num="252" count="1" type="stmt"/>
|
|
959
1023
|
<line num="253" count="1" type="stmt"/>
|
|
960
|
-
<line num="
|
|
1024
|
+
<line num="256" count="1" type="stmt"/>
|
|
961
1025
|
<line num="257" count="1" type="stmt"/>
|
|
962
|
-
<line num="
|
|
963
|
-
<line num="
|
|
1026
|
+
<line num="260" count="1" type="stmt"/>
|
|
1027
|
+
<line num="261" count="1" type="stmt"/>
|
|
1028
|
+
<line num="264" count="1" type="stmt"/>
|
|
1029
|
+
<line num="284" count="2" type="stmt"/>
|
|
1030
|
+
<line num="305" count="2" type="stmt"/>
|
|
964
1031
|
</file>
|
|
965
1032
|
<file name="index.js" path="/Users/calvincieslak/repos/qpp-style/react/components/SideNav/UI/index.js">
|
|
966
1033
|
<metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
@@ -1141,23 +1208,28 @@
|
|
|
1141
1208
|
</file>
|
|
1142
1209
|
</package>
|
|
1143
1210
|
<package name="react.session">
|
|
1144
|
-
<metrics statements="
|
|
1211
|
+
<metrics statements="38" coveredstatements="34" conditionals="17" coveredconditionals="10" methods="12" coveredmethods="10"/>
|
|
1145
1212
|
<file name="index.js" path="/Users/calvincieslak/repos/qpp-style/react/session/index.js">
|
|
1146
1213
|
<metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1147
1214
|
</file>
|
|
1148
1215
|
<file name="logout.js" path="/Users/calvincieslak/repos/qpp-style/react/session/logout.js">
|
|
1149
|
-
<metrics statements="
|
|
1150
|
-
<line num="
|
|
1151
|
-
<line num="
|
|
1152
|
-
<line num="
|
|
1153
|
-
<line num="
|
|
1154
|
-
<line num="
|
|
1155
|
-
<line num="
|
|
1156
|
-
<line num="
|
|
1157
|
-
<line num="21" count="
|
|
1158
|
-
<line num="
|
|
1159
|
-
<line num="
|
|
1160
|
-
<line num="
|
|
1216
|
+
<metrics statements="16" coveredstatements="13" conditionals="4" coveredconditionals="2" methods="5" coveredmethods="4"/>
|
|
1217
|
+
<line num="4" count="4" type="stmt"/>
|
|
1218
|
+
<line num="5" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
1219
|
+
<line num="6" count="0" type="stmt"/>
|
|
1220
|
+
<line num="16" count="4" type="stmt"/>
|
|
1221
|
+
<line num="17" count="5" type="stmt"/>
|
|
1222
|
+
<line num="18" count="5" type="stmt"/>
|
|
1223
|
+
<line num="20" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
1224
|
+
<line num="21" count="5" type="stmt"/>
|
|
1225
|
+
<line num="23" count="1" type="stmt"/>
|
|
1226
|
+
<line num="24" count="1" type="stmt"/>
|
|
1227
|
+
<line num="27" count="5" type="stmt"/>
|
|
1228
|
+
<line num="29" count="2" type="stmt"/>
|
|
1229
|
+
<line num="30" count="2" type="stmt"/>
|
|
1230
|
+
<line num="33" count="5" type="stmt"/>
|
|
1231
|
+
<line num="43" count="0" type="stmt"/>
|
|
1232
|
+
<line num="46" count="0" type="stmt"/>
|
|
1161
1233
|
</file>
|
|
1162
1234
|
<file name="refresh.js" path="/Users/calvincieslak/repos/qpp-style/react/session/refresh.js">
|
|
1163
1235
|
<metrics statements="13" coveredstatements="12" conditionals="7" coveredconditionals="3" methods="4" coveredmethods="3"/>
|