qpp-style 9.22.1 → 9.22.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (174) hide show
  1. package/coverage/clover.xml +386 -381
  2. package/coverage/coverage-final.json +72 -73
  3. package/coverage/lcov-report/components/Accordion/index.html +116 -0
  4. package/coverage/lcov-report/components/Accordion/index.jsx.html +364 -0
  5. package/coverage/lcov-report/components/Button/index.html +116 -0
  6. package/coverage/lcov-report/components/Button/index.js.html +355 -0
  7. package/coverage/lcov-report/components/Error/Collapsible.jsx.html +349 -0
  8. package/coverage/lcov-report/components/Error/ErrorUI.jsx.html +178 -0
  9. package/coverage/lcov-report/components/Error/index.html +131 -0
  10. package/coverage/lcov-report/components/Footer/FooterUI.jsx.html +721 -0
  11. package/coverage/lcov-report/components/Footer/SocialLinks.jsx.html +265 -0
  12. package/coverage/lcov-report/components/Footer/Subscribe.jsx.html +187 -0
  13. package/coverage/lcov-report/components/Footer/index.html +146 -0
  14. package/coverage/lcov-report/components/GovBanner/index.html +116 -0
  15. package/coverage/lcov-report/components/GovBanner/index.js.html +436 -0
  16. package/coverage/lcov-report/components/Header/HeaderAccountMenu.jsx.html +367 -0
  17. package/coverage/lcov-report/components/Header/HeaderCancel.jsx.html +133 -0
  18. package/coverage/lcov-report/components/Header/HeaderContainer.jsx.html +280 -0
  19. package/coverage/lcov-report/components/Header/HeaderLogo.jsx.html +211 -0
  20. package/coverage/lcov-report/components/Header/HeaderMenuButton.js.html +235 -0
  21. package/coverage/lcov-report/components/Header/HeaderMenuItem.jsx.html +802 -0
  22. package/coverage/lcov-report/components/Header/HeaderMenuLink.js.html +253 -0
  23. package/coverage/lcov-report/components/Header/HeaderMenuSignOutButton.js.html +271 -0
  24. package/coverage/lcov-report/components/Header/HeaderMobileButton.js.html +196 -0
  25. package/coverage/lcov-report/components/Header/HeaderUI.jsx.html +562 -0
  26. package/coverage/lcov-report/components/Header/HelpIcon.jsx.html +181 -0
  27. package/coverage/lcov-report/components/Header/ImpersonatorBanner.jsx.html +331 -0
  28. package/coverage/lcov-report/components/Header/NavigationButtonIcon.jsx.html +166 -0
  29. package/coverage/lcov-report/components/Header/hooks.js.html +283 -0
  30. package/coverage/lcov-report/components/Header/index.html +326 -0
  31. package/coverage/lcov-report/components/Header/utag-helpers.js.html +112 -0
  32. package/coverage/lcov-report/components/Infotip/Infotip.jsx.html +310 -0
  33. package/coverage/lcov-report/components/Infotip/InfotipIcon.jsx.html +208 -0
  34. package/coverage/lcov-report/components/Infotip/index.html +146 -0
  35. package/coverage/lcov-report/components/Infotip/index.js.html +94 -0
  36. package/coverage/lcov-report/components/Modal/LegacyModal.jsx.html +301 -0
  37. package/coverage/lcov-report/components/Modal/Modal.jsx.html +505 -0
  38. package/coverage/lcov-report/components/Modal/index.html +146 -0
  39. package/coverage/lcov-report/components/Modal/index.jsx.html +151 -0
  40. package/coverage/lcov-report/components/NotificationBanner/CollapsedView.js.html +202 -0
  41. package/coverage/lcov-report/components/NotificationBanner/ExpandedView.js.html +220 -0
  42. package/coverage/lcov-report/components/NotificationBanner/index.html +146 -0
  43. package/coverage/lcov-report/components/NotificationBanner/index.js.html +748 -0
  44. package/coverage/lcov-report/components/SanitizedContent/index.html +116 -0
  45. package/coverage/lcov-report/components/SanitizedContent/index.jsx.html +685 -0
  46. package/coverage/lcov-report/components/SessionDialogUI.jsx.html +868 -0
  47. package/coverage/lcov-report/components/SideNav/Chart/ScoreChart.jsx.html +889 -0
  48. package/coverage/lcov-report/components/SideNav/Chart/index.html +116 -0
  49. package/coverage/lcov-report/components/SideNav/Content/SelectRole/index.html +116 -0
  50. package/coverage/lcov-report/components/SideNav/Content/SelectRole/utils.js.html +505 -0
  51. package/coverage/lcov-report/components/SideNav/helpers.js.html +1123 -0
  52. package/coverage/lcov-report/components/SideNav/index.html +116 -0
  53. package/coverage/lcov-report/components/Tooltip/Tooltip.jsx.html +349 -0
  54. package/coverage/lcov-report/components/Tooltip/index.html +146 -0
  55. package/coverage/lcov-report/components/Tooltip/index.js.html +94 -0
  56. package/coverage/lcov-report/components/Tooltip/position.js.html +289 -0
  57. package/coverage/lcov-report/components/hooks/index.html +116 -0
  58. package/coverage/lcov-report/components/hooks/useGetConfig.js.html +310 -0
  59. package/coverage/lcov-report/components/index.html +116 -0
  60. package/coverage/lcov-report/index.html +57 -57
  61. package/coverage/lcov-report/lib/Chevron.jsx.html +181 -0
  62. package/coverage/lcov-report/lib/SvgComponents.jsx.html +1795 -0
  63. package/coverage/lcov-report/lib/index.html +131 -0
  64. package/coverage/lcov-report/react/components/Accordion/index.html +1 -1
  65. package/coverage/lcov-report/react/components/Accordion/index.jsx.html +1 -1
  66. package/coverage/lcov-report/react/components/Button/index.html +1 -1
  67. package/coverage/lcov-report/react/components/Button/index.js.html +1 -1
  68. package/coverage/lcov-report/react/components/Dropdown/index.html +1 -1
  69. package/coverage/lcov-report/react/components/Dropdown/index.js.html +1 -1
  70. package/coverage/lcov-report/react/components/Error/Collapsible.jsx.html +1 -1
  71. package/coverage/lcov-report/react/components/Error/ErrorUI.jsx.html +1 -1
  72. package/coverage/lcov-report/react/components/Error/error.js.html +1 -1
  73. package/coverage/lcov-report/react/components/Error/index.html +1 -1
  74. package/coverage/lcov-report/react/components/Footer/FooterUI.jsx.html +32 -17
  75. package/coverage/lcov-report/react/components/Footer/LegacyFooterUI.jsx.html +667 -0
  76. package/coverage/lcov-report/react/components/Footer/SocialLinks.jsx.html +1 -1
  77. package/coverage/lcov-report/react/components/Footer/Subscribe.jsx.html +1 -1
  78. package/coverage/lcov-report/react/components/Footer/footer.js.html +1 -1
  79. package/coverage/lcov-report/react/components/Footer/index.html +1 -1
  80. package/coverage/lcov-report/react/components/GovBanner/index.html +1 -1
  81. package/coverage/lcov-report/react/components/GovBanner/index.js.html +3 -3
  82. package/coverage/lcov-report/react/components/Header/HeaderAccountMenu.jsx.html +26 -251
  83. package/coverage/lcov-report/react/components/Header/HeaderCancel.jsx.html +1 -1
  84. package/coverage/lcov-report/react/components/Header/HeaderContainer.jsx.html +2 -2
  85. package/coverage/lcov-report/react/components/Header/HeaderLogo.jsx.html +4 -4
  86. package/coverage/lcov-report/react/components/Header/HeaderMenuButton.js.html +1 -1
  87. package/coverage/lcov-report/react/components/Header/HeaderMenuItem.jsx.html +19 -19
  88. package/coverage/lcov-report/react/components/Header/HeaderMenuLink.js.html +1 -1
  89. package/coverage/lcov-report/react/components/Header/HeaderMenuSignOutButton.js.html +1 -1
  90. package/coverage/lcov-report/react/components/Header/HeaderMobileButton.js.html +2 -2
  91. package/coverage/lcov-report/react/components/Header/HeaderUI.jsx.html +89 -113
  92. package/coverage/lcov-report/react/components/Header/HelpIcon.jsx.html +2 -2
  93. package/coverage/lcov-report/react/components/Header/ImpersonatorBanner.jsx.html +5 -5
  94. package/coverage/lcov-report/react/components/Header/NavigationButtonIcon.jsx.html +1 -1
  95. package/coverage/lcov-report/react/components/Header/header.js.html +1 -1
  96. package/coverage/lcov-report/react/components/Header/hooks.js.html +59 -17
  97. package/coverage/lcov-report/react/components/Header/index.html +28 -28
  98. package/coverage/lcov-report/react/components/Header/utag-helpers.js.html +1 -1
  99. package/coverage/lcov-report/react/components/Infotip/Infotip.jsx.html +4 -4
  100. package/coverage/lcov-report/react/components/Infotip/InfotipIcon.jsx.html +1 -1
  101. package/coverage/lcov-report/react/components/Infotip/index.html +1 -1
  102. package/coverage/lcov-report/react/components/Infotip/index.js.html +1 -1
  103. package/coverage/lcov-report/react/components/Modal/LegacyModal.jsx.html +1 -1
  104. package/coverage/lcov-report/react/components/Modal/Modal.jsx.html +1 -1
  105. package/coverage/lcov-report/react/components/Modal/index.html +1 -1
  106. package/coverage/lcov-report/react/components/Modal/index.jsx.html +1 -1
  107. package/coverage/lcov-report/react/components/NotificationBanner/CollapsedView.js.html +53 -32
  108. package/coverage/lcov-report/react/components/NotificationBanner/ExpandedView.js.html +1 -1
  109. package/coverage/lcov-report/react/components/NotificationBanner/index.html +11 -11
  110. package/coverage/lcov-report/react/components/NotificationBanner/index.js.html +32 -32
  111. package/coverage/lcov-report/react/components/SanitizedContent/index.html +1 -1
  112. package/coverage/lcov-report/react/components/SanitizedContent/index.jsx.html +1 -1
  113. package/coverage/lcov-report/react/components/SessionDialog/index.html +1 -1
  114. package/coverage/lcov-report/react/components/SessionDialog/sessionDialog.js.html +1 -1
  115. package/coverage/lcov-report/react/components/SessionDialogUI.jsx.html +1 -1
  116. package/coverage/lcov-report/react/components/SideNav/AnimationGroup/AnimationGroup.jsx.html +1 -1
  117. package/coverage/lcov-report/react/components/SideNav/AnimationGroup/index.html +1 -1
  118. package/coverage/lcov-report/react/components/SideNav/Chart/ScoreChart.jsx.html +1 -1
  119. package/coverage/lcov-report/react/components/SideNav/Chart/index.html +1 -1
  120. package/coverage/lcov-report/react/components/SideNav/Chart/index.js.html +1 -1
  121. package/coverage/lcov-report/react/components/SideNav/Content/LevelOneContent.jsx.html +1 -1
  122. package/coverage/lcov-report/react/components/SideNav/Content/LevelTwoContent.jsx.html +1 -1
  123. package/coverage/lcov-report/react/components/SideNav/Content/SelectRole/index.html +13 -13
  124. package/coverage/lcov-report/react/components/SideNav/Content/SelectRole/index.js.html +1 -1
  125. package/coverage/lcov-report/react/components/SideNav/Content/SelectRole/utils.js.html +60 -24
  126. package/coverage/lcov-report/react/components/SideNav/Content/index.html +1 -1
  127. package/coverage/lcov-report/react/components/SideNav/Content/index.js.html +1 -1
  128. package/coverage/lcov-report/react/components/SideNav/Details/IndividualDetails.jsx.html +1 -1
  129. package/coverage/lcov-report/react/components/SideNav/Details/PracticeDetails.jsx.html +1 -1
  130. package/coverage/lcov-report/react/components/SideNav/Details/index.html +1 -1
  131. package/coverage/lcov-report/react/components/SideNav/Details/index.js.html +1 -1
  132. package/coverage/lcov-report/react/components/SideNav/Links/CmsSwitchLink.jsx.html +1 -1
  133. package/coverage/lcov-report/react/components/SideNav/Links/NavItemInline.jsx.html +1 -1
  134. package/coverage/lcov-report/react/components/SideNav/Links/NavLinkContainer.jsx.html +1 -1
  135. package/coverage/lcov-report/react/components/SideNav/Links/NavLinkDrawer.jsx.html +3 -3
  136. package/coverage/lcov-report/react/components/SideNav/Links/NavLinkInline.jsx.html +1 -1
  137. package/coverage/lcov-report/react/components/SideNav/Links/NavLinkToggle.jsx.html +1 -1
  138. package/coverage/lcov-report/react/components/SideNav/Links/index.html +1 -1
  139. package/coverage/lcov-report/react/components/SideNav/Links/index.js.html +1 -1
  140. package/coverage/lcov-report/react/components/SideNav/UI/SideNavUI.jsx.html +2 -20
  141. package/coverage/lcov-report/react/components/SideNav/UI/index.html +1 -1
  142. package/coverage/lcov-report/react/components/SideNav/UI/index.js.html +1 -1
  143. package/coverage/lcov-report/react/components/SideNav/helpers.js.html +78 -12
  144. package/coverage/lcov-report/react/components/SideNav/index.html +19 -19
  145. package/coverage/lcov-report/react/components/SideNav/index.js.html +1 -1
  146. package/coverage/lcov-report/react/components/Tooltip/Tooltip.jsx.html +1 -1
  147. package/coverage/lcov-report/react/components/Tooltip/index.html +1 -1
  148. package/coverage/lcov-report/react/components/Tooltip/index.js.html +1 -1
  149. package/coverage/lcov-report/react/components/Tooltip/position.js.html +1 -1
  150. package/coverage/lcov-report/react/components/hooks/index.html +19 -19
  151. package/coverage/lcov-report/react/components/hooks/useGetConfig.js.html +37 -37
  152. package/coverage/lcov-report/react/components/index.html +1 -1
  153. package/coverage/lcov-report/react/index.html +1 -1
  154. package/coverage/lcov-report/react/index.js.html +1 -1
  155. package/coverage/lcov-report/react/lib/Chevron.jsx.html +2 -2
  156. package/coverage/lcov-report/react/lib/SvgComponents.jsx.html +7 -4
  157. package/coverage/lcov-report/react/lib/index.html +5 -20
  158. package/coverage/lcov-report/react/lib/svg-definitions.svg.html +1 -1
  159. package/coverage/lcov-report/react/session/index.html +1 -1
  160. package/coverage/lcov-report/react/session/index.js.html +1 -1
  161. package/coverage/lcov-report/react/session/logout.js.html +1 -1
  162. package/coverage/lcov-report/react/session/refresh.js.html +1 -1
  163. package/coverage/lcov-report/react/session/ttl.js.html +1 -1
  164. package/coverage/lcov-report/session/index.html +161 -0
  165. package/coverage/lcov-report/session/index.js.html +100 -0
  166. package/coverage/lcov-report/session/logout.js.html +307 -0
  167. package/coverage/lcov-report/session/refresh.js.html +232 -0
  168. package/coverage/lcov-report/session/ttl.js.html +196 -0
  169. package/coverage/lcov.info +581 -576
  170. package/dist/browser.js +1 -1
  171. package/dist/index.js +1 -1
  172. package/dist/react/index.js +1 -1
  173. package/package.json +4 -4
  174. package/styles/qppds/components/_header.scss +15 -0
@@ -1,10 +1,10 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1662578671048" clover="3.2.0">
3
- <project timestamp="1662578671049" name="All files">
4
- <metrics statements="1150" coveredstatements="627" conditionals="748" coveredconditionals="190" methods="325" coveredmethods="118" elements="2223" coveredelements="935" complexity="0" loc="1150" ncloc="1150" packages="26" files="73" classes="73"/>
2
+ <coverage generated="1669779359376" clover="3.2.0">
3
+ <project timestamp="1669779359376" name="All files">
4
+ <metrics statements="1158" coveredstatements="632" conditionals="738" coveredconditionals="186" methods="333" coveredmethods="120" elements="2229" coveredelements="938" complexity="0" loc="1158" ncloc="1158" packages="26" files="72" classes="72"/>
5
5
  <package name="react">
6
6
  <metrics statements="6" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="5" coveredmethods="0"/>
7
- <file name="index.js" path="/Users/davidschreiter/QPP/qpp-style/react/index.js">
7
+ <file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/index.js">
8
8
  <metrics statements="6" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="5" coveredmethods="0"/>
9
9
  <line num="9" count="1" type="stmt"/>
10
10
  <line num="11" count="0" type="stmt"/>
@@ -16,7 +16,7 @@
16
16
  </package>
17
17
  <package name="react.components">
18
18
  <metrics statements="60" coveredstatements="47" conditionals="28" coveredconditionals="19" methods="16" coveredmethods="14"/>
19
- <file name="SessionDialogUI.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/SessionDialogUI.jsx">
19
+ <file name="SessionDialogUI.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SessionDialogUI.jsx">
20
20
  <metrics statements="60" coveredstatements="47" conditionals="28" coveredconditionals="19" methods="16" coveredmethods="14"/>
21
21
  <line num="12" count="3" type="stmt"/>
22
22
  <line num="20" count="19" type="stmt"/>
@@ -82,7 +82,7 @@
82
82
  </package>
83
83
  <package name="react.components.Accordion">
84
84
  <metrics statements="20" coveredstatements="14" conditionals="20" coveredconditionals="8" methods="6" coveredmethods="3"/>
85
- <file name="index.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/Accordion/index.jsx">
85
+ <file name="index.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Accordion/index.jsx">
86
86
  <metrics statements="20" coveredstatements="14" conditionals="20" coveredconditionals="8" methods="6" coveredmethods="3"/>
87
87
  <line num="5" count="3" type="stmt"/>
88
88
  <line num="6" count="1" type="stmt"/>
@@ -108,7 +108,7 @@
108
108
  </package>
109
109
  <package name="react.components.Button">
110
110
  <metrics statements="20" coveredstatements="8" conditionals="13" coveredconditionals="0" methods="3" coveredmethods="0"/>
111
- <file name="index.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/Button/index.js">
111
+ <file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Button/index.js">
112
112
  <metrics statements="20" coveredstatements="8" conditionals="13" coveredconditionals="0" methods="3" coveredmethods="0"/>
113
113
  <line num="4" count="2" type="stmt"/>
114
114
  <line num="5" count="2" type="stmt"/>
@@ -134,7 +134,7 @@
134
134
  </package>
135
135
  <package name="react.components.Dropdown">
136
136
  <metrics statements="7" coveredstatements="3" conditionals="4" coveredconditionals="0" methods="3" coveredmethods="0"/>
137
- <file name="index.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/Dropdown/index.js">
137
+ <file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Dropdown/index.js">
138
138
  <metrics statements="7" coveredstatements="3" conditionals="4" coveredconditionals="0" methods="3" coveredmethods="0"/>
139
139
  <line num="4" count="2" type="stmt"/>
140
140
  <line num="20" count="0" type="stmt"/>
@@ -147,7 +147,7 @@
147
147
  </package>
148
148
  <package name="react.components.Error">
149
149
  <metrics statements="21" coveredstatements="18" conditionals="12" coveredconditionals="7" methods="8" coveredmethods="6"/>
150
- <file name="Collapsible.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/Error/Collapsible.jsx">
150
+ <file name="Collapsible.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Error/Collapsible.jsx">
151
151
  <metrics statements="15" coveredstatements="13" conditionals="8" coveredconditionals="5" methods="6" coveredmethods="5"/>
152
152
  <line num="6" count="2" type="stmt"/>
153
153
  <line num="8" count="2" type="stmt"/>
@@ -165,7 +165,7 @@
165
165
  <line num="59" count="2" type="stmt"/>
166
166
  <line num="81" count="2" type="stmt"/>
167
167
  </file>
168
- <file name="ErrorUI.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/Error/ErrorUI.jsx">
168
+ <file name="ErrorUI.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Error/ErrorUI.jsx">
169
169
  <metrics statements="5" coveredstatements="5" conditionals="4" coveredconditionals="2" methods="1" coveredmethods="1"/>
170
170
  <line num="5" count="2" type="stmt"/>
171
171
  <line num="6" count="2" type="cond" truecount="2" falsecount="2"/>
@@ -173,31 +173,31 @@
173
173
  <line num="9" count="2" type="stmt"/>
174
174
  <line num="25" count="2" type="stmt"/>
175
175
  </file>
176
- <file name="error.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/Error/error.js">
176
+ <file name="error.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Error/error.js">
177
177
  <metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
178
178
  <line num="17" count="0" type="stmt"/>
179
179
  </file>
180
180
  </package>
181
181
  <package name="react.components.Footer">
182
182
  <metrics statements="11" coveredstatements="8" conditionals="2" coveredconditionals="0" methods="4" coveredmethods="3"/>
183
- <file name="FooterUI.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/Footer/FooterUI.jsx">
183
+ <file name="FooterUI.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Footer/FooterUI.jsx">
184
184
  <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
185
185
  <line num="10" count="2" type="stmt"/>
186
186
  <line num="11" count="2" type="stmt"/>
187
187
  <line num="13" count="2" type="stmt"/>
188
188
  <line num="14" count="3" type="stmt"/>
189
189
  </file>
190
- <file name="SocialLinks.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/Footer/SocialLinks.jsx">
190
+ <file name="SocialLinks.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Footer/SocialLinks.jsx">
191
191
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
192
192
  <line num="3" count="2" type="stmt"/>
193
193
  <line num="4" count="3" type="stmt"/>
194
194
  </file>
195
- <file name="Subscribe.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/Footer/Subscribe.jsx">
195
+ <file name="Subscribe.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Footer/Subscribe.jsx">
196
196
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
197
197
  <line num="3" count="2" type="stmt"/>
198
198
  <line num="4" count="3" type="stmt"/>
199
199
  </file>
200
- <file name="footer.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/Footer/footer.js">
200
+ <file name="footer.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Footer/footer.js">
201
201
  <metrics statements="3" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="1" coveredmethods="0"/>
202
202
  <line num="14" count="0" type="cond" truecount="0" falsecount="2"/>
203
203
  <line num="15" count="0" type="stmt"/>
@@ -206,75 +206,62 @@
206
206
  </package>
207
207
  <package name="react.components.GovBanner">
208
208
  <metrics statements="4" coveredstatements="3" conditionals="2" coveredconditionals="1" methods="2" coveredmethods="1"/>
209
- <file name="index.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/GovBanner/index.js">
209
+ <file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/GovBanner/index.js">
210
210
  <metrics statements="4" coveredstatements="3" conditionals="2" coveredconditionals="1" methods="2" coveredmethods="1"/>
211
211
  <line num="3" count="2" type="stmt"/>
212
- <line num="4" count="2" type="stmt"/>
213
- <line num="6" count="2" type="stmt"/>
212
+ <line num="4" count="1" type="stmt"/>
213
+ <line num="6" count="1" type="stmt"/>
214
214
  <line num="40" count="0" type="stmt"/>
215
215
  </file>
216
216
  </package>
217
217
  <package name="react.components.Header">
218
- <metrics statements="197" coveredstatements="104" conditionals="110" coveredconditionals="38" methods="63" coveredmethods="21"/>
219
- <file name="HeaderAccountMenu.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/Header/HeaderAccountMenu.jsx">
220
- <metrics statements="30" coveredstatements="13" conditionals="28" coveredconditionals="7" methods="3" coveredmethods="1"/>
221
- <line num="19" count="2" type="stmt"/>
222
- <line num="29" count="2" type="stmt"/>
223
- <line num="30" count="2" type="stmt"/>
224
- <line num="31" count="2" type="stmt"/>
225
- <line num="33" count="2" type="stmt"/>
226
- <line num="34" count="2" type="cond" truecount="2" falsecount="0"/>
227
- <line num="35" count="2" type="stmt"/>
228
- <line num="37" count="2" type="cond" truecount="3" falsecount="1"/>
229
- <line num="38" count="0" type="stmt"/>
230
- <line num="42" count="2" type="cond" truecount="1" falsecount="1"/>
231
- <line num="43" count="2" type="cond" truecount="1" falsecount="1"/>
232
- <line num="44" count="0" type="stmt"/>
233
- <line num="50" count="0" type="stmt"/>
234
- <line num="51" count="0" type="stmt"/>
235
- <line num="66" count="2" type="stmt"/>
236
- <line num="75" count="0" type="stmt"/>
237
- <line num="88" count="0" type="cond" truecount="0" falsecount="2"/>
238
- <line num="89" count="0" type="stmt"/>
239
- <line num="90" count="0" type="stmt"/>
240
- <line num="91" count="0" type="cond" truecount="0" falsecount="2"/>
241
- <line num="92" count="0" type="stmt"/>
242
- <line num="102" count="0" type="cond" truecount="0" falsecount="4"/>
243
- <line num="103" count="0" type="stmt"/>
244
- <line num="109" count="0" type="cond" truecount="0" falsecount="2"/>
245
- <line num="110" count="0" type="stmt"/>
246
- <line num="117" count="0" type="stmt"/>
247
- <line num="129" count="0" type="stmt"/>
248
- <line num="132" count="0" type="stmt"/>
249
- <line num="149" count="2" type="stmt"/>
250
- <line num="160" count="2" type="stmt"/>
218
+ <metrics statements="196" coveredstatements="112" conditionals="100" coveredconditionals="39" methods="69" coveredmethods="24"/>
219
+ <file name="HeaderAccountMenu.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/HeaderAccountMenu.jsx">
220
+ <metrics statements="17" coveredstatements="10" conditionals="16" coveredconditionals="7" methods="3" coveredmethods="1"/>
221
+ <line num="8" count="2" type="stmt"/>
222
+ <line num="9" count="1" type="stmt"/>
223
+ <line num="11" count="1" type="stmt"/>
224
+ <line num="13" count="1" type="cond" truecount="2" falsecount="0"/>
225
+ <line num="15" count="1" type="cond" truecount="3" falsecount="1"/>
226
+ <line num="16" count="0" type="stmt"/>
227
+ <line num="20" count="1" type="cond" truecount="1" falsecount="1"/>
228
+ <line num="21" count="1" type="cond" truecount="1" falsecount="1"/>
229
+ <line num="22" count="0" type="stmt"/>
230
+ <line num="28" count="0" type="stmt"/>
231
+ <line num="29" count="0" type="stmt"/>
232
+ <line num="44" count="1" type="stmt"/>
233
+ <line num="53" count="0" type="stmt"/>
234
+ <line num="66" count="0" type="cond" truecount="0" falsecount="2"/>
235
+ <line num="67" count="0" type="stmt"/>
236
+ <line num="84" count="2" type="stmt"/>
237
+ <line num="90" count="2" type="stmt"/>
251
238
  </file>
252
- <file name="HeaderCancel.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/Header/HeaderCancel.jsx">
239
+ <file name="HeaderCancel.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/HeaderCancel.jsx">
253
240
  <metrics statements="3" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
254
241
  <line num="4" count="2" type="stmt"/>
255
242
  <line num="5" count="0" type="stmt"/>
256
243
  <line num="12" count="2" type="stmt"/>
257
244
  </file>
258
- <file name="HeaderContainer.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/Header/HeaderContainer.jsx">
245
+ <file name="HeaderContainer.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/HeaderContainer.jsx">
259
246
  <metrics statements="8" coveredstatements="4" conditionals="10" coveredconditionals="6" methods="4" coveredmethods="1"/>
260
247
  <line num="14" count="0" type="stmt"/>
261
248
  <line num="15" count="0" type="stmt"/>
262
249
  <line num="18" count="2" type="stmt"/>
263
- <line num="25" count="2" type="stmt"/>
250
+ <line num="25" count="1" type="stmt"/>
264
251
  <line num="28" count="0" type="cond" truecount="0" falsecount="2"/>
265
252
  <line num="36" count="0" type="stmt"/>
266
253
  <line num="51" count="2" type="stmt"/>
267
254
  <line num="58" count="2" type="stmt"/>
268
255
  </file>
269
- <file name="HeaderLogo.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/Header/HeaderLogo.jsx">
256
+ <file name="HeaderLogo.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/HeaderLogo.jsx">
270
257
  <metrics statements="5" coveredstatements="4" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
271
258
  <line num="5" count="2" type="stmt"/>
272
- <line num="6" count="2" type="stmt"/>
273
- <line num="7" count="2" type="cond" truecount="1" falsecount="1"/>
259
+ <line num="6" count="1" type="stmt"/>
260
+ <line num="7" count="1" type="cond" truecount="1" falsecount="1"/>
274
261
  <line num="8" count="0" type="stmt"/>
275
- <line num="25" count="2" type="stmt"/>
262
+ <line num="25" count="1" type="stmt"/>
276
263
  </file>
277
- <file name="HeaderMenuButton.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/Header/HeaderMenuButton.js">
264
+ <file name="HeaderMenuButton.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/HeaderMenuButton.js">
278
265
  <metrics statements="9" coveredstatements="2" conditionals="2" coveredconditionals="0" methods="3" coveredmethods="0"/>
279
266
  <line num="8" count="2" type="stmt"/>
280
267
  <line num="9" count="0" type="stmt"/>
@@ -286,38 +273,38 @@
286
273
  <line num="36" count="0" type="stmt"/>
287
274
  <line num="45" count="2" type="stmt"/>
288
275
  </file>
289
- <file name="HeaderMenuItem.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/Header/HeaderMenuItem.jsx">
276
+ <file name="HeaderMenuItem.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/HeaderMenuItem.jsx">
290
277
  <metrics statements="44" coveredstatements="25" conditionals="36" coveredconditionals="10" methods="13" coveredmethods="5"/>
291
278
  <line num="11" count="2" type="stmt"/>
292
279
  <line num="18" count="2" type="stmt"/>
293
280
  <line num="34" count="2" type="stmt"/>
294
- <line num="44" count="4" type="stmt"/>
295
- <line num="45" count="4" type="stmt"/>
296
- <line num="47" count="4" type="stmt"/>
297
- <line num="48" count="4" type="stmt"/>
298
- <line num="49" count="4" type="stmt"/>
299
- <line num="51" count="4" type="stmt"/>
300
- <line num="52" count="4" type="cond" truecount="1" falsecount="1"/>
301
- <line num="54" count="4" type="cond" truecount="2" falsecount="0"/>
302
- <line num="55" count="4" type="stmt"/>
303
- <line num="57" count="4" type="stmt"/>
304
- <line num="58" count="4" type="stmt"/>
305
- <line num="59" count="4" type="cond" truecount="1" falsecount="1"/>
281
+ <line num="44" count="2" type="stmt"/>
282
+ <line num="45" count="2" type="stmt"/>
283
+ <line num="47" count="2" type="stmt"/>
284
+ <line num="48" count="2" type="stmt"/>
285
+ <line num="49" count="2" type="stmt"/>
286
+ <line num="51" count="2" type="stmt"/>
287
+ <line num="52" count="2" type="cond" truecount="1" falsecount="1"/>
288
+ <line num="54" count="2" type="cond" truecount="2" falsecount="0"/>
289
+ <line num="55" count="2" type="stmt"/>
290
+ <line num="57" count="2" type="stmt"/>
291
+ <line num="58" count="2" type="stmt"/>
292
+ <line num="59" count="2" type="cond" truecount="1" falsecount="1"/>
306
293
  <line num="61" count="0" type="cond" truecount="0" falsecount="2"/>
307
294
  <line num="64" count="0" type="stmt"/>
308
- <line num="68" count="4" type="stmt"/>
309
- <line num="69" count="2" type="stmt"/>
295
+ <line num="68" count="2" type="stmt"/>
296
+ <line num="69" count="1" type="stmt"/>
310
297
  <line num="70" count="0" type="cond" truecount="0" falsecount="2"/>
311
298
  <line num="75" count="0" type="stmt"/>
312
299
  <line num="78" count="0" type="stmt"/>
313
300
  <line num="80" count="0" type="stmt"/>
314
301
  <line num="81" count="0" type="stmt"/>
315
- <line num="83" count="2" type="stmt"/>
316
- <line num="84" count="2" type="stmt"/>
317
- <line num="87" count="4" type="stmt"/>
318
- <line num="88" count="2" type="cond" truecount="2" falsecount="2"/>
319
- <line num="89" count="2" type="stmt"/>
320
- <line num="93" count="4" type="stmt"/>
302
+ <line num="83" count="1" type="stmt"/>
303
+ <line num="84" count="1" type="stmt"/>
304
+ <line num="87" count="2" type="stmt"/>
305
+ <line num="88" count="1" type="cond" truecount="2" falsecount="2"/>
306
+ <line num="89" count="1" type="stmt"/>
307
+ <line num="93" count="2" type="stmt"/>
321
308
  <line num="108" count="0" type="stmt"/>
322
309
  <line num="128" count="0" type="stmt"/>
323
310
  <line num="131" count="0" type="stmt"/>
@@ -333,7 +320,7 @@
333
320
  <line num="222" count="2" type="stmt"/>
334
321
  <line num="232" count="2" type="stmt"/>
335
322
  </file>
336
- <file name="HeaderMenuLink.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/Header/HeaderMenuLink.js">
323
+ <file name="HeaderMenuLink.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/HeaderMenuLink.js">
337
324
  <metrics statements="13" coveredstatements="3" conditionals="8" coveredconditionals="0" methods="5" coveredmethods="0"/>
338
325
  <line num="8" count="2" type="stmt"/>
339
326
  <line num="10" count="2" type="stmt"/>
@@ -349,7 +336,7 @@
349
336
  <line num="43" count="0" type="stmt"/>
350
337
  <line num="51" count="2" type="stmt"/>
351
338
  </file>
352
- <file name="HeaderMenuSignOutButton.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/Header/HeaderMenuSignOutButton.js">
339
+ <file name="HeaderMenuSignOutButton.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/HeaderMenuSignOutButton.js">
353
340
  <metrics statements="15" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="7" coveredmethods="0"/>
354
341
  <line num="8" count="2" type="stmt"/>
355
342
  <line num="9" count="0" type="stmt"/>
@@ -367,96 +354,108 @@
367
354
  <line num="48" count="0" type="stmt"/>
368
355
  <line num="58" count="2" type="stmt"/>
369
356
  </file>
370
- <file name="HeaderMobileButton.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/Header/HeaderMobileButton.js">
357
+ <file name="HeaderMobileButton.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/HeaderMobileButton.js">
371
358
  <metrics statements="3" coveredstatements="3" conditionals="6" coveredconditionals="4" methods="1" coveredmethods="1"/>
372
359
  <line num="5" count="2" type="stmt"/>
373
- <line num="6" count="2" type="stmt"/>
360
+ <line num="6" count="1" type="stmt"/>
374
361
  <line num="32" count="2" type="stmt"/>
375
362
  </file>
376
- <file name="HeaderUI.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/Header/HeaderUI.jsx">
377
- <metrics statements="24" coveredstatements="16" conditionals="8" coveredconditionals="5" methods="9" coveredmethods="4"/>
378
- <line num="15" count="2" type="stmt"/>
379
- <line num="30" count="4" type="stmt"/>
380
- <line num="32" count="4" type="stmt"/>
381
- <line num="34" count="4" type="stmt"/>
382
- <line num="37" count="2" type="cond" truecount="1" falsecount="1"/>
383
- <line num="38" count="0" type="stmt"/>
384
- <line num="39" count="0" type="stmt"/>
385
- <line num="42" count="0" type="stmt"/>
363
+ <file name="HeaderUI.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/HeaderUI.jsx">
364
+ <metrics statements="36" coveredstatements="27" conditionals="10" coveredconditionals="6" methods="15" coveredmethods="7"/>
365
+ <line num="13" count="2" type="stmt"/>
366
+ <line num="23" count="3" type="stmt"/>
367
+ <line num="24" count="3" type="stmt"/>
368
+ <line num="26" count="3" type="stmt"/>
369
+ <line num="28" count="3" type="stmt"/>
370
+ <line num="31" count="1" type="cond" truecount="1" falsecount="1"/>
371
+ <line num="32" count="0" type="stmt"/>
372
+ <line num="33" count="0" type="stmt"/>
373
+ <line num="36" count="0" type="stmt"/>
374
+ <line num="40" count="1" type="stmt"/>
375
+ <line num="45" count="3" type="stmt"/>
386
376
  <line num="46" count="2" type="stmt"/>
387
- <line num="50" count="4" type="stmt"/>
388
- <line num="57" count="4" type="stmt"/>
389
- <line num="59" count="4" type="cond" truecount="1" falsecount="1"/>
377
+ <line num="47" count="2" type="stmt"/>
378
+ <line num="50" count="2" type="stmt"/>
379
+ <line num="51" count="1" type="cond" truecount="1" falsecount="1"/>
380
+ <line num="52" count="1" type="stmt"/>
381
+ <line num="53" count="0" type="stmt"/>
382
+ <line num="57" count="3" type="stmt"/>
383
+ <line num="59" count="3" type="stmt"/>
390
384
  <line num="60" count="0" type="stmt"/>
391
- <line num="73" count="4" type="cond" truecount="1" falsecount="1"/>
392
- <line num="74" count="0" type="stmt"/>
393
- <line num="91" count="4" type="cond" truecount="2" falsecount="0"/>
394
- <line num="92" count="2" type="stmt"/>
395
- <line num="95" count="2" type="stmt"/>
396
- <line num="104" count="0" type="stmt"/>
397
- <line num="110" count="2" type="stmt"/>
398
- <line num="112" count="0" type="stmt"/>
399
- <line num="120" count="0" type="stmt"/>
400
- <line num="136" count="2" type="stmt"/>
401
- <line num="151" count="2" type="stmt"/>
402
- </file>
403
- <file name="HelpIcon.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/Header/HelpIcon.jsx">
385
+ <line num="69" count="3" type="stmt"/>
386
+ <line num="70" count="0" type="stmt"/>
387
+ <line num="83" count="3" type="stmt"/>
388
+ <line num="84" count="1" type="stmt"/>
389
+ <line num="92" count="0" type="stmt"/>
390
+ <line num="98" count="1" type="stmt"/>
391
+ <line num="100" count="0" type="stmt"/>
392
+ <line num="108" count="0" type="stmt"/>
393
+ <line num="118" count="3" type="stmt"/>
394
+ <line num="119" count="3" type="cond" truecount="1" falsecount="1"/>
395
+ <line num="120" count="3" type="cond" truecount="1" falsecount="1"/>
396
+ <line num="121" count="3" type="cond" truecount="2" falsecount="0"/>
397
+ <line num="122" count="2" type="stmt"/>
398
+ <line num="125" count="3" type="stmt"/>
399
+ <line num="132" count="2" type="stmt"/>
400
+ <line num="145" count="2" type="stmt"/>
401
+ </file>
402
+ <file name="HelpIcon.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/HelpIcon.jsx">
404
403
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
405
404
  <line num="3" count="2" type="stmt"/>
406
- <line num="4" count="2" type="stmt"/>
405
+ <line num="4" count="1" type="stmt"/>
407
406
  </file>
408
- <file name="ImpersonatorBanner.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/Header/ImpersonatorBanner.jsx">
407
+ <file name="ImpersonatorBanner.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/ImpersonatorBanner.jsx">
409
408
  <metrics statements="13" coveredstatements="6" conditionals="6" coveredconditionals="4" methods="4" coveredmethods="1"/>
410
409
  <line num="14" count="2" type="stmt"/>
411
410
  <line num="15" count="0" type="stmt"/>
412
411
  <line num="24" count="2" type="stmt"/>
413
- <line num="29" count="2" type="stmt"/>
414
- <line num="31" count="2" type="stmt"/>
415
- <line num="41" count="2" type="stmt"/>
412
+ <line num="29" count="1" type="stmt"/>
413
+ <line num="31" count="1" type="stmt"/>
414
+ <line num="41" count="1" type="stmt"/>
416
415
  <line num="42" count="0" type="stmt"/>
417
416
  <line num="43" count="0" type="stmt"/>
418
417
  <line num="49" count="0" type="stmt"/>
419
418
  <line num="52" count="0" type="stmt"/>
420
419
  <line num="53" count="0" type="stmt"/>
421
420
  <line num="55" count="0" type="stmt"/>
422
- <line num="65" count="2" type="stmt"/>
421
+ <line num="65" count="1" type="stmt"/>
423
422
  </file>
424
- <file name="NavigationButtonIcon.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/Header/NavigationButtonIcon.jsx">
423
+ <file name="NavigationButtonIcon.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/NavigationButtonIcon.jsx">
425
424
  <metrics statements="2" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
426
425
  <line num="3" count="2" type="stmt"/>
427
426
  <line num="4" count="0" type="stmt"/>
428
427
  </file>
429
- <file name="header.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/Header/header.js">
428
+ <file name="header.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/header.js">
430
429
  <metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
431
430
  <line num="20" count="0" type="stmt"/>
432
431
  </file>
433
- <file name="hooks.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/Header/hooks.js">
432
+ <file name="hooks.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/hooks.js">
434
433
  <metrics statements="23" coveredstatements="19" conditionals="4" coveredconditionals="1" methods="8" coveredmethods="6"/>
435
- <line num="5" count="4" type="stmt"/>
436
- <line num="6" count="4" type="stmt"/>
437
- <line num="8" count="2" type="stmt"/>
438
- <line num="10" count="2" type="stmt"/>
439
- <line num="11" count="2" type="stmt"/>
440
- <line num="12" count="2" type="stmt"/>
441
- <line num="14" count="4" type="stmt"/>
434
+ <line num="5" count="2" type="stmt"/>
435
+ <line num="6" count="2" type="stmt"/>
436
+ <line num="8" count="1" type="stmt"/>
437
+ <line num="10" count="1" type="stmt"/>
438
+ <line num="11" count="1" type="stmt"/>
439
+ <line num="12" count="1" type="stmt"/>
440
+ <line num="14" count="2" type="stmt"/>
442
441
  <line num="17" count="2" type="stmt"/>
443
442
  <line num="19" count="2" type="stmt"/>
444
- <line num="20" count="2" type="stmt"/>
445
- <line num="22" count="2" type="stmt"/>
446
- <line num="23" count="0" type="cond" truecount="0" falsecount="2"/>
447
- <line num="24" count="0" type="stmt"/>
448
- <line num="26" count="0" type="stmt"/>
449
- <line num="29" count="2" type="stmt"/>
450
- <line num="30" count="2" type="stmt"/>
451
- <line num="38" count="2" type="stmt"/>
452
- <line num="42" count="2" type="stmt"/>
453
- <line num="46" count="2" type="stmt"/>
454
- <line num="47" count="8" type="stmt"/>
455
- <line num="48" count="8" type="cond" truecount="1" falsecount="1"/>
456
- <line num="49" count="0" type="stmt"/>
457
- <line num="51" count="8" type="stmt"/>
443
+ <line num="24" count="3" type="stmt"/>
444
+ <line num="26" count="3" type="stmt"/>
445
+ <line num="27" count="0" type="cond" truecount="0" falsecount="2"/>
446
+ <line num="28" count="0" type="stmt"/>
447
+ <line num="30" count="0" type="stmt"/>
448
+ <line num="33" count="3" type="stmt"/>
449
+ <line num="35" count="3" type="stmt"/>
450
+ <line num="50" count="2" type="stmt"/>
451
+ <line num="56" count="2" type="stmt"/>
452
+ <line num="60" count="2" type="stmt"/>
453
+ <line num="61" count="4" type="stmt"/>
454
+ <line num="62" count="4" type="cond" truecount="1" falsecount="1"/>
455
+ <line num="63" count="0" type="stmt"/>
456
+ <line num="65" count="4" type="stmt"/>
458
457
  </file>
459
- <file name="utag-helpers.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/Header/utag-helpers.js">
458
+ <file name="utag-helpers.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/utag-helpers.js">
460
459
  <metrics statements="2" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
461
460
  <line num="1" count="2" type="stmt"/>
462
461
  <line num="2" count="0" type="stmt"/>
@@ -464,7 +463,7 @@
464
463
  </package>
465
464
  <package name="react.components.Infotip">
466
465
  <metrics statements="17" coveredstatements="17" conditionals="8" coveredconditionals="8" methods="4" coveredmethods="4"/>
467
- <file name="Infotip.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/Infotip/Infotip.jsx">
466
+ <file name="Infotip.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Infotip/Infotip.jsx">
468
467
  <metrics statements="13" coveredstatements="13" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="3"/>
469
468
  <line num="6" count="3" type="stmt"/>
470
469
  <line num="8" count="3" type="stmt"/>
@@ -480,20 +479,20 @@
480
479
  <line num="62" count="3" type="stmt"/>
481
480
  <line num="69" count="3" type="stmt"/>
482
481
  </file>
483
- <file name="InfotipIcon.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/Infotip/InfotipIcon.jsx">
482
+ <file name="InfotipIcon.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Infotip/InfotipIcon.jsx">
484
483
  <metrics statements="4" coveredstatements="4" conditionals="6" coveredconditionals="6" methods="1" coveredmethods="1"/>
485
484
  <line num="4" count="3" type="stmt"/>
486
485
  <line num="5" count="7" type="stmt"/>
487
486
  <line num="35" count="3" type="stmt"/>
488
487
  <line num="39" count="3" type="stmt"/>
489
488
  </file>
490
- <file name="index.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/Infotip/index.js">
489
+ <file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Infotip/index.js">
491
490
  <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
492
491
  </file>
493
492
  </package>
494
493
  <package name="react.components.Modal">
495
494
  <metrics statements="33" coveredstatements="21" conditionals="23" coveredconditionals="13" methods="11" coveredmethods="4"/>
496
- <file name="LegacyModal.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/Modal/LegacyModal.jsx">
495
+ <file name="LegacyModal.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Modal/LegacyModal.jsx">
497
496
  <metrics statements="12" coveredstatements="2" conditionals="2" coveredconditionals="0" methods="6" coveredmethods="0"/>
498
497
  <line num="10" count="0" type="stmt"/>
499
498
  <line num="12" count="0" type="stmt"/>
@@ -508,7 +507,7 @@
508
507
  <line num="64" count="0" type="stmt"/>
509
508
  <line num="67" count="3" type="stmt"/>
510
509
  </file>
511
- <file name="Modal.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/Modal/Modal.jsx">
510
+ <file name="Modal.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Modal/Modal.jsx">
512
511
  <metrics statements="14" coveredstatements="13" conditionals="19" coveredconditionals="12" methods="4" coveredmethods="3"/>
513
512
  <line num="7" count="3" type="stmt"/>
514
513
  <line num="17" count="44" type="stmt"/>
@@ -525,7 +524,7 @@
525
524
  <line num="111" count="3" type="stmt"/>
526
525
  <line num="131" count="3" type="stmt"/>
527
526
  </file>
528
- <file name="index.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/Modal/index.jsx">
527
+ <file name="index.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Modal/index.jsx">
529
528
  <metrics statements="7" coveredstatements="6" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
530
529
  <line num="7" count="3" type="stmt"/>
531
530
  <line num="8" count="44" type="cond" truecount="1" falsecount="1"/>
@@ -537,85 +536,87 @@
537
536
  </file>
538
537
  </package>
539
538
  <package name="react.components.NotificationBanner">
540
- <metrics statements="65" coveredstatements="39" conditionals="33" coveredconditionals="9" methods="16" coveredmethods="8"/>
541
- <file name="CollapsedView.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/NotificationBanner/CollapsedView.js">
542
- <metrics statements="2" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
539
+ <metrics statements="67" coveredstatements="41" conditionals="33" coveredconditionals="9" methods="16" coveredmethods="8"/>
540
+ <file name="CollapsedView.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/NotificationBanner/CollapsedView.js">
541
+ <metrics statements="4" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
543
542
  <line num="5" count="2" type="stmt"/>
544
- <line num="9" count="0" type="stmt"/>
543
+ <line num="10" count="0" type="stmt"/>
544
+ <line num="32" count="2" type="stmt"/>
545
+ <line num="34" count="2" type="stmt"/>
545
546
  </file>
546
- <file name="ExpandedView.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/NotificationBanner/ExpandedView.js">
547
+ <file name="ExpandedView.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/NotificationBanner/ExpandedView.js">
547
548
  <metrics statements="3" coveredstatements="2" conditionals="5" coveredconditionals="0" methods="1" coveredmethods="0"/>
548
549
  <line num="6" count="2" type="stmt"/>
549
550
  <line num="13" count="0" type="stmt"/>
550
551
  <line num="37" count="2" type="stmt"/>
551
552
  </file>
552
- <file name="index.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/NotificationBanner/index.js">
553
+ <file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/NotificationBanner/index.js">
553
554
  <metrics statements="60" coveredstatements="36" conditionals="28" coveredconditionals="9" methods="14" coveredmethods="8"/>
554
- <line num="9" count="2" type="stmt"/>
555
+ <line num="9" count="1" type="stmt"/>
555
556
  <line num="10" count="0" type="stmt"/>
556
557
  <line num="11" count="0" type="stmt"/>
557
558
  <line num="12" count="0" type="stmt"/>
558
559
  <line num="13" count="0" type="stmt"/>
559
560
  <line num="18" count="2" type="stmt"/>
560
- <line num="25" count="4" type="stmt"/>
561
- <line num="27" count="4" type="stmt"/>
562
- <line num="28" count="4" type="stmt"/>
563
- <line num="29" count="4" type="stmt"/>
564
- <line num="30" count="4" type="stmt"/>
565
- <line num="31" count="4" type="stmt"/>
566
- <line num="32" count="4" type="stmt"/>
567
- <line num="33" count="4" type="stmt"/>
568
- <line num="34" count="4" type="cond" truecount="2" falsecount="0"/>
569
- <line num="36" count="4" type="stmt"/>
570
- <line num="38" count="2" type="stmt"/>
571
- <line num="40" count="2" type="cond" truecount="1" falsecount="1"/>
561
+ <line num="25" count="2" type="stmt"/>
562
+ <line num="27" count="2" type="stmt"/>
563
+ <line num="28" count="2" type="stmt"/>
564
+ <line num="29" count="2" type="stmt"/>
565
+ <line num="30" count="2" type="stmt"/>
566
+ <line num="31" count="2" type="stmt"/>
567
+ <line num="32" count="2" type="stmt"/>
568
+ <line num="33" count="2" type="stmt"/>
569
+ <line num="34" count="2" type="cond" truecount="2" falsecount="0"/>
570
+ <line num="36" count="2" type="stmt"/>
571
+ <line num="38" count="1" type="stmt"/>
572
+ <line num="40" count="1" type="cond" truecount="1" falsecount="1"/>
572
573
  <line num="41" count="0" type="stmt"/>
573
- <line num="44" count="2" type="stmt"/>
574
+ <line num="44" count="1" type="stmt"/>
574
575
  <line num="45" count="0" type="stmt"/>
575
- <line num="48" count="2" type="stmt"/>
576
- <line num="50" count="2" type="stmt"/>
577
- <line num="51" count="2" type="stmt"/>
578
- <line num="55" count="4" type="stmt"/>
579
- <line num="57" count="2" type="cond" truecount="1" falsecount="1"/>
580
- <line num="58" count="2" type="stmt"/>
581
- <line num="62" count="4" type="stmt"/>
582
- <line num="63" count="2" type="stmt"/>
583
- <line num="64" count="2" type="stmt"/>
584
- <line num="66" count="2" type="cond" truecount="2" falsecount="2"/>
585
- <line num="70" count="2" type="stmt"/>
586
- <line num="73" count="4" type="stmt"/>
587
- <line num="74" count="2" type="cond" truecount="1" falsecount="1"/>
576
+ <line num="48" count="1" type="stmt"/>
577
+ <line num="50" count="1" type="stmt"/>
578
+ <line num="51" count="1" type="stmt"/>
579
+ <line num="55" count="2" type="stmt"/>
580
+ <line num="57" count="1" type="cond" truecount="1" falsecount="1"/>
581
+ <line num="58" count="1" type="stmt"/>
582
+ <line num="62" count="2" type="stmt"/>
583
+ <line num="63" count="1" type="stmt"/>
584
+ <line num="64" count="1" type="stmt"/>
585
+ <line num="66" count="1" type="cond" truecount="2" falsecount="2"/>
586
+ <line num="70" count="1" type="stmt"/>
587
+ <line num="73" count="2" type="stmt"/>
588
+ <line num="74" count="1" type="cond" truecount="1" falsecount="1"/>
588
589
  <line num="75" count="0" type="stmt"/>
589
590
  <line num="76" count="0" type="cond" truecount="0" falsecount="2"/>
590
591
  <line num="80" count="0" type="stmt"/>
591
- <line num="93" count="4" type="stmt"/>
592
- <line num="94" count="4" type="stmt"/>
593
- <line num="102" count="4" type="stmt"/>
592
+ <line num="93" count="2" type="stmt"/>
593
+ <line num="94" count="2" type="stmt"/>
594
+ <line num="102" count="2" type="stmt"/>
594
595
  <line num="103" count="0" type="stmt"/>
595
596
  <line num="104" count="0" type="cond" truecount="0" falsecount="2"/>
596
597
  <line num="106" count="0" type="cond" truecount="0" falsecount="4"/>
597
598
  <line num="107" count="0" type="stmt"/>
598
599
  <line num="118" count="0" type="stmt"/>
599
- <line num="137" count="4" type="stmt"/>
600
+ <line num="137" count="2" type="stmt"/>
600
601
  <line num="138" count="0" type="stmt"/>
601
602
  <line num="139" count="0" type="stmt"/>
602
603
  <line num="140" count="0" type="stmt"/>
603
604
  <line num="141" count="0" type="stmt"/>
604
605
  <line num="143" count="0" type="stmt"/>
605
606
  <line num="144" count="0" type="stmt"/>
606
- <line num="147" count="4" type="stmt"/>
607
+ <line num="147" count="2" type="stmt"/>
607
608
  <line num="148" count="0" type="stmt"/>
608
609
  <line num="149" count="0" type="stmt"/>
609
610
  <line num="150" count="0" type="stmt"/>
610
611
  <line num="151" count="0" type="stmt"/>
611
- <line num="160" count="4" type="stmt"/>
612
+ <line num="160" count="2" type="stmt"/>
612
613
  <line num="189" count="2" type="stmt"/>
613
614
  <line num="203" count="2" type="stmt"/>
614
615
  </file>
615
616
  </package>
616
617
  <package name="react.components.SanitizedContent">
617
618
  <metrics statements="9" coveredstatements="4" conditionals="6" coveredconditionals="0" methods="2" coveredmethods="0"/>
618
- <file name="index.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/SanitizedContent/index.jsx">
619
+ <file name="index.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SanitizedContent/index.jsx">
619
620
  <metrics statements="9" coveredstatements="4" conditionals="6" coveredconditionals="0" methods="2" coveredmethods="0"/>
620
621
  <line num="6" count="4" type="stmt"/>
621
622
  <line num="92" count="4" type="stmt"/>
@@ -630,16 +631,15 @@
630
631
  </package>
631
632
  <package name="react.components.SessionDialog">
632
633
  <metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
633
- <file name="sessionDialog.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/SessionDialog/sessionDialog.js">
634
+ <file name="sessionDialog.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SessionDialog/sessionDialog.js">
634
635
  <metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
635
636
  <line num="17" count="0" type="stmt"/>
636
637
  </file>
637
638
  </package>
638
639
  <package name="react.components.SideNav">
639
- <metrics statements="77" coveredstatements="53" conditionals="30" coveredconditionals="10" methods="16" coveredmethods="8"/>
640
- <file name="helpers.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/SideNav/helpers.js">
641
- <metrics statements="73" coveredstatements="52" conditionals="29" coveredconditionals="10" methods="15" coveredmethods="8"/>
642
- <line num="20" count="3" type="stmt"/>
640
+ <metrics statements="83" coveredstatements="55" conditionals="32" coveredconditionals="10" methods="18" coveredmethods="8"/>
641
+ <file name="helpers.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/helpers.js">
642
+ <metrics statements="79" coveredstatements="54" conditionals="31" coveredconditionals="10" methods="17" coveredmethods="8"/>
643
643
  <line num="21" count="3" type="stmt"/>
644
644
  <line num="22" count="3" type="stmt"/>
645
645
  <line num="23" count="3" type="stmt"/>
@@ -648,72 +648,79 @@
648
648
  <line num="26" count="3" type="stmt"/>
649
649
  <line num="27" count="3" type="stmt"/>
650
650
  <line num="28" count="3" type="stmt"/>
651
- <line num="30" count="3" type="stmt"/>
652
- <line num="31" count="0" type="cond" truecount="0" falsecount="2"/>
653
- <line num="32" count="0" type="stmt"/>
654
- <line num="34" count="0" type="stmt"/>
655
- <line num="38" count="3" type="stmt"/>
656
- <line num="39" count="0" type="stmt"/>
657
- <line num="42" count="3" type="stmt"/>
658
- <line num="43" count="0" type="cond" truecount="0" falsecount="2"/>
659
- <line num="44" count="0" type="stmt"/>
651
+ <line num="29" count="3" type="stmt"/>
652
+ <line num="31" count="3" type="stmt"/>
653
+ <line num="32" count="0" type="cond" truecount="0" falsecount="2"/>
654
+ <line num="33" count="0" type="stmt"/>
655
+ <line num="35" count="0" type="stmt"/>
656
+ <line num="39" count="3" type="stmt"/>
657
+ <line num="40" count="0" type="stmt"/>
658
+ <line num="43" count="3" type="stmt"/>
659
+ <line num="44" count="0" type="cond" truecount="0" falsecount="2"/>
660
660
  <line num="45" count="0" type="stmt"/>
661
661
  <line num="46" count="0" type="stmt"/>
662
662
  <line num="47" count="0" type="stmt"/>
663
- <line num="49" count="0" type="stmt"/>
664
- <line num="64" count="3" type="stmt"/>
665
- <line num="65" count="0" type="stmt"/>
666
- <line num="90" count="0" type="cond" truecount="0" falsecount="2"/>
667
- <line num="91" count="0" type="stmt"/>
668
- <line num="94" count="3" type="stmt"/>
669
- <line num="103" count="3" type="stmt"/>
663
+ <line num="48" count="0" type="stmt"/>
664
+ <line num="50" count="0" type="stmt"/>
665
+ <line num="65" count="3" type="stmt"/>
666
+ <line num="66" count="0" type="stmt"/>
667
+ <line num="92" count="0" type="cond" truecount="0" falsecount="2"/>
668
+ <line num="93" count="0" type="stmt"/>
669
+ <line num="96" count="3" type="stmt"/>
670
670
  <line num="108" count="3" type="stmt"/>
671
- <line num="109" count="1" type="stmt"/>
672
- <line num="110" count="1" type="stmt"/>
671
+ <line num="113" count="3" type="stmt"/>
673
672
  <line num="114" count="1" type="stmt"/>
674
- <line num="126" count="1" type="stmt"/>
675
- <line num="136" count="3" type="cond" truecount="1" falsecount="0"/>
676
- <line num="137" count="1" type="stmt"/>
677
- <line num="138" count="1" type="stmt"/>
678
- <line num="139" count="1" type="cond" truecount="1" falsecount="1"/>
673
+ <line num="115" count="1" type="stmt"/>
674
+ <line num="119" count="1" type="stmt"/>
675
+ <line num="131" count="1" type="stmt"/>
676
+ <line num="141" count="3" type="cond" truecount="1" falsecount="0"/>
679
677
  <line num="142" count="1" type="stmt"/>
680
- <line num="143" count="1" type="cond" truecount="1" falsecount="1"/>
681
- <line num="144" count="1" type="cond" truecount="2" falsecount="0"/>
682
- <line num="146" count="0" type="cond" truecount="0" falsecount="2"/>
683
- <line num="154" count="3" type="stmt"/>
684
- <line num="155" count="1" type="stmt"/>
685
- <line num="156" count="1" type="stmt"/>
686
- <line num="166" count="3" type="stmt"/>
687
- <line num="167" count="1" type="stmt"/>
688
- <line num="168" count="1" type="stmt"/>
689
- <line num="169" count="1" type="cond" truecount="1" falsecount="1"/>
690
- <line num="170" count="0" type="stmt"/>
678
+ <line num="143" count="1" type="stmt"/>
679
+ <line num="144" count="1" type="cond" truecount="1" falsecount="1"/>
680
+ <line num="147" count="1" type="stmt"/>
681
+ <line num="148" count="1" type="cond" truecount="1" falsecount="1"/>
682
+ <line num="149" count="1" type="cond" truecount="2" falsecount="0"/>
683
+ <line num="151" count="0" type="cond" truecount="0" falsecount="2"/>
684
+ <line num="159" count="3" type="stmt"/>
685
+ <line num="160" count="1" type="stmt"/>
686
+ <line num="161" count="1" type="stmt"/>
687
+ <line num="171" count="3" type="stmt"/>
688
+ <line num="172" count="1" type="stmt"/>
691
689
  <line num="173" count="1" type="stmt"/>
692
- <line num="174" count="0" type="stmt"/>
690
+ <line num="174" count="1" type="stmt"/>
691
+ <line num="175" count="1" type="cond" truecount="1" falsecount="1"/>
692
+ <line num="176" count="0" type="stmt"/>
693
693
  <line num="179" count="1" type="stmt"/>
694
- <line num="187" count="3" type="stmt"/>
695
- <line num="195" count="1" type="stmt"/>
696
- <line num="196" count="1" type="stmt"/>
697
- <line num="209" count="3" type="stmt"/>
698
- <line num="242" count="3" type="stmt"/>
699
- <line num="243" count="0" type="stmt"/>
700
- <line num="255" count="3" type="stmt"/>
701
- <line num="256" count="1" type="stmt"/>
702
- <line num="257" count="1" type="stmt"/>
703
- <line num="258" count="1" type="stmt"/>
704
- <line num="259" count="1" type="cond" truecount="1" falsecount="1"/>
705
- <line num="261" count="1" type="cond" truecount="1" falsecount="1"/>
706
- <line num="262" count="0" type="stmt"/>
707
- <line num="265" count="1" type="stmt"/>
708
- <line num="273" count="3" type="stmt"/>
709
- <line num="274" count="1" type="stmt"/>
710
- <line num="299" count="3" type="stmt"/>
711
- <line num="300" count="0" type="cond" truecount="0" falsecount="2"/>
712
- <line num="301" count="0" type="stmt"/>
713
- <line num="302" count="0" type="stmt"/>
714
- <line num="305" count="3" type="stmt"/>
715
- </file>
716
- <file name="index.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/SideNav/index.js">
694
+ <line num="180" count="0" type="stmt"/>
695
+ <line num="186" count="1" type="stmt"/>
696
+ <line num="187" count="0" type="cond" truecount="0" falsecount="2"/>
697
+ <line num="188" count="0" type="stmt"/>
698
+ <line num="190" count="0" type="stmt"/>
699
+ <line num="193" count="1" type="stmt"/>
700
+ <line num="201" count="3" type="stmt"/>
701
+ <line num="209" count="1" type="stmt"/>
702
+ <line num="210" count="1" type="stmt"/>
703
+ <line num="223" count="3" type="stmt"/>
704
+ <line num="256" count="3" type="stmt"/>
705
+ <line num="257" count="0" type="stmt"/>
706
+ <line num="269" count="3" type="stmt"/>
707
+ <line num="270" count="1" type="stmt"/>
708
+ <line num="271" count="1" type="stmt"/>
709
+ <line num="272" count="1" type="stmt"/>
710
+ <line num="273" count="1" type="cond" truecount="1" falsecount="1"/>
711
+ <line num="275" count="1" type="cond" truecount="1" falsecount="1"/>
712
+ <line num="276" count="0" type="stmt"/>
713
+ <line num="279" count="1" type="stmt"/>
714
+ <line num="287" count="3" type="stmt"/>
715
+ <line num="288" count="1" type="stmt"/>
716
+ <line num="308" count="0" type="stmt"/>
717
+ <line num="321" count="3" type="stmt"/>
718
+ <line num="322" count="0" type="cond" truecount="0" falsecount="2"/>
719
+ <line num="323" count="0" type="stmt"/>
720
+ <line num="324" count="0" type="stmt"/>
721
+ <line num="327" count="3" type="stmt"/>
722
+ </file>
723
+ <file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/index.js">
717
724
  <metrics statements="4" coveredstatements="1" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
718
725
  <line num="5" count="1" type="cond" truecount="0" falsecount="1"/>
719
726
  <line num="25" count="0" type="stmt"/>
@@ -723,7 +730,7 @@
723
730
  </package>
724
731
  <package name="react.components.SideNav.AnimationGroup">
725
732
  <metrics statements="5" coveredstatements="5" conditionals="6" coveredconditionals="4" methods="2" coveredmethods="2"/>
726
- <file name="AnimationGroup.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/SideNav/AnimationGroup/AnimationGroup.jsx">
733
+ <file name="AnimationGroup.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/AnimationGroup/AnimationGroup.jsx">
727
734
  <metrics statements="5" coveredstatements="5" conditionals="6" coveredconditionals="4" methods="2" coveredmethods="2"/>
728
735
  <line num="4" count="2" type="stmt"/>
729
736
  <line num="5" count="1" type="cond" truecount="1" falsecount="1"/>
@@ -734,7 +741,7 @@
734
741
  </package>
735
742
  <package name="react.components.SideNav.Chart">
736
743
  <metrics statements="86" coveredstatements="59" conditionals="36" coveredconditionals="17" methods="22" coveredmethods="13"/>
737
- <file name="ScoreChart.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/SideNav/Chart/ScoreChart.jsx">
744
+ <file name="ScoreChart.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Chart/ScoreChart.jsx">
738
745
  <metrics statements="86" coveredstatements="59" conditionals="36" coveredconditionals="17" methods="22" coveredmethods="13"/>
739
746
  <line num="6" count="3" type="stmt"/>
740
747
  <line num="7" count="3" type="stmt"/>
@@ -823,13 +830,13 @@
823
830
  <line num="250" count="1" type="stmt"/>
824
831
  <line num="262" count="3" type="stmt"/>
825
832
  </file>
826
- <file name="index.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/SideNav/Chart/index.js">
833
+ <file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Chart/index.js">
827
834
  <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
828
835
  </file>
829
836
  </package>
830
837
  <package name="react.components.SideNav.Content">
831
838
  <metrics statements="68" coveredstatements="23" conditionals="108" coveredconditionals="5" methods="7" coveredmethods="1"/>
832
- <file name="LevelOneContent.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/SideNav/Content/LevelOneContent.jsx">
839
+ <file name="LevelOneContent.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Content/LevelOneContent.jsx">
833
840
  <metrics statements="51" coveredstatements="20" conditionals="52" coveredconditionals="5" methods="6" coveredmethods="1"/>
834
841
  <line num="20" count="2" type="stmt"/>
835
842
  <line num="25" count="1" type="stmt"/>
@@ -883,7 +890,7 @@
883
890
  <line num="169" count="1" type="stmt"/>
884
891
  <line num="187" count="2" type="stmt"/>
885
892
  </file>
886
- <file name="LevelTwoContent.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/SideNav/Content/LevelTwoContent.jsx">
893
+ <file name="LevelTwoContent.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Content/LevelTwoContent.jsx">
887
894
  <metrics statements="17" coveredstatements="3" conditionals="56" coveredconditionals="0" methods="1" coveredmethods="0"/>
888
895
  <line num="27" count="2" type="stmt"/>
889
896
  <line num="29" count="2" type="stmt"/>
@@ -903,13 +910,13 @@
903
910
  <line num="156" count="0" type="stmt"/>
904
911
  <line num="209" count="2" type="stmt"/>
905
912
  </file>
906
- <file name="index.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/SideNav/Content/index.js">
913
+ <file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Content/index.js">
907
914
  <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
908
915
  </file>
909
916
  </package>
910
917
  <package name="react.components.SideNav.Content.SelectRole">
911
- <metrics statements="63" coveredstatements="13" conditionals="26" coveredconditionals="0" methods="16" coveredmethods="0"/>
912
- <file name="index.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/SideNav/Content/SelectRole/index.js">
918
+ <metrics statements="65" coveredstatements="14" conditionals="24" coveredconditionals="0" methods="16" coveredmethods="0"/>
919
+ <file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Content/SelectRole/index.js">
913
920
  <metrics statements="20" coveredstatements="2" conditionals="4" coveredconditionals="0" methods="4" coveredmethods="0"/>
914
921
  <line num="13" count="2" type="stmt"/>
915
922
  <line num="18" count="0" type="stmt"/>
@@ -932,62 +939,64 @@
932
939
  <line num="56" count="0" type="stmt"/>
933
940
  <line num="72" count="2" type="stmt"/>
934
941
  </file>
935
- <file name="utils.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/SideNav/Content/SelectRole/utils.js">
936
- <metrics statements="43" coveredstatements="11" conditionals="22" coveredconditionals="0" methods="12" coveredmethods="0"/>
937
- <line num="6" count="2" type="stmt"/>
942
+ <file name="utils.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Content/SelectRole/utils.js">
943
+ <metrics statements="45" coveredstatements="12" conditionals="20" coveredconditionals="0" methods="12" coveredmethods="0"/>
944
+ <line num="6" count="3" type="stmt"/>
938
945
  <line num="7" count="0" type="stmt"/>
939
946
  <line num="8" count="0" type="cond" truecount="0" falsecount="2"/>
940
947
  <line num="11" count="0" type="stmt"/>
941
- <line num="19" count="2" type="stmt"/>
942
- <line num="20" count="0" type="cond" truecount="0" falsecount="2"/>
943
- <line num="21" count="0" type="stmt"/>
944
- <line num="23" count="0" type="cond" truecount="0" falsecount="2"/>
945
- <line num="33" count="2" type="stmt"/>
946
- <line num="34" count="0" type="cond" truecount="0" falsecount="2"/>
947
- <line num="35" count="0" type="stmt"/>
948
- <line num="38" count="2" type="stmt"/>
949
- <line num="39" count="0" type="cond" truecount="0" falsecount="2"/>
950
- <line num="40" count="0" type="stmt"/>
951
- <line num="46" count="0" type="stmt"/>
952
- <line num="54" count="2" type="stmt"/>
953
- <line num="55" count="0" type="stmt"/>
954
- <line num="56" count="0" type="stmt"/>
955
- <line num="58" count="0" type="cond" truecount="0" falsecount="2"/>
956
- <line num="59" count="0" type="stmt"/>
957
- <line num="61" count="0" type="cond" truecount="0" falsecount="2"/>
958
- <line num="62" count="0" type="stmt"/>
959
- <line num="64" count="0" type="cond" truecount="0" falsecount="2"/>
960
- <line num="65" count="0" type="stmt"/>
961
- <line num="67" count="0" type="cond" truecount="0" falsecount="2"/>
948
+ <line num="19" count="3" type="stmt"/>
949
+ <line num="20" count="0" type="stmt"/>
950
+ <line num="27" count="0" type="stmt"/>
951
+ <line num="35" count="3" type="stmt"/>
952
+ <line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
953
+ <line num="37" count="0" type="stmt"/>
954
+ <line num="45" count="3" type="stmt"/>
955
+ <line num="46" count="0" type="cond" truecount="0" falsecount="2"/>
956
+ <line num="47" count="0" type="stmt"/>
957
+ <line num="50" count="3" type="stmt"/>
958
+ <line num="51" count="0" type="cond" truecount="0" falsecount="2"/>
959
+ <line num="52" count="0" type="stmt"/>
960
+ <line num="58" count="0" type="stmt"/>
961
+ <line num="66" count="3" type="stmt"/>
962
+ <line num="67" count="0" type="stmt"/>
962
963
  <line num="68" count="0" type="stmt"/>
963
- <line num="70" count="0" type="stmt"/>
964
- <line num="78" count="2" type="stmt"/>
965
- <line num="79" count="0" type="stmt"/>
964
+ <line num="70" count="0" type="cond" truecount="0" falsecount="2"/>
965
+ <line num="71" count="0" type="stmt"/>
966
+ <line num="73" count="0" type="cond" truecount="0" falsecount="2"/>
967
+ <line num="74" count="0" type="stmt"/>
968
+ <line num="76" count="0" type="cond" truecount="0" falsecount="2"/>
969
+ <line num="77" count="0" type="stmt"/>
970
+ <line num="79" count="0" type="cond" truecount="0" falsecount="2"/>
966
971
  <line num="80" count="0" type="stmt"/>
967
- <line num="83" count="2" type="stmt"/>
968
- <line num="95" count="2" type="stmt"/>
969
- <line num="96" count="0" type="stmt"/>
970
- <line num="97" count="0" type="stmt"/>
971
- <line num="98" count="0" type="cond" truecount="0" falsecount="2"/>
972
- <line num="99" count="0" type="stmt"/>
973
- <line num="106" count="2" type="stmt"/>
974
- <line num="115" count="2" type="stmt"/>
975
- <line num="116" count="0" type="stmt"/>
976
- <line num="118" count="0" type="cond" truecount="0" falsecount="2"/>
977
- <line num="119" count="0" type="stmt"/>
978
- <line num="127" count="2" type="stmt"/>
972
+ <line num="82" count="0" type="stmt"/>
973
+ <line num="90" count="3" type="stmt"/>
974
+ <line num="91" count="0" type="stmt"/>
975
+ <line num="92" count="0" type="stmt"/>
976
+ <line num="95" count="3" type="stmt"/>
977
+ <line num="107" count="3" type="stmt"/>
978
+ <line num="108" count="0" type="stmt"/>
979
+ <line num="109" count="0" type="stmt"/>
980
+ <line num="110" count="0" type="cond" truecount="0" falsecount="2"/>
981
+ <line num="111" count="0" type="stmt"/>
982
+ <line num="118" count="3" type="stmt"/>
983
+ <line num="127" count="3" type="stmt"/>
979
984
  <line num="128" count="0" type="stmt"/>
985
+ <line num="130" count="0" type="cond" truecount="0" falsecount="2"/>
986
+ <line num="131" count="0" type="stmt"/>
987
+ <line num="139" count="3" type="stmt"/>
988
+ <line num="140" count="0" type="stmt"/>
980
989
  </file>
981
990
  </package>
982
991
  <package name="react.components.SideNav.Details">
983
992
  <metrics statements="17" coveredstatements="4" conditionals="12" coveredconditionals="0" methods="3" coveredmethods="0"/>
984
- <file name="IndividualDetails.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/SideNav/Details/IndividualDetails.jsx">
993
+ <file name="IndividualDetails.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Details/IndividualDetails.jsx">
985
994
  <metrics statements="3" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
986
995
  <line num="4" count="2" type="stmt"/>
987
996
  <line num="5" count="0" type="stmt"/>
988
997
  <line num="13" count="2" type="stmt"/>
989
998
  </file>
990
- <file name="PracticeDetails.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/SideNav/Details/PracticeDetails.jsx">
999
+ <file name="PracticeDetails.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Details/PracticeDetails.jsx">
991
1000
  <metrics statements="14" coveredstatements="2" conditionals="12" coveredconditionals="0" methods="2" coveredmethods="0"/>
992
1001
  <line num="4" count="2" type="stmt"/>
993
1002
  <line num="13" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -1004,20 +1013,20 @@
1004
1013
  <line num="28" count="0" type="stmt"/>
1005
1014
  <line num="36" count="2" type="stmt"/>
1006
1015
  </file>
1007
- <file name="index.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/SideNav/Details/index.js">
1016
+ <file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Details/index.js">
1008
1017
  <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1009
1018
  </file>
1010
1019
  </package>
1011
1020
  <package name="react.components.SideNav.Links">
1012
1021
  <metrics statements="122" coveredstatements="19" conditionals="165" coveredconditionals="6" methods="33" coveredmethods="2"/>
1013
- <file name="CmsSwitchLink.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/SideNav/Links/CmsSwitchLink.jsx">
1022
+ <file name="CmsSwitchLink.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Links/CmsSwitchLink.jsx">
1014
1023
  <metrics statements="4" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
1015
1024
  <line num="6" count="2" type="stmt"/>
1016
1025
  <line num="7" count="0" type="stmt"/>
1017
1026
  <line num="11" count="0" type="stmt"/>
1018
1027
  <line num="35" count="2" type="stmt"/>
1019
1028
  </file>
1020
- <file name="NavItemInline.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/SideNav/Links/NavItemInline.jsx">
1029
+ <file name="NavItemInline.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Links/NavItemInline.jsx">
1021
1030
  <metrics statements="8" coveredstatements="2" conditionals="14" coveredconditionals="0" methods="1" coveredmethods="0"/>
1022
1031
  <line num="5" count="2" type="stmt"/>
1023
1032
  <line num="15" count="0" type="stmt"/>
@@ -1028,7 +1037,7 @@
1028
1037
  <line num="22" count="0" type="stmt"/>
1029
1038
  <line num="43" count="2" type="stmt"/>
1030
1039
  </file>
1031
- <file name="NavLinkContainer.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/SideNav/Links/NavLinkContainer.jsx">
1040
+ <file name="NavLinkContainer.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Links/NavLinkContainer.jsx">
1032
1041
  <metrics statements="10" coveredstatements="6" conditionals="6" coveredconditionals="1" methods="4" coveredmethods="1"/>
1033
1042
  <line num="4" count="2" type="stmt"/>
1034
1043
  <line num="5" count="1" type="stmt"/>
@@ -1041,7 +1050,7 @@
1041
1050
  <line num="28" count="2" type="stmt"/>
1042
1051
  <line num="33" count="2" type="stmt"/>
1043
1052
  </file>
1044
- <file name="NavLinkDrawer.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/SideNav/Links/NavLinkDrawer.jsx">
1053
+ <file name="NavLinkDrawer.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Links/NavLinkDrawer.jsx">
1045
1054
  <metrics statements="65" coveredstatements="2" conditionals="96" coveredconditionals="0" methods="20" coveredmethods="0"/>
1046
1055
  <line num="7" count="2" type="stmt"/>
1047
1056
  <line num="29" count="0" type="stmt"/>
@@ -1109,7 +1118,7 @@
1109
1118
  <line num="197" count="0" type="stmt"/>
1110
1119
  <line num="253" count="2" type="stmt"/>
1111
1120
  </file>
1112
- <file name="NavLinkInline.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/SideNav/Links/NavLinkInline.jsx">
1121
+ <file name="NavLinkInline.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Links/NavLinkInline.jsx">
1113
1122
  <metrics statements="30" coveredstatements="2" conditionals="39" coveredconditionals="0" methods="5" coveredmethods="0"/>
1114
1123
  <line num="6" count="2" type="stmt"/>
1115
1124
  <line num="20" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -1142,7 +1151,7 @@
1142
1151
  <line num="63" count="0" type="stmt"/>
1143
1152
  <line num="97" count="2" type="stmt"/>
1144
1153
  </file>
1145
- <file name="NavLinkToggle.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/SideNav/Links/NavLinkToggle.jsx">
1154
+ <file name="NavLinkToggle.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Links/NavLinkToggle.jsx">
1146
1155
  <metrics statements="5" coveredstatements="5" conditionals="10" coveredconditionals="5" methods="1" coveredmethods="1"/>
1147
1156
  <line num="5" count="2" type="stmt"/>
1148
1157
  <line num="6" count="1" type="cond" truecount="1" falsecount="1"/>
@@ -1150,64 +1159,64 @@
1150
1159
  <line num="9" count="1" type="stmt"/>
1151
1160
  <line num="27" count="2" type="stmt"/>
1152
1161
  </file>
1153
- <file name="index.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/SideNav/Links/index.js">
1162
+ <file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Links/index.js">
1154
1163
  <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1155
1164
  </file>
1156
1165
  </package>
1157
1166
  <package name="react.components.SideNav.UI">
1158
1167
  <metrics statements="42" coveredstatements="21" conditionals="40" coveredconditionals="4" methods="14" coveredmethods="5"/>
1159
- <file name="SideNavUI.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/SideNav/UI/SideNavUI.jsx">
1168
+ <file name="SideNavUI.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/UI/SideNavUI.jsx">
1160
1169
  <metrics statements="42" coveredstatements="21" conditionals="40" coveredconditionals="4" methods="14" coveredmethods="5"/>
1161
- <line num="22" count="2" type="stmt"/>
1162
- <line num="36" count="1" type="stmt"/>
1170
+ <line num="20" count="2" type="stmt"/>
1171
+ <line num="33" count="1" type="stmt"/>
1172
+ <line num="34" count="1" type="stmt"/>
1173
+ <line num="35" count="1" type="stmt"/>
1163
1174
  <line num="37" count="1" type="stmt"/>
1164
- <line num="38" count="1" type="stmt"/>
1165
- <line num="40" count="1" type="stmt"/>
1166
- <line num="42" count="1" type="stmt"/>
1167
- <line num="43" count="0" type="stmt"/>
1168
- <line num="44" count="0" type="cond" truecount="0" falsecount="2"/>
1169
- <line num="45" count="0" type="stmt"/>
1170
- <line num="49" count="1" type="stmt"/>
1171
- <line num="50" count="0" type="stmt"/>
1172
- <line num="51" count="0" type="cond" truecount="0" falsecount="2"/>
1173
- <line num="52" count="0" type="stmt"/>
1174
- <line num="56" count="1" type="stmt"/>
1175
- <line num="57" count="0" type="cond" truecount="0" falsecount="2"/>
1176
- <line num="60" count="1" type="stmt"/>
1177
- <line num="61" count="1" type="stmt"/>
1178
- <line num="81" count="1" type="stmt"/>
1179
- <line num="83" count="0" type="stmt"/>
1180
- <line num="84" count="0" type="cond" truecount="0" falsecount="2"/>
1181
- <line num="85" count="0" type="cond" truecount="0" falsecount="2"/>
1182
- <line num="87" count="0" type="stmt"/>
1183
- <line num="88" count="0" type="stmt"/>
1184
- <line num="89" count="0" type="cond" truecount="0" falsecount="2"/>
1185
- <line num="92" count="0" type="stmt"/>
1175
+ <line num="39" count="1" type="stmt"/>
1176
+ <line num="40" count="0" type="stmt"/>
1177
+ <line num="41" count="0" type="cond" truecount="0" falsecount="2"/>
1178
+ <line num="42" count="0" type="stmt"/>
1179
+ <line num="46" count="1" type="stmt"/>
1180
+ <line num="47" count="0" type="stmt"/>
1181
+ <line num="48" count="0" type="cond" truecount="0" falsecount="2"/>
1182
+ <line num="49" count="0" type="stmt"/>
1183
+ <line num="53" count="1" type="stmt"/>
1184
+ <line num="54" count="0" type="cond" truecount="0" falsecount="2"/>
1185
+ <line num="57" count="1" type="stmt"/>
1186
+ <line num="58" count="1" type="stmt"/>
1187
+ <line num="78" count="1" type="stmt"/>
1188
+ <line num="80" count="0" type="stmt"/>
1189
+ <line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
1190
+ <line num="82" count="0" type="cond" truecount="0" falsecount="2"/>
1191
+ <line num="84" count="0" type="stmt"/>
1192
+ <line num="85" count="0" type="stmt"/>
1193
+ <line num="86" count="0" type="cond" truecount="0" falsecount="2"/>
1194
+ <line num="89" count="0" type="stmt"/>
1195
+ <line num="90" count="0" type="cond" truecount="0" falsecount="2"/>
1186
1196
  <line num="93" count="0" type="cond" truecount="0" falsecount="2"/>
1187
- <line num="96" count="0" type="cond" truecount="0" falsecount="2"/>
1188
- <line num="97" count="0" type="stmt"/>
1189
- <line num="98" count="0" type="stmt"/>
1190
- <line num="233" count="0" type="cond" truecount="0" falsecount="2"/>
1191
- <line num="234" count="0" type="stmt"/>
1192
- <line num="246" count="0" type="stmt"/>
1193
- <line num="250" count="1" type="cond" truecount="1" falsecount="1"/>
1194
- <line num="257" count="1" type="stmt"/>
1197
+ <line num="94" count="0" type="stmt"/>
1198
+ <line num="95" count="0" type="stmt"/>
1199
+ <line num="230" count="0" type="cond" truecount="0" falsecount="2"/>
1200
+ <line num="231" count="0" type="stmt"/>
1201
+ <line num="243" count="0" type="stmt"/>
1202
+ <line num="247" count="1" type="cond" truecount="1" falsecount="1"/>
1203
+ <line num="254" count="1" type="stmt"/>
1204
+ <line num="255" count="1" type="stmt"/>
1195
1205
  <line num="258" count="1" type="stmt"/>
1196
- <line num="261" count="1" type="stmt"/>
1206
+ <line num="259" count="1" type="stmt"/>
1197
1207
  <line num="262" count="1" type="stmt"/>
1198
- <line num="265" count="1" type="stmt"/>
1208
+ <line num="263" count="1" type="stmt"/>
1199
1209
  <line num="266" count="1" type="stmt"/>
1200
- <line num="269" count="1" type="stmt"/>
1201
- <line num="289" count="2" type="stmt"/>
1202
- <line num="312" count="2" type="stmt"/>
1210
+ <line num="285" count="2" type="stmt"/>
1211
+ <line num="307" count="2" type="stmt"/>
1203
1212
  </file>
1204
- <file name="index.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/SideNav/UI/index.js">
1213
+ <file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/UI/index.js">
1205
1214
  <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1206
1215
  </file>
1207
1216
  </package>
1208
1217
  <package name="react.components.Tooltip">
1209
1218
  <metrics statements="37" coveredstatements="37" conditionals="19" coveredconditionals="19" methods="5" coveredmethods="5"/>
1210
- <file name="Tooltip.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/components/Tooltip/Tooltip.jsx">
1219
+ <file name="Tooltip.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Tooltip/Tooltip.jsx">
1211
1220
  <metrics statements="16" coveredstatements="16" conditionals="7" coveredconditionals="7" methods="2" coveredmethods="2"/>
1212
1221
  <line num="9" count="4" type="stmt"/>
1213
1222
  <line num="10" count="4" type="stmt"/>
@@ -1226,10 +1235,10 @@
1226
1235
  <line num="76" count="4" type="stmt"/>
1227
1236
  <line num="83" count="4" type="stmt"/>
1228
1237
  </file>
1229
- <file name="index.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/Tooltip/index.js">
1238
+ <file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Tooltip/index.js">
1230
1239
  <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1231
1240
  </file>
1232
- <file name="position.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/Tooltip/position.js">
1241
+ <file name="position.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Tooltip/position.js">
1233
1242
  <metrics statements="21" coveredstatements="21" conditionals="12" coveredconditionals="12" methods="3" coveredmethods="3"/>
1234
1243
  <line num="1" count="4" type="stmt"/>
1235
1244
  <line num="2" count="4" type="stmt"/>
@@ -1255,47 +1264,47 @@
1255
1264
  </file>
1256
1265
  </package>
1257
1266
  <package name="react.components.hooks">
1258
- <metrics statements="26" coveredstatements="20" conditionals="20" coveredconditionals="11" methods="7" coveredmethods="5"/>
1259
- <file name="useGetConfig.js" path="/Users/davidschreiter/QPP/qpp-style/react/components/hooks/useGetConfig.js">
1260
- <metrics statements="26" coveredstatements="20" conditionals="20" coveredconditionals="11" methods="7" coveredmethods="5"/>
1267
+ <metrics statements="26" coveredstatements="13" conditionals="20" coveredconditionals="6" methods="7" coveredmethods="4"/>
1268
+ <file name="useGetConfig.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/hooks/useGetConfig.js">
1269
+ <metrics statements="26" coveredstatements="13" conditionals="20" coveredconditionals="6" methods="7" coveredmethods="4"/>
1261
1270
  <line num="10" count="3" type="stmt"/>
1262
- <line num="17" count="7" type="stmt"/>
1263
- <line num="19" count="7" type="cond" truecount="3" falsecount="1"/>
1271
+ <line num="17" count="2" type="stmt"/>
1272
+ <line num="19" count="2" type="cond" truecount="3" falsecount="1"/>
1264
1273
  <line num="20" count="0" type="stmt"/>
1265
- <line num="23" count="7" type="stmt"/>
1266
- <line num="24" count="5" type="stmt"/>
1267
- <line num="25" count="5" type="cond" truecount="2" falsecount="0"/>
1268
- <line num="29" count="1" type="stmt"/>
1269
- <line num="31" count="4" type="stmt"/>
1270
- <line num="32" count="4" type="stmt"/>
1271
- <line num="35" count="1" type="stmt"/>
1272
- <line num="36" count="1" type="stmt"/>
1273
- <line num="40" count="1" type="cond" truecount="1" falsecount="1"/>
1274
+ <line num="23" count="2" type="stmt"/>
1275
+ <line num="24" count="2" type="stmt"/>
1276
+ <line num="25" count="2" type="cond" truecount="1" falsecount="1"/>
1277
+ <line num="29" count="0" type="stmt"/>
1278
+ <line num="31" count="2" type="stmt"/>
1279
+ <line num="32" count="2" type="stmt"/>
1280
+ <line num="35" count="0" type="stmt"/>
1281
+ <line num="36" count="0" type="stmt"/>
1282
+ <line num="40" count="0" type="cond" truecount="0" falsecount="2"/>
1274
1283
  <line num="44" count="0" type="cond" truecount="0" falsecount="2"/>
1275
1284
  <line num="45" count="0" type="stmt"/>
1276
1285
  <line num="47" count="0" type="stmt"/>
1277
1286
  <line num="50" count="0" type="stmt"/>
1278
- <line num="52" count="1" type="stmt"/>
1279
- <line num="55" count="1" type="stmt"/>
1280
- <line num="56" count="1" type="stmt"/>
1287
+ <line num="52" count="0" type="stmt"/>
1288
+ <line num="55" count="0" type="stmt"/>
1289
+ <line num="56" count="0" type="stmt"/>
1281
1290
  <line num="59" count="0" type="stmt"/>
1282
- <line num="64" count="7" type="stmt"/>
1291
+ <line num="64" count="2" type="stmt"/>
1283
1292
  <line num="67" count="3" type="stmt"/>
1284
- <line num="69" count="3" type="stmt"/>
1285
- <line num="70" count="3" type="stmt"/>
1293
+ <line num="69" count="2" type="stmt"/>
1294
+ <line num="70" count="2" type="stmt"/>
1286
1295
  <line num="72" count="4" type="stmt"/>
1287
1296
  </file>
1288
1297
  </package>
1289
1298
  <package name="react.lib">
1290
- <metrics statements="88" coveredstatements="49" conditionals="0" coveredconditionals="0" methods="42" coveredmethods="3"/>
1291
- <file name="Chevron.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/lib/Chevron.jsx">
1299
+ <metrics statements="87" coveredstatements="48" conditionals="0" coveredconditionals="0" methods="42" coveredmethods="3"/>
1300
+ <file name="Chevron.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/lib/Chevron.jsx">
1292
1301
  <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1293
1302
  <line num="4" count="3" type="stmt"/>
1294
- <line num="5" count="5" type="stmt"/>
1303
+ <line num="5" count="3" type="stmt"/>
1295
1304
  <line num="26" count="3" type="stmt"/>
1296
1305
  <line num="30" count="3" type="stmt"/>
1297
1306
  </file>
1298
- <file name="SvgComponents.jsx" path="/Users/davidschreiter/QPP/qpp-style/react/lib/SvgComponents.jsx">
1307
+ <file name="SvgComponents.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/lib/SvgComponents.jsx">
1299
1308
  <metrics statements="83" coveredstatements="44" conditionals="0" coveredconditionals="0" methods="41" coveredmethods="2"/>
1300
1309
  <line num="4" count="4" type="stmt"/>
1301
1310
  <line num="5" count="0" type="stmt"/>
@@ -1381,17 +1390,13 @@
1381
1390
  <line num="564" count="4" type="stmt"/>
1382
1391
  <line num="565" count="0" type="stmt"/>
1383
1392
  </file>
1384
- <file name="svg-definitions.svg" path="/Users/davidschreiter/QPP/qpp-style/react/lib/svg-definitions.svg">
1385
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1386
- <line num="1" count="2" type="stmt"/>
1387
- </file>
1388
1393
  </package>
1389
1394
  <package name="react.session">
1390
1395
  <metrics statements="48" coveredstatements="37" conditionals="25" coveredconditionals="11" methods="14" coveredmethods="10"/>
1391
- <file name="index.js" path="/Users/davidschreiter/QPP/qpp-style/react/session/index.js">
1396
+ <file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/session/index.js">
1392
1397
  <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1393
1398
  </file>
1394
- <file name="logout.js" path="/Users/davidschreiter/QPP/qpp-style/react/session/logout.js">
1399
+ <file name="logout.js" path="/Users/rodrigomunoz/projects/qpp-style/react/session/logout.js">
1395
1400
  <metrics statements="26" coveredstatements="16" conditionals="12" coveredconditionals="3" methods="7" coveredmethods="4"/>
1396
1401
  <line num="4" count="4" type="stmt"/>
1397
1402
  <line num="5" count="3" type="cond" truecount="1" falsecount="1"/>
@@ -1420,7 +1425,7 @@
1420
1425
  <line num="67" count="0" type="stmt"/>
1421
1426
  <line num="70" count="0" type="stmt"/>
1422
1427
  </file>
1423
- <file name="refresh.js" path="/Users/davidschreiter/QPP/qpp-style/react/session/refresh.js">
1428
+ <file name="refresh.js" path="/Users/rodrigomunoz/projects/qpp-style/react/session/refresh.js">
1424
1429
  <metrics statements="13" coveredstatements="12" conditionals="7" coveredconditionals="3" methods="4" coveredmethods="3"/>
1425
1430
  <line num="13" count="4" type="cond" truecount="0" falsecount="1"/>
1426
1431
  <line num="14" count="3" type="stmt"/>
@@ -1436,7 +1441,7 @@
1436
1441
  <line num="41" count="3" type="stmt"/>
1437
1442
  <line num="44" count="0" type="stmt"/>
1438
1443
  </file>
1439
- <file name="ttl.js" path="/Users/davidschreiter/QPP/qpp-style/react/session/ttl.js">
1444
+ <file name="ttl.js" path="/Users/rodrigomunoz/projects/qpp-style/react/session/ttl.js">
1440
1445
  <metrics statements="9" coveredstatements="9" conditionals="6" coveredconditionals="5" methods="3" coveredmethods="3"/>
1441
1446
  <line num="3" count="4" type="stmt"/>
1442
1447
  <line num="4" count="79" type="stmt"/>