diff --git a/coverage/lcov-report/base.css b/coverage/lcov-report/base.css deleted file mode 100644 index f418035..0000000 --- a/coverage/lcov-report/base.css +++ /dev/null @@ -1,224 +0,0 @@ -body, html { - margin:0; padding: 0; - height: 100%; -} -body { - font-family: Helvetica Neue, Helvetica, Arial; - font-size: 14px; - color:#333; -} -.small { font-size: 12px; } -*, *:after, *:before { - -webkit-box-sizing:border-box; - -moz-box-sizing:border-box; - box-sizing:border-box; - } -h1 { font-size: 20px; margin: 0;} -h2 { font-size: 14px; } -pre { - font: 12px/1.4 Consolas, "Liberation Mono", Menlo, Courier, monospace; - margin: 0; - padding: 0; - -moz-tab-size: 2; - -o-tab-size: 2; - tab-size: 2; -} -a { color:#0074D9; text-decoration:none; } -a:hover { text-decoration:underline; } -.strong { font-weight: bold; } -.space-top1 { padding: 10px 0 0 0; } -.pad2y { padding: 20px 0; } -.pad1y { padding: 10px 0; } -.pad2x { padding: 0 20px; } -.pad2 { padding: 20px; } -.pad1 { padding: 10px; } -.space-left2 { padding-left:55px; } -.space-right2 { padding-right:20px; } -.center { text-align:center; } -.clearfix { display:block; } -.clearfix:after { - content:''; - display:block; - height:0; - clear:both; - visibility:hidden; - } -.fl { float: left; } -@media only screen and (max-width:640px) { - .col3 { width:100%; max-width:100%; } - .hide-mobile { display:none!important; } -} - -.quiet { - color: #7f7f7f; - color: rgba(0,0,0,0.5); -} -.quiet a { opacity: 0.7; } - -.fraction { - font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; - font-size: 10px; - color: #555; - background: #E8E8E8; - padding: 4px 5px; - border-radius: 3px; - vertical-align: middle; -} - -div.path a:link, div.path a:visited { color: #333; } -table.coverage { - border-collapse: collapse; - margin: 10px 0 0 0; - padding: 0; -} - -table.coverage td { - margin: 0; - padding: 0; - vertical-align: top; -} -table.coverage td.line-count { - text-align: right; - padding: 0 5px 0 20px; -} -table.coverage td.line-coverage { - text-align: right; - padding-right: 10px; - min-width:20px; -} - -table.coverage td span.cline-any { - display: inline-block; - padding: 0 5px; - width: 100%; -} -.missing-if-branch { - display: inline-block; - margin-right: 5px; - border-radius: 3px; - position: relative; - padding: 0 4px; - background: #333; - color: yellow; -} - -.skip-if-branch { - display: none; - margin-right: 10px; - position: relative; - padding: 0 4px; - background: #ccc; - color: white; -} -.missing-if-branch .typ, .skip-if-branch .typ { - color: inherit !important; -} -.coverage-summary { - border-collapse: collapse; - width: 100%; -} -.coverage-summary tr { border-bottom: 1px solid #bbb; } -.keyline-all { border: 1px solid #ddd; } -.coverage-summary td, .coverage-summary th { padding: 10px; } -.coverage-summary tbody { border: 1px solid #bbb; } -.coverage-summary td { border-right: 1px solid #bbb; } -.coverage-summary td:last-child { border-right: none; } -.coverage-summary th { - text-align: left; - font-weight: normal; - white-space: nowrap; -} -.coverage-summary th.file { border-right: none !important; } -.coverage-summary th.pct { } -.coverage-summary th.pic, -.coverage-summary th.abs, -.coverage-summary td.pct, -.coverage-summary td.abs { text-align: right; } -.coverage-summary td.file { white-space: nowrap; } -.coverage-summary td.pic { min-width: 120px !important; } -.coverage-summary tfoot td { } - -.coverage-summary .sorter { - height: 10px; - width: 7px; - display: inline-block; - margin-left: 0.5em; - background: url(sort-arrow-sprite.png) no-repeat scroll 0 0 transparent; -} -.coverage-summary .sorted .sorter { - background-position: 0 -20px; -} -.coverage-summary .sorted-desc .sorter { - background-position: 0 -10px; -} -.status-line { height: 10px; } -/* yellow */ -.cbranch-no { background: yellow !important; color: #111; } -/* dark red */ -.red.solid, .status-line.low, .low .cover-fill { background:#C21F39 } -.low .chart { border:1px solid #C21F39 } -.highlighted, -.highlighted .cstat-no, .highlighted .fstat-no, .highlighted .cbranch-no{ - background: #C21F39 !important; -} -/* medium red */ -.cstat-no, .fstat-no, .cbranch-no, .cbranch-no { background:#F6C6CE } -/* light red */ -.low, .cline-no { background:#FCE1E5 } -/* light green */ -.high, .cline-yes { background:rgb(230,245,208) } -/* medium green */ -.cstat-yes { background:rgb(161,215,106) } -/* dark green */ -.status-line.high, .high .cover-fill { background:rgb(77,146,33) } -.high .chart { border:1px solid rgb(77,146,33) } -/* dark yellow (gold) */ -.status-line.medium, .medium .cover-fill { background: #f9cd0b; } -.medium .chart { border:1px solid #f9cd0b; } -/* light yellow */ -.medium { background: #fff4c2; } - -.cstat-skip { background: #ddd; color: #111; } -.fstat-skip { background: #ddd; color: #111 !important; } -.cbranch-skip { background: #ddd !important; color: #111; } - -span.cline-neutral { background: #eaeaea; } - -.coverage-summary td.empty { - opacity: .5; - padding-top: 4px; - padding-bottom: 4px; - line-height: 1; - color: #888; -} - -.cover-fill, .cover-empty { - display:inline-block; - height: 12px; -} -.chart { - line-height: 0; -} -.cover-empty { - background: white; -} -.cover-full { - border-right: none !important; -} -pre.prettyprint { - border: none !important; - padding: 0 !important; - margin: 0 !important; -} -.com { color: #999 !important; } -.ignore-none { color: #999; font-weight: normal; } - -.wrapper { - min-height: 100%; - height: auto !important; - height: 100%; - margin: 0 auto -48px; -} -.footer, .push { - height: 48px; -} diff --git a/coverage/lcov-report/block-navigation.js b/coverage/lcov-report/block-navigation.js deleted file mode 100644 index cc12130..0000000 --- a/coverage/lcov-report/block-navigation.js +++ /dev/null @@ -1,87 +0,0 @@ -/* eslint-disable */ -var jumpToCode = (function init() { - // Classes of code we would like to highlight in the file view - var missingCoverageClasses = ['.cbranch-no', '.cstat-no', '.fstat-no']; - - // Elements to highlight in the file listing view - var fileListingElements = ['td.pct.low']; - - // We don't want to select elements that are direct descendants of another match - var notSelector = ':not(' + missingCoverageClasses.join('):not(') + ') > '; // becomes `:not(a):not(b) > ` - - // Selecter that finds elements on the page to which we can jump - var selector = - fileListingElements.join(', ') + - ', ' + - notSelector + - missingCoverageClasses.join(', ' + notSelector); // becomes `:not(a):not(b) > a, :not(a):not(b) > b` - - // The NodeList of matching elements - var missingCoverageElements = document.querySelectorAll(selector); - - var currentIndex; - - function toggleClass(index) { - missingCoverageElements - .item(currentIndex) - .classList.remove('highlighted'); - missingCoverageElements.item(index).classList.add('highlighted'); - } - - function makeCurrent(index) { - toggleClass(index); - currentIndex = index; - missingCoverageElements.item(index).scrollIntoView({ - behavior: 'smooth', - block: 'center', - inline: 'center' - }); - } - - function goToPrevious() { - var nextIndex = 0; - if (typeof currentIndex !== 'number' || currentIndex === 0) { - nextIndex = missingCoverageElements.length - 1; - } else if (missingCoverageElements.length > 1) { - nextIndex = currentIndex - 1; - } - - makeCurrent(nextIndex); - } - - function goToNext() { - var nextIndex = 0; - - if ( - typeof currentIndex === 'number' && - currentIndex < missingCoverageElements.length - 1 - ) { - nextIndex = currentIndex + 1; - } - - makeCurrent(nextIndex); - } - - return function jump(event) { - if ( - document.getElementById('fileSearch') === document.activeElement && - document.activeElement != null - ) { - // if we're currently focused on the search input, we don't want to navigate - return; - } - - switch (event.which) { - case 78: // n - case 74: // j - goToNext(); - break; - case 66: // b - case 75: // k - case 80: // p - goToPrevious(); - break; - } - }; -})(); -window.addEventListener('keydown', jumpToCode); diff --git a/coverage/lcov-report/favicon.png b/coverage/lcov-report/favicon.png deleted file mode 100644 index c1525b8..0000000 Binary files a/coverage/lcov-report/favicon.png and /dev/null differ diff --git a/coverage/lcov-report/index.html b/coverage/lcov-report/index.html deleted file mode 100644 index b0d1db4..0000000 --- a/coverage/lcov-report/index.html +++ /dev/null @@ -1,1181 +0,0 @@ - - - - -
-- Press n or j to go to the next uncovered block, b, p or k for the previous block. -
- -File | -- | Statements | -- | Branches | -- | Functions | -- | Lines | -- |
---|---|---|---|---|---|---|---|---|---|
src | -
-
- |
- 98.5% | -263/267 | -89.47% | -17/19 | -80% | -8/10 | -98.5% | -263/267 | -
src/components | -
-
- |
- 81.48% | -44/54 | -87.5% | -7/8 | -50% | -3/6 | -81.48% | -44/54 | -
src/components/accordion | -
-
- |
- 57.89% | -33/57 | -0% | -0/1 | -0% | -0/3 | -57.89% | -33/57 | -
src/components/action-menu | -
-
- |
- 96.03% | -97/101 | -83.33% | -10/12 | -85.71% | -6/7 | -96.03% | -97/101 | -
src/components/avatar | -
-
- |
- 98.48% | -65/66 | -100% | -2/2 | -100% | -2/2 | -98.48% | -65/66 | -
src/components/avatar-rail | -
-
- |
- 81.08% | -30/37 | -100% | -0/0 | -0% | -0/2 | -81.08% | -30/37 | -
src/components/badges/indicators | -
-
- |
- 94.73% | -72/76 | -72.72% | -8/11 | -80% | -4/5 | -94.73% | -72/76 | -
src/components/badges/label | -
-
- |
- 76.19% | -32/42 | -0% | -0/1 | -0% | -0/2 | -76.19% | -32/42 | -
src/components/badges/priority-pill | -
-
- |
- 84.09% | -37/44 | -0% | -0/1 | -0% | -0/1 | -84.09% | -37/44 | -
src/components/badges/status-label | -
-
- |
- 65.57% | -40/61 | -0% | -0/1 | -0% | -0/2 | -65.57% | -40/61 | -
src/components/badges/tag | -
-
- |
- 97.77% | -44/45 | -50% | -2/4 | -100% | -2/2 | -97.77% | -44/45 | -
src/components/badges/workcloud-indicator | -
-
- |
- 56.25% | -27/48 | -100% | -3/3 | -50% | -2/4 | -56.25% | -27/48 | -
src/components/bottom-sheets | -
-
- |
- 100% | -65/65 | -100% | -13/13 | -100% | -3/3 | -100% | -65/65 | -
src/components/breadcrumbs | -
-
- |
- 90.12% | -73/81 | -70% | -7/10 | -75% | -3/4 | -90.12% | -73/81 | -
src/components/breadcrumbs/breadcrumb-item | -
-
- |
- 100% | -33/33 | -50% | -1/2 | -100% | -1/1 | -100% | -33/33 | -
src/components/button | -
-
- |
- 95.31% | -122/128 | -73.33% | -11/15 | -75% | -6/8 | -95.31% | -122/128 | -
src/components/button-group | -
-
- |
- 87.87% | -29/33 | -0% | -0/1 | -0% | -0/2 | -87.87% | -29/33 | -
src/components/button-group/button-group-item | -
-
- |
- 45.45% | -35/77 | -0% | -0/1 | -0% | -0/4 | -45.45% | -35/77 | -
src/components/button/icon-button | -
-
- |
- 100% | -28/28 | -50% | -1/2 | -100% | -1/1 | -100% | -28/28 | -
src/components/card | -
-
- |
- 93.54% | -29/31 | -0% | -0/1 | -0% | -0/1 | -93.54% | -29/31 | -
src/components/card/card-body | -
-
- |
- 91.3% | -21/23 | -100% | -0/0 | -0% | -0/1 | -91.3% | -21/23 | -
src/components/card/card-footer | -
-
- |
- 91.3% | -21/23 | -100% | -0/0 | -0% | -0/1 | -91.3% | -21/23 | -
src/components/card/card-header | -
-
- |
- 100% | -42/42 | -100% | -1/1 | -100% | -1/1 | -100% | -42/42 | -
src/components/checkbox | -
-
- |
- 100% | -33/33 | -100% | -2/2 | -100% | -2/2 | -100% | -33/33 | -
src/components/chips/assist-chip | -
-
- |
- 94.59% | -35/37 | -50% | -2/4 | -100% | -2/2 | -94.59% | -35/37 | -
src/components/chips/base-chips | -
-
- |
- 81.81% | -9/11 | -100% | -2/2 | -50% | -1/2 | -81.81% | -9/11 | -
src/components/chips/filter-chip | -
-
- |
- 86.66% | -39/45 | -66.66% | -4/6 | -66.66% | -2/3 | -86.66% | -39/45 | -
src/components/chips/input-chip | -
-
- |
- 100% | -29/29 | -50% | -1/2 | -100% | -1/1 | -100% | -29/29 | -
src/components/chips/status-chip | -
-
- |
- 85.18% | -23/27 | -0% | -0/1 | -0% | -0/2 | -85.18% | -23/27 | -
src/components/dialog | -
-
- |
- 95.68% | -133/139 | -36.36% | -4/11 | -57.14% | -4/7 | -95.68% | -133/139 | -
src/components/dropdown | -
-
- |
- 79.35% | -123/155 | -78.26% | -18/23 | -66.66% | -6/9 | -79.35% | -123/155 | -
src/components/dropdown/dropdown-menu | -
-
- |
- 90.95% | -171/188 | -81.81% | -27/33 | -87.5% | -7/8 | -90.95% | -171/188 | -
src/components/dropdown/menu-item | -
-
- |
- 86.66% | -39/45 | -50% | -1/2 | -50% | -1/2 | -86.66% | -39/45 | -
src/components/fab | -
-
- |
- 100% | -76/76 | -93.33% | -14/15 | -100% | -5/5 | -100% | -76/76 | -
src/components/file-upload | -
-
- |
- 60% | -93/155 | -50% | -2/4 | -22.22% | -2/9 | -60% | -93/155 | -
src/components/global-header | -
-
- |
- 100% | -52/52 | -40% | -2/5 | -100% | -2/2 | -100% | -52/52 | -
src/components/grid-menu-item | -
-
- |
- 100% | -41/41 | -50% | -2/4 | -100% | -2/2 | -100% | -41/41 | -
src/components/icon | -
-
- |
- 100% | -40/40 | -90.9% | -10/11 | -100% | -3/3 | -100% | -40/40 | -
src/components/in-page-banner | -
-
- |
- 95.77% | -68/71 | -42.85% | -3/7 | -100% | -3/3 | -95.77% | -68/71 | -
src/components/list | -
-
- |
- 86.66% | -26/30 | -100% | -0/0 | -0% | -0/2 | -86.66% | -26/30 | -
src/components/list/list-item | -
-
- |
- 100% | -40/40 | -100% | -1/1 | -100% | -1/1 | -100% | -40/40 | -
src/components/navigation-bar | -
-
- |
- 100% | -30/30 | -100% | -2/2 | -100% | -2/2 | -100% | -30/30 | -
src/components/navigation-drawer | -
-
- |
- 100% | -62/62 | -66.66% | -2/3 | -100% | -2/2 | -100% | -62/62 | -
src/components/navigation-drawer/navigation-drawer-footer | -
-
- |
- 82.95% | -73/88 | -50% | -2/4 | -50% | -2/4 | -82.95% | -73/88 | -
src/components/navigation-drawer/navigation-drawer-header | -
-
- |
- 56.25% | -27/48 | -100% | -0/0 | -0% | -0/2 | -56.25% | -27/48 | -
src/components/navigation-drawer/navigation-drawer-item | -
-
- |
- 100% | -45/45 | -66.66% | -2/3 | -100% | -2/2 | -100% | -45/45 | -
src/components/navigation-drawer/navigation-drawer-sub-item | -
-
- |
- 100% | -38/38 | -66.66% | -2/3 | -100% | -2/2 | -100% | -38/38 | -
src/components/navigation-profile | -
-
- |
- 100% | -35/35 | -50% | -1/2 | -100% | -1/1 | -100% | -35/35 | -
src/components/navigation-rail | -
-
- |
- 100% | -74/74 | -60% | -3/5 | -100% | -3/3 | -100% | -74/74 | -
src/components/pagination | -
-
- |
- 98.54% | -135/137 | -92.3% | -24/26 | -100% | -7/7 | -98.54% | -135/137 | -
src/components/progress-indicators/progress-bar | -
-
- |
- 92.64% | -63/68 | -42.85% | -3/7 | -100% | -3/3 | -92.64% | -63/68 | -
src/components/progress-indicators/progress-circle | -
-
- |
- 99.2% | -125/126 | -85.71% | -18/21 | -100% | -7/7 | -99.2% | -125/126 | -
src/components/radio-button | -
-
- |
- 100% | -65/65 | -100% | -10/10 | -100% | -7/7 | -100% | -65/65 | -
src/components/search | -
-
- |
- 82.4% | -89/108 | -86.66% | -13/15 | -80% | -8/10 | -82.4% | -89/108 | -
src/components/segmented-control | -
-
- |
- 93.75% | -120/128 | -73.91% | -17/23 | -100% | -8/8 | -93.75% | -120/128 | -
src/components/slider | -
-
- |
- 82.29% | -265/322 | -89.18% | -33/37 | -85.71% | -18/21 | -82.29% | -265/322 | -
src/components/slider/range-selector | -
-
- |
- 98.85% | -172/174 | -96.42% | -27/28 | -91.66% | -11/12 | -98.85% | -172/174 | -
src/components/slider/slider-input-field | -
-
- |
- 98.71% | -154/156 | -91.66% | -11/12 | -88.88% | -8/9 | -98.71% | -154/156 | -
src/components/snackbar | -
-
- |
- 97.77% | -88/90 | -83.33% | -10/12 | -100% | -3/3 | -97.77% | -88/90 | -
src/components/stepper | -
-
- |
- 100% | -75/75 | -62.5% | -5/8 | -100% | -3/3 | -100% | -75/75 | -
src/components/stepper-input | -
-
- |
- 100% | -98/98 | -95.23% | -20/21 | -100% | -4/4 | -100% | -98/98 | -
src/components/switch | -
-
- |
- 94.05% | -95/101 | -90% | -9/10 | -75% | -3/4 | -94.05% | -95/101 | -
src/components/system-banner | -
-
- |
- 66.12% | -41/62 | -0% | -0/1 | -0% | -0/2 | -66.12% | -41/62 | -
src/components/tab-bar | -
-
- |
- 92.85% | -26/28 | -100% | -0/0 | -0% | -0/1 | -92.85% | -26/28 | -
src/components/tab-bar/tab-item | -
-
- |
- 83.87% | -26/31 | -0% | -0/1 | -0% | -0/2 | -83.87% | -26/31 | -
src/components/text-input | -
-
- |
- 100% | -147/147 | -95.83% | -46/48 | -100% | -10/10 | -100% | -147/147 | -
src/components/tooltip | -
-
- |
- 71.05% | -27/38 | -0% | -0/1 | -0% | -0/2 | -71.05% | -27/38 | -
src/components/top-appbar | -
-
- |
- 100% | -49/49 | -100% | -7/7 | -100% | -3/3 | -100% | -49/49 | -
src/components/upload-item | -
-
- |
- 100% | -67/67 | -88.88% | -8/9 | -100% | -4/4 | -100% | -67/67 | -
src/mixins | -
-
- |
- 95.62% | -699/731 | -100% | -110/110 | -79.59% | -39/49 | -95.62% | -699/731 | -
src/test | -
-
- |
- 100% | -148/148 | -100% | -22/22 | -100% | -14/14 | -100% | -148/148 | -
src/test/text-input | -
-
- |
- 100% | -55/55 | -100% | -2/2 | -100% | -1/1 | -100% | -55/55 | -