@kcuf/sls-logger-base 0.0.3 → 0.0.5

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 (73) hide show
  1. package/dist/cjs/class/sls-logger.js +3 -10
  2. package/dist/cjs/util/flatten-object.js +11 -15
  3. package/dist/cjs/util/index.js +7 -7
  4. package/dist/cjs/util/{convert-error-to-plain.js → normalize-error.js} +5 -5
  5. package/dist/cjs/util/normalize-file.js +16 -0
  6. package/dist/cjs/util/normalize-form-data.js +23 -0
  7. package/dist/cjs/util/normalize-headers.js +13 -0
  8. package/dist/cjs/util/normalize-payload.js +31 -0
  9. package/dist/cjs/util/normalize-search-params.js +20 -0
  10. package/dist/esm/class/sls-logger.js +4 -11
  11. package/dist/esm/class/sls-logger.js.map +1 -1
  12. package/dist/esm/types/options.js.map +1 -1
  13. package/dist/esm/util/flatten-object.js +11 -15
  14. package/dist/esm/util/flatten-object.js.map +1 -1
  15. package/dist/esm/util/index.js +1 -1
  16. package/dist/esm/util/index.js.map +1 -1
  17. package/dist/esm/util/{convert-error-to-plain.js → normalize-error.js} +5 -5
  18. package/dist/esm/util/normalize-error.js.map +1 -0
  19. package/dist/esm/util/normalize-file.js +11 -0
  20. package/dist/esm/util/normalize-file.js.map +1 -0
  21. package/dist/esm/util/normalize-form-data.js +17 -0
  22. package/dist/esm/util/normalize-form-data.js.map +1 -0
  23. package/dist/esm/util/normalize-headers.js +8 -0
  24. package/dist/esm/util/normalize-headers.js.map +1 -0
  25. package/dist/esm/util/normalize-payload.js +25 -0
  26. package/dist/esm/util/normalize-payload.js.map +1 -0
  27. package/dist/esm/util/normalize-search-params.js +15 -0
  28. package/dist/esm/util/normalize-search-params.js.map +1 -0
  29. package/dist/types/types/options.d.ts +1 -1
  30. package/dist/types/util/flatten-object.d.ts +1 -1
  31. package/dist/types/util/index.d.ts +1 -1
  32. package/dist/types/util/{convert-error-to-plain.d.ts → normalize-error.d.ts} +1 -1
  33. package/dist/types/util/normalize-file.d.ts +10 -0
  34. package/dist/types/util/normalize-form-data.d.ts +1 -0
  35. package/dist/types/util/normalize-headers.d.ts +1 -0
  36. package/dist/types/util/normalize-payload.d.ts +1 -0
  37. package/dist/types/util/normalize-search-params.d.ts +1 -0
  38. package/package.json +12 -12
  39. package/coverage/base.css +0 -224
  40. package/coverage/block-navigation.js +0 -87
  41. package/coverage/clover.xml +0 -407
  42. package/coverage/coverage-final.json +0 -20
  43. package/coverage/favicon.png +0 -0
  44. package/coverage/index.html +0 -176
  45. package/coverage/prettify.css +0 -1
  46. package/coverage/prettify.js +0 -2
  47. package/coverage/sort-arrow-sprite.png +0 -0
  48. package/coverage/sorter.js +0 -196
  49. package/coverage/src/class/index.html +0 -146
  50. package/coverage/src/class/index.ts.html +0 -85
  51. package/coverage/src/class/sls-logger.ts.html +0 -457
  52. package/coverage/src/class/sls-pipe.ts.html +0 -400
  53. package/coverage/src/const/index.html +0 -116
  54. package/coverage/src/const/index.ts.html +0 -127
  55. package/coverage/src/factory/create-logger.ts.html +0 -166
  56. package/coverage/src/factory/generate-create-logger.ts.html +0 -178
  57. package/coverage/src/factory/index.html +0 -131
  58. package/coverage/src/index.html +0 -116
  59. package/coverage/src/index.ts.html +0 -118
  60. package/coverage/src/util/build-post-body.ts.html +0 -166
  61. package/coverage/src/util/convert-error-to-plain.ts.html +0 -133
  62. package/coverage/src/util/convert-log-info.ts.html +0 -214
  63. package/coverage/src/util/create-sls-log-quick.ts.html +0 -157
  64. package/coverage/src/util/flatten-object.ts.html +0 -298
  65. package/coverage/src/util/flatten-test-path.ts.html +0 -109
  66. package/coverage/src/util/get-log-once-key.ts.html +0 -115
  67. package/coverage/src/util/get-silent-countdown.ts.html +0 -97
  68. package/coverage/src/util/index.html +0 -281
  69. package/coverage/src/util/index.ts.html +0 -112
  70. package/coverage/src/util/merge-default-params.ts.html +0 -148
  71. package/coverage/src/util/merge-dont-send.ts.html +0 -115
  72. package/coverage/src/util/resolve-default-params.ts.html +0 -103
  73. package/dist/esm/util/convert-error-to-plain.js.map +0 -1
@@ -1,407 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1727058157777" clover="3.2.0">
3
- <project timestamp="1727058157777" name="All files">
4
- <metrics statements="329" coveredstatements="329" conditionals="116" coveredconditionals="116" methods="25" coveredmethods="25" elements="470" coveredelements="470" complexity="0" loc="329" ncloc="329" packages="5" files="19" classes="19"/>
5
- <package name="src">
6
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
7
- <file name="index.ts" path="/Users/newbee/zombie/kcuf/packages-fetcher/sls-logger-base/src/index.ts">
8
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
9
- <line num="1" count="1" type="stmt"/>
10
- </file>
11
- </package>
12
- <package name="src.class">
13
- <metrics statements="149" coveredstatements="149" conditionals="48" coveredconditionals="48" methods="10" coveredmethods="10"/>
14
- <file name="index.ts" path="/Users/newbee/zombie/kcuf/packages-fetcher/sls-logger-base/src/class/index.ts">
15
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
16
- <line num="1" count="1" type="stmt"/>
17
- </file>
18
- <file name="sls-logger.ts" path="/Users/newbee/zombie/kcuf/packages-fetcher/sls-logger-base/src/class/sls-logger.ts">
19
- <metrics statements="83" coveredstatements="83" conditionals="32" coveredconditionals="32" methods="3" coveredmethods="3"/>
20
- <line num="1" count="1" type="stmt"/>
21
- <line num="15" count="1" type="stmt"/>
22
- <line num="21" count="1" type="stmt"/>
23
- <line num="23" count="1" type="stmt"/>
24
- <line num="28" count="1" type="stmt"/>
25
- <line num="31" count="1" type="stmt"/>
26
- <line num="33" count="1" type="cond" truecount="1" falsecount="0"/>
27
- <line num="34" count="11" type="stmt"/>
28
- <line num="35" count="11" type="stmt"/>
29
- <line num="36" count="11" type="stmt"/>
30
- <line num="37" count="11" type="stmt"/>
31
- <line num="38" count="11" type="cond" truecount="1" falsecount="0"/>
32
- <line num="39" count="11" type="cond" truecount="1" falsecount="0"/>
33
- <line num="40" count="11" type="cond" truecount="1" falsecount="0"/>
34
- <line num="41" count="11" type="stmt"/>
35
- <line num="42" count="11" type="stmt"/>
36
- <line num="44" count="1" type="cond" truecount="1" falsecount="0"/>
37
- <line num="45" count="64" type="stmt"/>
38
- <line num="46" count="64" type="stmt"/>
39
- <line num="47" count="64" type="stmt"/>
40
- <line num="49" count="64" type="cond" truecount="1" falsecount="0"/>
41
- <line num="50" count="40" type="stmt"/>
42
- <line num="51" count="64" type="cond" truecount="1" falsecount="0"/>
43
- <line num="52" count="24" type="stmt"/>
44
- <line num="53" count="24" type="stmt"/>
45
- <line num="55" count="64" type="stmt"/>
46
- <line num="56" count="64" type="stmt"/>
47
- <line num="57" count="64" type="stmt"/>
48
- <line num="58" count="64" type="stmt"/>
49
- <line num="59" count="64" type="stmt"/>
50
- <line num="60" count="64" type="stmt"/>
51
- <line num="61" count="64" type="stmt"/>
52
- <line num="62" count="64" type="stmt"/>
53
- <line num="63" count="64" type="stmt"/>
54
- <line num="64" count="64" type="stmt"/>
55
- <line num="65" count="64" type="stmt"/>
56
- <line num="66" count="64" type="stmt"/>
57
- <line num="67" count="64" type="stmt"/>
58
- <line num="68" count="64" type="stmt"/>
59
- <line num="69" count="64" type="stmt"/>
60
- <line num="70" count="64" type="cond" truecount="2" falsecount="0"/>
61
- <line num="71" count="64" type="stmt"/>
62
- <line num="73" count="64" type="cond" truecount="1" falsecount="0"/>
63
- <line num="74" count="8" type="stmt"/>
64
- <line num="75" count="8" type="cond" truecount="1" falsecount="0"/>
65
- <line num="77" count="64" type="cond" truecount="1" falsecount="0"/>
66
- <line num="78" count="3" type="stmt"/>
67
- <line num="79" count="3" type="cond" truecount="1" falsecount="0"/>
68
- <line num="81" count="56" type="stmt"/>
69
- <line num="83" count="64" type="cond" truecount="1" falsecount="0"/>
70
- <line num="84" count="29" type="cond" truecount="1" falsecount="0"/>
71
- <line num="85" count="7" type="cond" truecount="2" falsecount="0"/>
72
- <line num="86" count="29" type="cond" truecount="2" falsecount="0"/>
73
- <line num="87" count="1" type="stmt"/>
74
- <line num="88" count="22" type="cond" truecount="1" falsecount="0"/>
75
- <line num="89" count="21" type="stmt"/>
76
- <line num="90" count="21" type="stmt"/>
77
- <line num="91" count="29" type="cond" truecount="1" falsecount="0"/>
78
- <line num="93" count="56" type="stmt"/>
79
- <line num="94" count="56" type="stmt"/>
80
- <line num="95" count="56" type="stmt"/>
81
- <line num="96" count="56" type="stmt"/>
82
- <line num="97" count="56" type="stmt"/>
83
- <line num="98" count="56" type="stmt"/>
84
- <line num="99" count="64" type="stmt"/>
85
- <line num="104" count="1" type="cond" truecount="1" falsecount="0"/>
86
- <line num="105" count="64" type="stmt"/>
87
- <line num="106" count="64" type="stmt"/>
88
- <line num="107" count="64" type="stmt"/>
89
- <line num="108" count="64" type="stmt"/>
90
- <line num="109" count="64" type="stmt"/>
91
- <line num="111" count="64" type="cond" truecount="2" falsecount="0"/>
92
- <line num="112" count="4" type="stmt"/>
93
- <line num="113" count="4" type="cond" truecount="1" falsecount="0"/>
94
- <line num="115" count="64" type="cond" truecount="2" falsecount="0"/>
95
- <line num="116" count="3" type="stmt"/>
96
- <line num="117" count="3" type="cond" truecount="1" falsecount="0"/>
97
- <line num="119" count="64" type="cond" truecount="3" falsecount="0"/>
98
- <line num="120" count="2" type="stmt"/>
99
- <line num="121" count="2" type="cond" truecount="1" falsecount="0"/>
100
- <line num="123" count="55" type="stmt"/>
101
- <line num="124" count="64" type="stmt"/>
102
- <line num="125" count="1" type="stmt"/>
103
- </file>
104
- <file name="sls-pipe.ts" path="/Users/newbee/zombie/kcuf/packages-fetcher/sls-logger-base/src/class/sls-pipe.ts">
105
- <metrics statements="65" coveredstatements="65" conditionals="16" coveredconditionals="16" methods="7" coveredmethods="7"/>
106
- <line num="1" count="1" type="stmt"/>
107
- <line num="11" count="1" type="stmt"/>
108
- <line num="16" count="1" type="stmt"/>
109
- <line num="19" count="1" type="stmt"/>
110
- <line num="20" count="1" type="stmt"/>
111
- <line num="21" count="1" type="stmt"/>
112
- <line num="23" count="1" type="cond" truecount="1" falsecount="0"/>
113
- <line num="24" count="11" type="stmt"/>
114
- <line num="25" count="11" type="stmt"/>
115
- <line num="27" count="11" type="stmt"/>
116
- <line num="29" count="11" type="cond" truecount="1" falsecount="0"/>
117
- <line num="30" count="2" type="stmt"/>
118
- <line num="32" count="2" type="cond" truecount="1" falsecount="0"/>
119
- <line num="33" count="2" type="stmt"/>
120
- <line num="34" count="2" type="stmt"/>
121
- <line num="35" count="2" type="stmt"/>
122
- <line num="36" count="2" type="stmt"/>
123
- <line num="37" count="11" type="stmt"/>
124
- <line num="42" count="1" type="cond" truecount="1" falsecount="0"/>
125
- <line num="43" count="56" type="cond" truecount="1" falsecount="0"/>
126
- <line num="44" count="3" type="stmt"/>
127
- <line num="46" count="3" type="stmt"/>
128
- <line num="47" count="3" type="cond" truecount="1" falsecount="0"/>
129
- <line num="49" count="53" type="stmt"/>
130
- <line num="50" count="53" type="stmt"/>
131
- <line num="51" count="56" type="stmt"/>
132
- <line num="53" count="1" type="cond" truecount="1" falsecount="0"/>
133
- <line num="54" count="53" type="cond" truecount="1" falsecount="0"/>
134
- <line num="55" count="4" type="stmt"/>
135
- <line num="56" count="4" type="cond" truecount="1" falsecount="0"/>
136
- <line num="58" count="49" type="stmt"/>
137
- <line num="59" count="53" type="stmt"/>
138
- <line num="64" count="1" type="cond" truecount="1" falsecount="0"/>
139
- <line num="65" count="31" type="stmt"/>
140
- <line num="66" count="31" type="stmt"/>
141
- <line num="67" count="31" type="stmt"/>
142
- <line num="68" count="31" type="stmt"/>
143
- <line num="69" count="31" type="stmt"/>
144
- <line num="70" count="31" type="stmt"/>
145
- <line num="71" count="31" type="stmt"/>
146
- <line num="73" count="31" type="cond" truecount="1" falsecount="0"/>
147
- <line num="74" count="31" type="stmt"/>
148
- <line num="76" count="31" type="stmt"/>
149
- <line num="77" count="31" type="stmt"/>
150
- <line num="79" count="31" type="stmt"/>
151
- <line num="80" count="31" type="stmt"/>
152
- <line num="81" count="31" type="stmt"/>
153
- <line num="82" count="31" type="stmt"/>
154
- <line num="83" count="31" type="stmt"/>
155
- <line num="88" count="1" type="cond" truecount="1" falsecount="0"/>
156
- <line num="89" count="28" type="stmt"/>
157
- <line num="90" count="28" type="stmt"/>
158
- <line num="91" count="28" type="stmt"/>
159
- <line num="92" count="28" type="stmt"/>
160
- <line num="94" count="1" type="cond" truecount="1" falsecount="0"/>
161
- <line num="95" count="77" type="cond" truecount="1" falsecount="0"/>
162
- <line num="96" count="49" type="stmt"/>
163
- <line num="97" count="49" type="stmt"/>
164
- <line num="98" count="49" type="stmt"/>
165
- <line num="99" count="77" type="stmt"/>
166
- <line num="101" count="1" type="cond" truecount="1" falsecount="0"/>
167
- <line num="102" count="49" type="stmt"/>
168
- <line num="103" count="49" type="cond" truecount="1" falsecount="0"/>
169
- <line num="104" count="49" type="stmt"/>
170
- <line num="105" count="1" type="stmt"/>
171
- </file>
172
- </package>
173
- <package name="src.const">
174
- <metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
175
- <file name="index.ts" path="/Users/newbee/zombie/kcuf/packages-fetcher/sls-logger-base/src/const/index.ts">
176
- <metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
177
- <line num="4" count="1" type="stmt"/>
178
- <line num="9" count="1" type="stmt"/>
179
- <line num="11" count="1" type="stmt"/>
180
- <line num="13" count="1" type="stmt"/>
181
- <line num="15" count="1" type="stmt"/>
182
- </file>
183
- </package>
184
- <package name="src.factory">
185
- <metrics statements="31" coveredstatements="31" conditionals="3" coveredconditionals="3" methods="2" coveredmethods="2"/>
186
- <file name="create-logger.ts" path="/Users/newbee/zombie/kcuf/packages-fetcher/sls-logger-base/src/factory/create-logger.ts">
187
- <metrics statements="14" coveredstatements="14" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
188
- <line num="1" count="1" type="stmt"/>
189
- <line num="8" count="1" type="stmt"/>
190
- <line num="11" count="1" type="stmt"/>
191
- <line num="16" count="11" type="cond" truecount="1" falsecount="0"/>
192
- <line num="17" count="11" type="stmt"/>
193
- <line num="18" count="11" type="stmt"/>
194
- <line num="20" count="11" type="stmt"/>
195
- <line num="21" count="11" type="stmt"/>
196
- <line num="22" count="11" type="stmt"/>
197
- <line num="23" count="11" type="stmt"/>
198
- <line num="24" count="11" type="stmt"/>
199
- <line num="25" count="11" type="stmt"/>
200
- <line num="27" count="11" type="stmt"/>
201
- <line num="28" count="11" type="stmt"/>
202
- </file>
203
- <file name="generate-create-logger.ts" path="/Users/newbee/zombie/kcuf/packages-fetcher/sls-logger-base/src/factory/generate-create-logger.ts">
204
- <metrics statements="17" coveredstatements="17" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
205
- <line num="1" count="1" type="stmt"/>
206
- <line num="10" count="1" type="stmt"/>
207
- <line num="12" count="1" type="stmt"/>
208
- <line num="19" count="4" type="cond" truecount="1" falsecount="0"/>
209
- <line num="20" count="4" type="stmt"/>
210
- <line num="21" count="4" type="stmt"/>
211
- <line num="22" count="4" type="stmt"/>
212
- <line num="23" count="4" type="cond" truecount="1" falsecount="0"/>
213
- <line num="24" count="4" type="stmt"/>
214
- <line num="25" count="4" type="stmt"/>
215
- <line num="26" count="4" type="stmt"/>
216
- <line num="27" count="4" type="stmt"/>
217
- <line num="28" count="4" type="stmt"/>
218
- <line num="29" count="4" type="stmt"/>
219
- <line num="30" count="4" type="stmt"/>
220
- <line num="31" count="4" type="stmt"/>
221
- <line num="32" count="4" type="stmt"/>
222
- </file>
223
- </package>
224
- <package name="src.util">
225
- <metrics statements="143" coveredstatements="143" conditionals="65" coveredconditionals="65" methods="13" coveredmethods="13"/>
226
- <file name="build-post-body.ts" path="/Users/newbee/zombie/kcuf/packages-fetcher/sls-logger-base/src/util/build-post-body.ts">
227
- <metrics statements="13" coveredstatements="13" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
228
- <line num="1" count="1" type="stmt"/>
229
- <line num="7" count="1" type="stmt"/>
230
- <line num="9" count="1" type="stmt"/>
231
- <line num="17" count="31" type="cond" truecount="1" falsecount="0"/>
232
- <line num="18" count="31" type="stmt"/>
233
- <line num="20" count="31" type="cond" truecount="1" falsecount="0"/>
234
- <line num="21" count="25" type="stmt"/>
235
- <line num="22" count="25" type="stmt"/>
236
- <line num="24" count="31" type="stmt"/>
237
- <line num="25" count="31" type="stmt"/>
238
- <line num="26" count="31" type="stmt"/>
239
- <line num="27" count="31" type="stmt"/>
240
- <line num="28" count="31" type="stmt"/>
241
- </file>
242
- <file name="convert-error-to-plain.ts" path="/Users/newbee/zombie/kcuf/packages-fetcher/sls-logger-base/src/util/convert-error-to-plain.ts">
243
- <metrics statements="11" coveredstatements="11" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
244
- <line num="1" count="1" type="stmt"/>
245
- <line num="6" count="4" type="cond" truecount="1" falsecount="0"/>
246
- <line num="7" count="4" type="stmt"/>
247
- <line num="8" count="4" type="stmt"/>
248
- <line num="9" count="4" type="stmt"/>
249
- <line num="10" count="4" type="stmt"/>
250
- <line num="12" count="4" type="cond" truecount="1" falsecount="0"/>
251
- <line num="13" count="6" type="stmt"/>
252
- <line num="14" count="4" type="stmt"/>
253
- <line num="16" count="4" type="stmt"/>
254
- <line num="17" count="4" type="stmt"/>
255
- </file>
256
- <file name="convert-log-info.ts" path="/Users/newbee/zombie/kcuf/packages-fetcher/sls-logger-base/src/util/convert-log-info.ts">
257
- <metrics statements="22" coveredstatements="22" conditionals="12" coveredconditionals="12" methods="1" coveredmethods="1"/>
258
- <line num="11" count="56" type="cond" truecount="1" falsecount="0"/>
259
- <line num="12" count="56" type="stmt"/>
260
- <line num="14" count="56" type="cond" truecount="1" falsecount="0"/>
261
- <line num="15" count="215" type="stmt"/>
262
- <line num="17" count="215" type="cond" truecount="3" falsecount="0"/>
263
- <line num="18" count="3" type="stmt"/>
264
- <line num="19" count="3" type="cond" truecount="1" falsecount="0"/>
265
- <line num="21" count="215" type="cond" truecount="1" falsecount="0"/>
266
- <line num="22" count="144" type="stmt"/>
267
- <line num="23" count="215" type="cond" truecount="3" falsecount="0"/>
268
- <line num="24" count="49" type="stmt"/>
269
- <line num="25" count="68" type="cond" truecount="1" falsecount="0"/>
270
- <line num="26" count="19" type="stmt"/>
271
- <line num="27" count="19" type="stmt"/>
272
- <line num="28" count="19" type="cond" truecount="1" falsecount="0"/>
273
- <line num="29" count="1" type="stmt"/>
274
- <line num="30" count="1" type="stmt"/>
275
- <line num="31" count="19" type="stmt"/>
276
- <line num="32" count="56" type="stmt"/>
277
- <line num="41" count="56" type="stmt"/>
278
- <line num="43" count="56" type="stmt"/>
279
- <line num="44" count="56" type="stmt"/>
280
- </file>
281
- <file name="create-sls-log-quick.ts" path="/Users/newbee/zombie/kcuf/packages-fetcher/sls-logger-base/src/util/create-sls-log-quick.ts">
282
- <metrics statements="16" coveredstatements="16" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
283
- <line num="8" count="66" type="cond" truecount="1" falsecount="0"/>
284
- <line num="9" count="66" type="cond" truecount="1" falsecount="0"/>
285
- <line num="10" count="7" type="stmt"/>
286
- <line num="11" count="7" type="stmt"/>
287
- <line num="12" count="7" type="stmt"/>
288
- <line num="14" count="7" type="cond" truecount="1" falsecount="0"/>
289
- <line num="15" count="6" type="stmt"/>
290
- <line num="16" count="7" type="cond" truecount="1" falsecount="0"/>
291
- <line num="17" count="1" type="stmt"/>
292
- <line num="18" count="1" type="stmt"/>
293
- <line num="20" count="7" type="stmt"/>
294
- <line num="21" count="7" type="stmt"/>
295
- <line num="22" count="7" type="stmt"/>
296
- <line num="23" count="7" type="stmt"/>
297
- <line num="24" count="7" type="stmt"/>
298
- <line num="25" count="66" type="stmt"/>
299
- </file>
300
- <file name="flatten-object.ts" path="/Users/newbee/zombie/kcuf/packages-fetcher/sls-logger-base/src/util/flatten-object.ts">
301
- <metrics statements="39" coveredstatements="39" conditionals="20" coveredconditionals="20" methods="3" coveredmethods="3"/>
302
- <line num="1" count="1" type="stmt"/>
303
- <line num="2" count="1" type="stmt"/>
304
- <line num="3" count="1" type="stmt"/>
305
- <line num="4" count="1" type="stmt"/>
306
- <line num="10" count="1" type="stmt"/>
307
- <line num="11" count="1" type="stmt"/>
308
- <line num="24" count="7" type="cond" truecount="1" falsecount="0"/>
309
- <line num="25" count="7" type="cond" truecount="1" falsecount="0"/>
310
- <line num="26" count="3" type="stmt"/>
311
- <line num="27" count="7" type="cond" truecount="1" falsecount="0"/>
312
- <line num="28" count="7" type="stmt"/>
313
- <line num="29" count="7" type="stmt"/>
314
- <line num="30" count="7" type="stmt"/>
315
- <line num="31" count="7" type="stmt"/>
316
- <line num="32" count="7" type="stmt"/>
317
- <line num="33" count="7" type="stmt"/>
318
- <line num="34" count="7" type="stmt"/>
319
- <line num="36" count="7" type="cond" truecount="1" falsecount="0"/>
320
- <line num="37" count="108" type="cond" truecount="2" falsecount="0"/>
321
- <line num="38" count="108" type="stmt"/>
322
- <line num="40" count="7" type="cond" truecount="1" falsecount="0"/>
323
- <line num="41" count="45" type="stmt"/>
324
- <line num="43" count="45" type="cond" truecount="1" falsecount="0"/>
325
- <line num="44" count="112" type="stmt"/>
326
- <line num="45" count="112" type="cond" truecount="2" falsecount="0"/>
327
- <line num="48" count="112" type="cond" truecount="3" falsecount="0"/>
328
- <line num="49" count="11" type="stmt"/>
329
- <line num="50" count="11" type="cond" truecount="1" falsecount="0"/>
330
- <line num="52" count="101" type="stmt"/>
331
- <line num="59" count="112" type="cond" truecount="5" falsecount="0"/>
332
- <line num="60" count="63" type="stmt"/>
333
- <line num="62" count="63" type="stmt"/>
334
- <line num="63" count="63" type="cond" truecount="1" falsecount="0"/>
335
- <line num="65" count="38" type="stmt"/>
336
- <line num="66" count="45" type="stmt"/>
337
- <line num="67" count="45" type="stmt"/>
338
- <line num="69" count="7" type="stmt"/>
339
- <line num="71" count="7" type="stmt"/>
340
- <line num="72" count="7" type="stmt"/>
341
- </file>
342
- <file name="flatten-test-path.ts" path="/Users/newbee/zombie/kcuf/packages-fetcher/sls-logger-base/src/util/flatten-test-path.ts">
343
- <metrics statements="5" coveredstatements="5" conditionals="6" coveredconditionals="6" methods="1" coveredmethods="1"/>
344
- <line num="5" count="81" type="cond" truecount="1" falsecount="0"/>
345
- <line num="6" count="81" type="cond" truecount="3" falsecount="0"/>
346
- <line num="7" count="130" type="cond" truecount="2" falsecount="0"/>
347
- <line num="8" count="81" type="stmt"/>
348
- <line num="9" count="81" type="stmt"/>
349
- </file>
350
- <file name="get-log-once-key.ts" path="/Users/newbee/zombie/kcuf/packages-fetcher/sls-logger-base/src/util/get-log-once-key.ts">
351
- <metrics statements="9" coveredstatements="9" conditionals="5" coveredconditionals="5" methods="1" coveredmethods="1"/>
352
- <line num="1" count="64" type="cond" truecount="1" falsecount="0"/>
353
- <line num="2" count="64" type="cond" truecount="1" falsecount="0"/>
354
- <line num="3" count="57" type="stmt"/>
355
- <line num="4" count="57" type="cond" truecount="1" falsecount="0"/>
356
- <line num="6" count="64" type="cond" truecount="1" falsecount="0"/>
357
- <line num="7" count="3" type="stmt"/>
358
- <line num="8" count="3" type="cond" truecount="1" falsecount="0"/>
359
- <line num="10" count="4" type="stmt"/>
360
- <line num="11" count="4" type="stmt"/>
361
- </file>
362
- <file name="get-silent-countdown.ts" path="/Users/newbee/zombie/kcuf/packages-fetcher/sls-logger-base/src/util/get-silent-countdown.ts">
363
- <metrics statements="4" coveredstatements="4" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
364
- <line num="1" count="1" type="stmt"/>
365
- <line num="3" count="11" type="cond" truecount="1" falsecount="0"/>
366
- <line num="4" count="11" type="stmt"/>
367
- <line num="5" count="11" type="stmt"/>
368
- </file>
369
- <file name="index.ts" path="/Users/newbee/zombie/kcuf/packages-fetcher/sls-logger-base/src/util/index.ts">
370
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
371
- <line num="1" count="1" type="stmt"/>
372
- </file>
373
- <file name="merge-default-params.ts" path="/Users/newbee/zombie/kcuf/packages-fetcher/sls-logger-base/src/util/merge-default-params.ts">
374
- <metrics statements="14" coveredstatements="14" conditionals="5" coveredconditionals="5" methods="1" coveredmethods="1"/>
375
- <line num="1" count="1" type="stmt"/>
376
- <line num="5" count="1" type="stmt"/>
377
- <line num="10" count="4" type="cond" truecount="1" falsecount="0"/>
378
- <line num="11" count="4" type="cond" truecount="2" falsecount="0"/>
379
- <line num="12" count="1" type="cond" truecount="1" falsecount="0"/>
380
- <line num="13" count="2" type="stmt"/>
381
- <line num="14" count="2" type="stmt"/>
382
- <line num="15" count="2" type="stmt"/>
383
- <line num="16" count="1" type="cond" truecount="1" falsecount="0"/>
384
- <line num="18" count="3" type="stmt"/>
385
- <line num="19" count="3" type="stmt"/>
386
- <line num="20" count="3" type="stmt"/>
387
- <line num="21" count="3" type="stmt"/>
388
- <line num="22" count="3" type="stmt"/>
389
- </file>
390
- <file name="merge-dont-send.ts" path="/Users/newbee/zombie/kcuf/packages-fetcher/sls-logger-base/src/util/merge-dont-send.ts">
391
- <metrics statements="6" coveredstatements="6" conditionals="5" coveredconditionals="5" methods="1" coveredmethods="1"/>
392
- <line num="5" count="4" type="cond" truecount="1" falsecount="0"/>
393
- <line num="6" count="4" type="cond" truecount="2" falsecount="0"/>
394
- <line num="7" count="3" type="stmt"/>
395
- <line num="8" count="3" type="cond" truecount="1" falsecount="0"/>
396
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
397
- <line num="11" count="1" type="stmt"/>
398
- </file>
399
- <file name="resolve-default-params.ts" path="/Users/newbee/zombie/kcuf/packages-fetcher/sls-logger-base/src/util/resolve-default-params.ts">
400
- <metrics statements="3" coveredstatements="3" conditionals="3" coveredconditionals="3" methods="1" coveredmethods="1"/>
401
- <line num="5" count="60" type="cond" truecount="1" falsecount="0"/>
402
- <line num="6" count="60" type="cond" truecount="2" falsecount="0"/>
403
- <line num="7" count="60" type="stmt"/>
404
- </file>
405
- </package>
406
- </project>
407
- </coverage>