@insignia-education/api-sdk-js 0.9.13 → 0.9.18

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 (57) hide show
  1. package/.github/hooks/pre-commit +10 -1
  2. package/.github/workflows/npm-publish-github-packages.yml +6 -5
  3. package/eslint.config.mjs +19 -0
  4. package/index.js +2 -3
  5. package/jest.config.mjs +22 -197
  6. package/package.json +5 -2
  7. package/src/Client.js +18 -22
  8. package/src/api/index.js +6 -18
  9. package/src/api/v1/index.js +35 -42
  10. package/src/index.js +4 -17
  11. package/tests/client.test.js +6 -45
  12. package/tests/integration/api.v1..test.js +92 -0
  13. package/tests/integration/auth.test.js +40 -0
  14. package/tests/integration/cookieJar.js +48 -0
  15. package/tests/integration/loadEnv.js +16 -0
  16. package/coverage/clover.xml +0 -703
  17. package/coverage/coverage-final.json +0 -30
  18. package/coverage/lcov-report/base.css +0 -224
  19. package/coverage/lcov-report/block-navigation.js +0 -87
  20. package/coverage/lcov-report/favicon.png +0 -0
  21. package/coverage/lcov-report/index.html +0 -131
  22. package/coverage/lcov-report/prettify.css +0 -1
  23. package/coverage/lcov-report/prettify.js +0 -2
  24. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  25. package/coverage/lcov-report/sorter.js +0 -210
  26. package/coverage/lcov-report/src/Client.js.html +0 -202
  27. package/coverage/lcov-report/src/api/v1/Accounts.js.html +0 -151
  28. package/coverage/lcov-report/src/api/v1/Auth.js.html +0 -130
  29. package/coverage/lcov-report/src/api/v1/Categories.js.html +0 -121
  30. package/coverage/lcov-report/src/api/v1/Changelogs.js.html +0 -118
  31. package/coverage/lcov-report/src/api/v1/Configs.js.html +0 -121
  32. package/coverage/lcov-report/src/api/v1/ContactForms.js.html +0 -121
  33. package/coverage/lcov-report/src/api/v1/ConversationalTopics.js.html +0 -121
  34. package/coverage/lcov-report/src/api/v1/Countries.js.html +0 -112
  35. package/coverage/lcov-report/src/api/v1/Coupons.js.html +0 -121
  36. package/coverage/lcov-report/src/api/v1/Courses.js.html +0 -328
  37. package/coverage/lcov-report/src/api/v1/Currencies.js.html +0 -115
  38. package/coverage/lcov-report/src/api/v1/Files.js.html +0 -115
  39. package/coverage/lcov-report/src/api/v1/Forums.js.html +0 -157
  40. package/coverage/lcov-report/src/api/v1/Hashes.js.html +0 -118
  41. package/coverage/lcov-report/src/api/v1/Insignias.js.html +0 -121
  42. package/coverage/lcov-report/src/api/v1/Languages.js.html +0 -121
  43. package/coverage/lcov-report/src/api/v1/MailBlacklist.js.html +0 -118
  44. package/coverage/lcov-report/src/api/v1/Organizations.js.html +0 -118
  45. package/coverage/lcov-report/src/api/v1/Quizzes.js.html +0 -181
  46. package/coverage/lcov-report/src/api/v1/ShortLinks.js.html +0 -121
  47. package/coverage/lcov-report/src/api/v1/Surveys.js.html +0 -181
  48. package/coverage/lcov-report/src/api/v1/Tags.js.html +0 -121
  49. package/coverage/lcov-report/src/api/v1/Taxes.js.html +0 -121
  50. package/coverage/lcov-report/src/api/v1/Teacher.js.html +0 -196
  51. package/coverage/lcov-report/src/api/v1/Translations.js.html +0 -121
  52. package/coverage/lcov-report/src/api/v1/UserTypes.js.html +0 -121
  53. package/coverage/lcov-report/src/api/v1/Users.js.html +0 -331
  54. package/coverage/lcov-report/src/api/v1/Zoom.js.html +0 -154
  55. package/coverage/lcov-report/src/api/v1/index.html +0 -521
  56. package/coverage/lcov-report/src/index.html +0 -116
  57. package/coverage/lcov.info +0 -1822
@@ -1,703 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1773955438262" clover="3.2.0">
3
- <project timestamp="1773955438263" name="All files">
4
- <metrics statements="604" coveredstatements="604" conditionals="387" coveredconditionals="387" methods="285" coveredmethods="285" elements="1276" coveredelements="1276" complexity="0" loc="604" ncloc="604" packages="2" files="29" classes="29"/>
5
- <package name="src">
6
- <metrics statements="39" coveredstatements="39" conditionals="15" coveredconditionals="15" methods="11" coveredmethods="11"/>
7
- <file name="Client.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/Client.js">
8
- <metrics statements="39" coveredstatements="39" conditionals="15" coveredconditionals="15" methods="11" coveredmethods="11"/>
9
- <line num="1" count="1" type="stmt"/>
10
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
11
- <line num="3" count="1" type="stmt"/>
12
- <line num="4" count="1" type="stmt"/>
13
- <line num="5" count="1" type="cond" truecount="1" falsecount="0"/>
14
- <line num="6" count="23" type="stmt"/>
15
- <line num="7" count="9" type="cond" truecount="1" falsecount="0"/>
16
- <line num="8" count="23" type="cond" truecount="1" falsecount="0"/>
17
- <line num="9" count="23" type="stmt"/>
18
- <line num="10" count="23" type="stmt"/>
19
- <line num="11" count="23" type="stmt"/>
20
- <line num="12" count="1" type="stmt"/>
21
- <line num="13" count="1" type="cond" truecount="1" falsecount="0"/>
22
- <line num="14" count="2" type="stmt"/>
23
- <line num="15" count="2" type="stmt"/>
24
- <line num="16" count="1" type="stmt"/>
25
- <line num="17" count="1" type="cond" truecount="1" falsecount="0"/>
26
- <line num="18" count="3" type="stmt"/>
27
- <line num="19" count="3" type="stmt"/>
28
- <line num="20" count="1" type="stmt"/>
29
- <line num="21" count="1" type="cond" truecount="1" falsecount="0"/>
30
- <line num="22" count="19" type="stmt"/>
31
- <line num="23" count="19" type="cond" truecount="1" falsecount="0"/>
32
- <line num="24" count="19" type="stmt"/>
33
- <line num="25" count="19" type="stmt"/>
34
- <line num="26" count="1" type="stmt"/>
35
- <line num="27" count="1" type="cond" truecount="1" falsecount="0"/>
36
- <line num="28" count="19" type="stmt"/>
37
- <line num="29" count="19" type="cond" truecount="1" falsecount="0"/>
38
- <line num="30" count="19" type="stmt"/>
39
- <line num="31" count="19" type="stmt"/>
40
- <line num="32" count="19" type="stmt"/>
41
- <line num="33" count="1" type="stmt"/>
42
- <line num="34" count="1" type="cond" truecount="1" falsecount="0"/>
43
- <line num="35" count="1" type="cond" truecount="1" falsecount="0"/>
44
- <line num="36" count="1" type="cond" truecount="1" falsecount="0"/>
45
- <line num="37" count="1" type="cond" truecount="1" falsecount="0"/>
46
- <line num="38" count="1" type="cond" truecount="1" falsecount="0"/>
47
- <line num="39" count="1" type="stmt"/>
48
- </file>
49
- </package>
50
- <package name="src.api.v1">
51
- <metrics statements="565" coveredstatements="565" conditionals="372" coveredconditionals="372" methods="274" coveredmethods="274"/>
52
- <file name="Accounts.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Accounts.js">
53
- <metrics statements="22" coveredstatements="22" conditionals="15" coveredconditionals="15" methods="11" coveredmethods="11"/>
54
- <line num="1" count="1" type="stmt"/>
55
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
56
- <line num="3" count="1" type="stmt"/>
57
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
58
- <line num="5" count="10" type="stmt"/>
59
- <line num="6" count="10" type="stmt"/>
60
- <line num="7" count="1" type="stmt"/>
61
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
62
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
63
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
64
- <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
65
- <line num="12" count="1" type="stmt"/>
66
- <line num="13" count="1" type="cond" truecount="1" falsecount="0"/>
67
- <line num="14" count="5" type="stmt"/>
68
- <line num="15" count="5" type="stmt"/>
69
- <line num="16" count="5" type="cond" truecount="3" falsecount="0"/>
70
- <line num="17" count="5" type="cond" truecount="1" falsecount="0"/>
71
- <line num="18" count="5" type="cond" truecount="1" falsecount="0"/>
72
- <line num="19" count="5" type="cond" truecount="1" falsecount="0"/>
73
- <line num="20" count="5" type="stmt"/>
74
- <line num="21" count="5" type="stmt"/>
75
- <line num="22" count="1" type="stmt"/>
76
- </file>
77
- <file name="Auth.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Auth.js">
78
- <metrics statements="15" coveredstatements="15" conditionals="9" coveredconditionals="9" methods="9" coveredmethods="9"/>
79
- <line num="1" count="1" type="stmt"/>
80
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
81
- <line num="3" count="1" type="stmt"/>
82
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
83
- <line num="5" count="7" type="stmt"/>
84
- <line num="6" count="7" type="stmt"/>
85
- <line num="7" count="1" type="stmt"/>
86
- <line num="8" count="1" type="cond" truecount="1" falsecount="0"/>
87
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
88
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
89
- <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
90
- <line num="12" count="1" type="cond" truecount="1" falsecount="0"/>
91
- <line num="13" count="1" type="cond" truecount="1" falsecount="0"/>
92
- <line num="14" count="1" type="cond" truecount="1" falsecount="0"/>
93
- <line num="15" count="1" type="stmt"/>
94
- </file>
95
- <file name="Categories.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Categories.js">
96
- <metrics statements="12" coveredstatements="12" conditionals="8" coveredconditionals="8" methods="6" coveredmethods="6"/>
97
- <line num="1" count="1" type="stmt"/>
98
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
99
- <line num="3" count="1" type="stmt"/>
100
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
101
- <line num="5" count="5" type="stmt"/>
102
- <line num="6" count="5" type="stmt"/>
103
- <line num="7" count="1" type="stmt"/>
104
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
105
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
106
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
107
- <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
108
- <line num="12" count="1" type="stmt"/>
109
- </file>
110
- <file name="Changelogs.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Changelogs.js">
111
- <metrics statements="11" coveredstatements="11" conditionals="7" coveredconditionals="7" methods="5" coveredmethods="5"/>
112
- <line num="1" count="1" type="stmt"/>
113
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
114
- <line num="3" count="1" type="stmt"/>
115
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
116
- <line num="5" count="4" type="stmt"/>
117
- <line num="6" count="4" type="stmt"/>
118
- <line num="7" count="1" type="stmt"/>
119
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
120
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
121
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
122
- <line num="11" count="1" type="stmt"/>
123
- </file>
124
- <file name="Configs.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Configs.js">
125
- <metrics statements="12" coveredstatements="12" conditionals="8" coveredconditionals="8" methods="6" coveredmethods="6"/>
126
- <line num="1" count="1" type="stmt"/>
127
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
128
- <line num="3" count="1" type="stmt"/>
129
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
130
- <line num="5" count="5" type="stmt"/>
131
- <line num="6" count="5" type="stmt"/>
132
- <line num="7" count="1" type="stmt"/>
133
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
134
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
135
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
136
- <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
137
- <line num="12" count="1" type="stmt"/>
138
- </file>
139
- <file name="ContactForms.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/ContactForms.js">
140
- <metrics statements="12" coveredstatements="12" conditionals="8" coveredconditionals="8" methods="6" coveredmethods="6"/>
141
- <line num="1" count="1" type="stmt"/>
142
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
143
- <line num="3" count="1" type="stmt"/>
144
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
145
- <line num="5" count="5" type="stmt"/>
146
- <line num="6" count="5" type="stmt"/>
147
- <line num="7" count="1" type="stmt"/>
148
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
149
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
150
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
151
- <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
152
- <line num="12" count="1" type="stmt"/>
153
- </file>
154
- <file name="ConversationalTopics.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/ConversationalTopics.js">
155
- <metrics statements="12" coveredstatements="12" conditionals="8" coveredconditionals="8" methods="6" coveredmethods="6"/>
156
- <line num="1" count="1" type="stmt"/>
157
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
158
- <line num="3" count="1" type="stmt"/>
159
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
160
- <line num="5" count="5" type="stmt"/>
161
- <line num="6" count="5" type="stmt"/>
162
- <line num="7" count="1" type="stmt"/>
163
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
164
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
165
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
166
- <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
167
- <line num="12" count="1" type="stmt"/>
168
- </file>
169
- <file name="Countries.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Countries.js">
170
- <metrics statements="9" coveredstatements="9" conditionals="5" coveredconditionals="5" methods="3" coveredmethods="3"/>
171
- <line num="1" count="1" type="stmt"/>
172
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
173
- <line num="3" count="1" type="stmt"/>
174
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
175
- <line num="5" count="2" type="stmt"/>
176
- <line num="6" count="2" type="stmt"/>
177
- <line num="7" count="1" type="stmt"/>
178
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
179
- <line num="9" count="1" type="stmt"/>
180
- </file>
181
- <file name="Coupons.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Coupons.js">
182
- <metrics statements="12" coveredstatements="12" conditionals="8" coveredconditionals="8" methods="6" coveredmethods="6"/>
183
- <line num="1" count="1" type="stmt"/>
184
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
185
- <line num="3" count="1" type="stmt"/>
186
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
187
- <line num="5" count="5" type="stmt"/>
188
- <line num="6" count="5" type="stmt"/>
189
- <line num="7" count="1" type="stmt"/>
190
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
191
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
192
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
193
- <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
194
- <line num="12" count="1" type="stmt"/>
195
- </file>
196
- <file name="Courses.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Courses.js">
197
- <metrics statements="81" coveredstatements="81" conditionals="57" coveredconditionals="57" methods="41" coveredmethods="41"/>
198
- <line num="1" count="1" type="stmt"/>
199
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
200
- <line num="3" count="1" type="stmt"/>
201
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
202
- <line num="5" count="40" type="stmt"/>
203
- <line num="6" count="40" type="stmt"/>
204
- <line num="7" count="1" type="stmt"/>
205
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
206
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
207
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
208
- <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
209
- <line num="12" count="1" type="stmt"/>
210
- <line num="13" count="1" type="cond" truecount="1" falsecount="0"/>
211
- <line num="14" count="5" type="stmt"/>
212
- <line num="15" count="5" type="stmt"/>
213
- <line num="16" count="5" type="cond" truecount="3" falsecount="0"/>
214
- <line num="17" count="5" type="cond" truecount="1" falsecount="0"/>
215
- <line num="18" count="5" type="cond" truecount="1" falsecount="0"/>
216
- <line num="19" count="5" type="cond" truecount="1" falsecount="0"/>
217
- <line num="20" count="5" type="stmt"/>
218
- <line num="21" count="5" type="stmt"/>
219
- <line num="22" count="1" type="stmt"/>
220
- <line num="23" count="1" type="cond" truecount="1" falsecount="0"/>
221
- <line num="24" count="5" type="stmt"/>
222
- <line num="25" count="5" type="stmt"/>
223
- <line num="26" count="5" type="cond" truecount="3" falsecount="0"/>
224
- <line num="27" count="5" type="cond" truecount="1" falsecount="0"/>
225
- <line num="28" count="5" type="cond" truecount="1" falsecount="0"/>
226
- <line num="29" count="5" type="cond" truecount="1" falsecount="0"/>
227
- <line num="30" count="5" type="stmt"/>
228
- <line num="31" count="5" type="stmt"/>
229
- <line num="32" count="1" type="stmt"/>
230
- <line num="33" count="1" type="cond" truecount="1" falsecount="0"/>
231
- <line num="34" count="10" type="stmt"/>
232
- <line num="35" count="10" type="stmt"/>
233
- <line num="36" count="10" type="stmt"/>
234
- <line num="37" count="10" type="cond" truecount="3" falsecount="0"/>
235
- <line num="38" count="10" type="cond" truecount="1" falsecount="0"/>
236
- <line num="39" count="10" type="cond" truecount="1" falsecount="0"/>
237
- <line num="40" count="10" type="cond" truecount="1" falsecount="0"/>
238
- <line num="41" count="10" type="cond" truecount="1" falsecount="0"/>
239
- <line num="42" count="5" type="stmt"/>
240
- <line num="43" count="5" type="stmt"/>
241
- <line num="44" count="5" type="cond" truecount="3" falsecount="0"/>
242
- <line num="45" count="5" type="cond" truecount="1" falsecount="0"/>
243
- <line num="46" count="5" type="cond" truecount="1" falsecount="0"/>
244
- <line num="47" count="5" type="cond" truecount="1" falsecount="0"/>
245
- <line num="48" count="5" type="stmt"/>
246
- <line num="49" count="5" type="stmt"/>
247
- <line num="50" count="10" type="stmt"/>
248
- <line num="51" count="10" type="stmt"/>
249
- <line num="52" count="1" type="stmt"/>
250
- <line num="53" count="1" type="cond" truecount="1" falsecount="0"/>
251
- <line num="54" count="15" type="stmt"/>
252
- <line num="55" count="15" type="stmt"/>
253
- <line num="56" count="15" type="stmt"/>
254
- <line num="57" count="15" type="cond" truecount="3" falsecount="0"/>
255
- <line num="58" count="15" type="cond" truecount="1" falsecount="0"/>
256
- <line num="59" count="15" type="cond" truecount="1" falsecount="0"/>
257
- <line num="60" count="15" type="cond" truecount="1" falsecount="0"/>
258
- <line num="61" count="15" type="cond" truecount="1" falsecount="0"/>
259
- <line num="62" count="10" type="stmt"/>
260
- <line num="63" count="10" type="stmt"/>
261
- <line num="64" count="10" type="cond" truecount="3" falsecount="0"/>
262
- <line num="65" count="10" type="cond" truecount="1" falsecount="0"/>
263
- <line num="66" count="10" type="cond" truecount="1" falsecount="0"/>
264
- <line num="67" count="10" type="cond" truecount="1" falsecount="0"/>
265
- <line num="68" count="10" type="cond" truecount="1" falsecount="0"/>
266
- <line num="69" count="5" type="stmt"/>
267
- <line num="70" count="5" type="stmt"/>
268
- <line num="71" count="5" type="cond" truecount="3" falsecount="0"/>
269
- <line num="72" count="5" type="cond" truecount="1" falsecount="0"/>
270
- <line num="73" count="5" type="cond" truecount="1" falsecount="0"/>
271
- <line num="74" count="5" type="cond" truecount="1" falsecount="0"/>
272
- <line num="75" count="5" type="stmt"/>
273
- <line num="76" count="5" type="stmt"/>
274
- <line num="77" count="10" type="stmt"/>
275
- <line num="78" count="10" type="stmt"/>
276
- <line num="79" count="15" type="stmt"/>
277
- <line num="80" count="15" type="stmt"/>
278
- <line num="81" count="1" type="stmt"/>
279
- </file>
280
- <file name="Currencies.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Currencies.js">
281
- <metrics statements="10" coveredstatements="10" conditionals="6" coveredconditionals="6" methods="4" coveredmethods="4"/>
282
- <line num="1" count="1" type="stmt"/>
283
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
284
- <line num="3" count="1" type="stmt"/>
285
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
286
- <line num="5" count="3" type="stmt"/>
287
- <line num="6" count="3" type="stmt"/>
288
- <line num="7" count="1" type="stmt"/>
289
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
290
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
291
- <line num="10" count="1" type="stmt"/>
292
- </file>
293
- <file name="Files.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Files.js">
294
- <metrics statements="10" coveredstatements="10" conditionals="6" coveredconditionals="6" methods="4" coveredmethods="4"/>
295
- <line num="1" count="1" type="stmt"/>
296
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
297
- <line num="3" count="1" type="stmt"/>
298
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
299
- <line num="5" count="3" type="stmt"/>
300
- <line num="6" count="3" type="stmt"/>
301
- <line num="7" count="1" type="stmt"/>
302
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
303
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
304
- <line num="10" count="1" type="stmt"/>
305
- </file>
306
- <file name="Forums.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Forums.js">
307
- <metrics statements="24" coveredstatements="24" conditionals="17" coveredconditionals="17" methods="13" coveredmethods="13"/>
308
- <line num="1" count="1" type="stmt"/>
309
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
310
- <line num="3" count="1" type="stmt"/>
311
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
312
- <line num="5" count="12" type="stmt"/>
313
- <line num="6" count="12" type="stmt"/>
314
- <line num="7" count="1" type="stmt"/>
315
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
316
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
317
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
318
- <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
319
- <line num="12" count="1" type="cond" truecount="1" falsecount="0"/>
320
- <line num="13" count="1" type="stmt"/>
321
- <line num="14" count="1" type="cond" truecount="1" falsecount="0"/>
322
- <line num="15" count="6" type="stmt"/>
323
- <line num="16" count="6" type="stmt"/>
324
- <line num="17" count="6" type="cond" truecount="3" falsecount="0"/>
325
- <line num="18" count="6" type="cond" truecount="1" falsecount="0"/>
326
- <line num="19" count="6" type="cond" truecount="1" falsecount="0"/>
327
- <line num="20" count="6" type="cond" truecount="1" falsecount="0"/>
328
- <line num="21" count="6" type="cond" truecount="1" falsecount="0"/>
329
- <line num="22" count="6" type="stmt"/>
330
- <line num="23" count="6" type="stmt"/>
331
- <line num="24" count="1" type="stmt"/>
332
- </file>
333
- <file name="Hashes.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Hashes.js">
334
- <metrics statements="11" coveredstatements="11" conditionals="7" coveredconditionals="7" methods="5" coveredmethods="5"/>
335
- <line num="1" count="1" type="stmt"/>
336
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
337
- <line num="3" count="1" type="stmt"/>
338
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
339
- <line num="5" count="4" type="stmt"/>
340
- <line num="6" count="4" type="stmt"/>
341
- <line num="7" count="1" type="stmt"/>
342
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
343
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
344
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
345
- <line num="11" count="1" type="stmt"/>
346
- </file>
347
- <file name="Insignias.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Insignias.js">
348
- <metrics statements="12" coveredstatements="12" conditionals="8" coveredconditionals="8" methods="6" coveredmethods="6"/>
349
- <line num="1" count="1" type="stmt"/>
350
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
351
- <line num="3" count="1" type="stmt"/>
352
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
353
- <line num="5" count="5" type="stmt"/>
354
- <line num="6" count="5" type="stmt"/>
355
- <line num="7" count="1" type="stmt"/>
356
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
357
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
358
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
359
- <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
360
- <line num="12" count="1" type="stmt"/>
361
- </file>
362
- <file name="Languages.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Languages.js">
363
- <metrics statements="12" coveredstatements="12" conditionals="8" coveredconditionals="8" methods="6" coveredmethods="6"/>
364
- <line num="1" count="1" type="stmt"/>
365
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
366
- <line num="3" count="1" type="stmt"/>
367
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
368
- <line num="5" count="5" type="stmt"/>
369
- <line num="6" count="5" type="stmt"/>
370
- <line num="7" count="1" type="stmt"/>
371
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
372
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
373
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
374
- <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
375
- <line num="12" count="1" type="stmt"/>
376
- </file>
377
- <file name="MailBlacklist.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/MailBlacklist.js">
378
- <metrics statements="11" coveredstatements="11" conditionals="7" coveredconditionals="7" methods="5" coveredmethods="5"/>
379
- <line num="1" count="1" type="stmt"/>
380
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
381
- <line num="3" count="1" type="stmt"/>
382
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
383
- <line num="5" count="4" type="stmt"/>
384
- <line num="6" count="4" type="stmt"/>
385
- <line num="7" count="1" type="stmt"/>
386
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
387
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
388
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
389
- <line num="11" count="1" type="stmt"/>
390
- </file>
391
- <file name="Organizations.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Organizations.js">
392
- <metrics statements="11" coveredstatements="11" conditionals="7" coveredconditionals="7" methods="5" coveredmethods="5"/>
393
- <line num="1" count="1" type="stmt"/>
394
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
395
- <line num="3" count="1" type="stmt"/>
396
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
397
- <line num="5" count="4" type="stmt"/>
398
- <line num="6" count="4" type="stmt"/>
399
- <line num="7" count="1" type="stmt"/>
400
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
401
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
402
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
403
- <line num="11" count="1" type="stmt"/>
404
- </file>
405
- <file name="Quizzes.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Quizzes.js">
406
- <metrics statements="32" coveredstatements="32" conditionals="22" coveredconditionals="22" methods="16" coveredmethods="16"/>
407
- <line num="1" count="1" type="stmt"/>
408
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
409
- <line num="3" count="1" type="stmt"/>
410
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
411
- <line num="5" count="15" type="stmt"/>
412
- <line num="6" count="15" type="stmt"/>
413
- <line num="7" count="1" type="stmt"/>
414
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
415
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
416
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
417
- <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
418
- <line num="12" count="1" type="stmt"/>
419
- <line num="13" count="1" type="cond" truecount="1" falsecount="0"/>
420
- <line num="14" count="10" type="stmt"/>
421
- <line num="15" count="10" type="stmt"/>
422
- <line num="16" count="10" type="stmt"/>
423
- <line num="17" count="10" type="cond" truecount="3" falsecount="0"/>
424
- <line num="18" count="10" type="cond" truecount="1" falsecount="0"/>
425
- <line num="19" count="10" type="cond" truecount="1" falsecount="0"/>
426
- <line num="20" count="10" type="cond" truecount="1" falsecount="0"/>
427
- <line num="21" count="10" type="cond" truecount="1" falsecount="0"/>
428
- <line num="22" count="5" type="stmt"/>
429
- <line num="23" count="5" type="stmt"/>
430
- <line num="24" count="5" type="cond" truecount="3" falsecount="0"/>
431
- <line num="25" count="5" type="cond" truecount="1" falsecount="0"/>
432
- <line num="26" count="5" type="cond" truecount="1" falsecount="0"/>
433
- <line num="27" count="5" type="cond" truecount="1" falsecount="0"/>
434
- <line num="28" count="5" type="stmt"/>
435
- <line num="29" count="5" type="stmt"/>
436
- <line num="30" count="10" type="stmt"/>
437
- <line num="31" count="10" type="stmt"/>
438
- <line num="32" count="1" type="stmt"/>
439
- </file>
440
- <file name="ShortLinks.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/ShortLinks.js">
441
- <metrics statements="12" coveredstatements="12" conditionals="8" coveredconditionals="8" methods="6" coveredmethods="6"/>
442
- <line num="1" count="1" type="stmt"/>
443
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
444
- <line num="3" count="1" type="stmt"/>
445
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
446
- <line num="5" count="5" type="stmt"/>
447
- <line num="6" count="5" type="stmt"/>
448
- <line num="7" count="1" type="stmt"/>
449
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
450
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
451
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
452
- <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
453
- <line num="12" count="1" type="stmt"/>
454
- </file>
455
- <file name="Surveys.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Surveys.js">
456
- <metrics statements="32" coveredstatements="32" conditionals="22" coveredconditionals="22" methods="16" coveredmethods="16"/>
457
- <line num="1" count="1" type="stmt"/>
458
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
459
- <line num="3" count="1" type="stmt"/>
460
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
461
- <line num="5" count="15" type="stmt"/>
462
- <line num="6" count="15" type="stmt"/>
463
- <line num="7" count="1" type="stmt"/>
464
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
465
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
466
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
467
- <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
468
- <line num="12" count="1" type="stmt"/>
469
- <line num="13" count="1" type="cond" truecount="1" falsecount="0"/>
470
- <line num="14" count="10" type="stmt"/>
471
- <line num="15" count="10" type="stmt"/>
472
- <line num="16" count="10" type="stmt"/>
473
- <line num="17" count="10" type="cond" truecount="3" falsecount="0"/>
474
- <line num="18" count="10" type="cond" truecount="1" falsecount="0"/>
475
- <line num="19" count="10" type="cond" truecount="1" falsecount="0"/>
476
- <line num="20" count="10" type="cond" truecount="1" falsecount="0"/>
477
- <line num="21" count="10" type="cond" truecount="1" falsecount="0"/>
478
- <line num="22" count="5" type="stmt"/>
479
- <line num="23" count="5" type="stmt"/>
480
- <line num="24" count="5" type="cond" truecount="3" falsecount="0"/>
481
- <line num="25" count="5" type="cond" truecount="1" falsecount="0"/>
482
- <line num="26" count="5" type="cond" truecount="1" falsecount="0"/>
483
- <line num="27" count="5" type="cond" truecount="1" falsecount="0"/>
484
- <line num="28" count="5" type="stmt"/>
485
- <line num="29" count="5" type="stmt"/>
486
- <line num="30" count="10" type="stmt"/>
487
- <line num="31" count="10" type="stmt"/>
488
- <line num="32" count="1" type="stmt"/>
489
- </file>
490
- <file name="Tags.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Tags.js">
491
- <metrics statements="12" coveredstatements="12" conditionals="8" coveredconditionals="8" methods="6" coveredmethods="6"/>
492
- <line num="1" count="1" type="stmt"/>
493
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
494
- <line num="3" count="1" type="stmt"/>
495
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
496
- <line num="5" count="5" type="stmt"/>
497
- <line num="6" count="5" type="stmt"/>
498
- <line num="7" count="1" type="stmt"/>
499
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
500
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
501
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
502
- <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
503
- <line num="12" count="1" type="stmt"/>
504
- </file>
505
- <file name="Taxes.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Taxes.js">
506
- <metrics statements="12" coveredstatements="12" conditionals="8" coveredconditionals="8" methods="6" coveredmethods="6"/>
507
- <line num="1" count="1" type="stmt"/>
508
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
509
- <line num="3" count="1" type="stmt"/>
510
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
511
- <line num="5" count="5" type="stmt"/>
512
- <line num="6" count="5" type="stmt"/>
513
- <line num="7" count="1" type="stmt"/>
514
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
515
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
516
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
517
- <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
518
- <line num="12" count="1" type="stmt"/>
519
- </file>
520
- <file name="Teacher.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Teacher.js">
521
- <metrics statements="37" coveredstatements="37" conditionals="23" coveredconditionals="23" methods="17" coveredmethods="17"/>
522
- <line num="1" count="1" type="stmt"/>
523
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
524
- <line num="3" count="1" type="stmt"/>
525
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
526
- <line num="5" count="15" type="stmt"/>
527
- <line num="6" count="15" type="stmt"/>
528
- <line num="7" count="1" type="stmt"/>
529
- <line num="8" count="1" type="cond" truecount="1" falsecount="0"/>
530
- <line num="9" count="5" type="stmt"/>
531
- <line num="10" count="5" type="stmt"/>
532
- <line num="11" count="5" type="cond" truecount="3" falsecount="0"/>
533
- <line num="12" count="5" type="cond" truecount="1" falsecount="0"/>
534
- <line num="13" count="5" type="cond" truecount="1" falsecount="0"/>
535
- <line num="14" count="5" type="cond" truecount="1" falsecount="0"/>
536
- <line num="15" count="5" type="stmt"/>
537
- <line num="16" count="5" type="stmt"/>
538
- <line num="17" count="1" type="stmt"/>
539
- <line num="18" count="1" type="cond" truecount="1" falsecount="0"/>
540
- <line num="19" count="5" type="stmt"/>
541
- <line num="20" count="5" type="stmt"/>
542
- <line num="21" count="5" type="cond" truecount="3" falsecount="0"/>
543
- <line num="22" count="5" type="cond" truecount="1" falsecount="0"/>
544
- <line num="23" count="5" type="cond" truecount="1" falsecount="0"/>
545
- <line num="24" count="5" type="cond" truecount="1" falsecount="0"/>
546
- <line num="25" count="5" type="stmt"/>
547
- <line num="26" count="5" type="stmt"/>
548
- <line num="27" count="1" type="stmt"/>
549
- <line num="28" count="1" type="cond" truecount="1" falsecount="0"/>
550
- <line num="29" count="5" type="stmt"/>
551
- <line num="30" count="5" type="stmt"/>
552
- <line num="31" count="5" type="cond" truecount="3" falsecount="0"/>
553
- <line num="32" count="5" type="cond" truecount="1" falsecount="0"/>
554
- <line num="33" count="5" type="cond" truecount="1" falsecount="0"/>
555
- <line num="34" count="5" type="cond" truecount="1" falsecount="0"/>
556
- <line num="35" count="5" type="stmt"/>
557
- <line num="36" count="5" type="stmt"/>
558
- <line num="37" count="1" type="stmt"/>
559
- </file>
560
- <file name="Translations.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Translations.js">
561
- <metrics statements="12" coveredstatements="12" conditionals="8" coveredconditionals="8" methods="6" coveredmethods="6"/>
562
- <line num="1" count="1" type="stmt"/>
563
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
564
- <line num="3" count="1" type="stmt"/>
565
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
566
- <line num="5" count="5" type="stmt"/>
567
- <line num="6" count="5" type="stmt"/>
568
- <line num="7" count="1" type="stmt"/>
569
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
570
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
571
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
572
- <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
573
- <line num="12" count="1" type="stmt"/>
574
- </file>
575
- <file name="UserTypes.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/UserTypes.js">
576
- <metrics statements="12" coveredstatements="12" conditionals="8" coveredconditionals="8" methods="6" coveredmethods="6"/>
577
- <line num="1" count="1" type="stmt"/>
578
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
579
- <line num="3" count="1" type="stmt"/>
580
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
581
- <line num="5" count="5" type="stmt"/>
582
- <line num="6" count="5" type="stmt"/>
583
- <line num="7" count="1" type="stmt"/>
584
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
585
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
586
- <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
587
- <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
588
- <line num="12" count="1" type="stmt"/>
589
- </file>
590
- <file name="Users.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Users.js">
591
- <metrics statements="82" coveredstatements="82" conditionals="53" coveredconditionals="53" methods="39" coveredmethods="39"/>
592
- <line num="1" count="1" type="stmt"/>
593
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
594
- <line num="3" count="1" type="stmt"/>
595
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
596
- <line num="5" count="56" type="stmt"/>
597
- <line num="6" count="56" type="stmt"/>
598
- <line num="7" count="1" type="stmt"/>
599
- <line num="8" count="1" type="cond" truecount="3" falsecount="0"/>
600
- <line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
601
- <line num="10" count="1" type="stmt"/>
602
- <line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
603
- <line num="12" count="30" type="stmt"/>
604
- <line num="13" count="30" type="stmt"/>
605
- <line num="14" count="30" type="stmt"/>
606
- <line num="15" count="30" type="cond" truecount="3" falsecount="0"/>
607
- <line num="16" count="30" type="cond" truecount="1" falsecount="0"/>
608
- <line num="17" count="30" type="cond" truecount="1" falsecount="0"/>
609
- <line num="18" count="30" type="cond" truecount="1" falsecount="0"/>
610
- <line num="19" count="30" type="stmt"/>
611
- <line num="20" count="30" type="stmt"/>
612
- <line num="21" count="1" type="stmt"/>
613
- <line num="22" count="1" type="cond" truecount="1" falsecount="0"/>
614
- <line num="23" count="1" type="cond" truecount="1" falsecount="0"/>
615
- <line num="24" count="1" type="cond" truecount="1" falsecount="0"/>
616
- <line num="25" count="1" type="cond" truecount="1" falsecount="0"/>
617
- <line num="26" count="1" type="cond" truecount="1" falsecount="0"/>
618
- <line num="27" count="1" type="cond" truecount="1" falsecount="0"/>
619
- <line num="28" count="1" type="stmt"/>
620
- <line num="29" count="1" type="cond" truecount="1" falsecount="0"/>
621
- <line num="30" count="7" type="stmt"/>
622
- <line num="31" count="7" type="stmt"/>
623
- <line num="32" count="7" type="stmt"/>
624
- <line num="33" count="7" type="cond" truecount="3" falsecount="0"/>
625
- <line num="34" count="7" type="cond" truecount="1" falsecount="0"/>
626
- <line num="35" count="7" type="cond" truecount="1" falsecount="0"/>
627
- <line num="36" count="7" type="cond" truecount="1" falsecount="0"/>
628
- <line num="37" count="7" type="cond" truecount="1" falsecount="0"/>
629
- <line num="38" count="7" type="cond" truecount="1" falsecount="0"/>
630
- <line num="39" count="7" type="stmt"/>
631
- <line num="40" count="7" type="stmt"/>
632
- <line num="41" count="1" type="stmt"/>
633
- <line num="42" count="1" type="cond" truecount="1" falsecount="0"/>
634
- <line num="43" count="4" type="stmt"/>
635
- <line num="44" count="4" type="stmt"/>
636
- <line num="45" count="4" type="stmt"/>
637
- <line num="46" count="4" type="cond" truecount="3" falsecount="0"/>
638
- <line num="47" count="4" type="cond" truecount="1" falsecount="0"/>
639
- <line num="48" count="4" type="cond" truecount="1" falsecount="0"/>
640
- <line num="49" count="4" type="stmt"/>
641
- <line num="50" count="4" type="stmt"/>
642
- <line num="51" count="1" type="stmt"/>
643
- <line num="52" count="1" type="cond" truecount="1" falsecount="0"/>
644
- <line num="53" count="3" type="stmt"/>
645
- <line num="54" count="3" type="stmt"/>
646
- <line num="55" count="3" type="stmt"/>
647
- <line num="56" count="3" type="cond" truecount="3" falsecount="0"/>
648
- <line num="57" count="3" type="cond" truecount="1" falsecount="0"/>
649
- <line num="58" count="3" type="stmt"/>
650
- <line num="59" count="3" type="stmt"/>
651
- <line num="60" count="1" type="stmt"/>
652
- <line num="61" count="1" type="cond" truecount="2" falsecount="0"/>
653
- <line num="62" count="1" type="stmt"/>
654
- <line num="63" count="1" type="cond" truecount="1" falsecount="0"/>
655
- <line num="64" count="4" type="stmt"/>
656
- <line num="65" count="4" type="stmt"/>
657
- <line num="66" count="4" type="stmt"/>
658
- <line num="67" count="4" type="cond" truecount="3" falsecount="0"/>
659
- <line num="68" count="4" type="cond" truecount="1" falsecount="0"/>
660
- <line num="69" count="4" type="cond" truecount="1" falsecount="0"/>
661
- <line num="70" count="4" type="stmt"/>
662
- <line num="71" count="4" type="stmt"/>
663
- <line num="72" count="1" type="stmt"/>
664
- <line num="73" count="1" type="cond" truecount="1" falsecount="0"/>
665
- <line num="74" count="4" type="stmt"/>
666
- <line num="75" count="4" type="stmt"/>
667
- <line num="76" count="4" type="stmt"/>
668
- <line num="77" count="4" type="cond" truecount="3" falsecount="0"/>
669
- <line num="78" count="4" type="cond" truecount="1" falsecount="0"/>
670
- <line num="79" count="4" type="cond" truecount="1" falsecount="0"/>
671
- <line num="80" count="4" type="stmt"/>
672
- <line num="81" count="4" type="stmt"/>
673
- <line num="82" count="1" type="stmt"/>
674
- </file>
675
- <file name="Zoom.js" path="/home/runner/work/api-sdk-js/api-sdk-js/src/api/v1/Zoom.js">
676
- <metrics statements="23" coveredstatements="23" conditionals="13" coveredconditionals="13" methods="9" coveredmethods="9"/>
677
- <line num="1" count="1" type="stmt"/>
678
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
679
- <line num="3" count="1" type="stmt"/>
680
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
681
- <line num="5" count="7" type="stmt"/>
682
- <line num="6" count="7" type="stmt"/>
683
- <line num="7" count="1" type="stmt"/>
684
- <line num="8" count="1" type="cond" truecount="1" falsecount="0"/>
685
- <line num="9" count="2" type="stmt"/>
686
- <line num="10" count="2" type="cond" truecount="3" falsecount="0"/>
687
- <line num="11" count="2" type="stmt"/>
688
- <line num="12" count="2" type="stmt"/>
689
- <line num="13" count="1" type="stmt"/>
690
- <line num="14" count="1" type="cond" truecount="1" falsecount="0"/>
691
- <line num="15" count="5" type="stmt"/>
692
- <line num="16" count="5" type="stmt"/>
693
- <line num="17" count="5" type="cond" truecount="3" falsecount="0"/>
694
- <line num="18" count="5" type="cond" truecount="1" falsecount="0"/>
695
- <line num="19" count="5" type="cond" truecount="1" falsecount="0"/>
696
- <line num="20" count="5" type="cond" truecount="1" falsecount="0"/>
697
- <line num="21" count="5" type="stmt"/>
698
- <line num="22" count="5" type="stmt"/>
699
- <line num="23" count="1" type="stmt"/>
700
- </file>
701
- </package>
702
- </project>
703
- </coverage>