qpp-style 9.44.1 → 9.44.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Infotip/InfotipContent.jsx +1 -0
- package/coverage/clover.xml +461 -569
- package/coverage/coverage-final.json +68 -70
- package/coverage/lcov-report/{components/SideNav/Links/NavItemInline.jsx.html → Infotip.jsx.html} +123 -72
- package/coverage/lcov-report/{components/SideNav/Links/CmsSwitchLink.jsx.html → InfotipContent.jsx.html} +71 -56
- package/coverage/lcov-report/{components/SideNav/Content/LevelOneContent.jsx.html → InfotipIcon.jsx.html} +53 -77
- package/coverage/lcov-report/components/Accordion/index.html +21 -21
- package/coverage/lcov-report/components/Accordion/index.jsx.html +113 -113
- package/coverage/lcov-report/components/{Dropdown → Button}/index.html +17 -17
- package/coverage/lcov-report/components/Button/index.js.html +355 -0
- package/coverage/lcov-report/components/Error/Collapsible.jsx.html +98 -98
- package/coverage/lcov-report/components/Error/ErrorUI.jsx.html +33 -33
- package/coverage/lcov-report/components/Error/index.html +23 -23
- package/coverage/lcov-report/components/Footer/FooterUI.jsx.html +211 -211
- package/coverage/lcov-report/components/Footer/SocialLinks.jsx.html +62 -62
- package/coverage/lcov-report/components/Footer/Subscribe.jsx.html +36 -36
- package/coverage/lcov-report/components/Footer/index.html +13 -13
- package/coverage/lcov-report/components/{SideNav/Content → GovBanner}/index.html +29 -44
- package/coverage/lcov-report/components/GovBanner/index.js.html +436 -0
- package/coverage/lcov-report/components/Header/HeaderAccountMenu.jsx.html +367 -0
- package/coverage/lcov-report/components/{SideNav/Details/IndividualDetails.jsx.html → Header/HeaderCancel.jsx.html} +35 -41
- package/coverage/lcov-report/components/Header/HeaderContainer.jsx.html +307 -0
- package/coverage/lcov-report/components/Header/HeaderLogo.jsx.html +211 -0
- package/coverage/lcov-report/components/Header/HeaderMenuButton.js.html +235 -0
- package/coverage/lcov-report/components/Header/HeaderMenuItem.jsx.html +802 -0
- package/coverage/lcov-report/components/Header/HeaderMenuLink.js.html +253 -0
- package/coverage/lcov-report/components/Header/HeaderMenuSignOutButton.js.html +271 -0
- package/coverage/lcov-report/components/Header/HeaderMobileButton.js.html +196 -0
- package/coverage/lcov-report/components/Header/HeaderUI.jsx.html +586 -0
- package/coverage/lcov-report/components/Header/HelpIcon.jsx.html +181 -0
- package/coverage/lcov-report/components/Header/ImpersonatorBanner.jsx.html +328 -0
- package/coverage/lcov-report/components/Header/NavigationButtonIcon.jsx.html +166 -0
- package/coverage/lcov-report/components/Header/hooks.js.html +283 -0
- package/coverage/lcov-report/components/Header/index.html +326 -0
- package/coverage/lcov-report/components/{SideNav/Links/index.js.html → Header/utag-helpers.js.html} +34 -46
- package/coverage/lcov-report/components/Infotip/Infotip.jsx.html +90 -90
- package/coverage/lcov-report/components/Infotip/InfotipContent.jsx.html +50 -50
- package/coverage/lcov-report/components/Infotip/InfotipIcon.jsx.html +49 -49
- package/coverage/lcov-report/components/Infotip/index.html +25 -40
- package/coverage/lcov-report/components/Infotip/index.js.html +1 -1
- package/coverage/lcov-report/components/Modal/LegacyModal.jsx.html +116 -116
- package/coverage/lcov-report/components/Modal/Modal.jsx.html +252 -252
- package/coverage/lcov-report/components/Modal/index.html +38 -38
- package/coverage/lcov-report/components/Modal/index.jsx.html +31 -31
- package/coverage/lcov-report/components/NotificationBanner/CollapsedView.js.html +202 -0
- package/coverage/lcov-report/components/NotificationBanner/ExpandedView.js.html +220 -0
- package/coverage/lcov-report/components/{SideNav/Details → NotificationBanner}/index.html +46 -46
- package/coverage/lcov-report/components/NotificationBanner/index.js.html +748 -0
- package/coverage/lcov-report/components/SanitizedContent/index.html +21 -21
- package/coverage/lcov-report/components/SanitizedContent/index.jsx.html +257 -257
- package/coverage/lcov-report/components/SessionDialogUI.jsx.html +440 -440
- package/coverage/lcov-report/components/SideNav/Chart/ScoreChart.jsx.html +8 -8
- package/coverage/lcov-report/components/SideNav/Chart/index.html +1 -16
- package/coverage/lcov-report/components/SideNav/Content/SelectRole/index.html +19 -34
- package/coverage/lcov-report/components/SideNav/Content/SelectRole/utils.js.html +147 -147
- package/coverage/lcov-report/components/SideNav/helpers.js.html +565 -544
- package/coverage/lcov-report/components/SideNav/index.html +19 -19
- package/coverage/lcov-report/components/Tooltip/Tooltip.jsx.html +9 -9
- package/coverage/lcov-report/components/Tooltip/index.html +1 -1
- package/coverage/lcov-report/components/Tooltip/index.js.html +1 -1
- package/coverage/lcov-report/components/Tooltip/position.js.html +1 -1
- package/coverage/lcov-report/components/hooks/index.html +21 -21
- package/coverage/lcov-report/components/hooks/useGetConfig.js.html +131 -128
- package/coverage/lcov-report/components/index.html +21 -21
- package/coverage/lcov-report/index.html +124 -124
- package/coverage/lcov-report/{components/SideNav/UI/index.js.html → index.js.html} +12 -12
- package/coverage/lcov-report/lib/Chevron.jsx.html +36 -36
- package/coverage/lcov-report/lib/SvgComponents.jsx.html +1161 -1161
- package/coverage/lcov-report/lib/index.html +24 -24
- package/coverage/lcov-report/react/components/Accordion/index.html +21 -21
- package/coverage/lcov-report/react/components/Accordion/index.jsx.html +41 -41
- package/coverage/lcov-report/react/components/Button/index.html +1 -1
- package/coverage/lcov-report/react/components/Button/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Dropdown/index.html +1 -1
- package/coverage/lcov-report/react/components/Dropdown/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Error/Collapsible.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Error/ErrorUI.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Error/error.js.html +1 -1
- package/coverage/lcov-report/react/components/Error/index.html +1 -1
- package/coverage/lcov-report/react/components/Footer/FooterUI.jsx.html +4 -4
- package/coverage/lcov-report/react/components/Footer/LegacyFooterUI.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Footer/SocialLinks.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Footer/Subscribe.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Footer/footer.js.html +1 -1
- package/coverage/lcov-report/react/components/Footer/index.html +1 -1
- package/coverage/lcov-report/react/components/GovBanner/index.html +1 -1
- package/coverage/lcov-report/react/components/GovBanner/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderAccountMenu.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderCancel.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderContainer.jsx.html +60 -12
- package/coverage/lcov-report/react/components/Header/HeaderLogo.jsx.html +20 -14
- package/coverage/lcov-report/react/components/Header/HeaderMenuButton.js.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderMenuItem.jsx.html +2 -2
- package/coverage/lcov-report/react/components/Header/HeaderMenuLink.js.html +7 -7
- package/coverage/lcov-report/react/components/Header/HeaderMenuSignOutButton.js.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderMobileButton.js.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderUI.jsx.html +34 -25
- package/coverage/lcov-report/react/components/Header/HelpIcon.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Header/ImpersonatorBanner.jsx.html +33 -15
- package/coverage/lcov-report/react/components/Header/NavigationButtonIcon.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Header/header.js.html +1 -1
- package/coverage/lcov-report/react/components/Header/hooks.js.html +1 -1
- package/coverage/lcov-report/react/components/Header/index.html +37 -37
- package/coverage/lcov-report/react/components/Header/utag-helpers.js.html +1 -1
- package/coverage/lcov-report/{components/SideNav/AnimationGroup → react/components/HeaderSearchBar}/index.html +22 -22
- package/coverage/lcov-report/{components/Dropdown/index.js.html → react/components/HeaderSearchBar/index.jsx.html} +109 -106
- package/coverage/lcov-report/react/components/Infotip/Infotip.jsx.html +2 -2
- package/coverage/lcov-report/react/components/Infotip/InfotipContent.jsx.html +9 -3
- package/coverage/lcov-report/react/components/Infotip/InfotipIcon.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Infotip/index.html +1 -1
- package/coverage/lcov-report/react/components/Infotip/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Modal/LegacyModal.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Modal/Modal.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Modal/index.html +1 -1
- package/coverage/lcov-report/react/components/Modal/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/NotificationBanner/CollapsedView.js.html +1 -1
- package/coverage/lcov-report/react/components/NotificationBanner/ExpandedView.js.html +1 -1
- package/coverage/lcov-report/react/components/NotificationBanner/index.html +1 -1
- package/coverage/lcov-report/react/components/NotificationBanner/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SanitizedContent/index.html +21 -21
- package/coverage/lcov-report/react/components/SanitizedContent/index.jsx.html +23 -23
- package/coverage/lcov-report/react/components/Session/Session.jsx.html +61 -91
- package/coverage/lcov-report/react/components/Session/SessionDialogWrapped.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Session/index.html +15 -15
- package/coverage/lcov-report/react/components/Session/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SessionDialog/index.html +1 -1
- package/coverage/lcov-report/react/components/SessionDialog/sessionDialog.js.html +1 -1
- package/coverage/lcov-report/react/components/SessionDialogUI.jsx.html +30 -90
- package/coverage/lcov-report/react/components/SideNav/AnimationGroup/AnimationGroup.jsx.html +3 -3
- package/coverage/lcov-report/react/components/SideNav/AnimationGroup/index.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Chart/ScoreChart.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Chart/index.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Chart/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Content/LevelOneContent.jsx.html +48 -18
- package/coverage/lcov-report/react/components/SideNav/Content/LevelTwoContent.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Content/SelectRole/index.html +26 -26
- package/coverage/lcov-report/react/components/SideNav/Content/SelectRole/index.js.html +14 -38
- package/coverage/lcov-report/react/components/SideNav/Content/SelectRole/utils.js.html +62 -83
- package/coverage/lcov-report/react/components/SideNav/Content/index.html +5 -5
- package/coverage/lcov-report/react/components/SideNav/Content/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Details/IndividualDetails.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Details/PracticeDetails.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Details/index.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Details/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Links/CmsSwitchLink.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Links/NavItemInline.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkContainer.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkDrawer.jsx.html +5 -2
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkInline.jsx.html +5 -2
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkToggle.jsx.html +4 -4
- package/coverage/lcov-report/react/components/SideNav/Links/index.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Links/index.js.html +1 -1
- package/coverage/lcov-report/{components/Footer/LegacyFooterUI.jsx.html → react/components/SideNav/UI/DynamicContent.jsx.html} +210 -246
- package/coverage/lcov-report/react/components/SideNav/UI/SideNavUI.jsx.html +41 -536
- package/coverage/lcov-report/react/components/SideNav/UI/default-markup.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/UI/index.html +34 -19
- package/coverage/lcov-report/react/components/SideNav/UI/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/helpers.js.html +15 -1068
- package/coverage/lcov-report/react/components/SideNav/index.html +21 -21
- package/coverage/lcov-report/react/components/SideNav/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Tooltip/Tooltip.jsx.html +2 -2
- package/coverage/lcov-report/react/components/Tooltip/index.html +1 -1
- package/coverage/lcov-report/react/components/Tooltip/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Tooltip/position.js.html +1 -1
- package/coverage/lcov-report/react/components/hooks/index.html +14 -14
- package/coverage/lcov-report/react/components/hooks/useGetConfig.js.html +12 -15
- package/coverage/lcov-report/react/components/index.html +21 -21
- package/coverage/lcov-report/react/index.html +13 -13
- package/coverage/lcov-report/react/index.js.html +13 -28
- package/coverage/lcov-report/react/lib/Chevron.jsx.html +14 -14
- package/coverage/lcov-report/react/lib/SvgComponents.jsx.html +2 -2
- package/coverage/lcov-report/react/lib/index.html +16 -16
- package/coverage/lcov-report/react/lib/svg-definitions.svg.html +1 -1
- package/coverage/lcov-report/react/session/index.html +29 -44
- package/coverage/lcov-report/react/session/index.js.html +1 -1
- package/coverage/lcov-report/react/session/isAuthV2.js.html +1 -1
- package/coverage/lcov-report/react/session/logout.js.html +50 -44
- package/coverage/lcov-report/react/session/refresh.js.html +8 -17
- package/coverage/lcov-report/react/session/ttl.js.html +9 -21
- package/coverage/lcov-report/session/index.html +53 -53
- package/coverage/lcov-report/session/index.js.html +13 -13
- package/coverage/lcov-report/session/logout.js.html +137 -137
- package/coverage/lcov-report/session/refresh.js.html +90 -90
- package/coverage/lcov-report/session/ttl.js.html +77 -77
- package/coverage/lcov.info +754 -978
- package/dist/browser.js +1 -1
- package/dist/browser.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/react/index.js +1 -1
- package/dist/react/index.js.map +1 -1
- package/package.json +1 -1
- package/coverage/lcov-report/components/SideNav/AnimationGroup/AnimationGroup.jsx.html +0 -166
- package/coverage/lcov-report/components/SideNav/Chart/index.js.html +0 -94
- package/coverage/lcov-report/components/SideNav/Content/LevelTwoContent.jsx.html +0 -733
- package/coverage/lcov-report/components/SideNav/Content/SelectRole/index.js.html +0 -319
- package/coverage/lcov-report/components/SideNav/Content/index.js.html +0 -94
- package/coverage/lcov-report/components/SideNav/Details/PracticeDetails.jsx.html +0 -220
- package/coverage/lcov-report/components/SideNav/Details/index.js.html +0 -97
- package/coverage/lcov-report/components/SideNav/Links/NavLinkContainer.jsx.html +0 -199
- package/coverage/lcov-report/components/SideNav/Links/NavLinkDrawer.jsx.html +0 -970
- package/coverage/lcov-report/components/SideNav/Links/NavLinkInline.jsx.html +0 -415
- package/coverage/lcov-report/components/SideNav/Links/NavLinkToggle.jsx.html +0 -187
- package/coverage/lcov-report/components/SideNav/Links/index.html +0 -206
- package/coverage/lcov-report/components/SideNav/UI/SideNavUI.jsx.html +0 -1033
- package/coverage/lcov-report/components/SideNav/UI/default-markup.js.html +0 -97
- package/coverage/lcov-report/components/SideNav/UI/index.html +0 -146
- package/coverage/lcov-report/lib/svg-definitions.svg.html +0 -460
- package/styles/components/_footer.scss +0 -593
- package/styles/components/_header.scss +0 -890
- package/styles/components/_sidebar.scss +0 -8
- package/styles/components/sidebar/_animations.scss +0 -38
- package/styles/components/sidebar/_cms.scss +0 -61
- package/styles/components/sidebar/_details.scss +0 -58
- package/styles/components/sidebar/_links.scss +0 -420
- package/styles/components/sidebar/_sidebar-animation.scss +0 -121
- package/styles/components/sidebar/_sidebar-tooltip.scss +0 -33
- package/styles/components/sidebar/_sidebar.scss +0 -141
- package/styles/components/sidebar/project-specific/_wi.scss +0 -42
- package/styles/qppds/components/_infotip-content.scss +0 -49
- package/styles/qppds/components/_spinner.scss +0 -46
package/coverage/clover.xml
CHANGED
|
@@ -1,48 +1,47 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1711049353925" clover="3.2.0">
|
|
3
|
+
<project timestamp="1711049353925" name="All files">
|
|
4
|
+
<metrics statements="974" coveredstatements="330" conditionals="557" coveredconditionals="46" methods="279" coveredmethods="35" elements="1810" coveredelements="411" complexity="0" loc="974" ncloc="974" packages="23" files="68" classes="68"/>
|
|
5
5
|
<package name="react">
|
|
6
|
-
<metrics statements="
|
|
7
|
-
<file name="index.js" path="/Users/
|
|
8
|
-
<metrics statements="
|
|
9
|
-
<line num="
|
|
10
|
-
<line num="
|
|
11
|
-
<line num="
|
|
12
|
-
<line num="
|
|
13
|
-
<line num="
|
|
14
|
-
<line num="27" count="0" type="stmt"/>
|
|
6
|
+
<metrics statements="5" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
7
|
+
<file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/index.js">
|
|
8
|
+
<metrics statements="5" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
9
|
+
<line num="8" count="1" type="stmt"/>
|
|
10
|
+
<line num="10" count="0" type="stmt"/>
|
|
11
|
+
<line num="14" count="0" type="stmt"/>
|
|
12
|
+
<line num="18" count="0" type="stmt"/>
|
|
13
|
+
<line num="22" count="0" type="stmt"/>
|
|
15
14
|
</file>
|
|
16
15
|
</package>
|
|
17
16
|
<package name="react.components.Accordion">
|
|
18
|
-
<metrics statements="20" coveredstatements="
|
|
19
|
-
<file name="index.jsx" path="/Users/
|
|
20
|
-
<metrics statements="20" coveredstatements="
|
|
21
|
-
<line num="5" count="
|
|
22
|
-
<line num="6" count="
|
|
23
|
-
<line num="7" count="
|
|
24
|
-
<line num="8" count="
|
|
25
|
-
<line num="9" count="
|
|
17
|
+
<metrics statements="20" coveredstatements="3" conditionals="24" coveredconditionals="0" methods="6" coveredmethods="0"/>
|
|
18
|
+
<file name="index.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Accordion/index.jsx">
|
|
19
|
+
<metrics statements="20" coveredstatements="3" conditionals="24" coveredconditionals="0" methods="6" coveredmethods="0"/>
|
|
20
|
+
<line num="5" count="2" type="stmt"/>
|
|
21
|
+
<line num="6" count="0" type="stmt"/>
|
|
22
|
+
<line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
23
|
+
<line num="8" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
24
|
+
<line num="9" count="0" type="stmt"/>
|
|
26
25
|
<line num="10" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
27
26
|
<line num="11" count="0" type="stmt"/>
|
|
28
27
|
<line num="13" count="0" type="stmt"/>
|
|
29
|
-
<line num="15" count="
|
|
30
|
-
<line num="16" count="
|
|
28
|
+
<line num="15" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
29
|
+
<line num="16" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
31
30
|
<line num="19" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
32
31
|
<line num="23" count="0" type="stmt"/>
|
|
33
|
-
<line num="27" count="
|
|
34
|
-
<line num="30" count="
|
|
35
|
-
<line num="31" count="
|
|
32
|
+
<line num="27" count="0" type="stmt"/>
|
|
33
|
+
<line num="30" count="0" type="stmt"/>
|
|
34
|
+
<line num="31" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
36
35
|
<line num="32" count="0" type="stmt"/>
|
|
37
|
-
<line num="34" count="
|
|
38
|
-
<line num="38" count="
|
|
39
|
-
<line num="81" count="
|
|
40
|
-
<line num="91" count="
|
|
36
|
+
<line num="34" count="0" type="stmt"/>
|
|
37
|
+
<line num="38" count="0" type="stmt"/>
|
|
38
|
+
<line num="81" count="2" type="stmt"/>
|
|
39
|
+
<line num="91" count="2" type="stmt"/>
|
|
41
40
|
</file>
|
|
42
41
|
</package>
|
|
43
42
|
<package name="react.components.Button">
|
|
44
43
|
<metrics statements="20" coveredstatements="8" conditionals="13" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
45
|
-
<file name="index.js" path="/Users/
|
|
44
|
+
<file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Button/index.js">
|
|
46
45
|
<metrics statements="20" coveredstatements="8" conditionals="13" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
47
46
|
<line num="4" count="2" type="stmt"/>
|
|
48
47
|
<line num="5" count="2" type="stmt"/>
|
|
@@ -68,7 +67,7 @@
|
|
|
68
67
|
</package>
|
|
69
68
|
<package name="react.components.Dropdown">
|
|
70
69
|
<metrics statements="7" coveredstatements="3" conditionals="4" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
71
|
-
<file name="index.js" path="/Users/
|
|
70
|
+
<file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Dropdown/index.js">
|
|
72
71
|
<metrics statements="7" coveredstatements="3" conditionals="4" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
73
72
|
<line num="4" count="2" type="stmt"/>
|
|
74
73
|
<line num="20" count="0" type="stmt"/>
|
|
@@ -79,59 +78,26 @@
|
|
|
79
78
|
<line num="75" count="0" type="stmt"/>
|
|
80
79
|
</file>
|
|
81
80
|
</package>
|
|
82
|
-
<package name="react.components.Error">
|
|
83
|
-
<metrics statements="21" coveredstatements="18" conditionals="12" coveredconditionals="7" methods="8" coveredmethods="6"/>
|
|
84
|
-
<file name="Collapsible.jsx" path="/Users/dominiquelomax/Desktop/Repos/qpp-style/react/components/Error/Collapsible.jsx">
|
|
85
|
-
<metrics statements="15" coveredstatements="13" conditionals="8" coveredconditionals="5" methods="6" coveredmethods="5"/>
|
|
86
|
-
<line num="6" count="2" type="stmt"/>
|
|
87
|
-
<line num="8" count="2" type="stmt"/>
|
|
88
|
-
<line num="12" count="2" type="stmt"/>
|
|
89
|
-
<line num="13" count="2" type="stmt"/>
|
|
90
|
-
<line num="14" count="2" type="stmt"/>
|
|
91
|
-
<line num="18" count="0" type="stmt"/>
|
|
92
|
-
<line num="24" count="2" type="stmt"/>
|
|
93
|
-
<line num="30" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
94
|
-
<line num="31" count="2" type="stmt"/>
|
|
95
|
-
<line num="35" count="0" type="stmt"/>
|
|
96
|
-
<line num="40" count="2" type="stmt"/>
|
|
97
|
-
<line num="41" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
98
|
-
<line num="43" count="2" type="stmt"/>
|
|
99
|
-
<line num="59" count="2" type="stmt"/>
|
|
100
|
-
<line num="81" count="2" type="stmt"/>
|
|
101
|
-
</file>
|
|
102
|
-
<file name="ErrorUI.jsx" path="/Users/dominiquelomax/Desktop/Repos/qpp-style/react/components/Error/ErrorUI.jsx">
|
|
103
|
-
<metrics statements="5" coveredstatements="5" conditionals="4" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
104
|
-
<line num="5" count="2" type="stmt"/>
|
|
105
|
-
<line num="6" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
106
|
-
<line num="7" count="2" type="stmt"/>
|
|
107
|
-
<line num="9" count="2" type="stmt"/>
|
|
108
|
-
<line num="25" count="2" type="stmt"/>
|
|
109
|
-
</file>
|
|
110
|
-
<file name="error.js" path="/Users/dominiquelomax/Desktop/Repos/qpp-style/react/components/Error/error.js">
|
|
111
|
-
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
112
|
-
<line num="17" count="0" type="stmt"/>
|
|
113
|
-
</file>
|
|
114
|
-
</package>
|
|
115
81
|
<package name="react.components.Footer">
|
|
116
82
|
<metrics statements="11" coveredstatements="8" conditionals="2" coveredconditionals="0" methods="4" coveredmethods="3"/>
|
|
117
|
-
<file name="FooterUI.jsx" path="/Users/
|
|
83
|
+
<file name="FooterUI.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Footer/FooterUI.jsx">
|
|
118
84
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
119
85
|
<line num="9" count="2" type="stmt"/>
|
|
120
86
|
<line num="10" count="2" type="stmt"/>
|
|
121
|
-
<line num="
|
|
122
|
-
<line num="
|
|
87
|
+
<line num="11" count="2" type="stmt"/>
|
|
88
|
+
<line num="12" count="3" type="stmt"/>
|
|
123
89
|
</file>
|
|
124
|
-
<file name="SocialLinks.jsx" path="/Users/
|
|
90
|
+
<file name="SocialLinks.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Footer/SocialLinks.jsx">
|
|
125
91
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
126
92
|
<line num="3" count="2" type="stmt"/>
|
|
127
93
|
<line num="4" count="3" type="stmt"/>
|
|
128
94
|
</file>
|
|
129
|
-
<file name="Subscribe.jsx" path="/Users/
|
|
95
|
+
<file name="Subscribe.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Footer/Subscribe.jsx">
|
|
130
96
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
131
97
|
<line num="3" count="2" type="stmt"/>
|
|
132
98
|
<line num="4" count="3" type="stmt"/>
|
|
133
99
|
</file>
|
|
134
|
-
<file name="footer.js" path="/Users/
|
|
100
|
+
<file name="footer.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Footer/footer.js">
|
|
135
101
|
<metrics statements="3" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
136
102
|
<line num="14" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
137
103
|
<line num="15" count="0" type="stmt"/>
|
|
@@ -140,7 +106,7 @@
|
|
|
140
106
|
</package>
|
|
141
107
|
<package name="react.components.GovBanner">
|
|
142
108
|
<metrics statements="4" coveredstatements="1" conditionals="2" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
143
|
-
<file name="index.js" path="/Users/
|
|
109
|
+
<file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/GovBanner/index.js">
|
|
144
110
|
<metrics statements="4" coveredstatements="1" conditionals="2" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
145
111
|
<line num="3" count="2" type="stmt"/>
|
|
146
112
|
<line num="4" count="0" type="stmt"/>
|
|
@@ -149,8 +115,8 @@
|
|
|
149
115
|
</file>
|
|
150
116
|
</package>
|
|
151
117
|
<package name="react.components.Header">
|
|
152
|
-
<metrics statements="
|
|
153
|
-
<file name="HeaderAccountMenu.jsx" path="/Users/
|
|
118
|
+
<metrics statements="223" coveredstatements="40" conditionals="119" coveredconditionals="0" methods="70" coveredmethods="0"/>
|
|
119
|
+
<file name="HeaderAccountMenu.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/HeaderAccountMenu.jsx">
|
|
154
120
|
<metrics statements="17" coveredstatements="3" conditionals="16" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
155
121
|
<line num="8" count="2" type="stmt"/>
|
|
156
122
|
<line num="9" count="0" type="stmt"/>
|
|
@@ -170,39 +136,44 @@
|
|
|
170
136
|
<line num="84" count="2" type="stmt"/>
|
|
171
137
|
<line num="90" count="2" type="stmt"/>
|
|
172
138
|
</file>
|
|
173
|
-
<file name="HeaderCancel.jsx" path="/Users/
|
|
139
|
+
<file name="HeaderCancel.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/HeaderCancel.jsx">
|
|
174
140
|
<metrics statements="3" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
175
141
|
<line num="4" count="2" type="stmt"/>
|
|
176
142
|
<line num="5" count="0" type="stmt"/>
|
|
177
143
|
<line num="12" count="2" type="stmt"/>
|
|
178
144
|
</file>
|
|
179
|
-
<file name="HeaderContainer.jsx" path="/Users/
|
|
180
|
-
<metrics statements="
|
|
181
|
-
<line num="14" count="0" type="stmt"/>
|
|
145
|
+
<file name="HeaderContainer.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/HeaderContainer.jsx">
|
|
146
|
+
<metrics statements="15" coveredstatements="3" conditionals="21" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
182
147
|
<line num="15" count="0" type="stmt"/>
|
|
183
|
-
<line num="
|
|
184
|
-
<line num="
|
|
185
|
-
<line num="
|
|
186
|
-
<line num="29" count="0" type="
|
|
187
|
-
<line num="
|
|
188
|
-
<line num="
|
|
189
|
-
<line num="
|
|
190
|
-
<line num="
|
|
191
|
-
<line num="
|
|
148
|
+
<line num="16" count="0" type="stmt"/>
|
|
149
|
+
<line num="19" count="2" type="stmt"/>
|
|
150
|
+
<line num="28" count="0" type="stmt"/>
|
|
151
|
+
<line num="29" count="0" type="stmt"/>
|
|
152
|
+
<line num="30" count="0" type="stmt"/>
|
|
153
|
+
<line num="31" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
154
|
+
<line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
155
|
+
<line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
156
|
+
<line num="37" count="0" type="stmt"/>
|
|
157
|
+
<line num="39" count="0" type="stmt"/>
|
|
158
|
+
<line num="43" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
159
|
+
<line num="51" count="0" type="stmt"/>
|
|
160
|
+
<line num="75" count="2" type="stmt"/>
|
|
161
|
+
<line num="84" count="2" type="stmt"/>
|
|
192
162
|
</file>
|
|
193
|
-
<file name="HeaderLogo.jsx" path="/Users/
|
|
194
|
-
<metrics statements="
|
|
163
|
+
<file name="HeaderLogo.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/HeaderLogo.jsx">
|
|
164
|
+
<metrics statements="10" coveredstatements="2" conditionals="6" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
195
165
|
<line num="6" count="2" type="stmt"/>
|
|
196
166
|
<line num="7" count="0" type="stmt"/>
|
|
197
|
-
<line num="8" count="0" type="
|
|
198
|
-
<line num="9" count="0" type="
|
|
199
|
-
<line num="10" count="0" type="
|
|
200
|
-
<line num="
|
|
201
|
-
<line num="21" count="0" type="
|
|
202
|
-
<line num="
|
|
203
|
-
<line num="
|
|
167
|
+
<line num="8" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
168
|
+
<line num="9" count="0" type="stmt"/>
|
|
169
|
+
<line num="10" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
170
|
+
<line num="11" count="0" type="stmt"/>
|
|
171
|
+
<line num="21" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
172
|
+
<line num="22" count="0" type="stmt"/>
|
|
173
|
+
<line num="40" count="0" type="stmt"/>
|
|
174
|
+
<line num="57" count="2" type="stmt"/>
|
|
204
175
|
</file>
|
|
205
|
-
<file name="HeaderMenuButton.js" path="/Users/
|
|
176
|
+
<file name="HeaderMenuButton.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/HeaderMenuButton.js">
|
|
206
177
|
<metrics statements="9" coveredstatements="2" conditionals="2" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
207
178
|
<line num="8" count="2" type="stmt"/>
|
|
208
179
|
<line num="9" count="0" type="stmt"/>
|
|
@@ -214,7 +185,7 @@
|
|
|
214
185
|
<line num="36" count="0" type="stmt"/>
|
|
215
186
|
<line num="45" count="2" type="stmt"/>
|
|
216
187
|
</file>
|
|
217
|
-
<file name="HeaderMenuItem.jsx" path="/Users/
|
|
188
|
+
<file name="HeaderMenuItem.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/HeaderMenuItem.jsx">
|
|
218
189
|
<metrics statements="44" coveredstatements="5" conditionals="36" coveredconditionals="0" methods="13" coveredmethods="0"/>
|
|
219
190
|
<line num="11" count="2" type="stmt"/>
|
|
220
191
|
<line num="18" count="2" type="stmt"/>
|
|
@@ -261,8 +232,9 @@
|
|
|
261
232
|
<line num="222" count="2" type="stmt"/>
|
|
262
233
|
<line num="232" count="2" type="stmt"/>
|
|
263
234
|
</file>
|
|
264
|
-
<file name="HeaderMenuLink.js" path="/Users/
|
|
265
|
-
<metrics statements="
|
|
235
|
+
<file name="HeaderMenuLink.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/HeaderMenuLink.js">
|
|
236
|
+
<metrics statements="14" coveredstatements="4" conditionals="8" coveredconditionals="0" methods="5" coveredmethods="0"/>
|
|
237
|
+
<line num="6" count="2" type="stmt"/>
|
|
266
238
|
<line num="8" count="2" type="stmt"/>
|
|
267
239
|
<line num="10" count="2" type="stmt"/>
|
|
268
240
|
<line num="11" count="0" type="stmt"/>
|
|
@@ -277,7 +249,7 @@
|
|
|
277
249
|
<line num="43" count="0" type="stmt"/>
|
|
278
250
|
<line num="51" count="2" type="stmt"/>
|
|
279
251
|
</file>
|
|
280
|
-
<file name="HeaderMenuSignOutButton.js" path="/Users/
|
|
252
|
+
<file name="HeaderMenuSignOutButton.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/HeaderMenuSignOutButton.js">
|
|
281
253
|
<metrics statements="15" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
282
254
|
<line num="8" count="2" type="stmt"/>
|
|
283
255
|
<line num="9" count="0" type="stmt"/>
|
|
@@ -295,86 +267,96 @@
|
|
|
295
267
|
<line num="48" count="0" type="stmt"/>
|
|
296
268
|
<line num="58" count="2" type="stmt"/>
|
|
297
269
|
</file>
|
|
298
|
-
<file name="HeaderMobileButton.js" path="/Users/
|
|
270
|
+
<file name="HeaderMobileButton.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/HeaderMobileButton.js">
|
|
299
271
|
<metrics statements="3" coveredstatements="2" conditionals="6" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
300
272
|
<line num="5" count="2" type="stmt"/>
|
|
301
273
|
<line num="6" count="0" type="stmt"/>
|
|
302
274
|
<line num="32" count="2" type="stmt"/>
|
|
303
275
|
</file>
|
|
304
|
-
<file name="HeaderUI.jsx" path="/Users/
|
|
305
|
-
<metrics statements="
|
|
276
|
+
<file name="HeaderUI.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/HeaderUI.jsx">
|
|
277
|
+
<metrics statements="43" coveredstatements="3" conditionals="14" coveredconditionals="0" methods="16" coveredmethods="0"/>
|
|
306
278
|
<line num="14" count="2" type="stmt"/>
|
|
307
279
|
<line num="24" count="0" type="stmt"/>
|
|
308
280
|
<line num="25" count="0" type="stmt"/>
|
|
309
|
-
<line num="
|
|
310
|
-
<line num="
|
|
311
|
-
<line num="
|
|
312
|
-
<line num="33" count="0" type="
|
|
281
|
+
<line num="26" count="0" type="stmt"/>
|
|
282
|
+
<line num="28" count="0" type="stmt"/>
|
|
283
|
+
<line num="30" count="0" type="stmt"/>
|
|
284
|
+
<line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
313
285
|
<line num="34" count="0" type="stmt"/>
|
|
314
|
-
<line num="
|
|
315
|
-
<line num="
|
|
316
|
-
<line num="
|
|
286
|
+
<line num="35" count="0" type="stmt"/>
|
|
287
|
+
<line num="38" count="0" type="stmt"/>
|
|
288
|
+
<line num="42" count="0" type="stmt"/>
|
|
317
289
|
<line num="47" count="0" type="stmt"/>
|
|
318
290
|
<line num="48" count="0" type="stmt"/>
|
|
319
|
-
<line num="
|
|
291
|
+
<line num="49" count="0" type="stmt"/>
|
|
320
292
|
<line num="52" count="0" type="stmt"/>
|
|
321
293
|
<line num="53" count="0" type="stmt"/>
|
|
294
|
+
<line num="54" count="0" type="stmt"/>
|
|
322
295
|
<line num="55" count="0" type="stmt"/>
|
|
323
|
-
<line num="57" count="0" type="
|
|
324
|
-
<line num="59" count="0" type="
|
|
325
|
-
<line num="60" count="0" type="stmt"/>
|
|
296
|
+
<line num="57" count="0" type="stmt"/>
|
|
297
|
+
<line num="59" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
326
298
|
<line num="61" count="0" type="stmt"/>
|
|
327
|
-
<line num="
|
|
299
|
+
<line num="62" count="0" type="stmt"/>
|
|
300
|
+
<line num="63" count="0" type="stmt"/>
|
|
328
301
|
<line num="67" count="0" type="stmt"/>
|
|
329
302
|
<line num="68" count="0" type="stmt"/>
|
|
330
|
-
<line num="
|
|
331
|
-
<line num="
|
|
332
|
-
<line num="
|
|
333
|
-
<line num="
|
|
334
|
-
<line num="
|
|
335
|
-
<line num="
|
|
336
|
-
<line num="
|
|
337
|
-
<line num="
|
|
338
|
-
<line num="
|
|
339
|
-
<line num="
|
|
340
|
-
<line num="
|
|
341
|
-
<line num="
|
|
342
|
-
<line num="
|
|
303
|
+
<line num="74" count="0" type="stmt"/>
|
|
304
|
+
<line num="75" count="0" type="stmt"/>
|
|
305
|
+
<line num="80" count="0" type="stmt"/>
|
|
306
|
+
<line num="81" count="0" type="stmt"/>
|
|
307
|
+
<line num="94" count="0" type="stmt"/>
|
|
308
|
+
<line num="95" count="0" type="stmt"/>
|
|
309
|
+
<line num="104" count="0" type="stmt"/>
|
|
310
|
+
<line num="110" count="0" type="stmt"/>
|
|
311
|
+
<line num="112" count="0" type="stmt"/>
|
|
312
|
+
<line num="120" count="0" type="stmt"/>
|
|
313
|
+
<line num="130" count="0" type="stmt"/>
|
|
314
|
+
<line num="131" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
315
|
+
<line num="132" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
316
|
+
<line num="133" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
343
317
|
<line num="134" count="0" type="stmt"/>
|
|
344
|
-
<line num="
|
|
345
|
-
<line num="
|
|
318
|
+
<line num="137" count="0" type="stmt"/>
|
|
319
|
+
<line num="144" count="2" type="stmt"/>
|
|
320
|
+
<line num="157" count="2" type="stmt"/>
|
|
346
321
|
</file>
|
|
347
|
-
<file name="HelpIcon.jsx" path="/Users/
|
|
322
|
+
<file name="HelpIcon.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/HelpIcon.jsx">
|
|
348
323
|
<metrics statements="2" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
349
324
|
<line num="3" count="2" type="stmt"/>
|
|
350
325
|
<line num="4" count="0" type="stmt"/>
|
|
351
326
|
</file>
|
|
352
|
-
<file name="ImpersonatorBanner.jsx" path="/Users/
|
|
353
|
-
<metrics statements="
|
|
354
|
-
<line num="
|
|
355
|
-
<line num="
|
|
356
|
-
<line num="
|
|
357
|
-
<line num="
|
|
358
|
-
<line num="
|
|
327
|
+
<file name="ImpersonatorBanner.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/ImpersonatorBanner.jsx">
|
|
328
|
+
<metrics statements="20" coveredstatements="3" conditionals="6" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
329
|
+
<line num="11" count="2" type="stmt"/>
|
|
330
|
+
<line num="12" count="2" type="stmt"/>
|
|
331
|
+
<line num="13" count="0" type="stmt"/>
|
|
332
|
+
<line num="22" count="2" type="stmt"/>
|
|
333
|
+
<line num="27" count="0" type="stmt"/>
|
|
334
|
+
<line num="29" count="0" type="stmt"/>
|
|
335
|
+
<line num="39" count="0" type="stmt"/>
|
|
359
336
|
<line num="40" count="0" type="stmt"/>
|
|
360
337
|
<line num="41" count="0" type="stmt"/>
|
|
361
|
-
<line num="
|
|
362
|
-
<line num="
|
|
338
|
+
<line num="47" count="0" type="stmt"/>
|
|
339
|
+
<line num="50" count="0" type="stmt"/>
|
|
363
340
|
<line num="51" count="0" type="stmt"/>
|
|
364
|
-
<line num="
|
|
341
|
+
<line num="53" count="0" type="stmt"/>
|
|
365
342
|
<line num="54" count="0" type="stmt"/>
|
|
343
|
+
<line num="55" count="0" type="stmt"/>
|
|
344
|
+
<line num="56" count="0" type="stmt"/>
|
|
345
|
+
<line num="63" count="0" type="stmt"/>
|
|
366
346
|
<line num="64" count="0" type="stmt"/>
|
|
347
|
+
<line num="66" count="0" type="stmt"/>
|
|
348
|
+
<line num="70" count="0" type="stmt"/>
|
|
367
349
|
</file>
|
|
368
|
-
<file name="NavigationButtonIcon.jsx" path="/Users/
|
|
350
|
+
<file name="NavigationButtonIcon.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/NavigationButtonIcon.jsx">
|
|
369
351
|
<metrics statements="2" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
370
352
|
<line num="3" count="2" type="stmt"/>
|
|
371
353
|
<line num="4" count="0" type="stmt"/>
|
|
372
354
|
</file>
|
|
373
|
-
<file name="header.js" path="/Users/
|
|
355
|
+
<file name="header.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/header.js">
|
|
374
356
|
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
375
357
|
<line num="20" count="0" type="stmt"/>
|
|
376
358
|
</file>
|
|
377
|
-
<file name="hooks.js" path="/Users/
|
|
359
|
+
<file name="hooks.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/hooks.js">
|
|
378
360
|
<metrics statements="23" coveredstatements="5" conditionals="4" coveredconditionals="0" methods="8" coveredmethods="0"/>
|
|
379
361
|
<line num="5" count="0" type="stmt"/>
|
|
380
362
|
<line num="6" count="0" type="stmt"/>
|
|
@@ -400,15 +382,23 @@
|
|
|
400
382
|
<line num="63" count="0" type="stmt"/>
|
|
401
383
|
<line num="65" count="0" type="stmt"/>
|
|
402
384
|
</file>
|
|
403
|
-
<file name="utag-helpers.js" path="/Users/
|
|
385
|
+
<file name="utag-helpers.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Header/utag-helpers.js">
|
|
404
386
|
<metrics statements="2" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
405
387
|
<line num="1" count="2" type="stmt"/>
|
|
406
388
|
<line num="2" count="0" type="stmt"/>
|
|
407
389
|
</file>
|
|
408
390
|
</package>
|
|
391
|
+
<package name="react.components.HeaderSearchBar">
|
|
392
|
+
<metrics statements="2" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
393
|
+
<file name="index.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/HeaderSearchBar/index.jsx">
|
|
394
|
+
<metrics statements="2" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
395
|
+
<line num="3" count="2" type="stmt"/>
|
|
396
|
+
<line num="4" count="0" type="stmt"/>
|
|
397
|
+
</file>
|
|
398
|
+
</package>
|
|
409
399
|
<package name="react.components.Infotip">
|
|
410
400
|
<metrics statements="24" coveredstatements="24" conditionals="8" coveredconditionals="8" methods="5" coveredmethods="5"/>
|
|
411
|
-
<file name="Infotip.jsx" path="/Users/
|
|
401
|
+
<file name="Infotip.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Infotip/Infotip.jsx">
|
|
412
402
|
<metrics statements="13" coveredstatements="13" conditionals="2" coveredconditionals="2" methods="3" coveredmethods="3"/>
|
|
413
403
|
<line num="6" count="3" type="stmt"/>
|
|
414
404
|
<line num="8" count="3" type="stmt"/>
|
|
@@ -424,7 +414,7 @@
|
|
|
424
414
|
<line num="58" count="3" type="stmt"/>
|
|
425
415
|
<line num="65" count="3" type="stmt"/>
|
|
426
416
|
</file>
|
|
427
|
-
<file name="InfotipContent.jsx" path="/Users/
|
|
417
|
+
<file name="InfotipContent.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Infotip/InfotipContent.jsx">
|
|
428
418
|
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
429
419
|
<line num="10" count="3" type="stmt"/>
|
|
430
420
|
<line num="11" count="3" type="stmt"/>
|
|
@@ -432,22 +422,22 @@
|
|
|
432
422
|
<line num="14" count="25" type="stmt"/>
|
|
433
423
|
<line num="16" count="25" type="stmt"/>
|
|
434
424
|
<line num="24" count="25" type="stmt"/>
|
|
435
|
-
<line num="
|
|
425
|
+
<line num="42" count="3" type="stmt"/>
|
|
436
426
|
</file>
|
|
437
|
-
<file name="InfotipIcon.jsx" path="/Users/
|
|
427
|
+
<file name="InfotipIcon.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Infotip/InfotipIcon.jsx">
|
|
438
428
|
<metrics statements="4" coveredstatements="4" conditionals="6" coveredconditionals="6" methods="1" coveredmethods="1"/>
|
|
439
429
|
<line num="4" count="3" type="stmt"/>
|
|
440
430
|
<line num="5" count="7" type="stmt"/>
|
|
441
431
|
<line num="35" count="3" type="stmt"/>
|
|
442
432
|
<line num="39" count="3" type="stmt"/>
|
|
443
433
|
</file>
|
|
444
|
-
<file name="index.js" path="/Users/
|
|
434
|
+
<file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Infotip/index.js">
|
|
445
435
|
<metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
446
436
|
</file>
|
|
447
437
|
</package>
|
|
448
438
|
<package name="react.components.Modal">
|
|
449
439
|
<metrics statements="33" coveredstatements="9" conditionals="23" coveredconditionals="0" methods="11" coveredmethods="0"/>
|
|
450
|
-
<file name="LegacyModal.jsx" path="/Users/
|
|
440
|
+
<file name="LegacyModal.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Modal/LegacyModal.jsx">
|
|
451
441
|
<metrics statements="12" coveredstatements="2" conditionals="2" coveredconditionals="0" methods="6" coveredmethods="0"/>
|
|
452
442
|
<line num="10" count="0" type="stmt"/>
|
|
453
443
|
<line num="12" count="0" type="stmt"/>
|
|
@@ -462,7 +452,7 @@
|
|
|
462
452
|
<line num="64" count="0" type="stmt"/>
|
|
463
453
|
<line num="67" count="2" type="stmt"/>
|
|
464
454
|
</file>
|
|
465
|
-
<file name="Modal.jsx" path="/Users/
|
|
455
|
+
<file name="Modal.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Modal/Modal.jsx">
|
|
466
456
|
<metrics statements="14" coveredstatements="3" conditionals="19" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
467
457
|
<line num="7" count="2" type="stmt"/>
|
|
468
458
|
<line num="17" count="0" type="stmt"/>
|
|
@@ -479,7 +469,7 @@
|
|
|
479
469
|
<line num="111" count="2" type="stmt"/>
|
|
480
470
|
<line num="131" count="2" type="stmt"/>
|
|
481
471
|
</file>
|
|
482
|
-
<file name="index.jsx" path="/Users/
|
|
472
|
+
<file name="index.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Modal/index.jsx">
|
|
483
473
|
<metrics statements="7" coveredstatements="4" conditionals="2" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
484
474
|
<line num="7" count="2" type="stmt"/>
|
|
485
475
|
<line num="8" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -492,20 +482,20 @@
|
|
|
492
482
|
</package>
|
|
493
483
|
<package name="react.components.NotificationBanner">
|
|
494
484
|
<metrics statements="67" coveredstatements="8" conditionals="33" coveredconditionals="0" methods="16" coveredmethods="0"/>
|
|
495
|
-
<file name="CollapsedView.js" path="/Users/
|
|
485
|
+
<file name="CollapsedView.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/NotificationBanner/CollapsedView.js">
|
|
496
486
|
<metrics statements="4" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
497
487
|
<line num="5" count="2" type="stmt"/>
|
|
498
488
|
<line num="10" count="0" type="stmt"/>
|
|
499
489
|
<line num="32" count="2" type="stmt"/>
|
|
500
490
|
<line num="34" count="2" type="stmt"/>
|
|
501
491
|
</file>
|
|
502
|
-
<file name="ExpandedView.js" path="/Users/
|
|
492
|
+
<file name="ExpandedView.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/NotificationBanner/ExpandedView.js">
|
|
503
493
|
<metrics statements="3" coveredstatements="2" conditionals="5" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
504
494
|
<line num="6" count="2" type="stmt"/>
|
|
505
495
|
<line num="13" count="0" type="stmt"/>
|
|
506
496
|
<line num="37" count="2" type="stmt"/>
|
|
507
497
|
</file>
|
|
508
|
-
<file name="index.js" path="/Users/
|
|
498
|
+
<file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/NotificationBanner/index.js">
|
|
509
499
|
<metrics statements="60" coveredstatements="3" conditionals="28" coveredconditionals="0" methods="14" coveredmethods="0"/>
|
|
510
500
|
<line num="9" count="0" type="stmt"/>
|
|
511
501
|
<line num="10" count="0" type="stmt"/>
|
|
@@ -570,175 +560,89 @@
|
|
|
570
560
|
</file>
|
|
571
561
|
</package>
|
|
572
562
|
<package name="react.components.SanitizedContent">
|
|
573
|
-
<metrics statements="13" coveredstatements="
|
|
574
|
-
<file name="index.jsx" path="/Users/
|
|
575
|
-
<metrics statements="13" coveredstatements="
|
|
563
|
+
<metrics statements="13" coveredstatements="13" conditionals="10" coveredconditionals="8" methods="3" coveredmethods="3"/>
|
|
564
|
+
<file name="index.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SanitizedContent/index.jsx">
|
|
565
|
+
<metrics statements="13" coveredstatements="13" conditionals="10" coveredconditionals="8" methods="3" coveredmethods="3"/>
|
|
576
566
|
<line num="6" count="3" type="stmt"/>
|
|
577
567
|
<line num="95" count="3" type="stmt"/>
|
|
578
568
|
<line num="185" count="3" type="stmt"/>
|
|
579
|
-
<line num="191" count="
|
|
580
|
-
<line num="192" count="
|
|
581
|
-
<line num="193" count="
|
|
582
|
-
<line num="196" count="
|
|
583
|
-
<line num="199" count="
|
|
584
|
-
<line num="200" count="
|
|
585
|
-
<line num="201" count="
|
|
586
|
-
<line num="206" count="
|
|
587
|
-
<line num="208" count="
|
|
569
|
+
<line num="191" count="2" type="stmt"/>
|
|
570
|
+
<line num="192" count="170" type="stmt"/>
|
|
571
|
+
<line num="193" count="170" type="stmt"/>
|
|
572
|
+
<line num="196" count="2" type="stmt"/>
|
|
573
|
+
<line num="199" count="34" type="cond" truecount="2" falsecount="0"/>
|
|
574
|
+
<line num="200" count="34" type="cond" truecount="2" falsecount="0"/>
|
|
575
|
+
<line num="201" count="29" type="stmt"/>
|
|
576
|
+
<line num="206" count="2" type="stmt"/>
|
|
577
|
+
<line num="208" count="2" type="stmt"/>
|
|
588
578
|
<line num="216" count="3" type="stmt"/>
|
|
589
579
|
</file>
|
|
590
580
|
</package>
|
|
591
581
|
<package name="react.components.Session">
|
|
592
|
-
<metrics statements="
|
|
593
|
-
<file name="Session.jsx" path="/Users/
|
|
594
|
-
<metrics statements="
|
|
582
|
+
<metrics statements="31" coveredstatements="6" conditionals="9" coveredconditionals="0" methods="9" coveredmethods="0"/>
|
|
583
|
+
<file name="Session.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Session/Session.jsx">
|
|
584
|
+
<metrics statements="30" coveredstatements="6" conditionals="9" coveredconditionals="0" methods="8" coveredmethods="0"/>
|
|
595
585
|
<line num="9" count="2" type="stmt"/>
|
|
596
586
|
<line num="10" count="2" type="stmt"/>
|
|
597
587
|
<line num="11" count="2" type="stmt"/>
|
|
598
588
|
<line num="12" count="2" type="stmt"/>
|
|
599
|
-
<line num="
|
|
600
|
-
<line num="18" count="0" type="stmt"/>
|
|
601
|
-
<line num="20" count="0" type="stmt"/>
|
|
589
|
+
<line num="15" count="2" type="stmt"/>
|
|
602
590
|
<line num="21" count="0" type="stmt"/>
|
|
603
|
-
<line num="
|
|
591
|
+
<line num="24" count="2" type="stmt"/>
|
|
604
592
|
<line num="25" count="0" type="stmt"/>
|
|
605
|
-
<line num="
|
|
606
|
-
<line num="
|
|
607
|
-
<line num="
|
|
593
|
+
<line num="29" count="0" type="stmt"/>
|
|
594
|
+
<line num="30" count="0" type="stmt"/>
|
|
595
|
+
<line num="31" count="0" type="stmt"/>
|
|
596
|
+
<line num="32" count="0" type="stmt"/>
|
|
597
|
+
<line num="35" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
598
|
+
<line num="36" count="0" type="stmt"/>
|
|
599
|
+
<line num="38" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
600
|
+
<line num="40" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
608
601
|
<line num="41" count="0" type="stmt"/>
|
|
609
|
-
<line num="
|
|
610
|
-
<line num="
|
|
611
|
-
<line num="
|
|
612
|
-
<line num="
|
|
613
|
-
<line num="
|
|
614
|
-
<line num="
|
|
615
|
-
<line num="
|
|
616
|
-
<line num="
|
|
617
|
-
<line num="
|
|
618
|
-
<line num="
|
|
619
|
-
<line num="
|
|
620
|
-
<line num="
|
|
621
|
-
<line num="
|
|
622
|
-
<line num="76" count="0" type="stmt"/>
|
|
623
|
-
<line num="79" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
624
|
-
<line num="80" count="0" type="stmt"/>
|
|
625
|
-
<line num="84" count="0" type="stmt"/>
|
|
626
|
-
<line num="85" count="0" type="stmt"/>
|
|
627
|
-
<line num="90" count="0" type="stmt"/>
|
|
628
|
-
<line num="91" count="0" type="stmt"/>
|
|
629
|
-
<line num="92" count="0" type="stmt"/>
|
|
630
|
-
<line num="96" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
602
|
+
<line num="42" count="0" type="stmt"/>
|
|
603
|
+
<line num="45" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
604
|
+
<line num="46" count="0" type="stmt"/>
|
|
605
|
+
<line num="51" count="0" type="stmt"/>
|
|
606
|
+
<line num="53" count="0" type="stmt"/>
|
|
607
|
+
<line num="54" count="0" type="stmt"/>
|
|
608
|
+
<line num="55" count="0" type="stmt"/>
|
|
609
|
+
<line num="62" count="0" type="stmt"/>
|
|
610
|
+
<line num="70" count="0" type="stmt"/>
|
|
611
|
+
<line num="71" count="0" type="stmt"/>
|
|
612
|
+
<line num="72" count="0" type="stmt"/>
|
|
613
|
+
<line num="77" count="0" type="stmt"/>
|
|
614
|
+
<line num="79" count="0" type="stmt"/>
|
|
631
615
|
</file>
|
|
632
|
-
<file name="SessionDialogWrapped.jsx" path="/Users/
|
|
616
|
+
<file name="SessionDialogWrapped.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Session/SessionDialogWrapped.jsx">
|
|
633
617
|
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
634
618
|
<line num="10" count="0" type="stmt"/>
|
|
635
619
|
</file>
|
|
636
|
-
<file name="index.jsx" path="/Users/
|
|
620
|
+
<file name="index.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/Session/index.jsx">
|
|
637
621
|
<metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
638
622
|
</file>
|
|
639
623
|
</package>
|
|
640
624
|
<package name="react.components.SideNav">
|
|
641
|
-
<metrics statements="
|
|
642
|
-
<file name="helpers.js" path="/Users/
|
|
643
|
-
<metrics statements="
|
|
644
|
-
<line num="
|
|
645
|
-
<line num="
|
|
646
|
-
<line num="
|
|
647
|
-
<line num="
|
|
648
|
-
<line num="
|
|
649
|
-
<line num="
|
|
650
|
-
<line num="
|
|
651
|
-
<line num="
|
|
652
|
-
<line num="
|
|
653
|
-
<line num="
|
|
654
|
-
<line num="
|
|
655
|
-
<line num="
|
|
656
|
-
<line num="
|
|
657
|
-
<line num="
|
|
658
|
-
<line num="
|
|
659
|
-
<line num="
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
<line num="47" count="0" type="stmt"/>
|
|
663
|
-
<line num="48" count="0" type="stmt"/>
|
|
664
|
-
<line num="49" count="0" type="stmt"/>
|
|
665
|
-
<line num="50" count="0" type="stmt"/>
|
|
666
|
-
<line num="52" count="0" type="stmt"/>
|
|
667
|
-
<line num="67" count="3" type="stmt"/>
|
|
668
|
-
<line num="68" count="0" type="stmt"/>
|
|
669
|
-
<line num="95" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
670
|
-
<line num="96" count="0" type="stmt"/>
|
|
671
|
-
<line num="99" count="3" type="stmt"/>
|
|
672
|
-
<line num="111" count="3" type="stmt"/>
|
|
673
|
-
<line num="116" count="3" type="stmt"/>
|
|
674
|
-
<line num="117" count="0" type="stmt"/>
|
|
675
|
-
<line num="118" count="0" type="stmt"/>
|
|
676
|
-
<line num="122" count="0" type="stmt"/>
|
|
677
|
-
<line num="134" count="0" type="stmt"/>
|
|
678
|
-
<line num="144" count="3" type="cond" truecount="0" falsecount="1"/>
|
|
679
|
-
<line num="145" count="0" type="stmt"/>
|
|
680
|
-
<line num="146" count="0" type="stmt"/>
|
|
681
|
-
<line num="147" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
682
|
-
<line num="150" count="0" type="stmt"/>
|
|
683
|
-
<line num="151" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
684
|
-
<line num="152" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
685
|
-
<line num="154" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
686
|
-
<line num="162" count="3" type="stmt"/>
|
|
687
|
-
<line num="163" count="0" type="stmt"/>
|
|
688
|
-
<line num="164" count="0" type="stmt"/>
|
|
689
|
-
<line num="174" count="3" type="stmt"/>
|
|
690
|
-
<line num="175" count="1" type="stmt"/>
|
|
691
|
-
<line num="180" count="1" type="stmt"/>
|
|
692
|
-
<line num="182" count="1" type="stmt"/>
|
|
693
|
-
<line num="184" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
694
|
-
<line num="185" count="0" type="stmt"/>
|
|
695
|
-
<line num="188" count="1" type="stmt"/>
|
|
696
|
-
<line num="189" count="0" type="stmt"/>
|
|
697
|
-
<line num="195" count="1" type="stmt"/>
|
|
698
|
-
<line num="196" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
699
|
-
<line num="197" count="0" type="stmt"/>
|
|
700
|
-
<line num="199" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
701
|
-
<line num="200" count="0" type="stmt"/>
|
|
702
|
-
<line num="202" count="0" type="stmt"/>
|
|
703
|
-
<line num="205" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
704
|
-
<line num="206" count="0" type="stmt"/>
|
|
705
|
-
<line num="209" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
706
|
-
<line num="210" count="0" type="stmt"/>
|
|
707
|
-
<line num="211" count="0" type="stmt"/>
|
|
708
|
-
<line num="214" count="1" type="stmt"/>
|
|
709
|
-
<line num="222" count="3" type="stmt"/>
|
|
710
|
-
<line num="230" count="0" type="stmt"/>
|
|
711
|
-
<line num="231" count="0" type="stmt"/>
|
|
712
|
-
<line num="244" count="3" type="stmt"/>
|
|
713
|
-
<line num="277" count="3" type="stmt"/>
|
|
714
|
-
<line num="278" count="0" type="stmt"/>
|
|
715
|
-
<line num="290" count="3" type="stmt"/>
|
|
716
|
-
<line num="291" count="0" type="stmt"/>
|
|
717
|
-
<line num="292" count="0" type="stmt"/>
|
|
718
|
-
<line num="293" count="0" type="stmt"/>
|
|
719
|
-
<line num="294" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
720
|
-
<line num="296" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
721
|
-
<line num="297" count="0" type="stmt"/>
|
|
722
|
-
<line num="300" count="0" type="stmt"/>
|
|
723
|
-
<line num="308" count="3" type="stmt"/>
|
|
724
|
-
<line num="309" count="0" type="stmt"/>
|
|
725
|
-
<line num="330" count="0" type="stmt"/>
|
|
726
|
-
<line num="343" count="3" type="stmt"/>
|
|
727
|
-
<line num="344" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
728
|
-
<line num="345" count="0" type="stmt"/>
|
|
729
|
-
<line num="346" count="0" type="stmt"/>
|
|
730
|
-
<line num="355" count="3" type="stmt"/>
|
|
731
|
-
<line num="356" count="1" type="stmt"/>
|
|
732
|
-
<line num="357" count="1" type="stmt"/>
|
|
733
|
-
<line num="368" count="3" type="stmt"/>
|
|
734
|
-
<line num="369" count="3" type="stmt"/>
|
|
735
|
-
<line num="370" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
736
|
-
<line num="371" count="1" type="stmt"/>
|
|
737
|
-
<line num="372" count="1" type="stmt"/>
|
|
738
|
-
<line num="374" count="2" type="stmt"/>
|
|
739
|
-
<line num="377" count="3" type="stmt"/>
|
|
740
|
-
</file>
|
|
741
|
-
<file name="index.js" path="/Users/dominiquelomax/Desktop/Repos/qpp-style/react/components/SideNav/index.js">
|
|
625
|
+
<metrics statements="19" coveredstatements="11" conditionals="5" coveredconditionals="2" methods="4" coveredmethods="2"/>
|
|
626
|
+
<file name="helpers.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/helpers.js">
|
|
627
|
+
<metrics statements="16" coveredstatements="10" conditionals="4" coveredconditionals="2" methods="3" coveredmethods="2"/>
|
|
628
|
+
<line num="3" count="2" type="stmt"/>
|
|
629
|
+
<line num="4" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
630
|
+
<line num="5" count="0" type="stmt"/>
|
|
631
|
+
<line num="6" count="0" type="stmt"/>
|
|
632
|
+
<line num="7" count="0" type="stmt"/>
|
|
633
|
+
<line num="8" count="0" type="stmt"/>
|
|
634
|
+
<line num="10" count="0" type="stmt"/>
|
|
635
|
+
<line num="26" count="2" type="stmt"/>
|
|
636
|
+
<line num="27" count="1" type="stmt"/>
|
|
637
|
+
<line num="28" count="1" type="stmt"/>
|
|
638
|
+
<line num="39" count="2" type="stmt"/>
|
|
639
|
+
<line num="40" count="3" type="stmt"/>
|
|
640
|
+
<line num="41" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
641
|
+
<line num="42" count="1" type="stmt"/>
|
|
642
|
+
<line num="43" count="1" type="stmt"/>
|
|
643
|
+
<line num="45" count="2" type="stmt"/>
|
|
644
|
+
</file>
|
|
645
|
+
<file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/index.js">
|
|
742
646
|
<metrics statements="3" coveredstatements="1" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
743
647
|
<line num="5" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
744
648
|
<line num="14" count="0" type="stmt"/>
|
|
@@ -747,122 +651,120 @@
|
|
|
747
651
|
</package>
|
|
748
652
|
<package name="react.components.SideNav.AnimationGroup">
|
|
749
653
|
<metrics statements="5" coveredstatements="5" conditionals="6" coveredconditionals="4" methods="2" coveredmethods="2"/>
|
|
750
|
-
<file name="AnimationGroup.jsx" path="/Users/
|
|
654
|
+
<file name="AnimationGroup.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/AnimationGroup/AnimationGroup.jsx">
|
|
751
655
|
<metrics statements="5" coveredstatements="5" conditionals="6" coveredconditionals="4" methods="2" coveredmethods="2"/>
|
|
752
656
|
<line num="4" count="2" type="stmt"/>
|
|
753
|
-
<line num="5" count="
|
|
657
|
+
<line num="5" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
754
658
|
<line num="8" count="2" type="stmt"/>
|
|
755
|
-
<line num="9" count="
|
|
659
|
+
<line num="9" count="2" type="stmt"/>
|
|
756
660
|
<line num="20" count="2" type="stmt"/>
|
|
757
661
|
</file>
|
|
758
662
|
</package>
|
|
759
663
|
<package name="react.components.SideNav.Content">
|
|
760
|
-
<metrics statements="
|
|
761
|
-
<file name="LevelOneContent.jsx" path="/Users/
|
|
762
|
-
<metrics statements="
|
|
664
|
+
<metrics statements="13" coveredstatements="13" conditionals="4" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
665
|
+
<file name="LevelOneContent.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Content/LevelOneContent.jsx">
|
|
666
|
+
<metrics statements="13" coveredstatements="13" conditionals="4" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
763
667
|
<line num="10" count="2" type="stmt"/>
|
|
764
|
-
<line num="
|
|
765
|
-
<line num="
|
|
766
|
-
<line num="
|
|
767
|
-
<line num="
|
|
768
|
-
<line num="
|
|
769
|
-
<line num="
|
|
770
|
-
<line num="
|
|
771
|
-
<line num="
|
|
772
|
-
<line num="
|
|
773
|
-
<line num="
|
|
774
|
-
<line num="
|
|
668
|
+
<line num="15" count="2" type="stmt"/>
|
|
669
|
+
<line num="17" count="2" type="stmt"/>
|
|
670
|
+
<line num="22" count="2" type="stmt"/>
|
|
671
|
+
<line num="24" count="2" type="stmt"/>
|
|
672
|
+
<line num="25" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
673
|
+
<line num="26" count="2" type="stmt"/>
|
|
674
|
+
<line num="27" count="2" type="stmt"/>
|
|
675
|
+
<line num="29" count="2" type="stmt"/>
|
|
676
|
+
<line num="30" count="2" type="stmt"/>
|
|
677
|
+
<line num="32" count="2" type="stmt"/>
|
|
678
|
+
<line num="34" count="2" type="stmt"/>
|
|
679
|
+
<line num="54" count="2" type="stmt"/>
|
|
775
680
|
</file>
|
|
776
|
-
<file name="index.js" path="/Users/
|
|
681
|
+
<file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Content/index.js">
|
|
777
682
|
<metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
778
683
|
</file>
|
|
779
684
|
</package>
|
|
780
685
|
<package name="react.components.SideNav.Content.SelectRole">
|
|
781
|
-
<metrics statements="
|
|
782
|
-
<file name="index.js" path="/Users/
|
|
783
|
-
<metrics statements="
|
|
784
|
-
<line num="
|
|
686
|
+
<metrics statements="65" coveredstatements="31" conditionals="24" coveredconditionals="8" methods="16" coveredmethods="6"/>
|
|
687
|
+
<file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Content/SelectRole/index.js">
|
|
688
|
+
<metrics statements="20" coveredstatements="2" conditionals="4" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
689
|
+
<line num="12" count="2" type="stmt"/>
|
|
690
|
+
<line num="14" count="0" type="stmt"/>
|
|
691
|
+
<line num="16" count="0" type="stmt"/>
|
|
692
|
+
<line num="17" count="0" type="stmt"/>
|
|
785
693
|
<line num="18" count="0" type="stmt"/>
|
|
694
|
+
<line num="19" count="0" type="stmt"/>
|
|
786
695
|
<line num="20" count="0" type="stmt"/>
|
|
696
|
+
<line num="23" count="0" type="stmt"/>
|
|
697
|
+
<line num="24" count="0" type="stmt"/>
|
|
787
698
|
<line num="25" count="0" type="stmt"/>
|
|
788
|
-
<line num="
|
|
789
|
-
<line num="27" count="0" type="stmt"/>
|
|
790
|
-
<line num="28" count="0" type="stmt"/>
|
|
791
|
-
<line num="29" count="0" type="stmt"/>
|
|
699
|
+
<line num="30" count="0" type="stmt"/>
|
|
792
700
|
<line num="32" count="0" type="stmt"/>
|
|
793
|
-
<line num="33" count="0" type="
|
|
794
|
-
<line num="
|
|
701
|
+
<line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
702
|
+
<line num="36" count="0" type="stmt"/>
|
|
795
703
|
<line num="39" count="0" type="stmt"/>
|
|
796
|
-
<line num="
|
|
797
|
-
<line num="
|
|
798
|
-
<line num="
|
|
704
|
+
<line num="40" count="0" type="stmt"/>
|
|
705
|
+
<line num="43" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
706
|
+
<line num="44" count="0" type="stmt"/>
|
|
799
707
|
<line num="48" count="0" type="stmt"/>
|
|
800
|
-
<line num="
|
|
801
|
-
<line num="52" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
802
|
-
<line num="53" count="0" type="stmt"/>
|
|
803
|
-
<line num="57" count="0" type="stmt"/>
|
|
804
|
-
<line num="73" count="2" type="stmt"/>
|
|
708
|
+
<line num="64" count="2" type="stmt"/>
|
|
805
709
|
</file>
|
|
806
|
-
<file name="utils.js" path="/Users/
|
|
807
|
-
<metrics statements="
|
|
808
|
-
<line num="6" count="
|
|
809
|
-
<line num="7" count="
|
|
810
|
-
<line num="8" count="
|
|
811
|
-
<line num="11" count="
|
|
812
|
-
<line num="14" count="
|
|
813
|
-
<line num="22" count="
|
|
814
|
-
<line num="34" count="
|
|
710
|
+
<file name="utils.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Content/SelectRole/utils.js">
|
|
711
|
+
<metrics statements="45" coveredstatements="29" conditionals="20" coveredconditionals="8" methods="12" coveredmethods="6"/>
|
|
712
|
+
<line num="6" count="2" type="stmt"/>
|
|
713
|
+
<line num="7" count="2" type="stmt"/>
|
|
714
|
+
<line num="8" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
715
|
+
<line num="11" count="2" type="stmt"/>
|
|
716
|
+
<line num="14" count="2" type="stmt"/>
|
|
717
|
+
<line num="22" count="2" type="stmt"/>
|
|
718
|
+
<line num="34" count="2" type="stmt"/>
|
|
815
719
|
<line num="35" count="0" type="stmt"/>
|
|
816
|
-
<line num="
|
|
817
|
-
<line num="
|
|
818
|
-
<line num="
|
|
819
|
-
<line num="
|
|
820
|
-
<line num="
|
|
821
|
-
<line num="
|
|
822
|
-
<line num="
|
|
823
|
-
<line num="
|
|
824
|
-
<line num="
|
|
825
|
-
<line num="
|
|
826
|
-
<line num="
|
|
827
|
-
<line num="
|
|
720
|
+
<line num="43" count="2" type="stmt"/>
|
|
721
|
+
<line num="44" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
722
|
+
<line num="45" count="0" type="stmt"/>
|
|
723
|
+
<line num="53" count="2" type="stmt"/>
|
|
724
|
+
<line num="54" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
725
|
+
<line num="55" count="0" type="stmt"/>
|
|
726
|
+
<line num="58" count="2" type="stmt"/>
|
|
727
|
+
<line num="59" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
728
|
+
<line num="60" count="0" type="stmt"/>
|
|
729
|
+
<line num="68" count="2" type="stmt"/>
|
|
730
|
+
<line num="69" count="2" type="stmt"/>
|
|
731
|
+
<line num="70" count="2" type="stmt"/>
|
|
732
|
+
<line num="72" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
733
|
+
<line num="73" count="0" type="stmt"/>
|
|
734
|
+
<line num="75" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
828
735
|
<line num="76" count="0" type="stmt"/>
|
|
829
|
-
<line num="
|
|
830
|
-
<line num="79" count="0" type="
|
|
831
|
-
<line num="
|
|
832
|
-
<line num="82" count="0" type="
|
|
833
|
-
<line num="
|
|
834
|
-
<line num="
|
|
835
|
-
<line num="
|
|
836
|
-
<line num="
|
|
837
|
-
<line num="
|
|
838
|
-
<line num="
|
|
839
|
-
<line num="
|
|
840
|
-
<line num="
|
|
841
|
-
<line num="
|
|
842
|
-
<line num="
|
|
843
|
-
<line num="
|
|
844
|
-
<line num="
|
|
845
|
-
<line num="
|
|
846
|
-
<line num="
|
|
847
|
-
<line num="
|
|
848
|
-
<line num="
|
|
849
|
-
<line num="
|
|
850
|
-
<line num="137" count="0" type="stmt"/>
|
|
851
|
-
<line num="139" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
852
|
-
<line num="140" count="0" type="stmt"/>
|
|
853
|
-
<line num="148" count="3" type="stmt"/>
|
|
854
|
-
<line num="149" count="0" type="stmt"/>
|
|
736
|
+
<line num="78" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
737
|
+
<line num="79" count="0" type="stmt"/>
|
|
738
|
+
<line num="81" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
739
|
+
<line num="82" count="0" type="stmt"/>
|
|
740
|
+
<line num="84" count="2" type="stmt"/>
|
|
741
|
+
<line num="92" count="2" type="stmt"/>
|
|
742
|
+
<line num="93" count="2" type="stmt"/>
|
|
743
|
+
<line num="94" count="2" type="stmt"/>
|
|
744
|
+
<line num="97" count="2" type="stmt"/>
|
|
745
|
+
<line num="109" count="2" type="stmt"/>
|
|
746
|
+
<line num="110" count="0" type="stmt"/>
|
|
747
|
+
<line num="111" count="0" type="stmt"/>
|
|
748
|
+
<line num="112" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
749
|
+
<line num="113" count="0" type="stmt"/>
|
|
750
|
+
<line num="120" count="2" type="stmt"/>
|
|
751
|
+
<line num="129" count="2" type="stmt"/>
|
|
752
|
+
<line num="130" count="0" type="stmt"/>
|
|
753
|
+
<line num="132" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
754
|
+
<line num="133" count="0" type="stmt"/>
|
|
755
|
+
<line num="141" count="2" type="stmt"/>
|
|
756
|
+
<line num="142" count="0" type="stmt"/>
|
|
855
757
|
</file>
|
|
856
758
|
</package>
|
|
857
759
|
<package name="react.components.SideNav.Details">
|
|
858
760
|
<metrics statements="19" coveredstatements="4" conditionals="14" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
859
|
-
<file name="IndividualDetails.jsx" path="/Users/
|
|
761
|
+
<file name="IndividualDetails.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Details/IndividualDetails.jsx">
|
|
860
762
|
<metrics statements="3" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
861
763
|
<line num="4" count="2" type="stmt"/>
|
|
862
764
|
<line num="5" count="0" type="stmt"/>
|
|
863
765
|
<line num="13" count="2" type="stmt"/>
|
|
864
766
|
</file>
|
|
865
|
-
<file name="PracticeDetails.jsx" path="/Users/
|
|
767
|
+
<file name="PracticeDetails.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Details/PracticeDetails.jsx">
|
|
866
768
|
<metrics statements="16" coveredstatements="2" conditionals="14" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
867
769
|
<line num="4" count="2" type="stmt"/>
|
|
868
770
|
<line num="14" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -881,20 +783,20 @@
|
|
|
881
783
|
<line num="33" count="0" type="stmt"/>
|
|
882
784
|
<line num="41" count="2" type="stmt"/>
|
|
883
785
|
</file>
|
|
884
|
-
<file name="index.js" path="/Users/
|
|
786
|
+
<file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Details/index.js">
|
|
885
787
|
<metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
886
788
|
</file>
|
|
887
789
|
</package>
|
|
888
790
|
<package name="react.components.SideNav.Links">
|
|
889
791
|
<metrics statements="130" coveredstatements="16" conditionals="166" coveredconditionals="5" methods="34" coveredmethods="1"/>
|
|
890
|
-
<file name="CmsSwitchLink.jsx" path="/Users/
|
|
792
|
+
<file name="CmsSwitchLink.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Links/CmsSwitchLink.jsx">
|
|
891
793
|
<metrics statements="4" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
892
794
|
<line num="6" count="2" type="stmt"/>
|
|
893
795
|
<line num="7" count="0" type="stmt"/>
|
|
894
796
|
<line num="11" count="0" type="stmt"/>
|
|
895
797
|
<line num="35" count="2" type="stmt"/>
|
|
896
798
|
</file>
|
|
897
|
-
<file name="NavItemInline.jsx" path="/Users/
|
|
799
|
+
<file name="NavItemInline.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Links/NavItemInline.jsx">
|
|
898
800
|
<metrics statements="8" coveredstatements="2" conditionals="14" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
899
801
|
<line num="5" count="2" type="stmt"/>
|
|
900
802
|
<line num="15" count="0" type="stmt"/>
|
|
@@ -905,7 +807,7 @@
|
|
|
905
807
|
<line num="22" count="0" type="stmt"/>
|
|
906
808
|
<line num="43" count="2" type="stmt"/>
|
|
907
809
|
</file>
|
|
908
|
-
<file name="NavLinkContainer.jsx" path="/Users/
|
|
810
|
+
<file name="NavLinkContainer.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Links/NavLinkContainer.jsx">
|
|
909
811
|
<metrics statements="10" coveredstatements="3" conditionals="6" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
910
812
|
<line num="4" count="2" type="stmt"/>
|
|
911
813
|
<line num="5" count="0" type="stmt"/>
|
|
@@ -918,7 +820,7 @@
|
|
|
918
820
|
<line num="28" count="2" type="stmt"/>
|
|
919
821
|
<line num="33" count="2" type="stmt"/>
|
|
920
822
|
</file>
|
|
921
|
-
<file name="NavLinkDrawer.jsx" path="/Users/
|
|
823
|
+
<file name="NavLinkDrawer.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Links/NavLinkDrawer.jsx">
|
|
922
824
|
<metrics statements="73" coveredstatements="2" conditionals="100" coveredconditionals="0" methods="21" coveredmethods="0"/>
|
|
923
825
|
<line num="7" count="2" type="stmt"/>
|
|
924
826
|
<line num="29" count="0" type="stmt"/>
|
|
@@ -991,10 +893,10 @@
|
|
|
991
893
|
<line num="170" count="0" type="stmt"/>
|
|
992
894
|
<line num="177" count="0" type="stmt"/>
|
|
993
895
|
<line num="189" count="0" type="stmt"/>
|
|
994
|
-
<line num="
|
|
995
|
-
<line num="
|
|
896
|
+
<line num="215" count="0" type="stmt"/>
|
|
897
|
+
<line num="273" count="2" type="stmt"/>
|
|
996
898
|
</file>
|
|
997
|
-
<file name="NavLinkInline.jsx" path="/Users/
|
|
899
|
+
<file name="NavLinkInline.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Links/NavLinkInline.jsx">
|
|
998
900
|
<metrics statements="30" coveredstatements="2" conditionals="36" coveredconditionals="0" methods="5" coveredmethods="0"/>
|
|
999
901
|
<line num="6" count="2" type="stmt"/>
|
|
1000
902
|
<line num="19" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -1025,134 +927,140 @@
|
|
|
1025
927
|
<line num="54" count="0" type="stmt"/>
|
|
1026
928
|
<line num="58" count="0" type="stmt"/>
|
|
1027
929
|
<line num="62" count="0" type="stmt"/>
|
|
1028
|
-
<line num="
|
|
930
|
+
<line num="97" count="2" type="stmt"/>
|
|
1029
931
|
</file>
|
|
1030
|
-
<file name="NavLinkToggle.jsx" path="/Users/
|
|
932
|
+
<file name="NavLinkToggle.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Links/NavLinkToggle.jsx">
|
|
1031
933
|
<metrics statements="5" coveredstatements="5" conditionals="10" coveredconditionals="5" methods="1" coveredmethods="1"/>
|
|
1032
934
|
<line num="5" count="2" type="stmt"/>
|
|
1033
|
-
<line num="6" count="
|
|
1034
|
-
<line num="7" count="
|
|
1035
|
-
<line num="9" count="
|
|
935
|
+
<line num="6" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
936
|
+
<line num="7" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
937
|
+
<line num="9" count="2" type="stmt"/>
|
|
1036
938
|
<line num="27" count="2" type="stmt"/>
|
|
1037
939
|
</file>
|
|
1038
|
-
<file name="index.js" path="/Users/
|
|
940
|
+
<file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/Links/index.js">
|
|
1039
941
|
<metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1040
942
|
</file>
|
|
1041
943
|
</package>
|
|
1042
944
|
<package name="react.components.SideNav.UI">
|
|
1043
|
-
<metrics statements="
|
|
1044
|
-
<file name="
|
|
1045
|
-
<metrics statements="
|
|
1046
|
-
<line num="
|
|
1047
|
-
<line num="
|
|
1048
|
-
<line num="
|
|
1049
|
-
<line num="
|
|
945
|
+
<metrics statements="62" coveredstatements="34" conditionals="48" coveredconditionals="6" methods="15" coveredmethods="6"/>
|
|
946
|
+
<file name="DynamicContent.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/UI/DynamicContent.jsx">
|
|
947
|
+
<metrics statements="16" coveredstatements="2" conditionals="28" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
948
|
+
<line num="11" count="2" type="stmt"/>
|
|
949
|
+
<line num="19" count="0" type="stmt"/>
|
|
950
|
+
<line num="20" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
951
|
+
<line num="21" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
952
|
+
<line num="23" count="0" type="stmt"/>
|
|
953
|
+
<line num="24" count="0" type="stmt"/>
|
|
954
|
+
<line num="25" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
955
|
+
<line num="28" count="0" type="stmt"/>
|
|
956
|
+
<line num="29" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
957
|
+
<line num="32" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
958
|
+
<line num="33" count="0" type="stmt"/>
|
|
959
|
+
<line num="35" count="0" type="stmt"/>
|
|
960
|
+
<line num="159" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
961
|
+
<line num="160" count="0" type="stmt"/>
|
|
962
|
+
<line num="169" count="0" type="stmt"/>
|
|
963
|
+
<line num="175" count="2" type="stmt"/>
|
|
964
|
+
</file>
|
|
965
|
+
<file name="SideNavUI.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/UI/SideNavUI.jsx">
|
|
966
|
+
<metrics statements="45" coveredstatements="31" conditionals="20" coveredconditionals="6" methods="11" coveredmethods="6"/>
|
|
967
|
+
<line num="28" count="2" type="stmt"/>
|
|
968
|
+
<line num="36" count="2" type="stmt"/>
|
|
969
|
+
<line num="37" count="2" type="stmt"/>
|
|
970
|
+
<line num="38" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
971
|
+
<line num="39" count="0" type="stmt"/>
|
|
972
|
+
<line num="41" count="1" type="stmt"/>
|
|
973
|
+
<line num="43" count="2" type="stmt"/>
|
|
974
|
+
<line num="45" count="2" type="stmt"/>
|
|
975
|
+
<line num="47" count="2" type="stmt"/>
|
|
976
|
+
<line num="48" count="0" type="stmt"/>
|
|
1050
977
|
<line num="49" count="0" type="stmt"/>
|
|
1051
|
-
<line num="
|
|
1052
|
-
<line num="
|
|
1053
|
-
<line num="55" count="
|
|
1054
|
-
<line num="
|
|
1055
|
-
<line num="
|
|
978
|
+
<line num="50" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
979
|
+
<line num="51" count="0" type="stmt"/>
|
|
980
|
+
<line num="55" count="2" type="stmt"/>
|
|
981
|
+
<line num="56" count="0" type="stmt"/>
|
|
982
|
+
<line num="57" count="0" type="stmt"/>
|
|
983
|
+
<line num="58" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1056
984
|
<line num="59" count="0" type="stmt"/>
|
|
1057
|
-
<line num="
|
|
1058
|
-
<line num="
|
|
1059
|
-
<line num="
|
|
1060
|
-
<line num="
|
|
1061
|
-
<line num="
|
|
1062
|
-
<line num="68" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1063
|
-
<line num="69" count="0" type="stmt"/>
|
|
985
|
+
<line num="63" count="2" type="stmt"/>
|
|
986
|
+
<line num="64" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
987
|
+
<line num="67" count="2" type="stmt"/>
|
|
988
|
+
<line num="70" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
989
|
+
<line num="71" count="0" type="stmt"/>
|
|
1064
990
|
<line num="73" count="1" type="stmt"/>
|
|
1065
|
-
<line num="
|
|
1066
|
-
<line num="
|
|
1067
|
-
<line num="
|
|
1068
|
-
<line num="
|
|
1069
|
-
<line num="
|
|
1070
|
-
<line num="
|
|
1071
|
-
<line num="
|
|
1072
|
-
<line num="
|
|
1073
|
-
<line num="
|
|
991
|
+
<line num="77" count="2" type="stmt"/>
|
|
992
|
+
<line num="78" count="1" type="stmt"/>
|
|
993
|
+
<line num="79" count="1" type="stmt"/>
|
|
994
|
+
<line num="80" count="1" type="stmt"/>
|
|
995
|
+
<line num="81" count="1" type="stmt"/>
|
|
996
|
+
<line num="85" count="1" type="stmt"/>
|
|
997
|
+
<line num="86" count="1" type="stmt"/>
|
|
998
|
+
<line num="87" count="0" type="stmt"/>
|
|
999
|
+
<line num="88" count="0" type="stmt"/>
|
|
1000
|
+
<line num="90" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1074
1001
|
<line num="91" count="1" type="stmt"/>
|
|
1075
|
-
<line num="
|
|
1076
|
-
<line num="96" count="1" type="
|
|
1077
|
-
<line num="97" count="
|
|
1078
|
-
<line num="
|
|
1079
|
-
<line num="
|
|
1080
|
-
<line num="102" count="
|
|
1081
|
-
<line num="
|
|
1082
|
-
<line num="
|
|
1083
|
-
<line num="
|
|
1084
|
-
<line num="
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
<line num="116" count="0" type="stmt"/>
|
|
1088
|
-
<line num="117" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1089
|
-
<line num="118" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1090
|
-
<line num="120" count="0" type="stmt"/>
|
|
1091
|
-
<line num="121" count="0" type="stmt"/>
|
|
1092
|
-
<line num="122" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1093
|
-
<line num="125" count="0" type="stmt"/>
|
|
1094
|
-
<line num="126" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1095
|
-
<line num="129" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1096
|
-
<line num="130" count="0" type="stmt"/>
|
|
1097
|
-
<line num="132" count="0" type="stmt"/>
|
|
1098
|
-
<line num="256" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1099
|
-
<line num="257" count="0" type="stmt"/>
|
|
1100
|
-
<line num="269" count="0" type="stmt"/>
|
|
1101
|
-
<line num="273" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1102
|
-
<line num="286" count="1" type="stmt"/>
|
|
1103
|
-
<line num="305" count="2" type="stmt"/>
|
|
1104
|
-
<line num="314" count="2" type="stmt"/>
|
|
1105
|
-
</file>
|
|
1106
|
-
<file name="default-markup.js" path="/Users/dominiquelomax/Desktop/Repos/qpp-style/react/components/SideNav/UI/default-markup.js">
|
|
1002
|
+
<line num="93" count="0" type="stmt"/>
|
|
1003
|
+
<line num="96" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1004
|
+
<line num="97" count="1" type="stmt"/>
|
|
1005
|
+
<line num="100" count="1" type="stmt"/>
|
|
1006
|
+
<line num="101" count="1" type="stmt"/>
|
|
1007
|
+
<line num="102" count="1" type="stmt"/>
|
|
1008
|
+
<line num="106" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1009
|
+
<line num="121" count="2" type="stmt"/>
|
|
1010
|
+
<line num="140" count="2" type="stmt"/>
|
|
1011
|
+
<line num="149" count="2" type="stmt"/>
|
|
1012
|
+
</file>
|
|
1013
|
+
<file name="default-markup.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/UI/default-markup.js">
|
|
1107
1014
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1108
1015
|
<line num="2" count="2" type="stmt"/>
|
|
1109
1016
|
</file>
|
|
1110
|
-
<file name="index.js" path="/Users/
|
|
1017
|
+
<file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/SideNav/UI/index.js">
|
|
1111
1018
|
<metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1112
1019
|
</file>
|
|
1113
1020
|
</package>
|
|
1114
1021
|
<package name="react.components.hooks">
|
|
1115
|
-
<metrics statements="
|
|
1116
|
-
<file name="useGetConfig.js" path="/Users/
|
|
1117
|
-
<metrics statements="
|
|
1118
|
-
<line num="
|
|
1119
|
-
<line num="
|
|
1120
|
-
<line num="
|
|
1121
|
-
<line num="
|
|
1022
|
+
<metrics statements="27" coveredstatements="3" conditionals="20" coveredconditionals="0" methods="8" coveredmethods="1"/>
|
|
1023
|
+
<file name="useGetConfig.js" path="/Users/rodrigomunoz/projects/qpp-style/react/components/hooks/useGetConfig.js">
|
|
1024
|
+
<metrics statements="27" coveredstatements="3" conditionals="20" coveredconditionals="0" methods="8" coveredmethods="1"/>
|
|
1025
|
+
<line num="9" count="2" type="stmt"/>
|
|
1026
|
+
<line num="16" count="0" type="stmt"/>
|
|
1027
|
+
<line num="18" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1028
|
+
<line num="19" count="0" type="stmt"/>
|
|
1029
|
+
<line num="22" count="0" type="stmt"/>
|
|
1122
1030
|
<line num="23" count="0" type="stmt"/>
|
|
1123
|
-
<line num="24" count="0" type="
|
|
1124
|
-
<line num="
|
|
1125
|
-
<line num="
|
|
1031
|
+
<line num="24" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1032
|
+
<line num="28" count="0" type="stmt"/>
|
|
1033
|
+
<line num="30" count="0" type="stmt"/>
|
|
1126
1034
|
<line num="31" count="0" type="stmt"/>
|
|
1127
1035
|
<line num="32" count="0" type="stmt"/>
|
|
1036
|
+
<line num="34" count="0" type="stmt"/>
|
|
1128
1037
|
<line num="35" count="0" type="stmt"/>
|
|
1129
|
-
<line num="
|
|
1130
|
-
<line num="
|
|
1131
|
-
<line num="44" count="0" type="
|
|
1132
|
-
<line num="
|
|
1133
|
-
<line num="
|
|
1134
|
-
<line num="
|
|
1135
|
-
<line num="
|
|
1038
|
+
<line num="39" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1039
|
+
<line num="43" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1040
|
+
<line num="44" count="0" type="stmt"/>
|
|
1041
|
+
<line num="46" count="0" type="stmt"/>
|
|
1042
|
+
<line num="49" count="0" type="stmt"/>
|
|
1043
|
+
<line num="51" count="0" type="stmt"/>
|
|
1044
|
+
<line num="54" count="0" type="stmt"/>
|
|
1136
1045
|
<line num="55" count="0" type="stmt"/>
|
|
1137
|
-
<line num="
|
|
1138
|
-
<line num="
|
|
1139
|
-
<line num="
|
|
1140
|
-
<line num="
|
|
1046
|
+
<line num="58" count="0" type="stmt"/>
|
|
1047
|
+
<line num="63" count="0" type="stmt"/>
|
|
1048
|
+
<line num="66" count="2" type="stmt"/>
|
|
1049
|
+
<line num="68" count="0" type="stmt"/>
|
|
1141
1050
|
<line num="69" count="0" type="stmt"/>
|
|
1142
|
-
<line num="
|
|
1143
|
-
<line num="72" count="2" type="stmt"/>
|
|
1051
|
+
<line num="71" count="2" type="stmt"/>
|
|
1144
1052
|
</file>
|
|
1145
1053
|
</package>
|
|
1146
1054
|
<package name="react.lib">
|
|
1147
|
-
<metrics statements="113" coveredstatements="
|
|
1148
|
-
<file name="Chevron.jsx" path="/Users/
|
|
1149
|
-
<metrics statements="4" coveredstatements="
|
|
1150
|
-
<line num="4" count="
|
|
1151
|
-
<line num="5" count="
|
|
1152
|
-
<line num="26" count="
|
|
1153
|
-
<line num="30" count="
|
|
1055
|
+
<metrics statements="113" coveredstatements="66" conditionals="2" coveredconditionals="0" methods="49" coveredmethods="2"/>
|
|
1056
|
+
<file name="Chevron.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/lib/Chevron.jsx">
|
|
1057
|
+
<metrics statements="4" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
1058
|
+
<line num="4" count="2" type="stmt"/>
|
|
1059
|
+
<line num="5" count="0" type="stmt"/>
|
|
1060
|
+
<line num="26" count="2" type="stmt"/>
|
|
1061
|
+
<line num="30" count="2" type="stmt"/>
|
|
1154
1062
|
</file>
|
|
1155
|
-
<file name="SvgComponents.jsx" path="/Users/
|
|
1063
|
+
<file name="SvgComponents.jsx" path="/Users/rodrigomunoz/projects/qpp-style/react/lib/SvgComponents.jsx">
|
|
1156
1064
|
<metrics statements="109" coveredstatements="63" conditionals="2" coveredconditionals="0" methods="48" coveredmethods="2"/>
|
|
1157
1065
|
<line num="4" count="4" type="stmt"/>
|
|
1158
1066
|
<line num="5" count="0" type="stmt"/>
|
|
@@ -1209,7 +1117,7 @@
|
|
|
1209
1117
|
<line num="368" count="4" type="stmt"/>
|
|
1210
1118
|
<line num="369" count="0" type="stmt"/>
|
|
1211
1119
|
<line num="390" count="4" type="stmt"/>
|
|
1212
|
-
<line num="391" count="
|
|
1120
|
+
<line num="391" count="2" type="stmt"/>
|
|
1213
1121
|
<line num="400" count="4" type="stmt"/>
|
|
1214
1122
|
<line num="401" count="0" type="stmt"/>
|
|
1215
1123
|
<line num="410" count="4" type="stmt"/>
|
|
@@ -1266,95 +1174,79 @@
|
|
|
1266
1174
|
</file>
|
|
1267
1175
|
</package>
|
|
1268
1176
|
<package name="react.session">
|
|
1269
|
-
<metrics statements="
|
|
1270
|
-
<file name="index.js" path="/Users/
|
|
1177
|
+
<metrics statements="61" coveredstatements="22" conditionals="21" coveredconditionals="3" methods="10" coveredmethods="3"/>
|
|
1178
|
+
<file name="index.js" path="/Users/rodrigomunoz/projects/qpp-style/react/session/index.js">
|
|
1271
1179
|
<metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1272
1180
|
</file>
|
|
1273
|
-
<file name="
|
|
1274
|
-
<metrics statements="
|
|
1275
|
-
<line num="
|
|
1276
|
-
<line num="4" count="
|
|
1277
|
-
<line num="5" count="0" type="
|
|
1278
|
-
<line num="
|
|
1279
|
-
<line num="
|
|
1280
|
-
<line num="
|
|
1281
|
-
<line num="10" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1282
|
-
<line num="11" count="0" type="stmt"/>
|
|
1283
|
-
<line num="12" count="0" type="stmt"/>
|
|
1284
|
-
<line num="13" count="0" type="stmt"/>
|
|
1285
|
-
<line num="15" count="0" type="stmt"/>
|
|
1181
|
+
<file name="logout.js" path="/Users/rodrigomunoz/projects/qpp-style/react/session/logout.js">
|
|
1182
|
+
<metrics statements="32" coveredstatements="20" conditionals="12" coveredconditionals="3" methods="6" coveredmethods="3"/>
|
|
1183
|
+
<line num="3" count="3" type="stmt"/>
|
|
1184
|
+
<line num="4" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
1185
|
+
<line num="5" count="0" type="stmt"/>
|
|
1186
|
+
<line num="9" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
1187
|
+
<line num="10" count="0" type="stmt"/>
|
|
1188
|
+
<line num="15" count="3" type="stmt"/>
|
|
1286
1189
|
<line num="16" count="0" type="stmt"/>
|
|
1287
|
-
<line num="18" count="0" type="
|
|
1288
|
-
<line num="
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
<
|
|
1292
|
-
<line num="
|
|
1293
|
-
<line num="
|
|
1294
|
-
<line num="
|
|
1295
|
-
<line num="
|
|
1296
|
-
<line num="11" count="0" type="stmt"/>
|
|
1297
|
-
<line num="16" count="3" type="stmt"/>
|
|
1298
|
-
<line num="17" count="0" type="stmt"/>
|
|
1299
|
-
<line num="19" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1300
|
-
<line num="20" count="0" type="stmt"/>
|
|
1301
|
-
<line num="24" count="3" type="stmt"/>
|
|
1302
|
-
<line num="25" count="0" type="stmt"/>
|
|
1303
|
-
<line num="28" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1304
|
-
<line num="29" count="0" type="stmt"/>
|
|
1305
|
-
<line num="40" count="3" type="stmt"/>
|
|
1306
|
-
<line num="42" count="3" type="stmt"/>
|
|
1190
|
+
<line num="18" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1191
|
+
<line num="19" count="0" type="stmt"/>
|
|
1192
|
+
<line num="23" count="3" type="stmt"/>
|
|
1193
|
+
<line num="24" count="0" type="stmt"/>
|
|
1194
|
+
<line num="27" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1195
|
+
<line num="28" count="0" type="stmt"/>
|
|
1196
|
+
<line num="39" count="3" type="stmt"/>
|
|
1197
|
+
<line num="41" count="3" type="stmt"/>
|
|
1198
|
+
<line num="43" count="3" type="stmt"/>
|
|
1307
1199
|
<line num="44" count="3" type="stmt"/>
|
|
1308
|
-
<line num="
|
|
1309
|
-
<line num="47" count="3" type="
|
|
1310
|
-
<line num="
|
|
1311
|
-
<line num="50" count="
|
|
1312
|
-
<line num="
|
|
1313
|
-
<line num="
|
|
1314
|
-
<line num="56" count="
|
|
1315
|
-
<line num="
|
|
1200
|
+
<line num="46" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
1201
|
+
<line num="47" count="3" type="stmt"/>
|
|
1202
|
+
<line num="49" count="0" type="stmt"/>
|
|
1203
|
+
<line num="50" count="0" type="stmt"/>
|
|
1204
|
+
<line num="53" count="3" type="stmt"/>
|
|
1205
|
+
<line num="55" count="3" type="stmt"/>
|
|
1206
|
+
<line num="56" count="3" type="stmt"/>
|
|
1207
|
+
<line num="59" count="3" type="stmt"/>
|
|
1316
1208
|
<line num="60" count="3" type="stmt"/>
|
|
1317
|
-
<line num="
|
|
1318
|
-
<line num="
|
|
1209
|
+
<line num="61" count="3" type="stmt"/>
|
|
1210
|
+
<line num="68" count="3" type="stmt"/>
|
|
1211
|
+
<line num="69" count="0" type="stmt"/>
|
|
1212
|
+
<line num="71" count="3" type="stmt"/>
|
|
1213
|
+
<line num="72" count="3" type="stmt"/>
|
|
1214
|
+
<line num="75" count="0" type="stmt"/>
|
|
1319
1215
|
</file>
|
|
1320
|
-
<file name="refresh.js" path="/Users/
|
|
1321
|
-
<metrics statements="
|
|
1322
|
-
<line num="
|
|
1216
|
+
<file name="refresh.js" path="/Users/rodrigomunoz/projects/qpp-style/react/session/refresh.js">
|
|
1217
|
+
<metrics statements="18" coveredstatements="1" conditionals="7" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
1218
|
+
<line num="11" count="3" type="cond" truecount="0" falsecount="1"/>
|
|
1219
|
+
<line num="12" count="0" type="stmt"/>
|
|
1323
1220
|
<line num="13" count="0" type="stmt"/>
|
|
1324
1221
|
<line num="14" count="0" type="stmt"/>
|
|
1325
|
-
<line num="
|
|
1326
|
-
<line num="
|
|
1327
|
-
<line num="
|
|
1328
|
-
<line num="
|
|
1329
|
-
<line num="
|
|
1330
|
-
<line num="
|
|
1331
|
-
<line num="
|
|
1332
|
-
<line num="33" count="0" type="stmt"/>
|
|
1333
|
-
<line num="34" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1222
|
+
<line num="19" count="0" type="stmt"/>
|
|
1223
|
+
<line num="24" count="0" type="stmt"/>
|
|
1224
|
+
<line num="25" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1225
|
+
<line num="26" count="0" type="stmt"/>
|
|
1226
|
+
<line num="30" count="0" type="stmt"/>
|
|
1227
|
+
<line num="31" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1228
|
+
<line num="32" count="0" type="stmt"/>
|
|
1334
1229
|
<line num="35" count="0" type="stmt"/>
|
|
1335
1230
|
<line num="38" count="0" type="stmt"/>
|
|
1231
|
+
<line num="39" count="0" type="stmt"/>
|
|
1232
|
+
<line num="40" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1336
1233
|
<line num="41" count="0" type="stmt"/>
|
|
1337
|
-
<line num="
|
|
1338
|
-
<line num="
|
|
1339
|
-
<line num="44" count="0" type="stmt"/>
|
|
1340
|
-
<line num="46" count="0" type="stmt"/>
|
|
1341
|
-
<line num="48" count="0" type="stmt"/>
|
|
1234
|
+
<line num="43" count="0" type="stmt"/>
|
|
1235
|
+
<line num="45" count="0" type="stmt"/>
|
|
1342
1236
|
</file>
|
|
1343
|
-
<file name="ttl.js" path="/Users/
|
|
1344
|
-
<metrics statements="
|
|
1345
|
-
<line num="
|
|
1346
|
-
<line num="
|
|
1347
|
-
<line num="
|
|
1348
|
-
<line num="
|
|
1349
|
-
<line num="
|
|
1350
|
-
<line num="
|
|
1237
|
+
<file name="ttl.js" path="/Users/rodrigomunoz/projects/qpp-style/react/session/ttl.js">
|
|
1238
|
+
<metrics statements="11" coveredstatements="1" conditionals="2" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
1239
|
+
<line num="1" count="3" type="stmt"/>
|
|
1240
|
+
<line num="2" count="0" type="stmt"/>
|
|
1241
|
+
<line num="3" count="0" type="stmt"/>
|
|
1242
|
+
<line num="8" count="0" type="stmt"/>
|
|
1243
|
+
<line num="9" count="0" type="stmt"/>
|
|
1244
|
+
<line num="10" count="0" type="stmt"/>
|
|
1245
|
+
<line num="11" count="0" type="stmt"/>
|
|
1246
|
+
<line num="12" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1351
1247
|
<line num="13" count="0" type="stmt"/>
|
|
1352
|
-
<line num="14" count="0" type="stmt"/>
|
|
1353
1248
|
<line num="15" count="0" type="stmt"/>
|
|
1354
|
-
<line num="16" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1355
1249
|
<line num="17" count="0" type="stmt"/>
|
|
1356
|
-
<line num="19" count="0" type="stmt"/>
|
|
1357
|
-
<line num="21" count="0" type="stmt"/>
|
|
1358
1250
|
</file>
|
|
1359
1251
|
</package>
|
|
1360
1252
|
</project>
|