qpp-style 9.8.2 → 9.8.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/SideNav/UI/default-content.json +1 -2
- package/components/SideNav/helpers.js +2 -2
- package/coverage/clover.xml +639 -635
- package/coverage/coverage-final.json +66 -65
- package/coverage/lcov-report/Header/HeaderUI.jsx.html +1418 -0
- package/coverage/lcov-report/Header/index.html +111 -0
- package/coverage/lcov-report/HeaderUI.jsx.html +578 -0
- package/coverage/lcov-report/SideNav/UI/index.html +111 -0
- package/coverage/lcov-report/SideNav/UI/index.js.html +89 -0
- package/coverage/lcov-report/components/Accordion/index.html +111 -0
- package/coverage/lcov-report/components/Accordion/index.jsx.html +359 -0
- package/coverage/lcov-report/components/Error/Collapsible.jsx.html +344 -0
- package/coverage/lcov-report/components/Error/ErrorUI.jsx.html +173 -0
- package/coverage/lcov-report/components/Error/index.html +126 -0
- package/coverage/lcov-report/components/Footer/FooterUI.jsx.html +845 -0
- package/coverage/lcov-report/components/Footer/LegacyFooterUI.jsx.html +662 -0
- package/coverage/lcov-report/components/Footer/SocialLinks.jsx.html +260 -0
- package/coverage/lcov-report/components/Footer/Subscribe.jsx.html +182 -0
- package/coverage/lcov-report/components/Footer/index.html +156 -0
- package/coverage/lcov-report/components/InfoModal/index.html +111 -0
- package/coverage/lcov-report/components/InfoModal/index.jsx.html +392 -0
- package/coverage/lcov-report/components/Infotip/Infotip.jsx.html +305 -0
- package/coverage/lcov-report/components/Infotip/InfotipIcon.jsx.html +203 -0
- package/coverage/lcov-report/components/Infotip/index.html +141 -0
- package/coverage/lcov-report/components/Infotip/index.js.html +89 -0
- package/coverage/lcov-report/components/SanitizedContent/index.html +111 -0
- package/coverage/lcov-report/components/SanitizedContent/index.jsx.html +680 -0
- package/coverage/lcov-report/components/SessionDialogUI.jsx.html +863 -0
- package/coverage/lcov-report/components/SideNav/AnimationGroup/AnimationGroup.jsx.html +140 -0
- package/coverage/lcov-report/components/SideNav/AnimationGroup/index.html +111 -0
- package/coverage/lcov-report/components/SideNav/Chart/ScoreChart.jsx.html +884 -0
- package/coverage/lcov-report/components/SideNav/Chart/index.html +126 -0
- package/coverage/lcov-report/components/SideNav/Chart/index.js.html +89 -0
- package/coverage/lcov-report/components/SideNav/Content/LevelOneContent.jsx.html +1007 -0
- package/coverage/lcov-report/components/SideNav/Content/LevelTwoContent.jsx.html +722 -0
- package/coverage/lcov-report/components/SideNav/Content/index.html +141 -0
- package/coverage/lcov-report/components/SideNav/Content/index.js.html +92 -0
- package/coverage/lcov-report/components/SideNav/Details/IndividualDetails.jsx.html +134 -0
- package/coverage/lcov-report/components/SideNav/Details/PracticeDetails.jsx.html +203 -0
- package/coverage/lcov-report/components/SideNav/Details/index.html +141 -0
- package/coverage/lcov-report/components/SideNav/Details/index.js.html +92 -0
- package/coverage/lcov-report/components/SideNav/Links/CmsSwitchLink.jsx.html +203 -0
- package/coverage/lcov-report/components/SideNav/Links/NavItemInline.jsx.html +242 -0
- package/coverage/lcov-report/components/SideNav/Links/NavLinkContainer.jsx.html +209 -0
- package/coverage/lcov-report/components/SideNav/Links/NavLinkDrawer.jsx.html +659 -0
- package/coverage/lcov-report/components/SideNav/Links/NavLinkInline.jsx.html +401 -0
- package/coverage/lcov-report/components/SideNav/Links/NavLinkToggle.jsx.html +182 -0
- package/coverage/lcov-report/components/SideNav/Links/index.html +201 -0
- package/coverage/lcov-report/components/SideNav/Links/index.js.html +119 -0
- package/coverage/lcov-report/components/SideNav/UI/SideNavUI.jsx.html +1103 -0
- package/coverage/lcov-report/components/SideNav/UI/index.html +126 -0
- package/coverage/lcov-report/components/SideNav/UI/index.js.html +89 -0
- package/coverage/lcov-report/components/SideNav/helpers.js.html +221 -0
- package/coverage/lcov-report/components/SideNav/index.html +111 -0
- package/coverage/lcov-report/components/Tooltip/Tooltip.jsx.html +344 -0
- package/coverage/lcov-report/components/Tooltip/index.html +141 -0
- package/coverage/lcov-report/components/Tooltip/index.js.html +89 -0
- package/coverage/lcov-report/components/Tooltip/position.js.html +284 -0
- package/coverage/lcov-report/components/index.html +111 -0
- package/coverage/lcov-report/index.html +158 -143
- package/coverage/lcov-report/lib/Chevron.jsx.html +161 -0
- package/coverage/lcov-report/lib/SvgComponents.jsx.html +1697 -0
- package/coverage/lcov-report/lib/index.html +141 -0
- package/coverage/lcov-report/lib/svg-definitions.svg.html +455 -0
- package/coverage/lcov-report/react/components/Accordion/index.html +19 -19
- package/coverage/lcov-report/react/components/Accordion/index.jsx.html +18 -18
- package/coverage/lcov-report/react/components/Error/Collapsible.jsx.html +15 -15
- package/coverage/lcov-report/react/components/Error/ErrorUI.jsx.html +4 -4
- 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 +139 -13
- 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 +18 -18
- package/coverage/lcov-report/react/components/Header/HeaderAccountMenu.jsx.html +112 -34
- package/coverage/lcov-report/react/components/Header/HeaderCancel.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Header/HeaderContainer.jsx.html +13 -19
- package/coverage/lcov-report/react/components/Header/HeaderLogo.jsx.html +6 -6
- package/coverage/lcov-report/react/components/Header/HeaderMenuButton.js.html +6 -6
- package/coverage/lcov-report/react/components/Header/HeaderMenuItem.jsx.html +146 -26
- package/coverage/lcov-report/react/components/Header/HeaderMenuLink.js.html +8 -2
- package/coverage/lcov-report/react/components/Header/HeaderMenuSignOutButton.js.html +21 -6
- package/coverage/lcov-report/react/components/Header/HeaderMobileButton.js.html +5 -2
- package/coverage/lcov-report/react/components/Header/HeaderUI.jsx.html +41 -155
- package/coverage/lcov-report/react/components/Header/HelpIcon.jsx.html +13 -7
- 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 +34 -34
- package/coverage/lcov-report/react/components/Header/utag-helpers.js.html +3 -6
- package/coverage/lcov-report/react/components/InfoModal/index.html +1 -1
- package/coverage/lcov-report/react/components/InfoModal/index.jsx.html +1 -1
- package/coverage/lcov-report/react/components/Infotip/Infotip.jsx.html +1 -1
- 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 +3 -3
- package/coverage/lcov-report/react/components/Modal/Modal.jsx.html +83 -47
- package/coverage/lcov-report/react/components/Modal/index.html +32 -32
- package/coverage/lcov-report/react/components/Modal/index.jsx.html +29 -29
- package/coverage/lcov-report/react/components/NotificationBanner/NotificationBannerUI.jsx.html +1 -1
- package/coverage/lcov-report/react/components/NotificationBanner/index.html +20 -20
- package/coverage/lcov-report/react/components/NotificationBanner/index.js.html +875 -0
- package/coverage/lcov-report/react/components/SanitizedContent/index.html +1 -1
- package/coverage/lcov-report/react/components/SanitizedContent/index.jsx.html +5 -5
- package/coverage/lcov-report/react/components/SessionDialog/index.html +111 -0
- package/coverage/lcov-report/react/components/SessionDialog/sessionDialog.js.html +158 -0
- package/coverage/lcov-report/react/components/SessionDialogUI.jsx.html +69 -45
- package/coverage/lcov-report/react/components/SideNav/AnimationGroup/AnimationGroup.jsx.html +10 -4
- package/coverage/lcov-report/react/components/SideNav/AnimationGroup/index.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Chart/ScoreChart.jsx.html +44 -44
- package/coverage/lcov-report/react/components/SideNav/Chart/index.html +19 -19
- package/coverage/lcov-report/react/components/SideNav/Chart/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Content/LevelOneContent.jsx.html +140 -557
- package/coverage/lcov-report/react/components/SideNav/Content/LevelTwoContent.jsx.html +19 -13
- package/coverage/lcov-report/react/components/SideNav/Content/index.html +21 -21
- 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 +19 -7
- package/coverage/lcov-report/react/components/SideNav/Details/index.html +13 -13
- 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 +47 -62
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkDrawer.jsx.html +56 -20
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkInline.jsx.html +41 -41
- package/coverage/lcov-report/react/components/SideNav/Links/NavLinkToggle.jsx.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/Links/index.html +36 -36
- package/coverage/lcov-report/react/components/SideNav/Links/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/UI/SideNavUI.jsx.html +127 -178
- package/coverage/lcov-report/react/components/SideNav/UI/index.html +17 -17
- package/coverage/lcov-report/react/components/SideNav/UI/index.js.html +1 -1
- package/coverage/lcov-report/react/components/SideNav/helpers.js.html +14 -8
- package/coverage/lcov-report/react/components/SideNav/index.html +11 -11
- package/coverage/lcov-report/react/components/SideNav/index.js.html +1 -1
- package/coverage/lcov-report/react/components/Tooltip/Tooltip.jsx.html +12 -12
- 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 +15 -15
- package/coverage/lcov-report/react/components/hooks/index.html +111 -0
- package/coverage/lcov-report/react/components/hooks/useGetConfig.js.html +302 -0
- package/coverage/lcov-report/react/components/index.html +1 -1
- package/coverage/lcov-report/react/index.html +13 -13
- package/coverage/lcov-report/react/index.js.html +22 -7
- package/coverage/lcov-report/react/lib/Chevron.jsx.html +25 -10
- package/coverage/lcov-report/react/lib/SvgComponents.jsx.html +64 -28
- package/coverage/lcov-report/react/lib/index.html +15 -15
- package/coverage/lcov-report/react/lib/svg-definitions.svg.html +1 -1
- package/coverage/lcov-report/react/session/index.html +1 -1
- package/coverage/lcov-report/react/session/index.js.html +1 -1
- package/coverage/lcov-report/react/session/logout.js.html +1 -1
- package/coverage/lcov-report/react/session/refresh.js.html +1 -1
- package/coverage/lcov-report/react/session/ttl.js.html +1 -1
- package/coverage/lcov-report/session/index.html +126 -0
- package/coverage/lcov-report/session/index.js.html +95 -0
- package/coverage/lcov-report/session/logout.js.html +203 -0
- package/coverage/lcov-report/session/refresh.js.html +227 -0
- package/coverage/lcov-report/session/ttl.js.html +191 -0
- package/coverage/lcov.info +1218 -1190
- 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/images/icons/svg/arrow-down.svg +1 -1
- package/images/icons/svg/arrow-download.svg +1 -1
- package/images/icons/svg/arrow-right.svg +1 -1
- package/images/icons/svg/calendar.svg +1 -1
- package/images/icons/svg/download.svg +1 -1
- package/images/icons/svg/external.svg +1 -1
- package/images/icons/svg/file-upload.svg +1 -1
- package/images/icons/svg/tooltip-question.svg +1 -1
- package/images/icons/svg/trash.svg +1 -1
- package/images/icons/svg/upload.svg +1 -1
- package/package.json +15 -15
- package/storybook-static/0.284246fa7dd756530022.manager.bundle.js +1 -0
- package/storybook-static/0.e444ffe0.iframe.bundle.js +1 -0
- package/storybook-static/4.38e07a72.iframe.bundle.js +3 -0
- package/storybook-static/4.38e07a72.iframe.bundle.js.LICENSE.txt +8 -0
- package/storybook-static/4.38e07a72.iframe.bundle.js.map +1 -0
- package/storybook-static/4.5a2288a7314de45771fd.manager.bundle.js +2 -0
- package/storybook-static/4.5a2288a7314de45771fd.manager.bundle.js.LICENSE.txt +8 -0
- package/storybook-static/5.96d29e90.iframe.bundle.js +1 -0
- package/storybook-static/5.f669e5db79f970f4eeda.manager.bundle.js +2 -0
- package/storybook-static/5.f669e5db79f970f4eeda.manager.bundle.js.LICENSE.txt +12 -0
- package/storybook-static/6.fbe12c4b.iframe.bundle.js +3 -0
- package/storybook-static/6.fbe12c4b.iframe.bundle.js.LICENSE.txt +12 -0
- package/storybook-static/6.fbe12c4b.iframe.bundle.js.map +1 -0
- package/storybook-static/6.fc183cb0948fa18c4851.manager.bundle.js +1 -0
- package/storybook-static/7.6262147d7bfe4804e70d.manager.bundle.js +1 -0
- package/storybook-static/7.9e6103c8.iframe.bundle.js +1 -0
- package/storybook-static/8.88a822e73e773dbd9da6.manager.bundle.js +1 -0
- package/storybook-static/favicon.ico +0 -0
- package/storybook-static/fonts/FontAwesome.otf +0 -0
- package/storybook-static/fonts/OFL.txt +92 -0
- package/storybook-static/fonts/Rubik-Black.ttf +0 -0
- package/storybook-static/fonts/Rubik-BlackItalic.ttf +0 -0
- package/storybook-static/fonts/Rubik-Bold.ttf +0 -0
- package/storybook-static/fonts/Rubik-BoldItalic.ttf +0 -0
- package/storybook-static/fonts/Rubik-Italic.ttf +0 -0
- package/storybook-static/fonts/Rubik-Light.ttf +0 -0
- package/storybook-static/fonts/Rubik-LightItalic.ttf +0 -0
- package/storybook-static/fonts/Rubik-Medium.ttf +0 -0
- package/storybook-static/fonts/Rubik-MediumItalic.ttf +0 -0
- package/storybook-static/fonts/Rubik-Regular.ttf +0 -0
- package/storybook-static/fonts/fontawesome-webfont.eot +0 -0
- package/storybook-static/fonts/fontawesome-webfont.svg +2671 -0
- package/storybook-static/fonts/fontawesome-webfont.ttf +0 -0
- package/storybook-static/fonts/fontawesome-webfont.woff +0 -0
- package/storybook-static/fonts/fontawesome-webfont.woff2 +0 -0
- package/storybook-static/iframe.html +138 -0
- package/storybook-static/images/favicon/android-chrome-192x192.png +0 -0
- package/storybook-static/images/favicon/android-chrome-256x256.png +0 -0
- package/storybook-static/images/favicon/apple-touch-icon.png +0 -0
- package/storybook-static/images/favicon/browserconfig.xml +9 -0
- package/storybook-static/images/favicon/favicon-16x16.png +0 -0
- package/storybook-static/images/favicon/favicon-32x32.png +0 -0
- package/storybook-static/images/favicon/favicon.ico +0 -0
- package/storybook-static/images/favicon/manifest.json +18 -0
- package/storybook-static/images/favicon/mstile-150x150.png +0 -0
- package/storybook-static/images/favicon/safari-pinned-tab.svg +32 -0
- package/storybook-static/images/hhs-logo-black.svg +10 -0
- package/storybook-static/images/hhs-logo-white.svg +10 -0
- package/storybook-static/images/icons/close-x.svg +6 -0
- package/storybook-static/images/icons/help-headset.svg +21 -0
- package/storybook-static/images/icons/svg/arrow-down.svg +3 -0
- package/storybook-static/images/icons/svg/arrow-download.svg +5 -0
- package/storybook-static/images/icons/svg/arrow-right.svg +5 -0
- package/storybook-static/images/icons/svg/close.svg +3 -0
- package/storybook-static/images/icons/svg/download.svg +1 -0
- package/storybook-static/images/icons/svg/external.svg +4 -0
- package/storybook-static/images/icons/svg/file-upload.svg +1 -0
- package/storybook-static/images/icons/svg/print.svg +4 -0
- package/storybook-static/images/icons/svg/trash.svg +5 -0
- package/storybook-static/images/icons/svg/upload.svg +3 -0
- package/storybook-static/images/qpp_logo_reversed.png +0 -0
- package/storybook-static/images/qpp_logo_rgb_color.png +0 -0
- package/storybook-static/index.html +55 -0
- package/storybook-static/main.18ac9bfd601c66f4bee6.manager.bundle.js +1 -0
- package/storybook-static/main.9d42b744.iframe.bundle.js +1 -0
- package/storybook-static/runtime~main.d17fbed7a9ad1d2c431e.manager.bundle.js +1 -0
- package/storybook-static/runtime~main.ed6e2009.iframe.bundle.js +1 -0
- package/storybook-static/static/media/Bitter-Bold.091bd4b7.woff +0 -0
- package/storybook-static/static/media/Bitter-Bold.24bf01e4.woff2 +0 -0
- package/storybook-static/static/media/Bitter-Bold.46bc29e4.ttf +0 -0
- package/storybook-static/static/media/Bitter-Bold.790f4f2f.eot +0 -0
- package/storybook-static/static/media/Bitter-Italic.1fa5390c.eot +0 -0
- package/storybook-static/static/media/Bitter-Italic.25e5675f.woff +0 -0
- package/storybook-static/static/media/Bitter-Italic.2eb18f5a.ttf +0 -0
- package/storybook-static/static/media/Bitter-Italic.34644574.woff2 +0 -0
- package/storybook-static/static/media/Bitter-Regular.4b22b6e8.woff +0 -0
- package/storybook-static/static/media/Bitter-Regular.559e7075.eot +0 -0
- package/storybook-static/static/media/Bitter-Regular.8db0301b.ttf +0 -0
- package/storybook-static/static/media/Bitter-Regular.f4e2f1f1.woff2 +0 -0
- package/storybook-static/static/media/FontAwesome.91f80bba.otf +0 -0
- package/storybook-static/static/media/OpenSans-Bold-webfont.202d819d.eot +0 -0
- package/storybook-static/static/media/OpenSans-Bold-webfont.92e570c6.woff2 +0 -0
- package/storybook-static/static/media/OpenSans-Bold-webfont.da71e99a.ttf +0 -0
- package/storybook-static/static/media/OpenSans-Bold-webfont.e75949bb.woff +0 -0
- package/storybook-static/static/media/OpenSans-Italic-webfont.72daa33a.woff2 +0 -0
- package/storybook-static/static/media/OpenSans-Italic-webfont.74ead3a8.woff +0 -0
- package/storybook-static/static/media/OpenSans-Italic-webfont.ae19388f.eot +0 -0
- package/storybook-static/static/media/OpenSans-Italic-webfont.ec7a2746.ttf +0 -0
- package/storybook-static/static/media/OpenSans-Regular-webfont.63a5fa7d.woff +0 -0
- package/storybook-static/static/media/OpenSans-Regular-webfont.66451be4.ttf +0 -0
- package/storybook-static/static/media/OpenSans-Regular-webfont.7882d20f.eot +0 -0
- package/storybook-static/static/media/OpenSans-Regular-webfont.ca4dd835.woff2 +0 -0
- package/storybook-static/static/media/OpenSans-Semibold-webfont.17ded75f.woff2 +0 -0
- package/storybook-static/static/media/OpenSans-Semibold-webfont.2a5adf6c.woff +0 -0
- package/storybook-static/static/media/OpenSans-Semibold-webfont.6059fecb.ttf +0 -0
- package/storybook-static/static/media/OpenSans-Semibold-webfont.c9808185.eot +0 -0
- package/storybook-static/static/media/Rubik-Bold.31bbd4d2.ttf +0 -0
- package/storybook-static/static/media/Rubik-Light.c90e2014.ttf +0 -0
- package/storybook-static/static/media/Rubik-Medium.5daa89aa.ttf +0 -0
- package/storybook-static/static/media/Rubik-Regular.cdf97d58.ttf +0 -0
- package/storybook-static/static/media/fontawesome-webfont.1e59d233.ttf +0 -0
- package/storybook-static/static/media/fontawesome-webfont.20fd1704.woff2 +0 -0
- package/storybook-static/static/media/fontawesome-webfont.8b43027f.eot +0 -0
- package/storybook-static/static/media/fontawesome-webfont.f691f37e.woff +0 -0
- package/storybook-static/vendors~main.3604044d8484c1c4d1f7.manager.bundle.js +2 -0
- package/storybook-static/vendors~main.3604044d8484c1c4d1f7.manager.bundle.js.LICENSE.txt +88 -0
- package/storybook-static/vendors~main.7f923d15.iframe.bundle.js +3 -0
- package/storybook-static/vendors~main.7f923d15.iframe.bundle.js.LICENSE.txt +152 -0
- package/storybook-static/vendors~main.7f923d15.iframe.bundle.js.map +1 -0
- package/styles/qppds/components/_modal.scss +22 -0
- package/styles/qppds/utilities/_display-visability.scss +8 -0
- package/styles/qppds/utilities/_height.scss +38 -0
- package/styles/qppds/utilities/_width.scss +35 -0
- package/styles/qppds/utilities/index.scss +1 -0
|
@@ -23,30 +23,30 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">56.56% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>526/930</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">27.93% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>174/623</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">37.
|
|
40
|
+
<span class="strong">37.83% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>101/267</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">56.83% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>524/922</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -74,17 +74,17 @@
|
|
|
74
74
|
</thead>
|
|
75
75
|
<tbody><tr>
|
|
76
76
|
<td class="file low" data-value="react"><a href="react/index.html">react</a></td>
|
|
77
|
-
<td data-value="
|
|
78
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
77
|
+
<td data-value="16.67" class="pic low">
|
|
78
|
+
<div class="chart"><div class="cover-fill" style="width: 16%"></div><div class="cover-empty" style="width: 84%"></div></div>
|
|
79
79
|
</td>
|
|
80
|
-
<td data-value="
|
|
81
|
-
<td data-value="
|
|
80
|
+
<td data-value="16.67" class="pct low">16.67%</td>
|
|
81
|
+
<td data-value="6" class="abs low">1/6</td>
|
|
82
82
|
<td data-value="100" class="pct high">100%</td>
|
|
83
83
|
<td data-value="0" class="abs high">0/0</td>
|
|
84
84
|
<td data-value="0" class="pct low">0%</td>
|
|
85
|
-
<td data-value="
|
|
86
|
-
<td data-value="
|
|
87
|
-
<td data-value="
|
|
85
|
+
<td data-value="5" class="abs low">0/5</td>
|
|
86
|
+
<td data-value="16.67" class="pct low">16.67%</td>
|
|
87
|
+
<td data-value="6" class="abs low">1/6</td>
|
|
88
88
|
</tr>
|
|
89
89
|
|
|
90
90
|
<tr>
|
|
@@ -104,17 +104,17 @@
|
|
|
104
104
|
|
|
105
105
|
<tr>
|
|
106
106
|
<td class="file medium" data-value="react/components/Accordion"><a href="react/components/Accordion/index.html">react/components/Accordion</a></td>
|
|
107
|
-
<td data-value="
|
|
108
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
107
|
+
<td data-value="70" class="pic medium">
|
|
108
|
+
<div class="chart"><div class="cover-fill" style="width: 70%"></div><div class="cover-empty" style="width: 30%"></div></div>
|
|
109
109
|
</td>
|
|
110
|
-
<td data-value="
|
|
111
|
-
<td data-value="20" class="abs medium">
|
|
112
|
-
<td data-value="
|
|
113
|
-
<td data-value="20" class="abs low">
|
|
114
|
-
<td data-value="
|
|
115
|
-
<td data-value="6" class="abs
|
|
116
|
-
<td data-value="
|
|
117
|
-
<td data-value="20" class="abs medium">
|
|
110
|
+
<td data-value="70" class="pct medium">70%</td>
|
|
111
|
+
<td data-value="20" class="abs medium">14/20</td>
|
|
112
|
+
<td data-value="40" class="pct low">40%</td>
|
|
113
|
+
<td data-value="20" class="abs low">8/20</td>
|
|
114
|
+
<td data-value="50" class="pct medium">50%</td>
|
|
115
|
+
<td data-value="6" class="abs medium">3/6</td>
|
|
116
|
+
<td data-value="70" class="pct medium">70%</td>
|
|
117
|
+
<td data-value="20" class="abs medium">14/20</td>
|
|
118
118
|
</tr>
|
|
119
119
|
|
|
120
120
|
<tr>
|
|
@@ -134,47 +134,32 @@
|
|
|
134
134
|
|
|
135
135
|
<tr>
|
|
136
136
|
<td class="file medium" data-value="react/components/Footer"><a href="react/components/Footer/index.html">react/components/Footer</a></td>
|
|
137
|
-
<td data-value="
|
|
138
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
137
|
+
<td data-value="65.52" class="pic medium">
|
|
138
|
+
<div class="chart"><div class="cover-fill" style="width: 65%"></div><div class="cover-empty" style="width: 35%"></div></div>
|
|
139
139
|
</td>
|
|
140
|
-
<td data-value="
|
|
141
|
-
<td data-value="
|
|
142
|
-
<td data-value="
|
|
143
|
-
<td data-value="
|
|
144
|
-
<td data-value="
|
|
145
|
-
<td data-value="
|
|
146
|
-
<td data-value="
|
|
147
|
-
<td data-value="
|
|
140
|
+
<td data-value="65.52" class="pct medium">65.52%</td>
|
|
141
|
+
<td data-value="29" class="abs medium">19/29</td>
|
|
142
|
+
<td data-value="56.52" class="pct medium">56.52%</td>
|
|
143
|
+
<td data-value="23" class="abs medium">13/23</td>
|
|
144
|
+
<td data-value="37.5" class="pct low">37.5%</td>
|
|
145
|
+
<td data-value="8" class="abs low">3/8</td>
|
|
146
|
+
<td data-value="65.52" class="pct medium">65.52%</td>
|
|
147
|
+
<td data-value="29" class="abs medium">19/29</td>
|
|
148
148
|
</tr>
|
|
149
149
|
|
|
150
150
|
<tr>
|
|
151
151
|
<td class="file medium" data-value="react/components/Header"><a href="react/components/Header/index.html">react/components/Header</a></td>
|
|
152
|
-
<td data-value="
|
|
153
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
154
|
-
</td>
|
|
155
|
-
<td data-value="55.49" class="pct medium">55.49%</td>
|
|
156
|
-
<td data-value="182" class="abs medium">101/182</td>
|
|
157
|
-
<td data-value="37.89" class="pct low">37.89%</td>
|
|
158
|
-
<td data-value="95" class="abs low">36/95</td>
|
|
159
|
-
<td data-value="35.19" class="pct low">35.19%</td>
|
|
160
|
-
<td data-value="54" class="abs low">19/54</td>
|
|
161
|
-
<td data-value="56.82" class="pct medium">56.82%</td>
|
|
162
|
-
<td data-value="176" class="abs medium">100/176</td>
|
|
163
|
-
</tr>
|
|
164
|
-
|
|
165
|
-
<tr>
|
|
166
|
-
<td class="file medium" data-value="react/components/InfoModal"><a href="react/components/InfoModal/index.html">react/components/InfoModal</a></td>
|
|
167
|
-
<td data-value="77.78" class="pic medium">
|
|
168
|
-
<div class="chart"><div class="cover-fill" style="width: 77%"></div><div class="cover-empty" style="width: 23%"></div></div>
|
|
152
|
+
<td data-value="52.72" class="pic medium">
|
|
153
|
+
<div class="chart"><div class="cover-fill" style="width: 52%"></div><div class="cover-empty" style="width: 48%"></div></div>
|
|
169
154
|
</td>
|
|
170
|
-
<td data-value="
|
|
171
|
-
<td data-value="
|
|
172
|
-
<td data-value="
|
|
173
|
-
<td data-value="
|
|
174
|
-
<td data-value="
|
|
175
|
-
<td data-value="
|
|
176
|
-
<td data-value="
|
|
177
|
-
<td data-value="
|
|
155
|
+
<td data-value="52.72" class="pct medium">52.72%</td>
|
|
156
|
+
<td data-value="184" class="abs medium">97/184</td>
|
|
157
|
+
<td data-value="32.61" class="pct low">32.61%</td>
|
|
158
|
+
<td data-value="92" class="abs low">30/92</td>
|
|
159
|
+
<td data-value="33.33" class="pct low">33.33%</td>
|
|
160
|
+
<td data-value="57" class="abs low">19/57</td>
|
|
161
|
+
<td data-value="53.67" class="pct medium">53.67%</td>
|
|
162
|
+
<td data-value="177" class="abs medium">95/177</td>
|
|
178
163
|
</tr>
|
|
179
164
|
|
|
180
165
|
<tr>
|
|
@@ -193,33 +178,33 @@
|
|
|
193
178
|
</tr>
|
|
194
179
|
|
|
195
180
|
<tr>
|
|
196
|
-
<td class="file
|
|
197
|
-
<td data-value="
|
|
198
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
181
|
+
<td class="file medium" data-value="react/components/Modal"><a href="react/components/Modal/index.html">react/components/Modal</a></td>
|
|
182
|
+
<td data-value="63.64" class="pic medium">
|
|
183
|
+
<div class="chart"><div class="cover-fill" style="width: 63%"></div><div class="cover-empty" style="width: 37%"></div></div>
|
|
199
184
|
</td>
|
|
200
|
-
<td data-value="
|
|
201
|
-
<td data-value="33" class="abs
|
|
202
|
-
<td data-value="
|
|
203
|
-
<td data-value="
|
|
204
|
-
<td data-value="
|
|
205
|
-
<td data-value="11" class="abs low">
|
|
206
|
-
<td data-value="
|
|
207
|
-
<td data-value="33" class="abs
|
|
185
|
+
<td data-value="63.64" class="pct medium">63.64%</td>
|
|
186
|
+
<td data-value="33" class="abs medium">21/33</td>
|
|
187
|
+
<td data-value="56.52" class="pct medium">56.52%</td>
|
|
188
|
+
<td data-value="23" class="abs medium">13/23</td>
|
|
189
|
+
<td data-value="36.36" class="pct low">36.36%</td>
|
|
190
|
+
<td data-value="11" class="abs low">4/11</td>
|
|
191
|
+
<td data-value="63.64" class="pct medium">63.64%</td>
|
|
192
|
+
<td data-value="33" class="abs medium">21/33</td>
|
|
208
193
|
</tr>
|
|
209
194
|
|
|
210
195
|
<tr>
|
|
211
196
|
<td class="file low" data-value="react/components/NotificationBanner"><a href="react/components/NotificationBanner/index.html">react/components/NotificationBanner</a></td>
|
|
212
|
-
<td data-value="
|
|
213
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
197
|
+
<td data-value="29.82" class="pic low">
|
|
198
|
+
<div class="chart"><div class="cover-fill" style="width: 29%"></div><div class="cover-empty" style="width: 71%"></div></div>
|
|
214
199
|
</td>
|
|
215
|
-
<td data-value="
|
|
216
|
-
<td data-value="
|
|
217
|
-
<td data-value="
|
|
218
|
-
<td data-value="
|
|
219
|
-
<td data-value="
|
|
220
|
-
<td data-value="
|
|
221
|
-
<td data-value="
|
|
222
|
-
<td data-value="
|
|
200
|
+
<td data-value="29.82" class="pct low">29.82%</td>
|
|
201
|
+
<td data-value="57" class="abs low">17/57</td>
|
|
202
|
+
<td data-value="10" class="pct low">10%</td>
|
|
203
|
+
<td data-value="40" class="abs low">4/40</td>
|
|
204
|
+
<td data-value="26.67" class="pct low">26.67%</td>
|
|
205
|
+
<td data-value="15" class="abs low">4/15</td>
|
|
206
|
+
<td data-value="29.82" class="pct low">29.82%</td>
|
|
207
|
+
<td data-value="57" class="abs low">17/57</td>
|
|
223
208
|
</tr>
|
|
224
209
|
|
|
225
210
|
<tr>
|
|
@@ -237,19 +222,34 @@
|
|
|
237
222
|
<td data-value="9" class="abs low">4/9</td>
|
|
238
223
|
</tr>
|
|
239
224
|
|
|
225
|
+
<tr>
|
|
226
|
+
<td class="file low" data-value="react/components/SessionDialog"><a href="react/components/SessionDialog/index.html">react/components/SessionDialog</a></td>
|
|
227
|
+
<td data-value="0" class="pic low">
|
|
228
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
229
|
+
</td>
|
|
230
|
+
<td data-value="0" class="pct low">0%</td>
|
|
231
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
232
|
+
<td data-value="100" class="pct high">100%</td>
|
|
233
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
234
|
+
<td data-value="0" class="pct low">0%</td>
|
|
235
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
236
|
+
<td data-value="0" class="pct low">0%</td>
|
|
237
|
+
<td data-value="1" class="abs low">0/1</td>
|
|
238
|
+
</tr>
|
|
239
|
+
|
|
240
240
|
<tr>
|
|
241
241
|
<td class="file low" data-value="react/components/SideNav"><a href="react/components/SideNav/index.html">react/components/SideNav</a></td>
|
|
242
|
-
<td data-value="
|
|
243
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
242
|
+
<td data-value="48" class="pic low">
|
|
243
|
+
<div class="chart"><div class="cover-fill" style="width: 48%"></div><div class="cover-empty" style="width: 52%"></div></div>
|
|
244
244
|
</td>
|
|
245
|
-
<td data-value="
|
|
246
|
-
<td data-value="
|
|
245
|
+
<td data-value="48" class="pct low">48%</td>
|
|
246
|
+
<td data-value="25" class="abs low">12/25</td>
|
|
247
247
|
<td data-value="0" class="pct low">0%</td>
|
|
248
248
|
<td data-value="5" class="abs low">0/5</td>
|
|
249
249
|
<td data-value="0" class="pct low">0%</td>
|
|
250
250
|
<td data-value="4" class="abs low">0/4</td>
|
|
251
|
-
<td data-value="
|
|
252
|
-
<td data-value="
|
|
251
|
+
<td data-value="48" class="pct low">48%</td>
|
|
252
|
+
<td data-value="25" class="abs low">12/25</td>
|
|
253
253
|
</tr>
|
|
254
254
|
|
|
255
255
|
<tr>
|
|
@@ -269,77 +269,77 @@
|
|
|
269
269
|
|
|
270
270
|
<tr>
|
|
271
271
|
<td class="file medium" data-value="react/components/SideNav/Chart"><a href="react/components/SideNav/Chart/index.html">react/components/SideNav/Chart</a></td>
|
|
272
|
-
<td data-value="
|
|
273
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
272
|
+
<td data-value="68.6" class="pic medium">
|
|
273
|
+
<div class="chart"><div class="cover-fill" style="width: 68%"></div><div class="cover-empty" style="width: 32%"></div></div>
|
|
274
274
|
</td>
|
|
275
|
-
<td data-value="
|
|
276
|
-
<td data-value="86" class="abs medium">
|
|
277
|
-
<td data-value="
|
|
278
|
-
<td data-value="36" class="abs low">
|
|
279
|
-
<td data-value="
|
|
280
|
-
<td data-value="22" class="abs
|
|
281
|
-
<td data-value="
|
|
282
|
-
<td data-value="86" class="abs medium">
|
|
275
|
+
<td data-value="68.6" class="pct medium">68.6%</td>
|
|
276
|
+
<td data-value="86" class="abs medium">59/86</td>
|
|
277
|
+
<td data-value="47.22" class="pct low">47.22%</td>
|
|
278
|
+
<td data-value="36" class="abs low">17/36</td>
|
|
279
|
+
<td data-value="59.09" class="pct medium">59.09%</td>
|
|
280
|
+
<td data-value="22" class="abs medium">13/22</td>
|
|
281
|
+
<td data-value="68.6" class="pct medium">68.6%</td>
|
|
282
|
+
<td data-value="86" class="abs medium">59/86</td>
|
|
283
283
|
</tr>
|
|
284
284
|
|
|
285
285
|
<tr>
|
|
286
|
-
<td class="file
|
|
287
|
-
<td data-value="
|
|
288
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
286
|
+
<td class="file low" data-value="react/components/SideNav/Content"><a href="react/components/SideNav/Content/index.html">react/components/SideNav/Content</a></td>
|
|
287
|
+
<td data-value="43.75" class="pic low">
|
|
288
|
+
<div class="chart"><div class="cover-fill" style="width: 43%"></div><div class="cover-empty" style="width: 57%"></div></div>
|
|
289
289
|
</td>
|
|
290
|
-
<td data-value="
|
|
291
|
-
<td data-value="
|
|
292
|
-
<td data-value="
|
|
293
|
-
<td data-value="
|
|
294
|
-
<td data-value="
|
|
295
|
-
<td data-value="
|
|
296
|
-
<td data-value="
|
|
297
|
-
<td data-value="
|
|
290
|
+
<td data-value="43.75" class="pct low">43.75%</td>
|
|
291
|
+
<td data-value="48" class="abs low">21/48</td>
|
|
292
|
+
<td data-value="3.75" class="pct low">3.75%</td>
|
|
293
|
+
<td data-value="80" class="abs low">3/80</td>
|
|
294
|
+
<td data-value="20" class="pct low">20%</td>
|
|
295
|
+
<td data-value="5" class="abs low">1/5</td>
|
|
296
|
+
<td data-value="43.75" class="pct low">43.75%</td>
|
|
297
|
+
<td data-value="48" class="abs low">21/48</td>
|
|
298
298
|
</tr>
|
|
299
299
|
|
|
300
300
|
<tr>
|
|
301
301
|
<td class="file low" data-value="react/components/SideNav/Details"><a href="react/components/SideNav/Details/index.html">react/components/SideNav/Details</a></td>
|
|
302
|
-
<td data-value="
|
|
303
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
302
|
+
<td data-value="23.53" class="pic low">
|
|
303
|
+
<div class="chart"><div class="cover-fill" style="width: 23%"></div><div class="cover-empty" style="width: 77%"></div></div>
|
|
304
304
|
</td>
|
|
305
|
-
<td data-value="
|
|
306
|
-
<td data-value="
|
|
305
|
+
<td data-value="23.53" class="pct low">23.53%</td>
|
|
306
|
+
<td data-value="17" class="abs low">4/17</td>
|
|
307
307
|
<td data-value="0" class="pct low">0%</td>
|
|
308
|
-
<td data-value="
|
|
308
|
+
<td data-value="12" class="abs low">0/12</td>
|
|
309
309
|
<td data-value="0" class="pct low">0%</td>
|
|
310
310
|
<td data-value="3" class="abs low">0/3</td>
|
|
311
|
-
<td data-value="
|
|
312
|
-
<td data-value="
|
|
311
|
+
<td data-value="23.53" class="pct low">23.53%</td>
|
|
312
|
+
<td data-value="17" class="abs low">4/17</td>
|
|
313
313
|
</tr>
|
|
314
314
|
|
|
315
315
|
<tr>
|
|
316
316
|
<td class="file low" data-value="react/components/SideNav/Links"><a href="react/components/SideNav/Links/index.html">react/components/SideNav/Links</a></td>
|
|
317
|
-
<td data-value="
|
|
318
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
317
|
+
<td data-value="19.59" class="pic low">
|
|
318
|
+
<div class="chart"><div class="cover-fill" style="width: 19%"></div><div class="cover-empty" style="width: 81%"></div></div>
|
|
319
319
|
</td>
|
|
320
|
-
<td data-value="
|
|
321
|
-
<td data-value="
|
|
322
|
-
<td data-value="
|
|
323
|
-
<td data-value="
|
|
324
|
-
<td data-value="
|
|
325
|
-
<td data-value="24" class="abs low">
|
|
326
|
-
<td data-value="
|
|
327
|
-
<td data-value="
|
|
320
|
+
<td data-value="19.59" class="pct low">19.59%</td>
|
|
321
|
+
<td data-value="97" class="abs low">19/97</td>
|
|
322
|
+
<td data-value="4.23" class="pct low">4.23%</td>
|
|
323
|
+
<td data-value="142" class="abs low">6/142</td>
|
|
324
|
+
<td data-value="8.33" class="pct low">8.33%</td>
|
|
325
|
+
<td data-value="24" class="abs low">2/24</td>
|
|
326
|
+
<td data-value="19.79" class="pct low">19.79%</td>
|
|
327
|
+
<td data-value="96" class="abs low">19/96</td>
|
|
328
328
|
</tr>
|
|
329
329
|
|
|
330
330
|
<tr>
|
|
331
|
-
<td class="file
|
|
332
|
-
<td data-value="
|
|
333
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
331
|
+
<td class="file medium" data-value="react/components/SideNav/UI"><a href="react/components/SideNav/UI/index.html">react/components/SideNav/UI</a></td>
|
|
332
|
+
<td data-value="52.5" class="pic medium">
|
|
333
|
+
<div class="chart"><div class="cover-fill" style="width: 52%"></div><div class="cover-empty" style="width: 48%"></div></div>
|
|
334
334
|
</td>
|
|
335
|
-
<td data-value="
|
|
336
|
-
<td data-value="
|
|
337
|
-
<td data-value="
|
|
338
|
-
<td data-value="
|
|
335
|
+
<td data-value="52.5" class="pct medium">52.5%</td>
|
|
336
|
+
<td data-value="40" class="abs medium">21/40</td>
|
|
337
|
+
<td data-value="10.53" class="pct low">10.53%</td>
|
|
338
|
+
<td data-value="38" class="abs low">4/38</td>
|
|
339
339
|
<td data-value="38.46" class="pct low">38.46%</td>
|
|
340
340
|
<td data-value="13" class="abs low">5/13</td>
|
|
341
|
-
<td data-value="
|
|
342
|
-
<td data-value="
|
|
341
|
+
<td data-value="52.5" class="pct medium">52.5%</td>
|
|
342
|
+
<td data-value="40" class="abs medium">21/40</td>
|
|
343
343
|
</tr>
|
|
344
344
|
|
|
345
345
|
<tr>
|
|
@@ -357,19 +357,34 @@
|
|
|
357
357
|
<td data-value="37" class="abs high">37/37</td>
|
|
358
358
|
</tr>
|
|
359
359
|
|
|
360
|
+
<tr>
|
|
361
|
+
<td class="file medium" data-value="react/components/hooks"><a href="react/components/hooks/index.html">react/components/hooks</a></td>
|
|
362
|
+
<td data-value="76.92" class="pic medium">
|
|
363
|
+
<div class="chart"><div class="cover-fill" style="width: 76%"></div><div class="cover-empty" style="width: 24%"></div></div>
|
|
364
|
+
</td>
|
|
365
|
+
<td data-value="76.92" class="pct medium">76.92%</td>
|
|
366
|
+
<td data-value="26" class="abs medium">20/26</td>
|
|
367
|
+
<td data-value="55" class="pct medium">55%</td>
|
|
368
|
+
<td data-value="20" class="abs medium">11/20</td>
|
|
369
|
+
<td data-value="71.43" class="pct medium">71.43%</td>
|
|
370
|
+
<td data-value="7" class="abs medium">5/7</td>
|
|
371
|
+
<td data-value="76.92" class="pct medium">76.92%</td>
|
|
372
|
+
<td data-value="26" class="abs medium">20/26</td>
|
|
373
|
+
</tr>
|
|
374
|
+
|
|
360
375
|
<tr>
|
|
361
376
|
<td class="file medium" data-value="react/lib"><a href="react/lib/index.html">react/lib</a></td>
|
|
362
|
-
<td data-value="
|
|
363
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
377
|
+
<td data-value="55.56" class="pic medium">
|
|
378
|
+
<div class="chart"><div class="cover-fill" style="width: 55%"></div><div class="cover-empty" style="width: 45%"></div></div>
|
|
364
379
|
</td>
|
|
365
|
-
<td data-value="
|
|
366
|
-
<td data-value="
|
|
380
|
+
<td data-value="55.56" class="pct medium">55.56%</td>
|
|
381
|
+
<td data-value="81" class="abs medium">45/81</td>
|
|
367
382
|
<td data-value="100" class="pct high">100%</td>
|
|
368
383
|
<td data-value="0" class="abs high">0/0</td>
|
|
369
|
-
<td data-value="
|
|
370
|
-
<td data-value="
|
|
371
|
-
<td data-value="
|
|
372
|
-
<td data-value="
|
|
384
|
+
<td data-value="7.69" class="pct low">7.69%</td>
|
|
385
|
+
<td data-value="39" class="abs low">3/39</td>
|
|
386
|
+
<td data-value="55.56" class="pct medium">55.56%</td>
|
|
387
|
+
<td data-value="81" class="abs medium">45/81</td>
|
|
373
388
|
</tr>
|
|
374
389
|
|
|
375
390
|
<tr>
|
|
@@ -395,7 +410,7 @@
|
|
|
395
410
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
396
411
|
Code coverage generated by
|
|
397
412
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
398
|
-
at
|
|
413
|
+
at Wed Sep 29 2021 12:36:46 GMT-0700 (Pacific Daylight Time)
|
|
399
414
|
</div>
|
|
400
415
|
</div>
|
|
401
416
|
<script src="prettify.js"></script>
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
|
|
2
|
+
<!doctype html>
|
|
3
|
+
<html lang="en">
|
|
4
|
+
|
|
5
|
+
<head>
|
|
6
|
+
<title>Code coverage report for lib/Chevron.jsx</title>
|
|
7
|
+
<meta charset="utf-8" />
|
|
8
|
+
<link rel="stylesheet" href="../prettify.css" />
|
|
9
|
+
<link rel="stylesheet" href="../base.css" />
|
|
10
|
+
<link rel="shortcut icon" type="image/x-icon" href="../favicon.png" />
|
|
11
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
+
<style type='text/css'>
|
|
13
|
+
.coverage-summary .sorter {
|
|
14
|
+
background-image: url(../sort-arrow-sprite.png);
|
|
15
|
+
}
|
|
16
|
+
</style>
|
|
17
|
+
</head>
|
|
18
|
+
|
|
19
|
+
<body>
|
|
20
|
+
<div class='wrapper'>
|
|
21
|
+
<div class='pad1'>
|
|
22
|
+
<h1><a href="../index.html">All files</a> / <a href="index.html">lib</a> Chevron.jsx</h1>
|
|
23
|
+
<div class='clearfix'>
|
|
24
|
+
|
|
25
|
+
<div class='fl pad1y space-right2'>
|
|
26
|
+
<span class="strong">100% </span>
|
|
27
|
+
<span class="quiet">Statements</span>
|
|
28
|
+
<span class='fraction'>4/4</span>
|
|
29
|
+
</div>
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
<div class='fl pad1y space-right2'>
|
|
33
|
+
<span class="strong">100% </span>
|
|
34
|
+
<span class="quiet">Branches</span>
|
|
35
|
+
<span class='fraction'>0/0</span>
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
<div class='fl pad1y space-right2'>
|
|
40
|
+
<span class="strong">100% </span>
|
|
41
|
+
<span class="quiet">Functions</span>
|
|
42
|
+
<span class='fraction'>1/1</span>
|
|
43
|
+
</div>
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<div class='fl pad1y space-right2'>
|
|
47
|
+
<span class="strong">100% </span>
|
|
48
|
+
<span class="quiet">Lines</span>
|
|
49
|
+
<span class='fraction'>4/4</span>
|
|
50
|
+
</div>
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
</div>
|
|
54
|
+
<p class="quiet">
|
|
55
|
+
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
|
+
</p>
|
|
57
|
+
</div>
|
|
58
|
+
<div class='status-line high'></div>
|
|
59
|
+
<pre><table class="coverage">
|
|
60
|
+
<tr><td class="line-count quiet"><a name='L1'></a><a href='#L1'>1</a>
|
|
61
|
+
<a name='L2'></a><a href='#L2'>2</a>
|
|
62
|
+
<a name='L3'></a><a href='#L3'>3</a>
|
|
63
|
+
<a name='L4'></a><a href='#L4'>4</a>
|
|
64
|
+
<a name='L5'></a><a href='#L5'>5</a>
|
|
65
|
+
<a name='L6'></a><a href='#L6'>6</a>
|
|
66
|
+
<a name='L7'></a><a href='#L7'>7</a>
|
|
67
|
+
<a name='L8'></a><a href='#L8'>8</a>
|
|
68
|
+
<a name='L9'></a><a href='#L9'>9</a>
|
|
69
|
+
<a name='L10'></a><a href='#L10'>10</a>
|
|
70
|
+
<a name='L11'></a><a href='#L11'>11</a>
|
|
71
|
+
<a name='L12'></a><a href='#L12'>12</a>
|
|
72
|
+
<a name='L13'></a><a href='#L13'>13</a>
|
|
73
|
+
<a name='L14'></a><a href='#L14'>14</a>
|
|
74
|
+
<a name='L15'></a><a href='#L15'>15</a>
|
|
75
|
+
<a name='L16'></a><a href='#L16'>16</a>
|
|
76
|
+
<a name='L17'></a><a href='#L17'>17</a>
|
|
77
|
+
<a name='L18'></a><a href='#L18'>18</a>
|
|
78
|
+
<a name='L19'></a><a href='#L19'>19</a>
|
|
79
|
+
<a name='L20'></a><a href='#L20'>20</a>
|
|
80
|
+
<a name='L21'></a><a href='#L21'>21</a>
|
|
81
|
+
<a name='L22'></a><a href='#L22'>22</a>
|
|
82
|
+
<a name='L23'></a><a href='#L23'>23</a>
|
|
83
|
+
<a name='L24'></a><a href='#L24'>24</a>
|
|
84
|
+
<a name='L25'></a><a href='#L25'>25</a>
|
|
85
|
+
<a name='L26'></a><a href='#L26'>26</a>
|
|
86
|
+
<a name='L27'></a><a href='#L27'>27</a>
|
|
87
|
+
<a name='L28'></a><a href='#L28'>28</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
88
|
+
<span class="cline-any cline-neutral"> </span>
|
|
89
|
+
<span class="cline-any cline-neutral"> </span>
|
|
90
|
+
<span class="cline-any cline-yes">1x</span>
|
|
91
|
+
<span class="cline-any cline-yes">1x</span>
|
|
92
|
+
<span class="cline-any cline-neutral"> </span>
|
|
93
|
+
<span class="cline-any cline-neutral"> </span>
|
|
94
|
+
<span class="cline-any cline-neutral"> </span>
|
|
95
|
+
<span class="cline-any cline-neutral"> </span>
|
|
96
|
+
<span class="cline-any cline-neutral"> </span>
|
|
97
|
+
<span class="cline-any cline-neutral"> </span>
|
|
98
|
+
<span class="cline-any cline-neutral"> </span>
|
|
99
|
+
<span class="cline-any cline-neutral"> </span>
|
|
100
|
+
<span class="cline-any cline-neutral"> </span>
|
|
101
|
+
<span class="cline-any cline-neutral"> </span>
|
|
102
|
+
<span class="cline-any cline-neutral"> </span>
|
|
103
|
+
<span class="cline-any cline-neutral"> </span>
|
|
104
|
+
<span class="cline-any cline-neutral"> </span>
|
|
105
|
+
<span class="cline-any cline-neutral"> </span>
|
|
106
|
+
<span class="cline-any cline-neutral"> </span>
|
|
107
|
+
<span class="cline-any cline-yes">1x</span>
|
|
108
|
+
<span class="cline-any cline-neutral"> </span>
|
|
109
|
+
<span class="cline-any cline-neutral"> </span>
|
|
110
|
+
<span class="cline-any cline-neutral"> </span>
|
|
111
|
+
<span class="cline-any cline-yes">1x</span>
|
|
112
|
+
<span class="cline-any cline-neutral"> </span>
|
|
113
|
+
<span class="cline-any cline-neutral"> </span>
|
|
114
|
+
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">import React from 'react';
|
|
115
|
+
import PropTypes from 'prop-types';
|
|
116
|
+
|
|
117
|
+
export const Chevron = (props) => {
|
|
118
|
+
return (
|
|
119
|
+
<svg
|
|
120
|
+
className={props.className}
|
|
121
|
+
height="14"
|
|
122
|
+
width="14"
|
|
123
|
+
viewBox="0 0 200 450"
|
|
124
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
125
|
+
>
|
|
126
|
+
<path
|
|
127
|
+
d="m258.476 235.971-194.344 194.343c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901l154.021-154.746-154.021-154.745c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0l194.343 194.343c9.373 9.372 9.373 24.568.001 33.941z"
|
|
128
|
+
fill="#242424"
|
|
129
|
+
/>
|
|
130
|
+
</svg>
|
|
131
|
+
);
|
|
132
|
+
};
|
|
133
|
+
|
|
134
|
+
Chevron.propTypes = {
|
|
135
|
+
className: PropTypes.string,
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
Chevron.defaultProps = {
|
|
139
|
+
className: 'accordion-icon',
|
|
140
|
+
};
|
|
141
|
+
</pre></td></tr></table></pre>
|
|
142
|
+
|
|
143
|
+
<div class='push'></div><!-- for sticky footer -->
|
|
144
|
+
</div><!-- /wrapper -->
|
|
145
|
+
<div class='footer quiet pad2 space-top1 center small'>
|
|
146
|
+
Code coverage generated by
|
|
147
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
148
|
+
at Thu Apr 15 2021 16:49:01 GMT-0700 (Pacific Daylight Time)
|
|
149
|
+
</div>
|
|
150
|
+
</div>
|
|
151
|
+
<script src="../prettify.js"></script>
|
|
152
|
+
<script>
|
|
153
|
+
window.onload = function () {
|
|
154
|
+
prettyPrint();
|
|
155
|
+
};
|
|
156
|
+
</script>
|
|
157
|
+
<script src="../sorter.js"></script>
|
|
158
|
+
<script src="../block-navigation.js"></script>
|
|
159
|
+
</body>
|
|
160
|
+
</html>
|
|
161
|
+
|