@feathersjs/transport-commons 4.5.8 → 4.5.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/lib/channels/index.js +4 -4
  3. package/lib/channels/index.js.map +1 -1
  4. package/lib/channels/mixins.d.ts +1 -1
  5. package/lib/channels/mixins.js +1 -1
  6. package/lib/channels/mixins.js.map +1 -1
  7. package/lib/client.js +2 -2
  8. package/lib/client.js.map +1 -1
  9. package/lib/routing.js +3 -2
  10. package/lib/routing.js.map +1 -1
  11. package/lib/socket/index.js +8 -8
  12. package/lib/socket/index.js.map +1 -1
  13. package/lib/socket/utils.js +2 -2
  14. package/lib/socket/utils.js.map +1 -1
  15. package/package.json +15 -15
  16. package/src/channels/index.ts +1 -1
  17. package/src/channels/mixins.ts +1 -1
  18. package/src/socket/utils.ts +1 -1
  19. package/coverage/.tmp/1af1387d-35d2-4e64-a760-38f9709330cf.json +0 -1
  20. package/coverage/.tmp/39d2919e-dbf4-4d72-946e-36e5eedd0715.json +0 -1
  21. package/coverage/.tmp/3d132c5d-5c2e-4aa3-a497-904a11bef889.json +0 -1
  22. package/coverage/.tmp/6751e1e9-6d82-40d8-b43a-ebc68e37f5ab.json +0 -1
  23. package/coverage/.tmp/84e657eb-cf92-4d9a-9d7a-606bc7c54af7.json +0 -1
  24. package/coverage/.tmp/a6fe1630-2497-43c3-9879-2abab6a2dc17.json +0 -1
  25. package/coverage/.tmp/ad5b8c72-d73d-4766-9a77-ed49e317b0d8.json +0 -1
  26. package/coverage/base.css +0 -223
  27. package/coverage/block-navigation.js +0 -79
  28. package/coverage/index.html +0 -136
  29. package/coverage/lcov-report/base.css +0 -223
  30. package/coverage/lcov-report/block-navigation.js +0 -79
  31. package/coverage/lcov-report/index.html +0 -136
  32. package/coverage/lcov-report/prettify.css +0 -1
  33. package/coverage/lcov-report/prettify.js +0 -2
  34. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  35. package/coverage/lcov-report/sorter.js +0 -170
  36. package/coverage/lcov-report/src/channels/channel/base.ts.html +0 -261
  37. package/coverage/lcov-report/src/channels/channel/combined.ts.html +0 -240
  38. package/coverage/lcov-report/src/channels/channel/index.html +0 -110
  39. package/coverage/lcov-report/src/channels/index.html +0 -110
  40. package/coverage/lcov-report/src/channels/index.ts.html +0 -360
  41. package/coverage/lcov-report/src/channels/mixins.ts.html +0 -354
  42. package/coverage/lcov-report/src/client.ts.html +0 -495
  43. package/coverage/lcov-report/src/index.html +0 -123
  44. package/coverage/lcov-report/src/index.ts.html +0 -84
  45. package/coverage/lcov-report/src/routing.ts.html +0 -195
  46. package/coverage/lcov-report/src/socket/index.html +0 -110
  47. package/coverage/lcov-report/src/socket/index.ts.html +0 -249
  48. package/coverage/lcov-report/src/socket/utils.ts.html +0 -426
  49. package/coverage/lcov.info +0 -529
  50. package/coverage/prettify.css +0 -1
  51. package/coverage/prettify.js +0 -2
  52. package/coverage/sort-arrow-sprite.png +0 -0
  53. package/coverage/sorter.js +0 -170
  54. package/coverage/src/channels/channel/base.ts.html +0 -261
  55. package/coverage/src/channels/channel/combined.ts.html +0 -240
  56. package/coverage/src/channels/channel/index.html +0 -110
  57. package/coverage/src/channels/index.html +0 -110
  58. package/coverage/src/channels/index.ts.html +0 -360
  59. package/coverage/src/channels/mixins.ts.html +0 -354
  60. package/coverage/src/client.ts.html +0 -495
  61. package/coverage/src/index.html +0 -123
  62. package/coverage/src/index.ts.html +0 -84
  63. package/coverage/src/routing.ts.html +0 -195
  64. package/coverage/src/socket/index.html +0 -110
  65. package/coverage/src/socket/index.ts.html +0 -249
  66. package/coverage/src/socket/utils.ts.html +0 -426
package/coverage/base.css DELETED
@@ -1,223 +0,0 @@
1
- body, html {
2
- margin:0; padding: 0;
3
- height: 100%;
4
- }
5
- body {
6
- font-family: Helvetica Neue, Helvetica, Arial;
7
- font-size: 14px;
8
- color:#333;
9
- }
10
- .small { font-size: 12px; }
11
- *, *:after, *:before {
12
- -webkit-box-sizing:border-box;
13
- -moz-box-sizing:border-box;
14
- box-sizing:border-box;
15
- }
16
- h1 { font-size: 20px; margin: 0;}
17
- h2 { font-size: 14px; }
18
- pre {
19
- font: 12px/1.4 Consolas, "Liberation Mono", Menlo, Courier, monospace;
20
- margin: 0;
21
- padding: 0;
22
- -moz-tab-size: 2;
23
- -o-tab-size: 2;
24
- tab-size: 2;
25
- }
26
- a { color:#0074D9; text-decoration:none; }
27
- a:hover { text-decoration:underline; }
28
- .strong { font-weight: bold; }
29
- .space-top1 { padding: 10px 0 0 0; }
30
- .pad2y { padding: 20px 0; }
31
- .pad1y { padding: 10px 0; }
32
- .pad2x { padding: 0 20px; }
33
- .pad2 { padding: 20px; }
34
- .pad1 { padding: 10px; }
35
- .space-left2 { padding-left:55px; }
36
- .space-right2 { padding-right:20px; }
37
- .center { text-align:center; }
38
- .clearfix { display:block; }
39
- .clearfix:after {
40
- content:'';
41
- display:block;
42
- height:0;
43
- clear:both;
44
- visibility:hidden;
45
- }
46
- .fl { float: left; }
47
- @media only screen and (max-width:640px) {
48
- .col3 { width:100%; max-width:100%; }
49
- .hide-mobile { display:none!important; }
50
- }
51
-
52
- .quiet {
53
- color: #7f7f7f;
54
- color: rgba(0,0,0,0.5);
55
- }
56
- .quiet a { opacity: 0.7; }
57
-
58
- .fraction {
59
- font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
60
- font-size: 10px;
61
- color: #555;
62
- background: #E8E8E8;
63
- padding: 4px 5px;
64
- border-radius: 3px;
65
- vertical-align: middle;
66
- }
67
-
68
- div.path a:link, div.path a:visited { color: #333; }
69
- table.coverage {
70
- border-collapse: collapse;
71
- margin: 10px 0 0 0;
72
- padding: 0;
73
- }
74
-
75
- table.coverage td {
76
- margin: 0;
77
- padding: 0;
78
- vertical-align: top;
79
- }
80
- table.coverage td.line-count {
81
- text-align: right;
82
- padding: 0 5px 0 20px;
83
- }
84
- table.coverage td.line-coverage {
85
- text-align: right;
86
- padding-right: 10px;
87
- min-width:20px;
88
- }
89
-
90
- table.coverage td span.cline-any {
91
- display: inline-block;
92
- padding: 0 5px;
93
- width: 100%;
94
- }
95
- .missing-if-branch {
96
- display: inline-block;
97
- margin-right: 5px;
98
- border-radius: 3px;
99
- position: relative;
100
- padding: 0 4px;
101
- background: #333;
102
- color: yellow;
103
- }
104
-
105
- .skip-if-branch {
106
- display: none;
107
- margin-right: 10px;
108
- position: relative;
109
- padding: 0 4px;
110
- background: #ccc;
111
- color: white;
112
- }
113
- .missing-if-branch .typ, .skip-if-branch .typ {
114
- color: inherit !important;
115
- }
116
- .coverage-summary {
117
- border-collapse: collapse;
118
- width: 100%;
119
- }
120
- .coverage-summary tr { border-bottom: 1px solid #bbb; }
121
- .keyline-all { border: 1px solid #ddd; }
122
- .coverage-summary td, .coverage-summary th { padding: 10px; }
123
- .coverage-summary tbody { border: 1px solid #bbb; }
124
- .coverage-summary td { border-right: 1px solid #bbb; }
125
- .coverage-summary td:last-child { border-right: none; }
126
- .coverage-summary th {
127
- text-align: left;
128
- font-weight: normal;
129
- white-space: nowrap;
130
- }
131
- .coverage-summary th.file { border-right: none !important; }
132
- .coverage-summary th.pct { }
133
- .coverage-summary th.pic,
134
- .coverage-summary th.abs,
135
- .coverage-summary td.pct,
136
- .coverage-summary td.abs { text-align: right; }
137
- .coverage-summary td.file { white-space: nowrap; }
138
- .coverage-summary td.pic { min-width: 120px !important; }
139
- .coverage-summary tfoot td { }
140
-
141
- .coverage-summary .sorter {
142
- height: 10px;
143
- width: 7px;
144
- display: inline-block;
145
- margin-left: 0.5em;
146
- background: url(sort-arrow-sprite.png) no-repeat scroll 0 0 transparent;
147
- }
148
- .coverage-summary .sorted .sorter {
149
- background-position: 0 -20px;
150
- }
151
- .coverage-summary .sorted-desc .sorter {
152
- background-position: 0 -10px;
153
- }
154
- .status-line { height: 10px; }
155
- /* yellow */
156
- .cbranch-no { background: yellow !important; color: #111; }
157
- /* dark red */
158
- .red.solid, .status-line.low, .low .cover-fill { background:#C21F39 }
159
- .low .chart { border:1px solid #C21F39 }
160
- .highlighted,
161
- .highlighted .cstat-no, .highlighted .fstat-no, .highlighted .cbranch-no{
162
- background: #C21F39 !important;
163
- }
164
- /* medium red */
165
- .cstat-no, .fstat-no, .cbranch-no, .cbranch-no { background:#F6C6CE }
166
- /* light red */
167
- .low, .cline-no { background:#FCE1E5 }
168
- /* light green */
169
- .high, .cline-yes { background:rgb(230,245,208) }
170
- /* medium green */
171
- .cstat-yes { background:rgb(161,215,106) }
172
- /* dark green */
173
- .status-line.high, .high .cover-fill { background:rgb(77,146,33) }
174
- .high .chart { border:1px solid rgb(77,146,33) }
175
-
176
- .medium .chart { border:1px solid #666; }
177
- .medium .cover-fill { background: #666; }
178
-
179
- .cstat-skip { background: #ddd; color: #111; }
180
- .fstat-skip { background: #ddd; color: #111 !important; }
181
- .cbranch-skip { background: #ddd !important; color: #111; }
182
-
183
- span.cline-neutral { background: #eaeaea; }
184
- .medium { background: #eaeaea; }
185
-
186
- .coverage-summary td.empty {
187
- opacity: .5;
188
- padding-top: 4px;
189
- padding-bottom: 4px;
190
- line-height: 1;
191
- color: #888;
192
- }
193
-
194
- .cover-fill, .cover-empty {
195
- display:inline-block;
196
- height: 12px;
197
- }
198
- .chart {
199
- line-height: 0;
200
- }
201
- .cover-empty {
202
- background: white;
203
- }
204
- .cover-full {
205
- border-right: none !important;
206
- }
207
- pre.prettyprint {
208
- border: none !important;
209
- padding: 0 !important;
210
- margin: 0 !important;
211
- }
212
- .com { color: #999 !important; }
213
- .ignore-none { color: #999; font-weight: normal; }
214
-
215
- .wrapper {
216
- min-height: 100%;
217
- height: auto !important;
218
- height: 100%;
219
- margin: 0 auto -48px;
220
- }
221
- .footer, .push {
222
- height: 48px;
223
- }
@@ -1,79 +0,0 @@
1
- /* eslint-disable */
2
- var jumpToCode = (function init() {
3
- // Classes of code we would like to highlight in the file view
4
- var missingCoverageClasses = ['.cbranch-no', '.cstat-no', '.fstat-no'];
5
-
6
- // Elements to highlight in the file listing view
7
- var fileListingElements = ['td.pct.low'];
8
-
9
- // We don't want to select elements that are direct descendants of another match
10
- var notSelector = ':not(' + missingCoverageClasses.join('):not(') + ') > '; // becomes `:not(a):not(b) > `
11
-
12
- // Selecter that finds elements on the page to which we can jump
13
- var selector =
14
- fileListingElements.join(', ') +
15
- ', ' +
16
- notSelector +
17
- missingCoverageClasses.join(', ' + notSelector); // becomes `:not(a):not(b) > a, :not(a):not(b) > b`
18
-
19
- // The NodeList of matching elements
20
- var missingCoverageElements = document.querySelectorAll(selector);
21
-
22
- var currentIndex;
23
-
24
- function toggleClass(index) {
25
- missingCoverageElements
26
- .item(currentIndex)
27
- .classList.remove('highlighted');
28
- missingCoverageElements.item(index).classList.add('highlighted');
29
- }
30
-
31
- function makeCurrent(index) {
32
- toggleClass(index);
33
- currentIndex = index;
34
- missingCoverageElements.item(index).scrollIntoView({
35
- behavior: 'smooth',
36
- block: 'center',
37
- inline: 'center'
38
- });
39
- }
40
-
41
- function goToPrevious() {
42
- var nextIndex = 0;
43
- if (typeof currentIndex !== 'number' || currentIndex === 0) {
44
- nextIndex = missingCoverageElements.length - 1;
45
- } else if (missingCoverageElements.length > 1) {
46
- nextIndex = currentIndex - 1;
47
- }
48
-
49
- makeCurrent(nextIndex);
50
- }
51
-
52
- function goToNext() {
53
- var nextIndex = 0;
54
-
55
- if (
56
- typeof currentIndex === 'number' &&
57
- currentIndex < missingCoverageElements.length - 1
58
- ) {
59
- nextIndex = currentIndex + 1;
60
- }
61
-
62
- makeCurrent(nextIndex);
63
- }
64
-
65
- return function jump(event) {
66
- switch (event.which) {
67
- case 78: // n
68
- case 74: // j
69
- goToNext();
70
- break;
71
- case 66: // b
72
- case 75: // k
73
- case 80: // p
74
- goToPrevious();
75
- break;
76
- }
77
- };
78
- })();
79
- window.addEventListener('keydown', jumpToCode);
@@ -1,136 +0,0 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <title>Code coverage report for All files</title>
5
- <meta charset="utf-8" />
6
- <link rel="stylesheet" href="prettify.css" />
7
- <link rel="stylesheet" href="base.css" />
8
- <meta name="viewport" content="width=device-width, initial-scale=1">
9
- <style type='text/css'>
10
- .coverage-summary .sorter {
11
- background-image: url(sort-arrow-sprite.png);
12
- }
13
- </style>
14
- </head>
15
- <body>
16
- <div class='wrapper'>
17
- <div class='pad1'>
18
- <h1>
19
- All files
20
- </h1>
21
- <div class='clearfix'>
22
- <div class='fl pad1y space-right2'>
23
- <span class="strong">98.74% </span>
24
- <span class="quiet">Statements</span>
25
- <span class='fraction'>236/239</span>
26
- </div>
27
- <div class='fl pad1y space-right2'>
28
- <span class="strong">93.85% </span>
29
- <span class="quiet">Branches</span>
30
- <span class='fraction'>61/65</span>
31
- </div>
32
- <div class='fl pad1y space-right2'>
33
- <span class="strong">100% </span>
34
- <span class="quiet">Functions</span>
35
- <span class='fraction'>77/77</span>
36
- </div>
37
- <div class='fl pad1y space-right2'>
38
- <span class="strong">98.69% </span>
39
- <span class="quiet">Lines</span>
40
- <span class='fraction'>226/229</span>
41
- </div>
42
- </div>
43
- <p class="quiet">
44
- 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.
45
- </p>
46
- </div>
47
- <div class='status-line high'></div>
48
- <div class="pad1">
49
- <table class="coverage-summary">
50
- <thead>
51
- <tr>
52
- <th data-col="file" data-fmt="html" data-html="true" class="file">File</th>
53
- <th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>
54
- <th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th>
55
- <th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th>
56
- <th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th>
57
- <th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th>
58
- <th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th>
59
- <th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th>
60
- <th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th>
61
- <th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th>
62
- </tr>
63
- </thead>
64
- <tbody><tr>
65
- <td class="file high" data-value="src"><a href="src/index.html">src</a></td>
66
- <td data-value="96.67" class="pic high"><div class="chart"><div class="cover-fill" style="width: 96%;"></div><div class="cover-empty" style="width:4%;"></div></div></td>
67
- <td data-value="96.67" class="pct high">96.67%</td>
68
- <td data-value="60" class="abs high">58/60</td>
69
- <td data-value="84.62" class="pct medium">84.62%</td>
70
- <td data-value="26" class="abs medium">22/26</td>
71
- <td data-value="100" class="pct high">100%</td>
72
- <td data-value="21" class="abs high">21/21</td>
73
- <td data-value="96.43" class="pct high">96.43%</td>
74
- <td data-value="56" class="abs high">54/56</td>
75
- </tr>
76
-
77
- <tr>
78
- <td class="file high" data-value="src/channels"><a href="src/channels/index.html">src/channels</a></td>
79
- <td data-value="100" class="pic high"><div class="chart"><div class="cover-fill cover-full" style="width: 100%;"></div><div class="cover-empty" style="width:0%;"></div></div></td>
80
- <td data-value="100" class="pct high">100%</td>
81
- <td data-value="62" class="abs high">62/62</td>
82
- <td data-value="100" class="pct high">100%</td>
83
- <td data-value="15" class="abs high">15/15</td>
84
- <td data-value="100" class="pct high">100%</td>
85
- <td data-value="14" class="abs high">14/14</td>
86
- <td data-value="100" class="pct high">100%</td>
87
- <td data-value="61" class="abs high">61/61</td>
88
- </tr>
89
-
90
- <tr>
91
- <td class="file high" data-value="src/channels/channel"><a href="src/channels/channel/index.html">src/channels/channel</a></td>
92
- <td data-value="100" class="pic high"><div class="chart"><div class="cover-fill cover-full" style="width: 100%;"></div><div class="cover-empty" style="width:0%;"></div></div></td>
93
- <td data-value="100" class="pct high">100%</td>
94
- <td data-value="41" class="abs high">41/41</td>
95
- <td data-value="100" class="pct high">100%</td>
96
- <td data-value="3" class="abs high">3/3</td>
97
- <td data-value="100" class="pct high">100%</td>
98
- <td data-value="18" class="abs high">18/18</td>
99
- <td data-value="100" class="pct high">100%</td>
100
- <td data-value="40" class="abs high">40/40</td>
101
- </tr>
102
-
103
- <tr>
104
- <td class="file high" data-value="src/socket"><a href="src/socket/index.html">src/socket</a></td>
105
- <td data-value="98.68" class="pic high"><div class="chart"><div class="cover-fill" style="width: 98%;"></div><div class="cover-empty" style="width:2%;"></div></div></td>
106
- <td data-value="98.68" class="pct high">98.68%</td>
107
- <td data-value="76" class="abs high">75/76</td>
108
- <td data-value="100" class="pct high">100%</td>
109
- <td data-value="21" class="abs high">21/21</td>
110
- <td data-value="100" class="pct high">100%</td>
111
- <td data-value="24" class="abs high">24/24</td>
112
- <td data-value="98.61" class="pct high">98.61%</td>
113
- <td data-value="72" class="abs high">71/72</td>
114
- </tr>
115
-
116
- </tbody>
117
- </table>
118
- </div><div class='push'></div><!-- for sticky footer -->
119
- </div><!-- /wrapper -->
120
- <div class='footer quiet pad2 space-top1 center small'>
121
- Code coverage
122
- generated by <a href="https://istanbul.js.org/" target="_blank">istanbul</a> at Fri Apr 05 2019 11:00:31 GMT-0700 (Pacific Daylight Time)
123
- </div>
124
- </div>
125
- <script src="prettify.js"></script>
126
- <script>
127
- window.onload = function () {
128
- if (typeof prettyPrint === 'function') {
129
- prettyPrint();
130
- }
131
- };
132
- </script>
133
- <script src="sorter.js"></script>
134
- <script src="block-navigation.js"></script>
135
- </body>
136
- </html>
@@ -1,223 +0,0 @@
1
- body, html {
2
- margin:0; padding: 0;
3
- height: 100%;
4
- }
5
- body {
6
- font-family: Helvetica Neue, Helvetica, Arial;
7
- font-size: 14px;
8
- color:#333;
9
- }
10
- .small { font-size: 12px; }
11
- *, *:after, *:before {
12
- -webkit-box-sizing:border-box;
13
- -moz-box-sizing:border-box;
14
- box-sizing:border-box;
15
- }
16
- h1 { font-size: 20px; margin: 0;}
17
- h2 { font-size: 14px; }
18
- pre {
19
- font: 12px/1.4 Consolas, "Liberation Mono", Menlo, Courier, monospace;
20
- margin: 0;
21
- padding: 0;
22
- -moz-tab-size: 2;
23
- -o-tab-size: 2;
24
- tab-size: 2;
25
- }
26
- a { color:#0074D9; text-decoration:none; }
27
- a:hover { text-decoration:underline; }
28
- .strong { font-weight: bold; }
29
- .space-top1 { padding: 10px 0 0 0; }
30
- .pad2y { padding: 20px 0; }
31
- .pad1y { padding: 10px 0; }
32
- .pad2x { padding: 0 20px; }
33
- .pad2 { padding: 20px; }
34
- .pad1 { padding: 10px; }
35
- .space-left2 { padding-left:55px; }
36
- .space-right2 { padding-right:20px; }
37
- .center { text-align:center; }
38
- .clearfix { display:block; }
39
- .clearfix:after {
40
- content:'';
41
- display:block;
42
- height:0;
43
- clear:both;
44
- visibility:hidden;
45
- }
46
- .fl { float: left; }
47
- @media only screen and (max-width:640px) {
48
- .col3 { width:100%; max-width:100%; }
49
- .hide-mobile { display:none!important; }
50
- }
51
-
52
- .quiet {
53
- color: #7f7f7f;
54
- color: rgba(0,0,0,0.5);
55
- }
56
- .quiet a { opacity: 0.7; }
57
-
58
- .fraction {
59
- font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
60
- font-size: 10px;
61
- color: #555;
62
- background: #E8E8E8;
63
- padding: 4px 5px;
64
- border-radius: 3px;
65
- vertical-align: middle;
66
- }
67
-
68
- div.path a:link, div.path a:visited { color: #333; }
69
- table.coverage {
70
- border-collapse: collapse;
71
- margin: 10px 0 0 0;
72
- padding: 0;
73
- }
74
-
75
- table.coverage td {
76
- margin: 0;
77
- padding: 0;
78
- vertical-align: top;
79
- }
80
- table.coverage td.line-count {
81
- text-align: right;
82
- padding: 0 5px 0 20px;
83
- }
84
- table.coverage td.line-coverage {
85
- text-align: right;
86
- padding-right: 10px;
87
- min-width:20px;
88
- }
89
-
90
- table.coverage td span.cline-any {
91
- display: inline-block;
92
- padding: 0 5px;
93
- width: 100%;
94
- }
95
- .missing-if-branch {
96
- display: inline-block;
97
- margin-right: 5px;
98
- border-radius: 3px;
99
- position: relative;
100
- padding: 0 4px;
101
- background: #333;
102
- color: yellow;
103
- }
104
-
105
- .skip-if-branch {
106
- display: none;
107
- margin-right: 10px;
108
- position: relative;
109
- padding: 0 4px;
110
- background: #ccc;
111
- color: white;
112
- }
113
- .missing-if-branch .typ, .skip-if-branch .typ {
114
- color: inherit !important;
115
- }
116
- .coverage-summary {
117
- border-collapse: collapse;
118
- width: 100%;
119
- }
120
- .coverage-summary tr { border-bottom: 1px solid #bbb; }
121
- .keyline-all { border: 1px solid #ddd; }
122
- .coverage-summary td, .coverage-summary th { padding: 10px; }
123
- .coverage-summary tbody { border: 1px solid #bbb; }
124
- .coverage-summary td { border-right: 1px solid #bbb; }
125
- .coverage-summary td:last-child { border-right: none; }
126
- .coverage-summary th {
127
- text-align: left;
128
- font-weight: normal;
129
- white-space: nowrap;
130
- }
131
- .coverage-summary th.file { border-right: none !important; }
132
- .coverage-summary th.pct { }
133
- .coverage-summary th.pic,
134
- .coverage-summary th.abs,
135
- .coverage-summary td.pct,
136
- .coverage-summary td.abs { text-align: right; }
137
- .coverage-summary td.file { white-space: nowrap; }
138
- .coverage-summary td.pic { min-width: 120px !important; }
139
- .coverage-summary tfoot td { }
140
-
141
- .coverage-summary .sorter {
142
- height: 10px;
143
- width: 7px;
144
- display: inline-block;
145
- margin-left: 0.5em;
146
- background: url(sort-arrow-sprite.png) no-repeat scroll 0 0 transparent;
147
- }
148
- .coverage-summary .sorted .sorter {
149
- background-position: 0 -20px;
150
- }
151
- .coverage-summary .sorted-desc .sorter {
152
- background-position: 0 -10px;
153
- }
154
- .status-line { height: 10px; }
155
- /* yellow */
156
- .cbranch-no { background: yellow !important; color: #111; }
157
- /* dark red */
158
- .red.solid, .status-line.low, .low .cover-fill { background:#C21F39 }
159
- .low .chart { border:1px solid #C21F39 }
160
- .highlighted,
161
- .highlighted .cstat-no, .highlighted .fstat-no, .highlighted .cbranch-no{
162
- background: #C21F39 !important;
163
- }
164
- /* medium red */
165
- .cstat-no, .fstat-no, .cbranch-no, .cbranch-no { background:#F6C6CE }
166
- /* light red */
167
- .low, .cline-no { background:#FCE1E5 }
168
- /* light green */
169
- .high, .cline-yes { background:rgb(230,245,208) }
170
- /* medium green */
171
- .cstat-yes { background:rgb(161,215,106) }
172
- /* dark green */
173
- .status-line.high, .high .cover-fill { background:rgb(77,146,33) }
174
- .high .chart { border:1px solid rgb(77,146,33) }
175
-
176
- .medium .chart { border:1px solid #666; }
177
- .medium .cover-fill { background: #666; }
178
-
179
- .cstat-skip { background: #ddd; color: #111; }
180
- .fstat-skip { background: #ddd; color: #111 !important; }
181
- .cbranch-skip { background: #ddd !important; color: #111; }
182
-
183
- span.cline-neutral { background: #eaeaea; }
184
- .medium { background: #eaeaea; }
185
-
186
- .coverage-summary td.empty {
187
- opacity: .5;
188
- padding-top: 4px;
189
- padding-bottom: 4px;
190
- line-height: 1;
191
- color: #888;
192
- }
193
-
194
- .cover-fill, .cover-empty {
195
- display:inline-block;
196
- height: 12px;
197
- }
198
- .chart {
199
- line-height: 0;
200
- }
201
- .cover-empty {
202
- background: white;
203
- }
204
- .cover-full {
205
- border-right: none !important;
206
- }
207
- pre.prettyprint {
208
- border: none !important;
209
- padding: 0 !important;
210
- margin: 0 !important;
211
- }
212
- .com { color: #999 !important; }
213
- .ignore-none { color: #999; font-weight: normal; }
214
-
215
- .wrapper {
216
- min-height: 100%;
217
- height: auto !important;
218
- height: 100%;
219
- margin: 0 auto -48px;
220
- }
221
- .footer, .push {
222
- height: 48px;
223
- }