@lexho111/plainblog 0.6.4 → 0.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/Article.js +1 -1
  2. package/Blog.js +249 -138
  3. package/Formatter.js +5 -7
  4. package/model/DataModel.js +6 -2
  5. package/model/datastructures/BinarySearchTree.js +27 -0
  6. package/model/datastructures/BinarySearchTreeHashMap.js +14 -5
  7. package/package.json +1 -1
  8. package/public/favicon.ico +0 -0
  9. package/public/index.html +17 -0
  10. package/public/main-LAI5FAZI.js +7 -0
  11. package/public/main-SKL6R4NB.js +7 -0
  12. package/public/scripts.min.js +2 -2
  13. package/public/styles-I55BTQOK.css +1 -0
  14. package/public/styles.min.css +2 -2
  15. package/src/fetchData.js +53 -29
  16. package/src/styles.css +152 -42
  17. package/.vscode/settings.json +0 -2
  18. package/blog_test_empty.db +0 -0
  19. package/blog_test_load.db +0 -0
  20. package/coverage/clover.xml +0 -1051
  21. package/coverage/coverage-final.json +0 -20
  22. package/coverage/lcov-report/base.css +0 -224
  23. package/coverage/lcov-report/block-navigation.js +0 -87
  24. package/coverage/lcov-report/favicon.png +0 -0
  25. package/coverage/lcov-report/index.html +0 -161
  26. package/coverage/lcov-report/package/Article.js.html +0 -406
  27. package/coverage/lcov-report/package/Blog.js.html +0 -2674
  28. package/coverage/lcov-report/package/Formatter.js.html +0 -379
  29. package/coverage/lcov-report/package/build-scripts.js.html +0 -247
  30. package/coverage/lcov-report/package/build-styles.js.html +0 -367
  31. package/coverage/lcov-report/package/index.html +0 -191
  32. package/coverage/lcov-report/package/model/APIModel.js.html +0 -190
  33. package/coverage/lcov-report/package/model/ArrayList.js.html +0 -382
  34. package/coverage/lcov-report/package/model/ArrayListHashMap.js.html +0 -379
  35. package/coverage/lcov-report/package/model/BinarySearchTree.js.html +0 -856
  36. package/coverage/lcov-report/package/model/BinarySearchTreeHashMap.js.html +0 -346
  37. package/coverage/lcov-report/package/model/DataModel.js.html +0 -325
  38. package/coverage/lcov-report/package/model/DatabaseModel.js.html +0 -235
  39. package/coverage/lcov-report/package/model/FileAdapter.js.html +0 -397
  40. package/coverage/lcov-report/package/model/FileList.js.html +0 -244
  41. package/coverage/lcov-report/package/model/FileModel.js.html +0 -361
  42. package/coverage/lcov-report/package/model/SequelizeAdapter.js.html +0 -538
  43. package/coverage/lcov-report/package/model/SqliteAdapter.js.html +0 -247
  44. package/coverage/lcov-report/package/model/datastructures/ArrayList.js.html +0 -439
  45. package/coverage/lcov-report/package/model/datastructures/ArrayListHashMap.js.html +0 -196
  46. package/coverage/lcov-report/package/model/datastructures/BinarySearchTree.js.html +0 -916
  47. package/coverage/lcov-report/package/model/datastructures/BinarySearchTreeHashMap.js.html +0 -355
  48. package/coverage/lcov-report/package/model/datastructures/FileList.js.html +0 -244
  49. package/coverage/lcov-report/package/model/datastructures/index.html +0 -176
  50. package/coverage/lcov-report/package/model/index.html +0 -206
  51. package/coverage/lcov-report/package/utilities.js.html +0 -511
  52. package/coverage/lcov-report/prettify.css +0 -1
  53. package/coverage/lcov-report/prettify.js +0 -2
  54. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  55. package/coverage/lcov-report/sorter.js +0 -210
  56. package/coverage/lcov.info +0 -2078
  57. package/eslint.config.js +0 -27
  58. package/plainblog - Verkn/303/274pfung.lnk +0 -0
@@ -1,1051 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1768729738540" clover="3.2.0">
3
- <project timestamp="1768729738540" name="All files">
4
- <metrics statements="976" coveredstatements="723" conditionals="521" coveredconditionals="312" methods="205" coveredmethods="167" elements="1702" coveredelements="1202" complexity="0" loc="976" ncloc="976" packages="4" files="19" classes="19"/>
5
- <package name="package">
6
- <metrics statements="538" coveredstatements="402" conditionals="270" coveredconditionals="162" methods="77" coveredmethods="69"/>
7
- <file name="Article.js" path="C:\Users\alexh\Documents\plainblog\package\Article.js">
8
- <metrics statements="31" coveredstatements="31" conditionals="16" coveredconditionals="12" methods="8" coveredmethods="8"/>
9
- <line num="3" count="1260714" type="stmt"/>
10
- <line num="4" count="1260714" type="stmt"/>
11
- <line num="5" count="1260714" type="stmt"/>
12
- <line num="6" count="1260714" type="stmt"/>
13
- <line num="10" count="931380" type="stmt"/>
14
- <line num="12" count="931380" type="stmt"/>
15
- <line num="15" count="7" type="stmt"/>
16
- <line num="18" count="931380" type="stmt"/>
17
- <line num="19" count="931380" type="stmt"/>
18
- <line num="23" count="482" type="stmt"/>
19
- <line num="27" count="14" type="cond" truecount="2" falsecount="0"/>
20
- <line num="28" count="12" type="cond" truecount="2" falsecount="0"/>
21
- <line num="29" count="3" type="stmt"/>
22
- <line num="30" count="3" type="stmt"/>
23
- <line num="31" count="3" type="stmt"/>
24
- <line num="35" count="473" type="cond" truecount="2" falsecount="0"/>
25
- <line num="36" count="1" type="stmt"/>
26
- <line num="37" count="1" type="stmt"/>
27
- <line num="38" count="1" type="stmt"/>
28
- <line num="42" count="471" type="stmt"/>
29
- <line num="43" count="471" type="stmt"/>
30
- <line num="44" count="471" type="stmt"/>
31
- <line num="45" count="471" type="stmt"/>
32
- <line num="46" count="471" type="stmt"/>
33
- <line num="47" count="471" type="stmt"/>
34
- <line num="48" count="471" type="stmt"/>
35
- <line num="52" count="471" type="cond" truecount="1" falsecount="1"/>
36
- <line num="53" count="471" type="cond" truecount="1" falsecount="1"/>
37
- <line num="54" count="471" type="cond" truecount="1" falsecount="1"/>
38
- <line num="57" count="471" type="cond" truecount="1" falsecount="1"/>
39
- <line num="98" count="471" type="stmt"/>
40
- </file>
41
- <file name="Blog.js" path="C:\Users\alexh\Documents\plainblog\package\Blog.js">
42
- <metrics statements="370" coveredstatements="277" conditionals="181" coveredconditionals="106" methods="50" coveredmethods="44"/>
43
- <line num="27" count="5" type="stmt"/>
44
- <line num="31" count="31" type="stmt"/>
45
- <line num="35" count="2" type="stmt"/>
46
- <line num="39" count="31" type="stmt"/>
47
- <line num="46" count="31" type="stmt"/>
48
- <line num="47" count="31" type="stmt"/>
49
- <line num="48" count="31" type="stmt"/>
50
- <line num="49" count="31" type="stmt"/>
51
- <line num="50" count="31" type="stmt"/>
52
- <line num="52" count="31" type="stmt"/>
53
- <line num="54" count="31" type="stmt"/>
54
- <line num="55" count="31" type="stmt"/>
55
- <line num="57" count="31" type="stmt"/>
56
- <line num="58" count="31" type="stmt"/>
57
- <line num="63" count="20" type="cond" truecount="2" falsecount="0"/>
58
- <line num="70" count="20" type="stmt"/>
59
- <line num="83" count="20" type="stmt"/>
60
- <line num="87" count="31" type="stmt"/>
61
- <line num="88" count="31" type="stmt"/>
62
- <line num="89" count="31" type="stmt"/>
63
- <line num="91" count="31" type="stmt"/>
64
- <line num="92" count="31" type="stmt"/>
65
- <line num="93" count="31" type="stmt"/>
66
- <line num="94" count="31" type="stmt"/>
67
- <line num="95" count="31" type="stmt"/>
68
- <line num="96" count="31" type="stmt"/>
69
- <line num="97" count="31" type="stmt"/>
70
- <line num="98" count="31" type="stmt"/>
71
- <line num="99" count="31" type="stmt"/>
72
- <line num="100" count="31" type="stmt"/>
73
- <line num="103" count="6" type="stmt"/>
74
- <line num="107" count="0" type="stmt"/>
75
- <line num="115" count="5" type="stmt"/>
76
- <line num="116" count="5" type="stmt"/>
77
- <line num="120" count="5" type="stmt"/>
78
- <line num="124" count="22" type="stmt"/>
79
- <line num="128" count="3" type="stmt"/>
80
- <line num="136" count="4" type="cond" truecount="1" falsecount="1"/>
81
- <line num="137" count="4" type="cond" truecount="1" falsecount="1"/>
82
- <line num="138" count="4" type="stmt"/>
83
- <line num="139" count="4" type="stmt"/>
84
- <line num="142" count="4" type="stmt"/>
85
- <line num="150" count="1" type="stmt"/>
86
- <line num="151" count="1" type="stmt"/>
87
- <line num="159" count="3" type="stmt"/>
88
- <line num="160" count="3" type="stmt"/>
89
- <line num="161" count="3" type="stmt"/>
90
- <line num="165" count="164663" type="stmt"/>
91
- <line num="169" count="4" type="cond" truecount="2" falsecount="0"/>
92
- <line num="170" count="1" type="stmt"/>
93
- <line num="171" count="1" type="stmt"/>
94
- <line num="175" count="1" type="stmt"/>
95
- <line num="176" count="1" type="stmt"/>
96
- <line num="177" count="1" type="stmt"/>
97
- <line num="178" count="1" type="stmt"/>
98
- <line num="179" count="1" type="stmt"/>
99
- <line num="180" count="1" type="stmt"/>
100
- <line num="182" count="1" type="stmt"/>
101
- <line num="184" count="1" type="cond" truecount="1" falsecount="1"/>
102
- <line num="185" count="1" type="stmt"/>
103
- <line num="186" count="1" type="stmt"/>
104
- <line num="187" count="1" type="stmt"/>
105
- <line num="191" count="1" type="stmt"/>
106
- <line num="193" count="0" type="stmt"/>
107
- <line num="194" count="0" type="stmt"/>
108
- <line num="204" count="0" type="stmt"/>
109
- <line num="205" count="0" type="cond" truecount="0" falsecount="2"/>
110
- <line num="206" count="0" type="stmt"/>
111
- <line num="209" count="0" type="stmt"/>
112
- <line num="210" count="0" type="cond" truecount="0" falsecount="2"/>
113
- <line num="211" count="0" type="stmt"/>
114
- <line num="214" count="0" type="stmt"/>
115
- <line num="218" count="0" type="stmt"/>
116
- <line num="223" count="31" type="cond" truecount="2" falsecount="0"/>
117
- <line num="224" count="25" type="stmt"/>
118
- <line num="228" count="25" type="cond" truecount="4" falsecount="0"/>
119
- <line num="230" count="9" type="stmt"/>
120
- <line num="232" count="25" type="cond" truecount="2" falsecount="0"/>
121
- <line num="238" count="22" type="stmt"/>
122
- <line num="239" count="22" type="stmt"/>
123
- <line num="240" count="22" type="stmt"/>
124
- <line num="241" count="22" type="stmt"/>
125
- <line num="247" count="22" type="stmt"/>
126
- <line num="248" count="22" type="stmt"/>
127
- <line num="250" count="22" type="stmt"/>
128
- <line num="254" count="18" type="stmt"/>
129
- <line num="257" count="18" type="cond" truecount="1" falsecount="1"/>
130
- <line num="259" count="4" type="stmt"/>
131
- <line num="263" count="22" type="stmt"/>
132
- <line num="266" count="0" type="cond" truecount="0" falsecount="2"/>
133
- <line num="270" count="22" type="stmt"/>
134
- <line num="271" count="22" type="stmt"/>
135
- <line num="276" count="22" type="cond" truecount="4" falsecount="0"/>
136
- <line num="277" count="4" type="stmt"/>
137
- <line num="278" count="4" type="stmt"/>
138
- <line num="279" count="4" type="stmt"/>
139
- <line num="280" count="4" type="stmt"/>
140
- <line num="283" count="4" type="stmt"/>
141
- <line num="288" count="0" type="stmt"/>
142
- <line num="294" count="25" type="stmt"/>
143
- <line num="295" count="25" type="stmt"/>
144
- <line num="296" count="25" type="stmt"/>
145
- <line num="297" count="25" type="stmt"/>
146
- <line num="299" count="25" type="cond" truecount="2" falsecount="0"/>
147
- <line num="300" count="2" type="stmt"/>
148
- <line num="301" count="2" type="stmt"/>
149
- <line num="303" count="23" type="stmt"/>
150
- <line num="304" count="23" type="cond" truecount="2" falsecount="0"/>
151
- <line num="305" count="19" type="cond" truecount="1" falsecount="1"/>
152
- <line num="306" count="19" type="stmt"/>
153
- <line num="307" count="19" type="stmt"/>
154
- <line num="310" count="23" type="stmt"/>
155
- <line num="311" count="23" type="stmt"/>
156
- <line num="312" count="23" type="stmt"/>
157
- <line num="313" count="23" type="stmt"/>
158
- <line num="318" count="23" type="stmt"/>
159
- <line num="321" count="23" type="stmt"/>
160
- <line num="326" count="23" type="cond" truecount="2" falsecount="0"/>
161
- <line num="327" count="4" type="stmt"/>
162
- <line num="335" count="4" type="stmt"/>
163
- <line num="344" count="23" type="cond" truecount="1" falsecount="1"/>
164
- <line num="345" count="0" type="stmt"/>
165
- <line num="346" count="23" type="stmt"/>
166
- <line num="347" count="23" type="cond" truecount="4" falsecount="0"/>
167
- <line num="348" count="10" type="stmt"/>
168
- <line num="349" count="13" type="stmt"/>
169
- <line num="350" count="23" type="stmt"/>
170
- <line num="351" count="23" type="stmt"/>
171
- <line num="354" count="25" type="stmt"/>
172
- <line num="359" count="2" type="stmt"/>
173
- <line num="360" count="2" type="stmt"/>
174
- <line num="361" count="2" type="stmt"/>
175
- <line num="362" count="2" type="stmt"/>
176
- <line num="363" count="2" type="stmt"/>
177
- <line num="367" count="2" type="stmt"/>
178
- <line num="368" count="2" type="stmt"/>
179
- <line num="369" count="2" type="stmt"/>
180
- <line num="371" count="2" type="cond" truecount="3" falsecount="1"/>
181
- <line num="372" count="2" type="stmt"/>
182
- <line num="373" count="2" type="stmt"/>
183
- <line num="375" count="2" type="stmt"/>
184
- <line num="376" count="2" type="cond" truecount="2" falsecount="0"/>
185
- <line num="377" count="1" type="stmt"/>
186
- <line num="378" count="2" type="cond" truecount="2" falsecount="0"/>
187
- <line num="379" count="1" type="stmt"/>
188
- <line num="380" count="2" type="stmt"/>
189
- <line num="382" count="2" type="stmt"/>
190
- <line num="384" count="2" type="stmt"/>
191
- <line num="385" count="2" type="stmt"/>
192
- <line num="387" count="0" type="stmt"/>
193
- <line num="391" count="2" type="stmt"/>
194
- <line num="392" count="2" type="stmt"/>
195
- <line num="398" count="8" type="stmt"/>
196
- <line num="400" count="8" type="stmt"/>
197
- <line num="403" count="11" type="cond" truecount="2" falsecount="0"/>
198
- <line num="404" count="8" type="stmt"/>
199
- <line num="405" count="8" type="stmt"/>
200
- <line num="409" count="3" type="cond" truecount="2" falsecount="0"/>
201
- <line num="410" count="1" type="cond" truecount="1" falsecount="1"/>
202
- <line num="411" count="0" type="stmt"/>
203
- <line num="412" count="0" type="stmt"/>
204
- <line num="418" count="0" type="stmt"/>
205
- <line num="419" count="1" type="cond" truecount="1" falsecount="1"/>
206
- <line num="420" count="1" type="stmt"/>
207
- <line num="421" count="1" type="stmt"/>
208
- <line num="425" count="2" type="cond" truecount="1" falsecount="1"/>
209
- <line num="426" count="0" type="stmt"/>
210
- <line num="427" count="0" type="stmt"/>
211
- <line num="430" count="2" type="cond" truecount="2" falsecount="2"/>
212
- <line num="431" count="0" type="cond" truecount="0" falsecount="2"/>
213
- <line num="432" count="0" type="stmt"/>
214
- <line num="433" count="0" type="stmt"/>
215
- <line num="434" count="0" type="stmt"/>
216
- <line num="436" count="0" type="stmt"/>
217
- <line num="438" count="2" type="cond" truecount="3" falsecount="1"/>
218
- <line num="442" count="2" type="cond" truecount="1" falsecount="1"/>
219
- <line num="443" count="0" type="cond" truecount="0" falsecount="4"/>
220
- <line num="444" count="0" type="stmt"/>
221
- <line num="446" count="0" type="stmt"/>
222
- <line num="447" count="0" type="stmt"/>
223
- <line num="448" count="0" type="stmt"/>
224
- <line num="449" count="0" type="stmt"/>
225
- <line num="452" count="2" type="stmt"/>
226
- <line num="453" count="2" type="cond" truecount="1" falsecount="1"/>
227
- <line num="455" count="2" type="stmt"/>
228
- <line num="458" count="0" type="stmt"/>
229
- <line num="461" count="2" type="stmt"/>
230
- <line num="462" count="2" type="stmt"/>
231
- <line num="463" count="2" type="stmt"/>
232
- <line num="464" count="2" type="stmt"/>
233
- <line num="466" count="0" type="stmt"/>
234
- <line num="467" count="0" type="stmt"/>
235
- <line num="468" count="0" type="stmt"/>
236
- <line num="472" count="0" type="stmt"/>
237
- <line num="473" count="0" type="stmt"/>
238
- <line num="474" count="0" type="stmt"/>
239
- <line num="478" count="0" type="stmt"/>
240
- <line num="480" count="0" type="cond" truecount="0" falsecount="2"/>
241
- <line num="481" count="0" type="stmt"/>
242
- <line num="482" count="0" type="cond" truecount="0" falsecount="2"/>
243
- <line num="483" count="0" type="stmt"/>
244
- <line num="484" count="0" type="stmt"/>
245
- <line num="495" count="0" type="cond" truecount="0" falsecount="2"/>
246
- <line num="496" count="0" type="stmt"/>
247
- <line num="497" count="0" type="stmt"/>
248
- <line num="498" count="0" type="stmt"/>
249
- <line num="504" count="0" type="cond" truecount="0" falsecount="2"/>
250
- <line num="505" count="0" type="stmt"/>
251
- <line num="510" count="0" type="stmt"/>
252
- <line num="511" count="0" type="stmt"/>
253
- <line num="515" count="8" type="stmt"/>
254
- <line num="517" count="8" type="stmt"/>
255
- <line num="518" count="8" type="stmt"/>
256
- <line num="519" count="8" type="stmt"/>
257
- <line num="520" count="8" type="stmt"/>
258
- <line num="522" count="8" type="stmt"/>
259
- <line num="523" count="8" type="stmt"/>
260
- <line num="524" count="8" type="stmt"/>
261
- <line num="530" count="11" type="stmt"/>
262
- <line num="531" count="11" type="cond" truecount="2" falsecount="0"/>
263
- <line num="533" count="8" type="stmt"/>
264
- <line num="534" count="8" type="cond" truecount="2" falsecount="2"/>
265
- <line num="535" count="8" type="stmt"/>
266
- <line num="536" count="8" type="stmt"/>
267
- <line num="540" count="3" type="stmt"/>
268
- <line num="547" count="25" type="stmt"/>
269
- <line num="548" count="25" type="cond" truecount="1" falsecount="1"/>
270
- <line num="549" count="25" type="stmt"/>
271
- <line num="553" count="25" type="stmt"/>
272
- <line num="555" count="25" type="cond" truecount="4" falsecount="1"/>
273
- <line num="556" count="25" type="cond" truecount="2" falsecount="0"/>
274
- <line num="557" count="24" type="stmt"/>
275
- <line num="558" count="24" type="stmt"/>
276
- <line num="559" count="311088" type="cond" truecount="2" falsecount="0"/>
277
- <line num="560" count="155532" type="stmt"/>
278
- <line num="561" count="155532" type="stmt"/>
279
- <line num="562" count="155532" type="stmt"/>
280
- <line num="568" count="155532" type="stmt"/>
281
- <line num="569" count="155532" type="stmt"/>
282
- <line num="570" count="155532" type="stmt"/>
283
- <line num="572" count="24" type="stmt"/>
284
- <line num="574" count="1" type="stmt"/>
285
- <line num="575" count="9118" type="stmt"/>
286
- <line num="581" count="9118" type="stmt"/>
287
- <line num="588" count="2" type="stmt"/>
288
- <line num="589" count="2" type="cond" truecount="1" falsecount="1"/>
289
- <line num="590" count="2" type="stmt"/>
290
- <line num="597" count="8" type="cond" truecount="1" falsecount="1"/>
291
- <line num="598" count="8" type="stmt"/>
292
- <line num="600" count="8" type="cond" truecount="2" falsecount="0"/>
293
- <line num="601" count="6" type="cond" truecount="4" falsecount="0"/>
294
- <line num="602" count="5" type="stmt"/>
295
- <line num="603" count="5" type="stmt"/>
296
- <line num="606" count="5" type="stmt"/>
297
- <line num="609" count="6" type="cond" truecount="1" falsecount="1"/>
298
- <line num="610" count="0" type="stmt"/>
299
- <line num="611" count="0" type="stmt"/>
300
- <line num="612" count="0" type="stmt"/>
301
- <line num="613" count="0" type="stmt"/>
302
- <line num="614" count="0" type="stmt"/>
303
- <line num="617" count="6" type="cond" truecount="2" falsecount="0"/>
304
- <line num="619" count="1" type="stmt"/>
305
- <line num="620" count="1" type="cond" truecount="1" falsecount="1"/>
306
- <line num="622" count="1" type="stmt"/>
307
- <line num="623" count="1" type="stmt"/>
308
- <line num="631" count="1" type="stmt"/>
309
- <line num="632" count="1" type="stmt"/>
310
- <line num="633" count="1" type="stmt"/>
311
- <line num="637" count="1" type="stmt"/>
312
- <line num="641" count="2" type="cond" truecount="3" falsecount="1"/>
313
- <line num="642" count="2" type="cond" truecount="2" falsecount="0"/>
314
- <line num="643" count="1" type="stmt"/>
315
- <line num="644" count="1" type="stmt"/>
316
- <line num="645" count="1" type="stmt"/>
317
- <line num="647" count="1" type="stmt"/>
318
- <line num="648" count="1" type="stmt"/>
319
- <line num="649" count="1" type="stmt"/>
320
- <line num="650" count="1" type="stmt"/>
321
- <line num="651" count="1" type="stmt"/>
322
- <line num="653" count="1" type="stmt"/>
323
- <line num="655" count="1" type="stmt"/>
324
- <line num="657" count="1" type="stmt"/>
325
- <line num="658" count="1" type="stmt"/>
326
- <line num="659" count="0" type="cond" truecount="0" falsecount="4"/>
327
- <line num="660" count="0" type="cond" truecount="0" falsecount="2"/>
328
- <line num="661" count="0" type="stmt"/>
329
- <line num="662" count="0" type="stmt"/>
330
- <line num="663" count="0" type="stmt"/>
331
- <line num="665" count="0" type="stmt"/>
332
- <line num="666" count="0" type="cond" truecount="0" falsecount="2"/>
333
- <line num="667" count="0" type="stmt"/>
334
- <line num="668" count="0" type="cond" truecount="0" falsecount="2"/>
335
- <line num="669" count="0" type="stmt"/>
336
- <line num="671" count="0" type="stmt"/>
337
- <line num="672" count="0" type="stmt"/>
338
- <line num="674" count="0" type="cond" truecount="0" falsecount="4"/>
339
- <line num="675" count="0" type="cond" truecount="0" falsecount="2"/>
340
- <line num="676" count="0" type="stmt"/>
341
- <line num="677" count="0" type="stmt"/>
342
- <line num="678" count="0" type="stmt"/>
343
- <line num="680" count="0" type="stmt"/>
344
- <line num="681" count="0" type="stmt"/>
345
- <line num="682" count="0" type="stmt"/>
346
- <line num="683" count="0" type="stmt"/>
347
- <line num="684" count="0" type="stmt"/>
348
- <line num="686" count="0" type="stmt"/>
349
- <line num="687" count="0" type="stmt"/>
350
- <line num="688" count="0" type="cond" truecount="0" falsecount="2"/>
351
- <line num="689" count="0" type="stmt"/>
352
- <line num="691" count="0" type="stmt"/>
353
- <line num="692" count="0" type="stmt"/>
354
- <line num="698" count="2" type="stmt"/>
355
- <line num="699" count="2" type="stmt"/>
356
- <line num="704" count="1" type="stmt"/>
357
- <line num="708" count="1" type="stmt"/>
358
- <line num="709" count="1" type="stmt"/>
359
- <line num="714" count="14" type="stmt"/>
360
- <line num="715" count="14" type="stmt"/>
361
- <line num="717" count="14" type="stmt"/>
362
- <line num="718" count="14" type="stmt"/>
363
- <line num="725" count="14" type="cond" truecount="1" falsecount="1"/>
364
- <line num="726" count="14" type="stmt"/>
365
- <line num="731" count="14" type="stmt"/>
366
- <line num="732" count="14" type="stmt"/>
367
- <line num="733" count="14" type="stmt"/>
368
- <line num="734" count="14" type="stmt"/>
369
- <line num="735" count="14" type="cond" truecount="1" falsecount="1"/>
370
- <line num="736" count="0" type="stmt"/>
371
- <line num="744" count="9" type="stmt"/>
372
- <line num="749" count="9" type="cond" truecount="2" falsecount="0"/>
373
- <line num="750" count="9" type="stmt"/>
374
- <line num="752" count="8" type="cond" truecount="4" falsecount="0"/>
375
- <line num="759" count="9" type="cond" truecount="2" falsecount="0"/>
376
- <line num="761" count="2" type="stmt"/>
377
- <line num="763" count="2" type="stmt"/>
378
- <line num="764" count="2" type="cond" truecount="1" falsecount="1"/>
379
- <line num="765" count="2" type="stmt"/>
380
- <line num="770" count="2" type="stmt"/>
381
- <line num="775" count="2" type="stmt"/>
382
- <line num="782" count="2" type="cond" truecount="3" falsecount="1"/>
383
- <line num="783" count="2" type="stmt"/>
384
- <line num="784" count="2" type="stmt"/>
385
- <line num="787" count="2" type="stmt"/>
386
- <line num="790" count="2" type="stmt"/>
387
- <line num="792" count="2" type="stmt"/>
388
- <line num="793" count="2" type="stmt"/>
389
- <line num="798" count="0" type="stmt"/>
390
- <line num="809" count="25" type="cond" truecount="1" falsecount="1"/>
391
- <line num="810" count="25" type="stmt"/>
392
- <line num="812" count="25" type="cond" truecount="3" falsecount="0"/>
393
- <line num="815" count="25" type="cond" truecount="1" falsecount="1"/>
394
- <line num="816" count="25" type="stmt"/>
395
- <line num="818" count="25" type="stmt"/>
396
- <line num="819" count="25" type="cond" truecount="1" falsecount="1"/>
397
- <line num="820" count="25" type="stmt"/>
398
- <line num="824" count="25" type="stmt"/>
399
- <line num="829" count="25" type="stmt"/>
400
- <line num="835" count="25" type="cond" truecount="1" falsecount="1"/>
401
- <line num="836" count="25" type="stmt"/>
402
- <line num="837" count="25" type="stmt"/>
403
- <line num="838" count="25" type="stmt"/>
404
- <line num="842" count="25" type="stmt"/>
405
- <line num="843" count="25" type="cond" truecount="1" falsecount="1"/>
406
- <line num="849" count="25" type="cond" truecount="1" falsecount="1"/>
407
- <line num="850" count="0" type="stmt"/>
408
- <line num="851" count="0" type="stmt"/>
409
- <line num="853" count="0" type="stmt"/>
410
- <line num="855" count="0" type="stmt"/>
411
- <line num="856" count="0" type="stmt"/>
412
- <line num="857" count="0" type="stmt"/>
413
- </file>
414
- <file name="Formatter.js" path="C:\Users\alexh\Documents\plainblog\package\Formatter.js">
415
- <metrics statements="26" coveredstatements="19" conditionals="14" coveredconditionals="10" methods="5" coveredmethods="5"/>
416
- <line num="7" count="14" type="stmt"/>
417
- <line num="26" count="14" type="stmt"/>
418
- <line num="27" count="14" type="stmt"/>
419
- <line num="28" count="14" type="cond" truecount="1" falsecount="1"/>
420
- <line num="29" count="0" type="stmt"/>
421
- <line num="39" count="14" type="stmt"/>
422
- <line num="40" count="14" type="stmt"/>
423
- <line num="53" count="471" type="stmt"/>
424
- <line num="68" count="1" type="stmt"/>
425
- <line num="69" count="1" type="stmt"/>
426
- <line num="70" count="1" type="stmt"/>
427
- <line num="71" count="1" type="stmt"/>
428
- <line num="72" count="1" type="stmt"/>
429
- <line num="73" count="1" type="stmt"/>
430
- <line num="75" count="1" type="stmt"/>
431
- <line num="84" count="14" type="stmt"/>
432
- <line num="85" count="14" type="cond" truecount="3" falsecount="1"/>
433
- <line num="86" count="0" type="stmt"/>
434
- <line num="87" count="0" type="stmt"/>
435
- <line num="89" count="14" type="cond" truecount="3" falsecount="1"/>
436
- <line num="90" count="0" type="stmt"/>
437
- <line num="91" count="0" type="stmt"/>
438
- <line num="93" count="14" type="cond" truecount="3" falsecount="1"/>
439
- <line num="94" count="0" type="stmt"/>
440
- <line num="95" count="0" type="stmt"/>
441
- <line num="97" count="14" type="stmt"/>
442
- </file>
443
- <file name="build-scripts.js" path="C:\Users\alexh\Documents\plainblog\package\build-scripts.js">
444
- <metrics statements="24" coveredstatements="21" conditionals="15" coveredconditionals="10" methods="2" coveredmethods="2"/>
445
- <line num="7" count="4" type="stmt"/>
446
- <line num="8" count="4" type="stmt"/>
447
- <line num="9" count="4" type="cond" truecount="2" falsecount="0"/>
448
- <line num="11" count="3" type="stmt"/>
449
- <line num="12" count="3" type="stmt"/>
450
- <line num="16" count="4" type="cond" truecount="2" falsecount="0"/>
451
- <line num="17" count="2" type="stmt"/>
452
- <line num="19" count="2" type="stmt"/>
453
- <line num="21" count="1" type="cond" truecount="1" falsecount="1"/>
454
- <line num="22" count="1" type="stmt"/>
455
- <line num="24" count="1" type="stmt"/>
456
- <line num="30" count="2" type="stmt"/>
457
- <line num="31" count="2" type="stmt"/>
458
- <line num="32" count="2" type="stmt"/>
459
- <line num="33" count="2" type="stmt"/>
460
- <line num="35" count="0" type="stmt"/>
461
- <line num="36" count="0" type="stmt"/>
462
- <line num="37" count="0" type="stmt"/>
463
- <line num="40" count="2" type="stmt"/>
464
- <line num="47" count="1" type="cond" truecount="3" falsecount="1"/>
465
- <line num="50" count="1" type="cond" truecount="1" falsecount="2"/>
466
- <line num="51" count="1" type="stmt"/>
467
- <line num="52" count="1" type="cond" truecount="1" falsecount="1"/>
468
- <line num="53" count="1" type="stmt"/>
469
- </file>
470
- <file name="build-styles.js" path="C:\Users\alexh\Documents\plainblog\package\build-styles.js">
471
- <metrics statements="41" coveredstatements="22" conditionals="18" coveredconditionals="5" methods="5" coveredmethods="5"/>
472
- <line num="10" count="2" type="stmt"/>
473
- <line num="11" count="2" type="stmt"/>
474
- <line num="13" count="2" type="cond" truecount="1" falsecount="1"/>
475
- <line num="14" count="2" type="stmt"/>
476
- <line num="16" count="2" type="cond" truecount="1" falsecount="1"/>
477
- <line num="18" count="2" type="cond" truecount="1" falsecount="1"/>
478
- <line num="21" count="2" type="stmt"/>
479
- <line num="22" count="2" type="stmt"/>
480
- <line num="23" count="2" type="stmt"/>
481
- <line num="28" count="2" type="cond" truecount="1" falsecount="1"/>
482
- <line num="29" count="2" type="stmt"/>
483
- <line num="31" count="0" type="stmt"/>
484
- <line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
485
- <line num="34" count="0" type="stmt"/>
486
- <line num="36" count="0" type="stmt"/>
487
- <line num="43" count="6" type="stmt"/>
488
- <line num="44" count="6" type="stmt"/>
489
- <line num="45" count="6" type="stmt"/>
490
- <line num="46" count="6" type="stmt"/>
491
- <line num="48" count="0" type="cond" truecount="0" falsecount="2"/>
492
- <line num="52" count="0" type="stmt"/>
493
- <line num="53" count="0" type="stmt"/>
494
- <line num="54" count="0" type="stmt"/>
495
- <line num="55" count="0" type="stmt"/>
496
- <line num="56" count="0" type="stmt"/>
497
- <line num="57" count="0" type="stmt"/>
498
- <line num="58" count="0" type="stmt"/>
499
- <line num="60" count="0" type="stmt"/>
500
- <line num="61" count="0" type="stmt"/>
501
- <line num="64" count="0" type="stmt"/>
502
- <line num="68" count="6" type="stmt"/>
503
- <line num="69" count="6" type="stmt"/>
504
- <line num="72" count="6" type="stmt"/>
505
- <line num="81" count="4" type="stmt"/>
506
- <line num="82" count="4" type="stmt"/>
507
- <line num="84" count="4" type="cond" truecount="1" falsecount="1"/>
508
- <line num="85" count="4" type="stmt"/>
509
- <line num="87" count="0" type="stmt"/>
510
- <line num="89" count="0" type="cond" truecount="0" falsecount="2"/>
511
- <line num="90" count="0" type="stmt"/>
512
- <line num="92" count="0" type="stmt"/>
513
- </file>
514
- <file name="utilities.js" path="C:\Users\alexh\Documents\plainblog\package\utilities.js">
515
- <metrics statements="46" coveredstatements="32" conditionals="26" coveredconditionals="19" methods="7" coveredmethods="5"/>
516
- <line num="4" count="930940" type="stmt"/>
517
- <line num="8" count="930940" type="stmt"/>
518
- <line num="33" count="10240340" type="cond" truecount="2" falsecount="0"/>
519
- <line num="35" count="10230363" type="stmt"/>
520
- <line num="47" count="10230363" type="stmt"/>
521
- <line num="59" count="10230363" type="stmt"/>
522
- <line num="73" count="19156368" type="cond" truecount="2" falsecount="0"/>
523
- <line num="74" count="18254324" type="cond" truecount="2" falsecount="0"/>
524
- <line num="75" count="17255370" type="cond" truecount="2" falsecount="0"/>
525
- <line num="76" count="8019858" type="stmt"/>
526
- <line num="77" count="8019858" type="stmt"/>
527
- <line num="78" count="8019858" type="cond" truecount="2" falsecount="0"/>
528
- <line num="79" count="7221445" type="cond" truecount="2" falsecount="0"/>
529
- <line num="81" count="9235512" type="cond" truecount="2" falsecount="0"/>
530
- <line num="82" count="9015512" type="stmt"/>
531
- <line num="83" count="9015512" type="stmt"/>
532
- <line num="84" count="9015512" type="cond" truecount="2" falsecount="0"/>
533
- <line num="85" count="9015512" type="cond" truecount="2" falsecount="0"/>
534
- <line num="86" count="9015512" type="stmt"/>
535
- <line num="88" count="220000" type="cond" truecount="1" falsecount="1"/>
536
- <line num="89" count="0" type="stmt"/>
537
- <line num="90" count="0" type="stmt"/>
538
- <line num="91" count="0" type="stmt"/>
539
- <line num="92" count="0" type="cond" truecount="0" falsecount="2"/>
540
- <line num="93" count="0" type="stmt"/>
541
- <line num="94" count="0" type="cond" truecount="0" falsecount="2"/>
542
- <line num="95" count="0" type="stmt"/>
543
- <line num="97" count="220000" type="stmt"/>
544
- <line num="100" count="10230363" type="stmt"/>
545
- <line num="101" count="10230363" type="stmt"/>
546
- <line num="105" count="8" type="stmt"/>
547
- <line num="107" count="8" type="stmt"/>
548
- <line num="109" count="8" type="stmt"/>
549
- <line num="110" count="8" type="stmt"/>
550
- <line num="112" count="8" type="stmt"/>
551
- <line num="114" count="8" type="stmt"/>
552
- <line num="116" count="913884" type="stmt"/>
553
- <line num="119" count="913884" type="stmt"/>
554
- <line num="122" count="8" type="stmt"/>
555
- <line num="126" count="0" type="stmt"/>
556
- <line num="127" count="0" type="stmt"/>
557
- <line num="128" count="0" type="stmt"/>
558
- <line num="133" count="0" type="stmt"/>
559
- <line num="137" count="0" type="cond" truecount="0" falsecount="2"/>
560
- <line num="138" count="0" type="stmt"/>
561
- <line num="140" count="0" type="stmt"/>
562
- </file>
563
- </package>
564
- <package name="package.model">
565
- <metrics statements="205" coveredstatements="144" conditionals="98" coveredconditionals="47" methods="61" coveredmethods="45"/>
566
- <file name="APIModel.js" path="C:\Users\alexh\Documents\plainblog\package\model\APIModel.js">
567
- <metrics statements="16" coveredstatements="10" conditionals="4" coveredconditionals="1" methods="3" coveredmethods="2"/>
568
- <line num="5" count="3" type="stmt"/>
569
- <line num="6" count="3" type="stmt"/>
570
- <line num="8" count="3" type="stmt"/>
571
- <line num="9" count="3" type="stmt"/>
572
- <line num="10" count="3" type="stmt"/>
573
- <line num="11" count="3" type="cond" truecount="1" falsecount="1"/>
574
- <line num="12" count="0" type="stmt"/>
575
- <line num="13" count="3" type="stmt"/>
576
- <line num="15" count="0" type="stmt"/>
577
- <line num="16" count="0" type="cond" truecount="0" falsecount="2"/>
578
- <line num="17" count="0" type="stmt"/>
579
- <line num="18" count="0" type="stmt"/>
580
- <line num="20" count="0" type="stmt"/>
581
- <line num="27" count="2" type="stmt"/>
582
- <line num="33" count="2" type="stmt"/>
583
- <line num="34" count="2" type="stmt"/>
584
- </file>
585
- <file name="DataModel.js" path="C:\Users\alexh\Documents\plainblog\package\model\DataModel.js">
586
- <metrics statements="30" coveredstatements="28" conditionals="17" coveredconditionals="13" methods="11" coveredmethods="9"/>
587
- <line num="5" count="6" type="stmt"/>
588
- <line num="9" count="40" type="stmt"/>
589
- <line num="10" count="40" type="stmt"/>
590
- <line num="14" count="0" type="stmt"/>
591
- <line num="18" count="24" type="stmt"/>
592
- <line num="23" count="25" type="cond" truecount="1" falsecount="1"/>
593
- <line num="28" count="164677" type="stmt"/>
594
- <line num="32" count="1" type="stmt"/>
595
- <line num="33" count="1" type="cond" truecount="1" falsecount="1"/>
596
- <line num="34" count="1" type="stmt"/>
597
- <line num="39" count="18" type="stmt"/>
598
- <line num="40" count="18" type="cond" truecount="1" falsecount="1"/>
599
- <line num="41" count="18" type="stmt"/>
600
- <line num="46" count="4" type="stmt"/>
601
- <line num="47" count="4" type="stmt"/>
602
- <line num="51" count="37" type="stmt"/>
603
- <line num="52" count="37" type="stmt"/>
604
- <line num="53" count="37" type="stmt"/>
605
- <line num="57" count="2" type="stmt"/>
606
- <line num="58" count="2" type="cond" truecount="5" falsecount="0"/>
607
- <line num="59" count="1" type="stmt"/>
608
- <line num="61" count="1" type="stmt"/>
609
- <line num="63" count="1" type="cond" truecount="3" falsecount="1"/>
610
- <line num="64" count="1" type="stmt"/>
611
- <line num="65" count="1" type="stmt"/>
612
- <line num="66" count="2" type="cond" truecount="2" falsecount="0"/>
613
- <line num="67" count="1" type="stmt"/>
614
- <line num="72" count="1" type="stmt"/>
615
- <line num="74" count="1" type="stmt"/>
616
- <line num="78" count="0" type="stmt"/>
617
- </file>
618
- <file name="DatabaseModel.js" path="C:\Users\alexh\Documents\plainblog\package\model\DatabaseModel.js">
619
- <metrics statements="16" coveredstatements="10" conditionals="6" coveredconditionals="1" methods="9" coveredmethods="6"/>
620
- <line num="4" count="5" type="stmt"/>
621
- <line num="8" count="23" type="stmt"/>
622
- <line num="12" count="4" type="stmt"/>
623
- <line num="13" count="4" type="stmt"/>
624
- <line num="17" count="22" type="cond" truecount="1" falsecount="1"/>
625
- <line num="21" count="22" type="stmt"/>
626
- <line num="25" count="2" type="stmt"/>
627
- <line num="26" count="2" type="stmt"/>
628
- <line num="30" count="0" type="cond" truecount="0" falsecount="2"/>
629
- <line num="31" count="0" type="stmt"/>
630
- <line num="36" count="0" type="stmt"/>
631
- <line num="37" count="0" type="cond" truecount="0" falsecount="2"/>
632
- <line num="38" count="0" type="stmt"/>
633
- <line num="43" count="0" type="stmt"/>
634
- <line num="47" count="22" type="stmt"/>
635
- <line num="48" count="22" type="stmt"/>
636
- </file>
637
- <file name="FileAdapter.js" path="C:\Users\alexh\Documents\plainblog\package\model\FileAdapter.js">
638
- <metrics statements="42" coveredstatements="26" conditionals="38" coveredconditionals="17" methods="13" coveredmethods="8"/>
639
- <line num="12" count="5" type="stmt"/>
640
- <line num="15" count="24" type="stmt"/>
641
- <line num="17" count="24" type="cond" truecount="2" falsecount="0"/>
642
- <line num="18" count="24" type="cond" truecount="2" falsecount="0"/>
643
- <line num="22" count="19" type="stmt"/>
644
- <line num="23" count="19" type="stmt"/>
645
- <line num="27" count="0" type="stmt"/>
646
- <line num="31" count="19" type="stmt"/>
647
- <line num="32" count="19" type="cond" truecount="1" falsecount="1"/>
648
- <line num="36" count="1" type="cond" truecount="1" falsecount="1"/>
649
- <line num="37" count="1" type="stmt"/>
650
- <line num="39" count="1" type="cond" truecount="1" falsecount="1"/>
651
- <line num="40" count="1" type="stmt"/>
652
- <line num="42" count="1" type="stmt"/>
653
- <line num="46" count="1" type="stmt"/>
654
- <line num="50" count="0" type="stmt"/>
655
- <line num="51" count="0" type="stmt"/>
656
- <line num="52" count="0" type="cond" truecount="0" falsecount="2"/>
657
- <line num="53" count="0" type="cond" truecount="0" falsecount="2"/>
658
- <line num="54" count="0" type="cond" truecount="0" falsecount="2"/>
659
- <line num="55" count="0" type="stmt"/>
660
- <line num="60" count="0" type="stmt"/>
661
- <line num="61" count="0" type="stmt"/>
662
- <line num="62" count="0" type="stmt"/>
663
- <line num="64" count="0" type="cond" truecount="0" falsecount="2"/>
664
- <line num="65" count="0" type="stmt"/>
665
- <line num="78" count="18" type="stmt"/>
666
- <line num="79" count="18" type="stmt"/>
667
- <line num="80" count="18" type="stmt"/>
668
- <line num="81" count="18" type="cond" truecount="1" falsecount="1"/>
669
- <line num="83" count="18" type="stmt"/>
670
- <line num="84" count="164636" type="cond" truecount="1" falsecount="1"/>
671
- <line num="85" count="0" type="cond" truecount="0" falsecount="2"/>
672
- <line num="88" count="0" type="cond" truecount="0" falsecount="2"/>
673
- <line num="91" count="18" type="stmt"/>
674
- <line num="92" count="165370" type="cond" truecount="1" falsecount="1"/>
675
- <line num="93" count="165370" type="cond" truecount="1" falsecount="1"/>
676
- <line num="94" count="165370" type="cond" truecount="1" falsecount="1"/>
677
- <line num="96" count="18" type="cond" truecount="1" falsecount="1"/>
678
- <line num="97" count="0" type="stmt"/>
679
- <line num="100" count="0" type="stmt"/>
680
- <line num="102" count="18" type="stmt"/>
681
- </file>
682
- <file name="FileModel.js" path="C:\Users\alexh\Documents\plainblog\package\model\FileModel.js">
683
- <metrics statements="37" coveredstatements="31" conditionals="0" coveredconditionals="0" methods="13" coveredmethods="11"/>
684
- <line num="7" count="5" type="stmt"/>
685
- <line num="11" count="2" type="stmt"/>
686
- <line num="16" count="20" type="stmt"/>
687
- <line num="17" count="20" type="stmt"/>
688
- <line num="18" count="20" type="stmt"/>
689
- <line num="20" count="0" type="stmt"/>
690
- <line num="21" count="0" type="stmt"/>
691
- <line num="27" count="2" type="stmt"/>
692
- <line num="32" count="0" type="stmt"/>
693
- <line num="33" count="0" type="stmt"/>
694
- <line num="38" count="20" type="stmt"/>
695
- <line num="43" count="20" type="stmt"/>
696
- <line num="44" count="20" type="stmt"/>
697
- <line num="45" count="20" type="stmt"/>
698
- <line num="46" count="19" type="stmt"/>
699
- <line num="48" count="164656" type="stmt"/>
700
- <line num="50" count="164637" type="stmt"/>
701
- <line num="51" count="164637" type="stmt"/>
702
- <line num="54" count="1" type="stmt"/>
703
- <line num="55" count="1" type="stmt"/>
704
- <line num="61" count="1" type="stmt"/>
705
- <line num="62" count="1" type="stmt"/>
706
- <line num="63" count="1" type="stmt"/>
707
- <line num="64" count="1" type="stmt"/>
708
- <line num="66" count="21" type="stmt"/>
709
- <line num="68" count="20" type="stmt"/>
710
- <line num="69" count="20" type="stmt"/>
711
- <line num="72" count="0" type="stmt"/>
712
- <line num="73" count="0" type="stmt"/>
713
- <line num="79" count="20" type="stmt"/>
714
- <line num="80" count="20" type="stmt"/>
715
- <line num="82" count="1" type="stmt"/>
716
- <line num="83" count="1" type="stmt"/>
717
- <line num="86" count="20" type="stmt"/>
718
- <line num="87" count="20" type="stmt"/>
719
- <line num="89" count="1" type="stmt"/>
720
- <line num="90" count="1" type="stmt"/>
721
- </file>
722
- <file name="SequelizeAdapter.js" path="C:\Users\alexh\Documents\plainblog\package\model\SequelizeAdapter.js">
723
- <metrics statements="43" coveredstatements="29" conditionals="22" coveredconditionals="13" methods="10" coveredmethods="7"/>
724
- <line num="7" count="3" type="stmt"/>
725
- <line num="8" count="3" type="stmt"/>
726
- <line num="20" count="3" type="stmt"/>
727
- <line num="24" count="9" type="cond" truecount="2" falsecount="0"/>
728
- <line num="26" count="3" type="stmt"/>
729
- <line num="27" count="3" type="stmt"/>
730
- <line num="29" count="0" type="cond" truecount="0" falsecount="2"/>
731
- <line num="33" count="0" type="stmt"/>
732
- <line num="34" count="0" type="stmt"/>
733
- <line num="35" count="0" type="stmt"/>
734
- <line num="36" count="0" type="stmt"/>
735
- <line num="39" count="0" type="stmt"/>
736
- <line num="41" count="0" type="stmt"/>
737
- <line num="42" count="0" type="stmt"/>
738
- <line num="45" count="0" type="stmt"/>
739
- <line num="48" count="3" type="stmt"/>
740
- <line num="49" count="3" type="stmt"/>
741
- <line num="50" count="3" type="stmt"/>
742
- <line num="54" count="3" type="stmt"/>
743
- <line num="55" count="3" type="stmt"/>
744
- <line num="74" count="3" type="stmt"/>
745
- <line num="85" count="3" type="stmt"/>
746
- <line num="86" count="3" type="stmt"/>
747
- <line num="89" count="3" type="stmt"/>
748
- <line num="90" count="3" type="cond" truecount="2" falsecount="0"/>
749
- <line num="91" count="1" type="stmt"/>
750
- <line num="92" count="1" type="stmt"/>
751
- <line num="104" count="3" type="stmt"/>
752
- <line num="105" count="3" type="stmt"/>
753
- <line num="106" count="3" type="cond" truecount="2" falsecount="2"/>
754
- <line num="107" count="0" type="stmt"/>
755
- <line num="110" count="3" type="cond" truecount="1" falsecount="1"/>
756
- <line num="111" count="0" type="cond" truecount="0" falsecount="2"/>
757
- <line num="113" count="3" type="stmt"/>
758
- <line num="122" count="3" type="stmt"/>
759
- <line num="123" count="4" type="stmt"/>
760
- <line num="127" count="1" type="stmt"/>
761
- <line num="128" count="1" type="stmt"/>
762
- <line num="132" count="0" type="stmt"/>
763
- <line num="136" count="0" type="stmt"/>
764
- <line num="141" count="3" type="stmt"/>
765
- <line num="143" count="3" type="stmt"/>
766
- <line num="149" count="0" type="stmt"/>
767
- </file>
768
- <file name="SqliteAdapter.js" path="C:\Users\alexh\Documents\plainblog\package\model\SqliteAdapter.js">
769
- <metrics statements="21" coveredstatements="10" conditionals="11" coveredconditionals="2" methods="2" coveredmethods="2"/>
770
- <line num="6" count="3" type="stmt"/>
771
- <line num="7" count="3" type="stmt"/>
772
- <line num="10" count="3" type="cond" truecount="1" falsecount="1"/>
773
- <line num="15" count="3" type="stmt"/>
774
- <line num="16" count="3" type="stmt"/>
775
- <line num="17" count="3" type="stmt"/>
776
- <line num="19" count="0" type="cond" truecount="0" falsecount="2"/>
777
- <line num="23" count="0" type="stmt"/>
778
- <line num="24" count="0" type="stmt"/>
779
- <line num="25" count="0" type="stmt"/>
780
- <line num="26" count="0" type="stmt"/>
781
- <line num="29" count="0" type="stmt"/>
782
- <line num="31" count="0" type="stmt"/>
783
- <line num="32" count="0" type="stmt"/>
784
- <line num="36" count="3" type="stmt"/>
785
- <line num="37" count="3" type="stmt"/>
786
- <line num="38" count="3" type="stmt"/>
787
- <line num="44" count="3" type="stmt"/>
788
- <line num="46" count="0" type="cond" truecount="0" falsecount="2"/>
789
- <line num="47" count="0" type="stmt"/>
790
- <line num="51" count="0" type="stmt"/>
791
- </file>
792
- </package>
793
- <package name="package.model.datastructures">
794
- <metrics statements="210" coveredstatements="161" conditionals="145" coveredconditionals="98" methods="64" coveredmethods="50"/>
795
- <file name="ArrayList.js" path="C:\Users\alexh\Documents\plainblog\package\model\datastructures\ArrayList.js">
796
- <metrics statements="31" coveredstatements="27" conditionals="26" coveredconditionals="16" methods="18" coveredmethods="17"/>
797
- <line num="2" count="41" type="stmt"/>
798
- <line num="8" count="1" type="stmt"/>
799
- <line num="13" count="666812" type="stmt"/>
800
- <line num="18" count="1" type="stmt"/>
801
- <line num="19" count="1" type="stmt"/>
802
- <line num="20" count="1" type="stmt"/>
803
- <line num="24" count="9" type="stmt"/>
804
- <line num="25" count="9" type="stmt"/>
805
- <line num="27" count="18" type="cond" truecount="2" falsecount="0"/>
806
- <line num="33" count="6" type="cond" truecount="4" falsecount="0"/>
807
- <line num="34" count="8" type="stmt"/>
808
- <line num="43" count="101000" type="stmt"/>
809
- <line num="44" count="500493140" type="stmt"/>
810
- <line num="48" count="4" type="stmt"/>
811
- <line num="52" count="0" type="stmt"/>
812
- <line num="61" count="0" type="stmt"/>
813
- <line num="62" count="0" type="stmt"/>
814
- <line num="66" count="3" type="stmt"/>
815
- <line num="68" count="3" type="cond" truecount="1" falsecount="1"/>
816
- <line num="77" count="3" type="cond" truecount="1" falsecount="1"/>
817
- <line num="83" count="3" type="stmt"/>
818
- <line num="85" count="455472" type="stmt"/>
819
- <line num="86" count="455472" type="cond" truecount="4" falsecount="0"/>
820
- <line num="87" count="1474" type="stmt"/>
821
- <line num="92" count="1471" type="stmt"/>
822
- <line num="100" count="3" type="cond" truecount="2" falsecount="2"/>
823
- <line num="101" count="0" type="stmt"/>
824
- <line num="104" count="3" type="stmt"/>
825
- <line num="108" count="13" type="stmt"/>
826
- <line num="112" count="12" type="stmt"/>
827
- <line num="116" count="10" type="stmt"/>
828
- </file>
829
- <file name="ArrayListHashMap.js" path="C:\Users\alexh\Documents\plainblog\package\model\datastructures\ArrayListHashMap.js">
830
- <metrics statements="12" coveredstatements="9" conditionals="4" coveredconditionals="4" methods="6" coveredmethods="4"/>
831
- <line num="5" count="17" type="stmt"/>
832
- <line num="6" count="17" type="stmt"/>
833
- <line num="10" count="0" type="stmt"/>
834
- <line num="11" count="0" type="stmt"/>
835
- <line num="15" count="328842" type="stmt"/>
836
- <line num="16" count="328842" type="stmt"/>
837
- <line num="20" count="3" type="cond" truecount="4" falsecount="0"/>
838
- <line num="21" count="3" type="stmt"/>
839
- <line num="22" count="3" type="stmt"/>
840
- <line num="30" count="101000" type="stmt"/>
841
- <line num="31" count="101000" type="stmt"/>
842
- <line num="35" count="0" type="stmt"/>
843
- </file>
844
- <file name="BinarySearchTree.js" path="C:\Users\alexh\Documents\plainblog\package\model\datastructures\BinarySearchTree.js">
845
- <metrics statements="127" coveredstatements="93" conditionals="100" coveredconditionals="66" methods="19" coveredmethods="17"/>
846
- <line num="5" count="6" type="stmt"/>
847
- <line num="9" count="631237" type="stmt"/>
848
- <line num="10" count="631237" type="stmt"/>
849
- <line num="11" count="631237" type="stmt"/>
850
- <line num="17" count="50" type="stmt"/>
851
- <line num="22" count="5000" type="stmt"/>
852
- <line num="30" count="631237" type="stmt"/>
853
- <line num="31" count="631237" type="cond" truecount="2" falsecount="0"/>
854
- <line num="32" count="45" type="stmt"/>
855
- <line num="33" count="45" type="stmt"/>
856
- <line num="35" count="631192" type="stmt"/>
857
- <line num="36" count="631192" type="stmt"/>
858
- <line num="37" count="631192" type="stmt"/>
859
- <line num="39" count="61568770" type="cond" truecount="2" falsecount="0"/>
860
- <line num="40" count="5672142" type="cond" truecount="2" falsecount="0"/>
861
- <line num="41" count="313477" type="stmt"/>
862
- <line num="42" count="313477" type="stmt"/>
863
- <line num="44" count="5358665" type="stmt"/>
864
- <line num="46" count="55896628" type="cond" truecount="2" falsecount="0"/>
865
- <line num="47" count="317715" type="stmt"/>
866
- <line num="48" count="317715" type="stmt"/>
867
- <line num="50" count="55578913" type="stmt"/>
868
- <line num="56" count="0" type="stmt"/>
869
- <line num="57" count="0" type="stmt"/>
870
- <line num="58" count="0" type="stmt"/>
871
- <line num="62" count="3" type="stmt"/>
872
- <line num="63" count="3" type="stmt"/>
873
- <line num="64" count="3" type="stmt"/>
874
- <line num="66" count="6" type="cond" truecount="2" falsecount="0"/>
875
- <line num="72" count="0" type="stmt"/>
876
- <line num="73" count="0" type="stmt"/>
877
- <line num="79" count="10000" type="stmt"/>
878
- <line num="83" count="50000000" type="cond" truecount="2" falsecount="0"/>
879
- <line num="84" count="25005000" type="cond" truecount="2" falsecount="0"/>
880
- <line num="85" count="24995000" type="stmt"/>
881
- <line num="86" count="24995000" type="cond" truecount="1" falsecount="1"/>
882
- <line num="87" count="24995000" type="stmt"/>
883
- <line num="92" count="48" type="stmt"/>
884
- <line num="93" count="48" type="cond" truecount="2" falsecount="0"/>
885
- <line num="94" count="46" type="stmt"/>
886
- <line num="96" count="48" type="stmt"/>
887
- <line num="100" count="46" type="stmt"/>
888
- <line num="101" count="46" type="stmt"/>
889
- <line num="103" count="46" type="cond" truecount="1" falsecount="1"/>
890
- <line num="104" count="46" type="cond" truecount="2" falsecount="0"/>
891
- <line num="105" count="119230" type="stmt"/>
892
- <line num="106" count="119230" type="stmt"/>
893
- <line num="107" count="119230" type="stmt"/>
894
- <line num="109" count="119230" type="stmt"/>
895
- <line num="110" count="119230" type="stmt"/>
896
- <line num="111" count="119230" type="stmt"/>
897
- <line num="114" count="0" type="cond" truecount="0" falsecount="2"/>
898
- <line num="115" count="0" type="stmt"/>
899
- <line num="116" count="0" type="stmt"/>
900
- <line num="117" count="0" type="stmt"/>
901
- <line num="119" count="0" type="stmt"/>
902
- <line num="120" count="0" type="stmt"/>
903
- <line num="121" count="0" type="stmt"/>
904
- <line num="127" count="3" type="stmt"/>
905
- <line num="129" count="3" type="cond" truecount="1" falsecount="1"/>
906
- <line num="138" count="3" type="cond" truecount="1" falsecount="1"/>
907
- <line num="147" count="3" type="stmt"/>
908
- <line num="148" count="3" type="stmt"/>
909
- <line num="153" count="2984" type="cond" truecount="4" falsecount="1"/>
910
- <line num="159" count="1509" type="cond" truecount="2" falsecount="0"/>
911
- <line num="160" count="1484" type="stmt"/>
912
- <line num="163" count="1509" type="cond" truecount="2" falsecount="2"/>
913
- <line num="166" count="1509" type="cond" truecount="4" falsecount="0"/>
914
- <line num="167" count="1474" type="stmt"/>
915
- <line num="170" count="1509" type="cond" truecount="2" falsecount="2"/>
916
- <line num="173" count="1509" type="cond" truecount="2" falsecount="0"/>
917
- <line num="174" count="1497" type="stmt"/>
918
- <line num="181" count="12" type="cond" truecount="2" falsecount="0"/>
919
- <line num="182" count="8" type="stmt"/>
920
- <line num="189" count="4" type="stmt"/>
921
- <line num="193" count="8" type="cond" truecount="2" falsecount="0"/>
922
- <line num="194" count="8" type="cond" truecount="2" falsecount="0"/>
923
- <line num="195" count="8" type="stmt"/>
924
- <line num="199" count="8" type="stmt"/>
925
- <line num="200" count="8" type="stmt"/>
926
- <line num="201" count="8" type="stmt"/>
927
- <line num="204" count="8" type="cond" truecount="2" falsecount="0"/>
928
- <line num="206" count="2" type="stmt"/>
929
- <line num="207" count="2" type="cond" truecount="1" falsecount="1"/>
930
- <line num="208" count="0" type="stmt"/>
931
- <line num="209" count="0" type="cond" truecount="0" falsecount="2"/>
932
- <line num="210" count="0" type="stmt"/>
933
- <line num="211" count="0" type="stmt"/>
934
- <line num="213" count="0" type="stmt"/>
935
- <line num="214" count="0" type="stmt"/>
936
- <line num="219" count="6" type="stmt"/>
937
- <line num="220" count="6" type="stmt"/>
938
- <line num="221" count="6" type="stmt"/>
939
- <line num="222" count="18" type="stmt"/>
940
- <line num="223" count="18" type="cond" truecount="2" falsecount="0"/>
941
- <line num="224" count="2" type="stmt"/>
942
- <line num="225" count="2" type="stmt"/>
943
- <line num="226" count="2" type="stmt"/>
944
- <line num="227" count="2" type="stmt"/>
945
- <line num="229" count="16" type="cond" truecount="2" falsecount="0"/>
946
- <line num="230" count="8" type="stmt"/>
947
- <line num="235" count="16" type="cond" truecount="2" falsecount="0"/>
948
- <line num="236" count="4" type="stmt"/>
949
- <line num="240" count="8" type="cond" truecount="2" falsecount="0"/>
950
- <line num="243" count="4" type="cond" truecount="4" falsecount="0"/>
951
- <line num="244" count="2" type="cond" truecount="1" falsecount="1"/>
952
- <line num="245" count="0" type="cond" truecount="0" falsecount="2"/>
953
- <line num="246" count="0" type="stmt"/>
954
- <line num="247" count="2" type="cond" truecount="1" falsecount="1"/>
955
- <line num="248" count="0" type="cond" truecount="0" falsecount="2"/>
956
- <line num="249" count="0" type="cond" truecount="0" falsecount="2"/>
957
- <line num="250" count="0" type="stmt"/>
958
- <line num="251" count="2" type="cond" truecount="1" falsecount="1"/>
959
- <line num="252" count="2" type="cond" truecount="1" falsecount="1"/>
960
- <line num="253" count="0" type="cond" truecount="0" falsecount="2"/>
961
- <line num="254" count="0" type="stmt"/>
962
- <line num="257" count="0" type="stmt"/>
963
- <line num="258" count="0" type="stmt"/>
964
- <line num="259" count="0" type="stmt"/>
965
- <line num="260" count="0" type="stmt"/>
966
- <line num="261" count="0" type="stmt"/>
967
- <line num="263" count="0" type="stmt"/>
968
- <line num="264" count="0" type="cond" truecount="0" falsecount="2"/>
969
- <line num="265" count="0" type="stmt"/>
970
- <line num="267" count="0" type="stmt"/>
971
- <line num="271" count="24" type="stmt"/>
972
- <line num="275" count="4" type="stmt"/>
973
- </file>
974
- <file name="BinarySearchTreeHashMap.js" path="C:\Users\alexh\Documents\plainblog\package\model\datastructures\BinarySearchTreeHashMap.js">
975
- <metrics statements="33" coveredstatements="32" conditionals="15" coveredconditionals="12" methods="12" coveredmethods="12"/>
976
- <line num="6" count="6" type="stmt"/>
977
- <line num="10" count="39" type="stmt"/>
978
- <line num="11" count="39" type="stmt"/>
979
- <line num="16" count="5000" type="stmt"/>
980
- <line num="24" count="384272" type="stmt"/>
981
- <line num="25" count="384272" type="stmt"/>
982
- <line num="30" count="1" type="stmt"/>
983
- <line num="31" count="1" type="cond" truecount="1" falsecount="1"/>
984
- <line num="33" count="1" type="cond" truecount="1" falsecount="1"/>
985
- <line num="34" count="1" type="stmt"/>
986
- <line num="35" count="1" type="stmt"/>
987
- <line num="36" count="1" type="stmt"/>
988
- <line num="38" count="0" type="stmt"/>
989
- <line num="42" count="6" type="stmt"/>
990
- <line num="43" count="6" type="stmt"/>
991
- <line num="44" count="6" type="stmt"/>
992
- <line num="46" count="12" type="cond" truecount="2" falsecount="0"/>
993
- <line num="49" count="6" type="stmt"/>
994
- <line num="50" count="6" type="stmt"/>
995
- <line num="55" count="5000" type="stmt"/>
996
- <line num="60" count="42" type="stmt"/>
997
- <line num="64" count="1" type="stmt"/>
998
- <line num="68" count="6" type="cond" truecount="3" falsecount="1"/>
999
- <line num="70" count="6" type="stmt"/>
1000
- <line num="71" count="6" type="cond" truecount="2" falsecount="0"/>
1001
- <line num="73" count="6" type="cond" truecount="2" falsecount="0"/>
1002
- <line num="74" count="2" type="stmt"/>
1003
- <line num="75" count="2" type="stmt"/>
1004
- <line num="78" count="4" type="stmt"/>
1005
- <line num="79" count="4" type="stmt"/>
1006
- <line num="83" count="23" type="stmt"/>
1007
- <line num="84" count="23" type="stmt"/>
1008
- <line num="88" count="2" type="stmt"/>
1009
- </file>
1010
- <file name="FileList.js" path="C:\Users\alexh\Documents\plainblog\package\model\datastructures\FileList.js">
1011
- <metrics statements="7" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="9" coveredmethods="0"/>
1012
- <line num="12" count="0" type="stmt"/>
1013
- <line num="37" count="0" type="stmt"/>
1014
- <line num="41" count="0" type="stmt"/>
1015
- <line num="42" count="0" type="stmt"/>
1016
- <line num="44" count="0" type="stmt"/>
1017
- <line num="46" count="0" type="stmt"/>
1018
- <line num="51" count="0" type="stmt"/>
1019
- </file>
1020
- </package>
1021
- <package name="package.test">
1022
- <metrics statements="23" coveredstatements="16" conditionals="8" coveredconditionals="5" methods="3" coveredmethods="3"/>
1023
- <file name="simpleServer.js" path="C:\Users\alexh\Documents\plainblog\package\test\simpleServer.js">
1024
- <metrics statements="23" coveredstatements="16" conditionals="8" coveredconditionals="5" methods="3" coveredmethods="3"/>
1025
- <line num="3" count="1" type="stmt"/>
1026
- <line num="5" count="4" type="stmt"/>
1027
- <line num="6" count="4" type="stmt"/>
1028
- <line num="7" count="4" type="stmt"/>
1029
- <line num="9" count="4" type="cond" truecount="1" falsecount="1"/>
1030
- <line num="10" count="0" type="stmt"/>
1031
- <line num="11" count="0" type="stmt"/>
1032
- <line num="12" count="0" type="stmt"/>
1033
- <line num="15" count="4" type="cond" truecount="1" falsecount="1"/>
1034
- <line num="16" count="4" type="cond" truecount="2" falsecount="0"/>
1035
- <line num="17" count="2" type="stmt"/>
1036
- <line num="24" count="2" type="stmt"/>
1037
- <line num="25" count="2" type="stmt"/>
1038
- <line num="26" count="2" type="cond" truecount="1" falsecount="1"/>
1039
- <line num="27" count="2" type="stmt"/>
1040
- <line num="28" count="2" type="stmt"/>
1041
- <line num="29" count="2" type="stmt"/>
1042
- <line num="30" count="2" type="stmt"/>
1043
- <line num="31" count="2" type="stmt"/>
1044
- <line num="34" count="0" type="stmt"/>
1045
- <line num="35" count="0" type="stmt"/>
1046
- <line num="38" count="0" type="stmt"/>
1047
- <line num="39" count="0" type="stmt"/>
1048
- </file>
1049
- </package>
1050
- </project>
1051
- </coverage>