@lexho111/plainblog 0.6.0 → 0.6.1

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 (36) hide show
  1. package/Blog.js +2 -1
  2. package/blog_test_empty.db +0 -0
  3. package/blog_test_load.db +0 -0
  4. package/coverage/clover.xml +476 -468
  5. package/coverage/coverage-final.json +14 -14
  6. package/coverage/lcov-report/index.html +36 -36
  7. package/coverage/lcov-report/package/Article.js.html +20 -20
  8. package/coverage/lcov-report/package/Blog.js.html +220 -181
  9. package/coverage/lcov-report/package/Formatter.js.html +2 -2
  10. package/coverage/lcov-report/package/build-scripts.js.html +1 -1
  11. package/coverage/lcov-report/package/build-styles.js.html +1 -1
  12. package/coverage/lcov-report/package/index.html +19 -19
  13. package/coverage/lcov-report/package/model/APIModel.js.html +8 -8
  14. package/coverage/lcov-report/package/model/DataModel.js.html +30 -15
  15. package/coverage/lcov-report/package/model/DatabaseModel.js.html +9 -9
  16. package/coverage/lcov-report/package/model/FileAdapter.js.html +21 -21
  17. package/coverage/lcov-report/package/model/FileModel.js.html +15 -15
  18. package/coverage/lcov-report/package/model/SequelizeAdapter.js.html +36 -36
  19. package/coverage/lcov-report/package/model/SqliteAdapter.js.html +11 -11
  20. package/coverage/lcov-report/package/model/datastructures/ArrayList.js.html +2 -2
  21. package/coverage/lcov-report/package/model/datastructures/ArrayListHashMap.js.html +1 -1
  22. package/coverage/lcov-report/package/model/datastructures/BinarySearchTree.js.html +77 -77
  23. package/coverage/lcov-report/package/model/datastructures/BinarySearchTreeHashMap.js.html +24 -18
  24. package/coverage/lcov-report/package/model/datastructures/FileList.js.html +1 -1
  25. package/coverage/lcov-report/package/model/datastructures/index.html +21 -21
  26. package/coverage/lcov-report/package/model/index.html +26 -26
  27. package/coverage/lcov-report/package/utilities.js.html +19 -19
  28. package/coverage/lcov.info +813 -798
  29. package/model/DataModel.js +2 -1
  30. package/model/DatabaseModel.js +2 -1
  31. package/model/FileAdapter.js +2 -1
  32. package/model/FileModel.js +2 -1
  33. package/model/datastructures/BinarySearchTree.js +2 -1
  34. package/model/datastructures/BinarySearchTreeHashMap.js +2 -1
  35. package/package.json +2 -4
  36. package/public/scripts.min.js +2 -2
@@ -1,93 +1,93 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1768671057845" clover="3.2.0">
3
- <project timestamp="1768671057845" name="All files">
4
- <metrics statements="968" coveredstatements="716" conditionals="516" coveredconditionals="310" methods="204" coveredmethods="165" elements="1688" coveredelements="1191" complexity="0" loc="968" ncloc="968" packages="4" files="19" classes="19"/>
2
+ <coverage generated="1768728079018" clover="3.2.0">
3
+ <project timestamp="1768728079019" 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
5
  <package name="package">
6
- <metrics statements="533" coveredstatements="395" conditionals="267" coveredconditionals="159" methods="77" coveredmethods="68"/>
6
+ <metrics statements="538" coveredstatements="402" conditionals="270" coveredconditionals="162" methods="77" coveredmethods="69"/>
7
7
  <file name="Article.js" path="C:\Users\alexh\Documents\plainblog\package\Article.js">
8
8
  <metrics statements="31" coveredstatements="31" conditionals="16" coveredconditionals="12" methods="8" coveredmethods="8"/>
9
- <line num="3" count="1242316" type="stmt"/>
10
- <line num="4" count="1242316" type="stmt"/>
11
- <line num="5" count="1242316" type="stmt"/>
12
- <line num="6" count="1242316" type="stmt"/>
9
+ <line num="3" count="1260682" type="stmt"/>
10
+ <line num="4" count="1260682" type="stmt"/>
11
+ <line num="5" count="1260682" type="stmt"/>
12
+ <line num="6" count="1260682" type="stmt"/>
13
13
  <line num="10" count="931380" type="stmt"/>
14
14
  <line num="12" count="931380" type="stmt"/>
15
- <line num="15" count="6" type="stmt"/>
15
+ <line num="15" count="7" type="stmt"/>
16
16
  <line num="18" count="931380" type="stmt"/>
17
17
  <line num="19" count="931380" type="stmt"/>
18
- <line num="23" count="480" type="stmt"/>
18
+ <line num="23" count="482" type="stmt"/>
19
19
  <line num="27" count="14" type="cond" truecount="2" falsecount="0"/>
20
20
  <line num="28" count="12" type="cond" truecount="2" falsecount="0"/>
21
21
  <line num="29" count="3" type="stmt"/>
22
22
  <line num="30" count="3" type="stmt"/>
23
23
  <line num="31" count="3" type="stmt"/>
24
- <line num="35" count="471" type="cond" truecount="2" falsecount="0"/>
24
+ <line num="35" count="473" type="cond" truecount="2" falsecount="0"/>
25
25
  <line num="36" count="1" type="stmt"/>
26
26
  <line num="37" count="1" type="stmt"/>
27
27
  <line num="38" count="1" type="stmt"/>
28
- <line num="42" count="469" type="stmt"/>
29
- <line num="43" count="469" type="stmt"/>
30
- <line num="44" count="469" type="stmt"/>
31
- <line num="45" count="469" type="stmt"/>
32
- <line num="46" count="469" type="stmt"/>
33
- <line num="47" count="469" type="stmt"/>
34
- <line num="48" count="469" type="stmt"/>
35
- <line num="52" count="469" type="cond" truecount="1" falsecount="1"/>
36
- <line num="53" count="469" type="cond" truecount="1" falsecount="1"/>
37
- <line num="54" count="469" type="cond" truecount="1" falsecount="1"/>
38
- <line num="57" count="469" type="cond" truecount="1" falsecount="1"/>
39
- <line num="98" count="469" 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
40
  </file>
41
41
  <file name="Blog.js" path="C:\Users\alexh\Documents\plainblog\package\Blog.js">
42
- <metrics statements="365" coveredstatements="270" conditionals="178" coveredconditionals="103" methods="50" coveredmethods="43"/>
43
- <line num="26" count="4" type="stmt"/>
44
- <line num="30" count="27" type="stmt"/>
42
+ <metrics statements="370" coveredstatements="277" conditionals="181" coveredconditionals="106" methods="50" coveredmethods="44"/>
43
+ <line num="26" count="5" type="stmt"/>
44
+ <line num="30" count="31" type="stmt"/>
45
45
  <line num="34" count="2" type="stmt"/>
46
- <line num="38" count="27" type="stmt"/>
47
- <line num="45" count="27" type="stmt"/>
48
- <line num="46" count="27" type="stmt"/>
49
- <line num="47" count="27" type="stmt"/>
50
- <line num="48" count="27" type="stmt"/>
51
- <line num="49" count="27" type="stmt"/>
52
- <line num="51" count="27" type="stmt"/>
53
- <line num="53" count="27" type="stmt"/>
54
- <line num="54" count="27" type="stmt"/>
55
- <line num="56" count="27" type="stmt"/>
56
- <line num="57" count="27" type="stmt"/>
46
+ <line num="38" count="31" type="stmt"/>
47
+ <line num="45" count="31" type="stmt"/>
48
+ <line num="46" count="31" type="stmt"/>
49
+ <line num="47" count="31" type="stmt"/>
50
+ <line num="48" count="31" type="stmt"/>
51
+ <line num="49" count="31" type="stmt"/>
52
+ <line num="51" count="31" type="stmt"/>
53
+ <line num="53" count="31" type="stmt"/>
54
+ <line num="54" count="31" type="stmt"/>
55
+ <line num="56" count="31" type="stmt"/>
56
+ <line num="57" count="31" type="stmt"/>
57
57
  <line num="62" count="20" type="cond" truecount="2" falsecount="0"/>
58
58
  <line num="69" count="20" type="stmt"/>
59
59
  <line num="82" count="20" type="stmt"/>
60
- <line num="86" count="27" type="stmt"/>
61
- <line num="87" count="27" type="stmt"/>
62
- <line num="88" count="27" type="stmt"/>
63
- <line num="90" count="27" type="stmt"/>
64
- <line num="91" count="27" type="stmt"/>
65
- <line num="92" count="27" type="stmt"/>
66
- <line num="93" count="27" type="stmt"/>
67
- <line num="94" count="27" type="stmt"/>
68
- <line num="95" count="27" type="stmt"/>
69
- <line num="96" count="27" type="stmt"/>
70
- <line num="97" count="27" type="stmt"/>
71
- <line num="98" count="27" type="stmt"/>
72
- <line num="99" count="27" type="stmt"/>
60
+ <line num="86" count="31" type="stmt"/>
61
+ <line num="87" count="31" type="stmt"/>
62
+ <line num="88" count="31" type="stmt"/>
63
+ <line num="90" count="31" type="stmt"/>
64
+ <line num="91" count="31" type="stmt"/>
65
+ <line num="92" count="31" type="stmt"/>
66
+ <line num="93" count="31" type="stmt"/>
67
+ <line num="94" count="31" type="stmt"/>
68
+ <line num="95" count="31" type="stmt"/>
69
+ <line num="96" count="31" type="stmt"/>
70
+ <line num="97" count="31" type="stmt"/>
71
+ <line num="98" count="31" type="stmt"/>
72
+ <line num="99" count="31" type="stmt"/>
73
73
  <line num="102" count="6" type="stmt"/>
74
74
  <line num="106" count="0" type="stmt"/>
75
- <line num="114" count="4" type="stmt"/>
76
- <line num="115" count="4" type="stmt"/>
77
- <line num="119" count="4" type="stmt"/>
78
- <line num="123" count="18" type="stmt"/>
79
- <line num="127" count="2" type="stmt"/>
80
- <line num="135" count="2" type="cond" truecount="1" falsecount="1"/>
81
- <line num="136" count="2" type="cond" truecount="1" falsecount="1"/>
82
- <line num="137" count="2" type="stmt"/>
83
- <line num="138" count="2" type="stmt"/>
84
- <line num="141" count="2" type="stmt"/>
85
- <line num="149" count="0" type="stmt"/>
86
- <line num="150" count="0" type="stmt"/>
75
+ <line num="114" count="5" type="stmt"/>
76
+ <line num="115" count="5" type="stmt"/>
77
+ <line num="119" count="5" type="stmt"/>
78
+ <line num="123" count="22" type="stmt"/>
79
+ <line num="127" count="3" type="stmt"/>
80
+ <line num="135" count="4" type="cond" truecount="1" falsecount="1"/>
81
+ <line num="136" count="4" type="cond" truecount="1" falsecount="1"/>
82
+ <line num="137" count="4" type="stmt"/>
83
+ <line num="138" count="4" type="stmt"/>
84
+ <line num="141" count="4" type="stmt"/>
85
+ <line num="149" count="1" type="stmt"/>
86
+ <line num="150" count="1" type="stmt"/>
87
87
  <line num="158" count="3" type="stmt"/>
88
88
  <line num="159" count="3" type="stmt"/>
89
89
  <line num="160" count="3" type="stmt"/>
90
- <line num="164" count="155464" type="stmt"/>
90
+ <line num="164" count="164647" type="stmt"/>
91
91
  <line num="168" count="4" type="cond" truecount="2" falsecount="0"/>
92
92
  <line num="169" count="1" type="stmt"/>
93
93
  <line num="170" count="1" type="stmt"/>
@@ -113,62 +113,62 @@
113
113
  <line num="210" count="0" type="stmt"/>
114
114
  <line num="213" count="0" type="stmt"/>
115
115
  <line num="217" count="0" type="stmt"/>
116
- <line num="222" count="23" type="cond" truecount="2" falsecount="0"/>
117
- <line num="223" count="21" type="stmt"/>
118
- <line num="227" count="21" type="cond" truecount="4" falsecount="0"/>
119
- <line num="229" count="7" type="stmt"/>
120
- <line num="231" count="21" type="cond" truecount="2" falsecount="0"/>
121
- <line num="237" count="18" type="stmt"/>
122
- <line num="238" count="18" type="stmt"/>
123
- <line num="239" count="18" type="stmt"/>
124
- <line num="240" count="18" type="stmt"/>
125
- <line num="246" count="18" type="stmt"/>
126
- <line num="247" count="18" type="stmt"/>
127
- <line num="249" count="18" type="stmt"/>
128
- <line num="253" count="15" type="stmt"/>
129
- <line num="256" count="15" type="cond" truecount="1" falsecount="1"/>
116
+ <line num="222" count="31" type="cond" truecount="2" falsecount="0"/>
117
+ <line num="223" count="25" type="stmt"/>
118
+ <line num="227" count="25" type="cond" truecount="4" falsecount="0"/>
119
+ <line num="229" count="9" type="stmt"/>
120
+ <line num="231" count="25" type="cond" truecount="2" falsecount="0"/>
121
+ <line num="237" count="22" type="stmt"/>
122
+ <line num="238" count="22" type="stmt"/>
123
+ <line num="239" count="22" type="stmt"/>
124
+ <line num="240" count="22" type="stmt"/>
125
+ <line num="246" count="22" type="stmt"/>
126
+ <line num="247" count="22" type="stmt"/>
127
+ <line num="249" count="22" type="stmt"/>
128
+ <line num="253" count="19" type="stmt"/>
129
+ <line num="256" count="19" type="cond" truecount="1" falsecount="1"/>
130
130
  <line num="258" count="3" type="stmt"/>
131
- <line num="262" count="18" type="stmt"/>
131
+ <line num="262" count="22" type="stmt"/>
132
132
  <line num="265" count="0" type="cond" truecount="0" falsecount="2"/>
133
- <line num="269" count="18" type="stmt"/>
134
- <line num="270" count="18" type="stmt"/>
135
- <line num="275" count="18" type="cond" truecount="4" falsecount="0"/>
133
+ <line num="269" count="22" type="stmt"/>
134
+ <line num="270" count="22" type="stmt"/>
135
+ <line num="275" count="22" type="cond" truecount="4" falsecount="0"/>
136
136
  <line num="276" count="4" type="stmt"/>
137
137
  <line num="277" count="4" type="stmt"/>
138
138
  <line num="278" count="4" type="stmt"/>
139
139
  <line num="279" count="4" type="stmt"/>
140
140
  <line num="282" count="4" type="stmt"/>
141
141
  <line num="287" count="0" type="stmt"/>
142
- <line num="293" count="21" type="stmt"/>
143
- <line num="294" count="21" type="stmt"/>
144
- <line num="295" count="21" type="stmt"/>
145
- <line num="296" count="21" type="stmt"/>
146
- <line num="298" count="21" type="cond" truecount="2" falsecount="0"/>
147
- <line num="299" count="1" type="stmt"/>
148
- <line num="300" count="1" type="stmt"/>
149
- <line num="302" count="20" type="stmt"/>
150
- <line num="303" count="20" type="cond" truecount="2" falsecount="0"/>
151
- <line num="304" count="18" type="cond" truecount="1" falsecount="1"/>
152
- <line num="305" count="18" type="stmt"/>
153
- <line num="306" count="18" type="stmt"/>
154
- <line num="309" count="20" type="stmt"/>
155
- <line num="310" count="20" type="stmt"/>
156
- <line num="311" count="20" type="stmt"/>
157
- <line num="312" count="20" type="stmt"/>
158
- <line num="317" count="20" type="stmt"/>
159
- <line num="320" count="20" type="stmt"/>
160
- <line num="325" count="20" type="cond" truecount="2" falsecount="0"/>
161
- <line num="326" count="2" type="stmt"/>
162
- <line num="334" count="2" type="stmt"/>
163
- <line num="343" count="20" type="cond" truecount="1" falsecount="1"/>
142
+ <line num="293" count="25" type="stmt"/>
143
+ <line num="294" count="25" type="stmt"/>
144
+ <line num="295" count="25" type="stmt"/>
145
+ <line num="296" count="25" type="stmt"/>
146
+ <line num="298" count="25" type="cond" truecount="2" falsecount="0"/>
147
+ <line num="299" count="2" type="stmt"/>
148
+ <line num="300" count="2" type="stmt"/>
149
+ <line num="302" count="23" type="stmt"/>
150
+ <line num="303" count="23" type="cond" truecount="2" falsecount="0"/>
151
+ <line num="304" count="19" type="cond" truecount="1" falsecount="1"/>
152
+ <line num="305" count="19" type="stmt"/>
153
+ <line num="306" count="19" type="stmt"/>
154
+ <line num="309" count="23" type="stmt"/>
155
+ <line num="310" count="23" type="stmt"/>
156
+ <line num="311" count="23" type="stmt"/>
157
+ <line num="312" count="23" type="stmt"/>
158
+ <line num="317" count="23" type="stmt"/>
159
+ <line num="320" count="23" type="stmt"/>
160
+ <line num="325" count="23" type="cond" truecount="2" falsecount="0"/>
161
+ <line num="326" count="4" type="stmt"/>
162
+ <line num="334" count="4" type="stmt"/>
163
+ <line num="343" count="23" type="cond" truecount="1" falsecount="1"/>
164
164
  <line num="344" count="0" type="stmt"/>
165
- <line num="345" count="20" type="stmt"/>
166
- <line num="346" count="20" type="cond" truecount="4" falsecount="0"/>
167
- <line num="347" count="9" type="stmt"/>
168
- <line num="348" count="11" type="stmt"/>
169
- <line num="349" count="20" type="stmt"/>
170
- <line num="350" count="20" type="stmt"/>
171
- <line num="353" count="21" type="stmt"/>
165
+ <line num="345" count="23" type="stmt"/>
166
+ <line num="346" count="23" type="cond" truecount="4" falsecount="0"/>
167
+ <line num="347" count="10" type="stmt"/>
168
+ <line num="348" count="13" type="stmt"/>
169
+ <line num="349" count="23" type="stmt"/>
170
+ <line num="350" count="23" type="stmt"/>
171
+ <line num="353" count="25" type="stmt"/>
172
172
  <line num="358" count="2" type="stmt"/>
173
173
  <line num="359" count="2" type="stmt"/>
174
174
  <line num="360" count="2" type="stmt"/>
@@ -192,11 +192,11 @@
192
192
  <line num="386" count="0" type="stmt"/>
193
193
  <line num="390" count="2" type="stmt"/>
194
194
  <line num="391" count="2" type="stmt"/>
195
- <line num="397" count="4" type="stmt"/>
196
- <line num="399" count="4" type="stmt"/>
197
- <line num="402" count="8" type="cond" truecount="2" falsecount="0"/>
198
- <line num="403" count="5" type="stmt"/>
199
- <line num="404" count="5" type="stmt"/>
195
+ <line num="397" count="8" type="stmt"/>
196
+ <line num="399" count="8" type="stmt"/>
197
+ <line num="402" count="11" type="cond" truecount="2" falsecount="0"/>
198
+ <line num="403" count="8" type="stmt"/>
199
+ <line num="404" count="8" type="stmt"/>
200
200
  <line num="408" count="3" type="cond" truecount="2" falsecount="0"/>
201
201
  <line num="409" count="1" type="cond" truecount="1" falsecount="1"/>
202
202
  <line num="410" count="0" type="stmt"/>
@@ -250,161 +250,166 @@
250
250
  <line num="504" count="0" type="stmt"/>
251
251
  <line num="509" count="0" type="stmt"/>
252
252
  <line num="510" count="0" type="stmt"/>
253
- <line num="514" count="4" type="stmt"/>
254
- <line num="516" count="4" type="stmt"/>
255
- <line num="517" count="4" type="stmt"/>
256
- <line num="518" count="4" type="stmt"/>
257
- <line num="519" count="4" type="stmt"/>
258
- <line num="521" count="4" type="stmt"/>
259
- <line num="522" count="4" type="stmt"/>
260
- <line num="523" count="4" type="stmt"/>
261
- <line num="529" count="7" type="stmt"/>
262
- <line num="530" count="7" type="cond" truecount="2" falsecount="0"/>
263
- <line num="532" count="4" type="stmt"/>
264
- <line num="533" count="4" type="cond" truecount="2" falsecount="2"/>
265
- <line num="534" count="4" type="stmt"/>
266
- <line num="535" count="4" type="stmt"/>
253
+ <line num="514" count="8" type="stmt"/>
254
+ <line num="516" count="8" type="stmt"/>
255
+ <line num="517" count="8" type="stmt"/>
256
+ <line num="518" count="8" type="stmt"/>
257
+ <line num="519" count="8" type="stmt"/>
258
+ <line num="521" count="8" type="stmt"/>
259
+ <line num="522" count="8" type="stmt"/>
260
+ <line num="523" count="8" type="stmt"/>
261
+ <line num="529" count="11" type="stmt"/>
262
+ <line num="530" count="11" type="cond" truecount="2" falsecount="0"/>
263
+ <line num="532" count="8" type="stmt"/>
264
+ <line num="533" count="8" type="cond" truecount="2" falsecount="2"/>
265
+ <line num="534" count="8" type="stmt"/>
266
+ <line num="535" count="8" type="stmt"/>
267
267
  <line num="539" count="3" type="stmt"/>
268
- <line num="546" count="21" type="stmt"/>
269
- <line num="547" count="21" type="cond" truecount="1" falsecount="1"/>
270
- <line num="548" count="21" type="stmt"/>
271
- <line num="552" count="21" type="stmt"/>
272
- <line num="554" count="21" type="cond" truecount="3" falsecount="1"/>
273
- <line num="555" count="21" type="stmt"/>
274
- <line num="556" count="310923" type="cond" truecount="2" falsecount="0"/>
275
- <line num="557" count="155451" type="stmt"/>
276
- <line num="558" count="155451" type="stmt"/>
277
- <line num="559" count="155451" type="stmt"/>
278
- <line num="565" count="155451" type="stmt"/>
279
- <line num="566" count="155451" type="stmt"/>
280
- <line num="567" count="155451" type="stmt"/>
281
- <line num="569" count="21" type="stmt"/>
282
- <line num="574" count="1" type="stmt"/>
283
- <line num="575" count="1" type="cond" truecount="1" falsecount="1"/>
284
- <line num="576" count="1" type="stmt"/>
285
- <line num="583" count="5" type="cond" truecount="1" falsecount="1"/>
286
- <line num="584" count="5" type="stmt"/>
287
- <line num="586" count="5" type="cond" truecount="2" falsecount="0"/>
288
- <line num="587" count="3" type="cond" truecount="4" falsecount="0"/>
289
- <line num="588" count="2" type="stmt"/>
268
+ <line num="546" count="25" type="stmt"/>
269
+ <line num="547" count="25" type="cond" truecount="1" falsecount="1"/>
270
+ <line num="548" count="25" type="stmt"/>
271
+ <line num="552" count="25" type="stmt"/>
272
+ <line num="554" count="25" type="cond" truecount="4" falsecount="1"/>
273
+ <line num="555" count="25" type="cond" truecount="2" falsecount="0"/>
274
+ <line num="556" count="24" type="stmt"/>
275
+ <line num="557" count="24" type="stmt"/>
276
+ <line num="558" count="311056" type="cond" truecount="2" falsecount="0"/>
277
+ <line num="559" count="155516" type="stmt"/>
278
+ <line num="560" count="155516" type="stmt"/>
279
+ <line num="561" count="155516" type="stmt"/>
280
+ <line num="567" count="155516" type="stmt"/>
281
+ <line num="568" count="155516" type="stmt"/>
282
+ <line num="569" count="155516" type="stmt"/>
283
+ <line num="571" count="24" type="stmt"/>
284
+ <line num="573" count="1" type="stmt"/>
285
+ <line num="574" count="9118" type="stmt"/>
286
+ <line num="580" count="9118" type="stmt"/>
287
+ <line num="587" count="2" type="stmt"/>
288
+ <line num="588" count="2" type="cond" truecount="1" falsecount="1"/>
290
289
  <line num="589" count="2" type="stmt"/>
291
- <line num="592" count="2" type="stmt"/>
292
- <line num="595" count="3" type="cond" truecount="1" falsecount="1"/>
293
- <line num="596" count="0" type="stmt"/>
294
- <line num="597" count="0" type="stmt"/>
295
- <line num="598" count="0" type="stmt"/>
296
- <line num="599" count="0" type="stmt"/>
297
- <line num="600" count="0" type="stmt"/>
298
- <line num="603" count="3" type="cond" truecount="2" falsecount="0"/>
299
- <line num="605" count="1" type="stmt"/>
300
- <line num="606" count="1" type="cond" truecount="1" falsecount="1"/>
301
- <line num="608" count="1" type="stmt"/>
302
- <line num="609" count="1" type="stmt"/>
303
- <line num="617" count="1" type="stmt"/>
290
+ <line num="596" count="8" type="cond" truecount="1" falsecount="1"/>
291
+ <line num="597" count="8" type="stmt"/>
292
+ <line num="599" count="8" type="cond" truecount="2" falsecount="0"/>
293
+ <line num="600" count="6" type="cond" truecount="4" falsecount="0"/>
294
+ <line num="601" count="5" type="stmt"/>
295
+ <line num="602" count="5" type="stmt"/>
296
+ <line num="605" count="5" type="stmt"/>
297
+ <line num="608" count="6" type="cond" truecount="1" falsecount="1"/>
298
+ <line num="609" count="0" type="stmt"/>
299
+ <line num="610" count="0" type="stmt"/>
300
+ <line num="611" count="0" type="stmt"/>
301
+ <line num="612" count="0" type="stmt"/>
302
+ <line num="613" count="0" type="stmt"/>
303
+ <line num="616" count="6" type="cond" truecount="2" falsecount="0"/>
304
304
  <line num="618" count="1" type="stmt"/>
305
- <line num="619" count="1" type="stmt"/>
306
- <line num="623" count="1" type="stmt"/>
307
- <line num="627" count="2" type="cond" truecount="3" falsecount="1"/>
308
- <line num="628" count="2" type="cond" truecount="2" falsecount="0"/>
309
- <line num="629" count="1" type="stmt"/>
305
+ <line num="619" count="1" type="cond" truecount="1" falsecount="1"/>
306
+ <line num="621" count="1" type="stmt"/>
307
+ <line num="622" count="1" type="stmt"/>
310
308
  <line num="630" count="1" type="stmt"/>
311
309
  <line num="631" count="1" type="stmt"/>
312
- <line num="633" count="1" type="stmt"/>
313
- <line num="634" count="1" type="stmt"/>
314
- <line num="635" count="1" type="stmt"/>
310
+ <line num="632" count="1" type="stmt"/>
315
311
  <line num="636" count="1" type="stmt"/>
316
- <line num="637" count="1" type="stmt"/>
317
- <line num="639" count="1" type="stmt"/>
318
- <line num="641" count="1" type="stmt"/>
312
+ <line num="640" count="2" type="cond" truecount="3" falsecount="1"/>
313
+ <line num="641" count="2" type="cond" truecount="2" falsecount="0"/>
314
+ <line num="642" count="1" type="stmt"/>
319
315
  <line num="643" count="1" type="stmt"/>
320
316
  <line num="644" count="1" type="stmt"/>
321
- <line num="645" count="0" type="cond" truecount="0" falsecount="4"/>
322
- <line num="646" count="0" type="cond" truecount="0" falsecount="2"/>
323
- <line num="647" count="0" type="stmt"/>
324
- <line num="648" count="0" type="stmt"/>
325
- <line num="649" count="0" type="stmt"/>
326
- <line num="651" count="0" type="stmt"/>
327
- <line num="652" count="0" type="cond" truecount="0" falsecount="2"/>
328
- <line num="653" count="0" type="stmt"/>
329
- <line num="654" count="0" type="cond" truecount="0" falsecount="2"/>
330
- <line num="655" count="0" type="stmt"/>
331
- <line num="657" count="0" type="stmt"/>
332
- <line num="658" count="0" type="stmt"/>
333
- <line num="660" count="0" type="cond" truecount="0" falsecount="4"/>
334
- <line num="661" count="0" type="cond" truecount="0" falsecount="2"/>
317
+ <line num="646" count="1" type="stmt"/>
318
+ <line num="647" count="1" type="stmt"/>
319
+ <line num="648" count="1" type="stmt"/>
320
+ <line num="649" count="1" type="stmt"/>
321
+ <line num="650" count="1" type="stmt"/>
322
+ <line num="652" count="1" type="stmt"/>
323
+ <line num="654" count="1" type="stmt"/>
324
+ <line num="656" count="1" type="stmt"/>
325
+ <line num="657" count="1" type="stmt"/>
326
+ <line num="658" count="0" type="cond" truecount="0" falsecount="4"/>
327
+ <line num="659" count="0" type="cond" truecount="0" falsecount="2"/>
328
+ <line num="660" count="0" type="stmt"/>
329
+ <line num="661" count="0" type="stmt"/>
335
330
  <line num="662" count="0" type="stmt"/>
336
- <line num="663" count="0" type="stmt"/>
337
331
  <line num="664" count="0" type="stmt"/>
332
+ <line num="665" count="0" type="cond" truecount="0" falsecount="2"/>
338
333
  <line num="666" count="0" type="stmt"/>
339
- <line num="667" count="0" type="stmt"/>
334
+ <line num="667" count="0" type="cond" truecount="0" falsecount="2"/>
340
335
  <line num="668" count="0" type="stmt"/>
341
- <line num="669" count="0" type="stmt"/>
342
336
  <line num="670" count="0" type="stmt"/>
343
- <line num="672" count="0" type="stmt"/>
344
- <line num="673" count="0" type="stmt"/>
337
+ <line num="671" count="0" type="stmt"/>
338
+ <line num="673" count="0" type="cond" truecount="0" falsecount="4"/>
345
339
  <line num="674" count="0" type="cond" truecount="0" falsecount="2"/>
346
340
  <line num="675" count="0" type="stmt"/>
341
+ <line num="676" count="0" type="stmt"/>
347
342
  <line num="677" count="0" type="stmt"/>
348
- <line num="678" count="0" type="stmt"/>
349
- <line num="684" count="1" type="stmt"/>
350
- <line num="685" count="1" type="stmt"/>
351
- <line num="690" count="1" type="stmt"/>
352
- <line num="694" count="1" type="stmt"/>
353
- <line num="695" count="1" type="stmt"/>
354
- <line num="700" count="14" type="stmt"/>
355
- <line num="701" count="14" type="stmt"/>
356
- <line num="703" count="14" type="stmt"/>
357
- <line num="704" count="14" type="stmt"/>
358
- <line num="711" count="14" type="cond" truecount="1" falsecount="1"/>
359
- <line num="712" count="14" type="stmt"/>
343
+ <line num="679" count="0" type="stmt"/>
344
+ <line num="680" count="0" type="stmt"/>
345
+ <line num="681" count="0" type="stmt"/>
346
+ <line num="682" count="0" type="stmt"/>
347
+ <line num="683" count="0" type="stmt"/>
348
+ <line num="685" count="0" type="stmt"/>
349
+ <line num="686" count="0" type="stmt"/>
350
+ <line num="687" count="0" type="cond" truecount="0" falsecount="2"/>
351
+ <line num="688" count="0" type="stmt"/>
352
+ <line num="690" count="0" type="stmt"/>
353
+ <line num="691" count="0" type="stmt"/>
354
+ <line num="697" count="2" type="stmt"/>
355
+ <line num="698" count="2" type="stmt"/>
356
+ <line num="703" count="1" type="stmt"/>
357
+ <line num="707" count="1" type="stmt"/>
358
+ <line num="708" count="1" type="stmt"/>
359
+ <line num="713" count="14" type="stmt"/>
360
+ <line num="714" count="14" type="stmt"/>
361
+ <line num="716" count="14" type="stmt"/>
360
362
  <line num="717" count="14" type="stmt"/>
361
- <line num="718" count="14" type="stmt"/>
362
- <line num="719" count="14" type="stmt"/>
363
- <line num="720" count="14" type="stmt"/>
364
- <line num="721" count="14" type="cond" truecount="1" falsecount="1"/>
365
- <line num="722" count="0" type="stmt"/>
366
- <line num="730" count="7" type="stmt"/>
367
- <line num="735" count="7" type="cond" truecount="2" falsecount="0"/>
368
- <line num="736" count="7" type="stmt"/>
369
- <line num="738" count="6" type="cond" truecount="4" falsecount="0"/>
370
- <line num="745" count="7" type="cond" truecount="2" falsecount="0"/>
371
- <line num="747" count="2" type="stmt"/>
372
- <line num="749" count="2" type="stmt"/>
373
- <line num="750" count="2" type="cond" truecount="1" falsecount="1"/>
374
- <line num="751" count="2" type="stmt"/>
375
- <line num="756" count="2" type="stmt"/>
376
- <line num="761" count="2" type="stmt"/>
377
- <line num="768" count="2" type="cond" truecount="3" falsecount="1"/>
363
+ <line num="724" count="14" type="cond" truecount="1" falsecount="1"/>
364
+ <line num="725" count="14" type="stmt"/>
365
+ <line num="730" count="14" type="stmt"/>
366
+ <line num="731" count="14" type="stmt"/>
367
+ <line num="732" count="14" type="stmt"/>
368
+ <line num="733" count="14" type="stmt"/>
369
+ <line num="734" count="14" type="cond" truecount="1" falsecount="1"/>
370
+ <line num="735" count="0" type="stmt"/>
371
+ <line num="743" count="9" type="stmt"/>
372
+ <line num="748" count="9" type="cond" truecount="2" falsecount="0"/>
373
+ <line num="749" count="9" type="stmt"/>
374
+ <line num="751" count="8" type="cond" truecount="4" falsecount="0"/>
375
+ <line num="758" count="9" type="cond" truecount="2" falsecount="0"/>
376
+ <line num="760" count="2" type="stmt"/>
377
+ <line num="762" count="2" type="stmt"/>
378
+ <line num="763" count="2" type="cond" truecount="1" falsecount="1"/>
379
+ <line num="764" count="2" type="stmt"/>
378
380
  <line num="769" count="2" type="stmt"/>
379
- <line num="770" count="2" type="stmt"/>
380
- <line num="773" count="2" type="stmt"/>
381
- <line num="776" count="2" type="stmt"/>
382
- <line num="778" count="2" type="stmt"/>
383
- <line num="779" count="2" type="stmt"/>
384
- <line num="784" count="0" type="stmt"/>
385
- <line num="795" count="21" type="cond" truecount="1" falsecount="1"/>
386
- <line num="796" count="21" type="stmt"/>
387
- <line num="798" count="21" type="cond" truecount="3" falsecount="0"/>
388
- <line num="801" count="21" type="cond" truecount="1" falsecount="1"/>
389
- <line num="802" count="21" type="stmt"/>
390
- <line num="804" count="21" type="stmt"/>
391
- <line num="805" count="21" type="cond" truecount="1" falsecount="1"/>
392
- <line num="806" count="21" type="stmt"/>
393
- <line num="810" count="21" type="stmt"/>
394
- <line num="815" count="21" type="stmt"/>
395
- <line num="821" count="21" type="cond" truecount="1" falsecount="1"/>
396
- <line num="822" count="21" type="stmt"/>
397
- <line num="823" count="21" type="stmt"/>
398
- <line num="824" count="21" type="stmt"/>
399
- <line num="828" count="21" type="stmt"/>
400
- <line num="829" count="21" type="cond" truecount="1" falsecount="1"/>
401
- <line num="835" count="21" type="cond" truecount="1" falsecount="1"/>
402
- <line num="836" count="0" type="stmt"/>
403
- <line num="837" count="0" type="stmt"/>
404
- <line num="839" count="0" type="stmt"/>
405
- <line num="841" count="0" type="stmt"/>
406
- <line num="842" count="0" type="stmt"/>
407
- <line num="843" count="0" type="stmt"/>
381
+ <line num="774" count="2" type="stmt"/>
382
+ <line num="781" count="2" type="cond" truecount="3" falsecount="1"/>
383
+ <line num="782" count="2" type="stmt"/>
384
+ <line num="783" count="2" type="stmt"/>
385
+ <line num="786" count="2" type="stmt"/>
386
+ <line num="789" count="2" type="stmt"/>
387
+ <line num="791" count="2" type="stmt"/>
388
+ <line num="792" count="2" type="stmt"/>
389
+ <line num="797" count="0" type="stmt"/>
390
+ <line num="808" count="25" type="cond" truecount="1" falsecount="1"/>
391
+ <line num="809" count="25" type="stmt"/>
392
+ <line num="811" count="25" type="cond" truecount="3" falsecount="0"/>
393
+ <line num="814" count="25" type="cond" truecount="1" falsecount="1"/>
394
+ <line num="815" count="25" type="stmt"/>
395
+ <line num="817" count="25" type="stmt"/>
396
+ <line num="818" count="25" type="cond" truecount="1" falsecount="1"/>
397
+ <line num="819" count="25" type="stmt"/>
398
+ <line num="823" count="25" type="stmt"/>
399
+ <line num="828" count="25" type="stmt"/>
400
+ <line num="834" count="25" type="cond" truecount="1" falsecount="1"/>
401
+ <line num="835" count="25" type="stmt"/>
402
+ <line num="836" count="25" type="stmt"/>
403
+ <line num="837" count="25" type="stmt"/>
404
+ <line num="841" count="25" type="stmt"/>
405
+ <line num="842" count="25" type="cond" truecount="1" falsecount="1"/>
406
+ <line num="848" count="25" type="cond" truecount="1" falsecount="1"/>
407
+ <line num="849" count="0" type="stmt"/>
408
+ <line num="850" count="0" type="stmt"/>
409
+ <line num="852" count="0" type="stmt"/>
410
+ <line num="854" count="0" type="stmt"/>
411
+ <line num="855" count="0" type="stmt"/>
412
+ <line num="856" count="0" type="stmt"/>
408
413
  </file>
409
414
  <file name="Formatter.js" path="C:\Users\alexh\Documents\plainblog\package\Formatter.js">
410
415
  <metrics statements="26" coveredstatements="19" conditionals="14" coveredconditionals="10" methods="5" coveredmethods="5"/>
@@ -415,7 +420,7 @@
415
420
  <line num="29" count="0" type="stmt"/>
416
421
  <line num="39" count="14" type="stmt"/>
417
422
  <line num="40" count="14" type="stmt"/>
418
- <line num="53" count="469" type="stmt"/>
423
+ <line num="53" count="471" type="stmt"/>
419
424
  <line num="68" count="1" type="stmt"/>
420
425
  <line num="69" count="1" type="stmt"/>
421
426
  <line num="70" count="1" type="stmt"/>
@@ -511,22 +516,22 @@
511
516
  <line num="4" count="930940" type="stmt"/>
512
517
  <line num="8" count="930940" type="stmt"/>
513
518
  <line num="33" count="10240340" type="cond" truecount="2" falsecount="0"/>
514
- <line num="35" count="10230407" type="stmt"/>
515
- <line num="47" count="10230407" type="stmt"/>
516
- <line num="59" count="10230407" type="stmt"/>
517
- <line num="73" count="19158535" type="cond" truecount="2" falsecount="0"/>
518
- <line num="74" count="18256612" type="cond" truecount="2" falsecount="0"/>
519
- <line num="75" count="17256151" type="cond" truecount="2" falsecount="0"/>
520
- <line num="76" count="8019022" type="stmt"/>
521
- <line num="77" count="8019022" type="stmt"/>
522
- <line num="78" count="8019022" type="cond" truecount="2" falsecount="0"/>
523
- <line num="79" count="7213745" type="cond" truecount="2" falsecount="0"/>
524
- <line num="81" count="9237129" type="cond" truecount="2" falsecount="0"/>
525
- <line num="82" count="9017129" type="stmt"/>
526
- <line num="83" count="9017129" type="stmt"/>
527
- <line num="84" count="9017129" type="cond" truecount="2" falsecount="0"/>
528
- <line num="85" count="9017129" type="cond" truecount="2" falsecount="0"/>
529
- <line num="86" count="9017129" type="stmt"/>
519
+ <line num="35" count="10230352" type="stmt"/>
520
+ <line num="47" count="10230352" type="stmt"/>
521
+ <line num="59" count="10230352" type="stmt"/>
522
+ <line num="73" count="19150703" type="cond" truecount="2" falsecount="0"/>
523
+ <line num="74" count="18241124" type="cond" truecount="2" falsecount="0"/>
524
+ <line num="75" count="17242907" type="cond" truecount="2" falsecount="0"/>
525
+ <line num="76" count="8011564" type="stmt"/>
526
+ <line num="77" count="8011564" type="stmt"/>
527
+ <line num="78" count="8011564" type="cond" truecount="2" falsecount="0"/>
528
+ <line num="79" count="7215802" type="cond" truecount="2" falsecount="0"/>
529
+ <line num="81" count="9231343" type="cond" truecount="2" falsecount="0"/>
530
+ <line num="82" count="9011343" type="stmt"/>
531
+ <line num="83" count="9011343" type="stmt"/>
532
+ <line num="84" count="9011343" type="cond" truecount="2" falsecount="0"/>
533
+ <line num="85" count="9011343" type="cond" truecount="2" falsecount="0"/>
534
+ <line num="86" count="9011343" type="stmt"/>
530
535
  <line num="88" count="220000" type="cond" truecount="1" falsecount="1"/>
531
536
  <line num="89" count="0" type="stmt"/>
532
537
  <line num="90" count="0" type="stmt"/>
@@ -536,8 +541,8 @@
536
541
  <line num="94" count="0" type="cond" truecount="0" falsecount="2"/>
537
542
  <line num="95" count="0" type="stmt"/>
538
543
  <line num="97" count="220000" type="stmt"/>
539
- <line num="100" count="10230407" type="stmt"/>
540
- <line num="101" count="10230407" type="stmt"/>
544
+ <line num="100" count="10230352" type="stmt"/>
545
+ <line num="101" count="10230352" type="stmt"/>
541
546
  <line num="105" count="8" type="stmt"/>
542
547
  <line num="107" count="8" type="stmt"/>
543
548
  <line num="109" count="8" type="stmt"/>
@@ -557,17 +562,17 @@
557
562
  </file>
558
563
  </package>
559
564
  <package name="package.model">
560
- <metrics statements="204" coveredstatements="141" conditionals="96" coveredconditionals="45" methods="60" coveredmethods="44"/>
565
+ <metrics statements="205" coveredstatements="144" conditionals="98" coveredconditionals="47" methods="61" coveredmethods="45"/>
561
566
  <file name="APIModel.js" path="C:\Users\alexh\Documents\plainblog\package\model\APIModel.js">
562
567
  <metrics statements="16" coveredstatements="10" conditionals="4" coveredconditionals="1" methods="3" coveredmethods="2"/>
563
- <line num="5" count="2" type="stmt"/>
564
- <line num="6" count="2" type="stmt"/>
565
- <line num="8" count="2" type="stmt"/>
566
- <line num="9" count="2" type="stmt"/>
567
- <line num="10" count="2" type="stmt"/>
568
- <line num="11" count="2" type="cond" truecount="1" falsecount="1"/>
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"/>
569
574
  <line num="12" count="0" type="stmt"/>
570
- <line num="13" count="2" type="stmt"/>
575
+ <line num="13" count="3" type="stmt"/>
571
576
  <line num="15" count="0" type="stmt"/>
572
577
  <line num="16" count="0" type="cond" truecount="0" falsecount="2"/>
573
578
  <line num="17" count="0" type="stmt"/>
@@ -578,45 +583,46 @@
578
583
  <line num="34" count="2" type="stmt"/>
579
584
  </file>
580
585
  <file name="DataModel.js" path="C:\Users\alexh\Documents\plainblog\package\model\DataModel.js">
581
- <metrics statements="29" coveredstatements="27" conditionals="15" coveredconditionals="12" methods="10" coveredmethods="8"/>
582
- <line num="4" count="5" type="stmt"/>
583
- <line num="8" count="36" type="stmt"/>
584
- <line num="9" count="36" type="stmt"/>
586
+ <metrics statements="30" coveredstatements="28" conditionals="17" coveredconditionals="13" methods="11" coveredmethods="9"/>
587
+ <line num="4" count="6" type="stmt"/>
588
+ <line num="8" count="40" type="stmt"/>
589
+ <line num="9" count="40" type="stmt"/>
585
590
  <line num="13" count="0" type="stmt"/>
586
- <line num="17" count="21" type="stmt"/>
587
- <line num="22" count="155478" type="stmt"/>
588
- <line num="26" count="1" type="stmt"/>
589
- <line num="27" count="1" type="cond" truecount="1" falsecount="1"/>
590
- <line num="28" count="1" type="stmt"/>
591
- <line num="33" count="18" type="stmt"/>
592
- <line num="34" count="18" type="cond" truecount="1" falsecount="1"/>
593
- <line num="35" count="18" type="stmt"/>
594
- <line num="40" count="4" type="stmt"/>
595
- <line num="41" count="4" type="stmt"/>
596
- <line num="45" count="37" type="stmt"/>
597
- <line num="46" count="37" type="stmt"/>
598
- <line num="47" count="37" type="stmt"/>
599
- <line num="51" count="2" type="stmt"/>
600
- <line num="52" count="2" type="cond" truecount="5" falsecount="0"/>
601
- <line num="53" count="1" type="stmt"/>
602
- <line num="55" count="1" type="stmt"/>
603
- <line num="57" count="1" type="cond" truecount="3" falsecount="1"/>
591
+ <line num="17" count="24" type="stmt"/>
592
+ <line num="22" count="25" type="cond" truecount="1" falsecount="1"/>
593
+ <line num="27" count="164661" type="stmt"/>
594
+ <line num="31" count="1" type="stmt"/>
595
+ <line num="32" count="1" type="cond" truecount="1" falsecount="1"/>
596
+ <line num="33" count="1" type="stmt"/>
597
+ <line num="38" count="18" type="stmt"/>
598
+ <line num="39" count="18" type="cond" truecount="1" falsecount="1"/>
599
+ <line num="40" count="18" type="stmt"/>
600
+ <line num="45" count="4" type="stmt"/>
601
+ <line num="46" count="4" type="stmt"/>
602
+ <line num="50" count="37" type="stmt"/>
603
+ <line num="51" count="37" type="stmt"/>
604
+ <line num="52" count="37" type="stmt"/>
605
+ <line num="56" count="2" type="stmt"/>
606
+ <line num="57" count="2" type="cond" truecount="5" falsecount="0"/>
604
607
  <line num="58" count="1" type="stmt"/>
605
- <line num="59" count="1" type="stmt"/>
606
- <line num="60" count="2" type="cond" truecount="2" falsecount="0"/>
607
- <line num="61" count="1" type="stmt"/>
608
+ <line num="60" count="1" type="stmt"/>
609
+ <line num="62" count="1" type="cond" truecount="3" falsecount="1"/>
610
+ <line num="63" count="1" type="stmt"/>
611
+ <line num="64" count="1" type="stmt"/>
612
+ <line num="65" count="2" type="cond" truecount="2" falsecount="0"/>
608
613
  <line num="66" count="1" type="stmt"/>
609
- <line num="68" count="1" type="stmt"/>
610
- <line num="72" count="0" type="stmt"/>
614
+ <line num="71" count="1" type="stmt"/>
615
+ <line num="73" count="1" type="stmt"/>
616
+ <line num="77" count="0" type="stmt"/>
611
617
  </file>
612
618
  <file name="DatabaseModel.js" path="C:\Users\alexh\Documents\plainblog\package\model\DatabaseModel.js">
613
619
  <metrics statements="16" coveredstatements="10" conditionals="6" coveredconditionals="1" methods="9" coveredmethods="6"/>
614
- <line num="3" count="4" type="stmt"/>
615
- <line num="7" count="20" type="stmt"/>
616
- <line num="11" count="2" type="stmt"/>
617
- <line num="12" count="2" type="stmt"/>
618
- <line num="16" count="19" type="cond" truecount="1" falsecount="1"/>
619
- <line num="20" count="19" type="stmt"/>
620
+ <line num="3" count="5" type="stmt"/>
621
+ <line num="7" count="23" type="stmt"/>
622
+ <line num="11" count="4" type="stmt"/>
623
+ <line num="12" count="4" type="stmt"/>
624
+ <line num="16" count="22" type="cond" truecount="1" falsecount="1"/>
625
+ <line num="20" count="22" type="stmt"/>
620
626
  <line num="24" count="2" type="stmt"/>
621
627
  <line num="25" count="2" type="stmt"/>
622
628
  <line num="29" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -625,20 +631,20 @@
625
631
  <line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
626
632
  <line num="37" count="0" type="stmt"/>
627
633
  <line num="42" count="0" type="stmt"/>
628
- <line num="46" count="19" type="stmt"/>
629
- <line num="47" count="19" type="stmt"/>
634
+ <line num="46" count="22" type="stmt"/>
635
+ <line num="47" count="22" type="stmt"/>
630
636
  </file>
631
637
  <file name="FileAdapter.js" path="C:\Users\alexh\Documents\plainblog\package\model\FileAdapter.js">
632
638
  <metrics statements="42" coveredstatements="26" conditionals="38" coveredconditionals="17" methods="13" coveredmethods="8"/>
633
- <line num="11" count="4" type="stmt"/>
634
- <line num="14" count="21" type="stmt"/>
635
- <line num="16" count="21" type="cond" truecount="2" falsecount="0"/>
636
- <line num="17" count="21" type="cond" truecount="2" falsecount="0"/>
637
- <line num="21" count="18" type="stmt"/>
638
- <line num="22" count="18" type="stmt"/>
639
+ <line num="11" count="5" type="stmt"/>
640
+ <line num="14" count="24" type="stmt"/>
641
+ <line num="16" count="24" type="cond" truecount="2" falsecount="0"/>
642
+ <line num="17" count="24" type="cond" truecount="2" falsecount="0"/>
643
+ <line num="21" count="19" type="stmt"/>
644
+ <line num="22" count="19" type="stmt"/>
639
645
  <line num="26" count="0" type="stmt"/>
640
- <line num="30" count="18" type="stmt"/>
641
- <line num="31" count="18" type="cond" truecount="1" falsecount="1"/>
646
+ <line num="30" count="19" type="stmt"/>
647
+ <line num="31" count="19" type="cond" truecount="1" falsecount="1"/>
642
648
  <line num="35" count="1" type="cond" truecount="1" falsecount="1"/>
643
649
  <line num="36" count="1" type="stmt"/>
644
650
  <line num="38" count="1" type="cond" truecount="1" falsecount="1"/>
@@ -656,43 +662,43 @@
656
662
  <line num="61" count="0" type="stmt"/>
657
663
  <line num="63" count="0" type="cond" truecount="0" falsecount="2"/>
658
664
  <line num="64" count="0" type="stmt"/>
659
- <line num="77" count="17" type="stmt"/>
660
- <line num="78" count="17" type="stmt"/>
661
- <line num="79" count="17" type="stmt"/>
662
- <line num="80" count="17" type="cond" truecount="1" falsecount="1"/>
663
- <line num="82" count="17" type="stmt"/>
664
- <line num="83" count="155441" type="cond" truecount="1" falsecount="1"/>
665
+ <line num="77" count="18" type="stmt"/>
666
+ <line num="78" count="18" type="stmt"/>
667
+ <line num="79" count="18" type="stmt"/>
668
+ <line num="80" count="18" type="cond" truecount="1" falsecount="1"/>
669
+ <line num="82" count="18" type="stmt"/>
670
+ <line num="83" count="164620" type="cond" truecount="1" falsecount="1"/>
665
671
  <line num="84" count="0" type="cond" truecount="0" falsecount="2"/>
666
672
  <line num="87" count="0" type="cond" truecount="0" falsecount="2"/>
667
- <line num="90" count="17" type="stmt"/>
668
- <line num="91" count="156129" type="cond" truecount="1" falsecount="1"/>
669
- <line num="92" count="156129" type="cond" truecount="1" falsecount="1"/>
670
- <line num="93" count="156129" type="cond" truecount="1" falsecount="1"/>
671
- <line num="95" count="17" type="cond" truecount="1" falsecount="1"/>
673
+ <line num="90" count="18" type="stmt"/>
674
+ <line num="91" count="165354" type="cond" truecount="1" falsecount="1"/>
675
+ <line num="92" count="165354" type="cond" truecount="1" falsecount="1"/>
676
+ <line num="93" count="165354" type="cond" truecount="1" falsecount="1"/>
677
+ <line num="95" count="18" type="cond" truecount="1" falsecount="1"/>
672
678
  <line num="96" count="0" type="stmt"/>
673
679
  <line num="99" count="0" type="stmt"/>
674
- <line num="101" count="17" type="stmt"/>
680
+ <line num="101" count="18" type="stmt"/>
675
681
  </file>
676
682
  <file name="FileModel.js" path="C:\Users\alexh\Documents\plainblog\package\model\FileModel.js">
677
683
  <metrics statements="37" coveredstatements="31" conditionals="0" coveredconditionals="0" methods="13" coveredmethods="11"/>
678
- <line num="6" count="4" type="stmt"/>
684
+ <line num="6" count="5" type="stmt"/>
679
685
  <line num="10" count="2" type="stmt"/>
680
- <line num="15" count="19" type="stmt"/>
681
- <line num="16" count="19" type="stmt"/>
682
- <line num="17" count="19" type="stmt"/>
686
+ <line num="15" count="20" type="stmt"/>
687
+ <line num="16" count="20" type="stmt"/>
688
+ <line num="17" count="20" type="stmt"/>
683
689
  <line num="19" count="0" type="stmt"/>
684
690
  <line num="20" count="0" type="stmt"/>
685
691
  <line num="26" count="2" type="stmt"/>
686
692
  <line num="31" count="0" type="stmt"/>
687
693
  <line num="32" count="0" type="stmt"/>
688
694
  <line num="37" count="20" type="stmt"/>
689
- <line num="42" count="19" type="stmt"/>
690
- <line num="43" count="19" type="stmt"/>
691
- <line num="44" count="19" type="stmt"/>
692
- <line num="45" count="18" type="stmt"/>
693
- <line num="47" count="155460" type="stmt"/>
694
- <line num="49" count="155442" type="stmt"/>
695
- <line num="50" count="155442" type="stmt"/>
695
+ <line num="42" count="20" type="stmt"/>
696
+ <line num="43" count="20" type="stmt"/>
697
+ <line num="44" count="20" type="stmt"/>
698
+ <line num="45" count="19" type="stmt"/>
699
+ <line num="47" count="164640" type="stmt"/>
700
+ <line num="49" count="164621" type="stmt"/>
701
+ <line num="50" count="164621" type="stmt"/>
696
702
  <line num="53" count="1" type="stmt"/>
697
703
  <line num="54" count="1" type="stmt"/>
698
704
  <line num="60" count="1" type="stmt"/>
@@ -704,23 +710,23 @@
704
710
  <line num="68" count="20" type="stmt"/>
705
711
  <line num="71" count="0" type="stmt"/>
706
712
  <line num="72" count="0" type="stmt"/>
707
- <line num="78" count="19" type="stmt"/>
708
- <line num="79" count="19" type="stmt"/>
713
+ <line num="78" count="20" type="stmt"/>
714
+ <line num="79" count="20" type="stmt"/>
709
715
  <line num="81" count="1" type="stmt"/>
710
716
  <line num="82" count="1" type="stmt"/>
711
- <line num="85" count="19" type="stmt"/>
712
- <line num="86" count="19" type="stmt"/>
717
+ <line num="85" count="20" type="stmt"/>
718
+ <line num="86" count="20" type="stmt"/>
713
719
  <line num="88" count="1" type="stmt"/>
714
720
  <line num="89" count="1" type="stmt"/>
715
721
  </file>
716
722
  <file name="SequelizeAdapter.js" path="C:\Users\alexh\Documents\plainblog\package\model\SequelizeAdapter.js">
717
- <metrics statements="43" coveredstatements="27" conditionals="22" coveredconditionals="12" methods="10" coveredmethods="7"/>
718
- <line num="7" count="2" type="stmt"/>
719
- <line num="8" count="2" type="stmt"/>
720
- <line num="20" count="2" type="stmt"/>
721
- <line num="24" count="6" type="cond" truecount="2" falsecount="0"/>
722
- <line num="26" count="2" type="stmt"/>
723
- <line num="27" count="2" type="stmt"/>
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"/>
724
730
  <line num="29" count="0" type="cond" truecount="0" falsecount="2"/>
725
731
  <line num="33" count="0" type="stmt"/>
726
732
  <line num="34" count="0" type="stmt"/>
@@ -730,43 +736,43 @@
730
736
  <line num="41" count="0" type="stmt"/>
731
737
  <line num="42" count="0" type="stmt"/>
732
738
  <line num="45" count="0" type="stmt"/>
733
- <line num="48" count="2" type="stmt"/>
734
- <line num="49" count="2" type="stmt"/>
735
- <line num="50" count="2" type="stmt"/>
736
- <line num="54" count="2" type="stmt"/>
737
- <line num="55" count="2" type="stmt"/>
738
- <line num="74" count="2" type="stmt"/>
739
- <line num="85" count="2" type="stmt"/>
740
- <line num="86" count="2" type="stmt"/>
741
- <line num="89" count="2" type="stmt"/>
742
- <line num="90" count="2" type="cond" truecount="1" falsecount="1"/>
743
- <line num="91" count="0" type="stmt"/>
744
- <line num="92" count="0" type="stmt"/>
745
- <line num="104" count="2" type="stmt"/>
746
- <line num="105" count="2" type="stmt"/>
747
- <line num="106" count="2" type="cond" truecount="2" falsecount="2"/>
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"/>
748
754
  <line num="107" count="0" type="stmt"/>
749
- <line num="110" count="2" type="cond" truecount="1" falsecount="1"/>
755
+ <line num="110" count="3" type="cond" truecount="1" falsecount="1"/>
750
756
  <line num="111" count="0" type="cond" truecount="0" falsecount="2"/>
751
- <line num="113" count="2" type="stmt"/>
752
- <line num="122" count="2" type="stmt"/>
757
+ <line num="113" count="3" type="stmt"/>
758
+ <line num="122" count="3" type="stmt"/>
753
759
  <line num="123" count="4" type="stmt"/>
754
760
  <line num="127" count="1" type="stmt"/>
755
761
  <line num="128" count="1" type="stmt"/>
756
762
  <line num="132" count="0" type="stmt"/>
757
763
  <line num="136" count="0" type="stmt"/>
758
- <line num="141" count="2" type="stmt"/>
759
- <line num="143" count="2" type="stmt"/>
764
+ <line num="141" count="3" type="stmt"/>
765
+ <line num="143" count="3" type="stmt"/>
760
766
  <line num="149" count="0" type="stmt"/>
761
767
  </file>
762
768
  <file name="SqliteAdapter.js" path="C:\Users\alexh\Documents\plainblog\package\model\SqliteAdapter.js">
763
769
  <metrics statements="21" coveredstatements="10" conditionals="11" coveredconditionals="2" methods="2" coveredmethods="2"/>
764
- <line num="6" count="2" type="stmt"/>
765
- <line num="7" count="2" type="stmt"/>
766
- <line num="10" count="2" type="cond" truecount="1" falsecount="1"/>
767
- <line num="15" count="2" type="stmt"/>
768
- <line num="16" count="2" type="stmt"/>
769
- <line num="17" count="2" type="stmt"/>
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"/>
770
776
  <line num="19" count="0" type="cond" truecount="0" falsecount="2"/>
771
777
  <line num="23" count="0" type="stmt"/>
772
778
  <line num="24" count="0" type="stmt"/>
@@ -775,17 +781,17 @@
775
781
  <line num="29" count="0" type="stmt"/>
776
782
  <line num="31" count="0" type="stmt"/>
777
783
  <line num="32" count="0" type="stmt"/>
778
- <line num="36" count="2" type="stmt"/>
779
- <line num="37" count="2" type="stmt"/>
780
- <line num="38" count="2" type="stmt"/>
781
- <line num="44" count="2" 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"/>
782
788
  <line num="46" count="0" type="cond" truecount="0" falsecount="2"/>
783
789
  <line num="47" count="0" type="stmt"/>
784
790
  <line num="51" count="0" type="stmt"/>
785
791
  </file>
786
792
  </package>
787
793
  <package name="package.model.datastructures">
788
- <metrics statements="208" coveredstatements="164" conditionals="145" coveredconditionals="101" methods="64" coveredmethods="50"/>
794
+ <metrics statements="210" coveredstatements="161" conditionals="145" coveredconditionals="98" methods="64" coveredmethods="50"/>
789
795
  <file name="ArrayList.js" path="C:\Users\alexh\Documents\plainblog\package\model\datastructures\ArrayList.js">
790
796
  <metrics statements="31" coveredstatements="27" conditionals="26" coveredconditionals="16" methods="18" coveredmethods="17"/>
791
797
  <line num="2" count="41" type="stmt"/>
@@ -800,7 +806,7 @@
800
806
  <line num="33" count="6" type="cond" truecount="4" falsecount="0"/>
801
807
  <line num="34" count="8" type="stmt"/>
802
808
  <line num="43" count="101000" type="stmt"/>
803
- <line num="44" count="500516060" type="stmt"/>
809
+ <line num="44" count="500489550" type="stmt"/>
804
810
  <line num="48" count="4" type="stmt"/>
805
811
  <line num="52" count="0" type="stmt"/>
806
812
  <line num="61" count="0" type="stmt"/>
@@ -836,29 +842,29 @@
836
842
  <line num="35" count="0" type="stmt"/>
837
843
  </file>
838
844
  <file name="BinarySearchTree.js" path="C:\Users\alexh\Documents\plainblog\package\model\datastructures\BinarySearchTree.js">
839
- <metrics statements="127" coveredstatements="98" conditionals="100" coveredconditionals="69" methods="19" coveredmethods="17"/>
840
- <line num="4" count="5" type="stmt"/>
841
- <line num="8" count="622038" type="stmt"/>
842
- <line num="9" count="622038" type="stmt"/>
843
- <line num="10" count="622038" type="stmt"/>
844
- <line num="16" count="46" type="stmt"/>
845
+ <metrics statements="127" coveredstatements="93" conditionals="100" coveredconditionals="66" methods="19" coveredmethods="17"/>
846
+ <line num="4" count="6" type="stmt"/>
847
+ <line num="8" count="631221" type="stmt"/>
848
+ <line num="9" count="631221" type="stmt"/>
849
+ <line num="10" count="631221" type="stmt"/>
850
+ <line num="16" count="50" type="stmt"/>
845
851
  <line num="21" count="5000" type="stmt"/>
846
- <line num="29" count="622038" type="stmt"/>
847
- <line num="30" count="622038" type="cond" truecount="2" falsecount="0"/>
848
- <line num="31" count="42" type="stmt"/>
849
- <line num="32" count="42" type="stmt"/>
850
- <line num="34" count="621996" type="stmt"/>
851
- <line num="35" count="621996" type="stmt"/>
852
- <line num="36" count="621996" type="stmt"/>
853
- <line num="38" count="61493053" type="cond" truecount="2" falsecount="0"/>
854
- <line num="39" count="5775568" type="cond" truecount="2" falsecount="0"/>
855
- <line num="40" count="308800" type="stmt"/>
856
- <line num="41" count="308800" type="stmt"/>
857
- <line num="43" count="5466768" type="stmt"/>
858
- <line num="45" count="55717485" type="cond" truecount="2" falsecount="0"/>
859
- <line num="46" count="313196" type="stmt"/>
860
- <line num="47" count="313196" type="stmt"/>
861
- <line num="49" count="55404289" type="stmt"/>
852
+ <line num="29" count="631221" type="stmt"/>
853
+ <line num="30" count="631221" type="cond" truecount="2" falsecount="0"/>
854
+ <line num="31" count="45" type="stmt"/>
855
+ <line num="32" count="45" type="stmt"/>
856
+ <line num="34" count="631176" type="stmt"/>
857
+ <line num="35" count="631176" type="stmt"/>
858
+ <line num="36" count="631176" type="stmt"/>
859
+ <line num="38" count="61755162" type="cond" truecount="2" falsecount="0"/>
860
+ <line num="39" count="6202499" type="cond" truecount="2" falsecount="0"/>
861
+ <line num="40" count="313548" type="stmt"/>
862
+ <line num="41" count="313548" type="stmt"/>
863
+ <line num="43" count="5888951" type="stmt"/>
864
+ <line num="45" count="55552663" type="cond" truecount="2" falsecount="0"/>
865
+ <line num="46" count="317628" type="stmt"/>
866
+ <line num="47" count="317628" type="stmt"/>
867
+ <line num="49" count="55235035" type="stmt"/>
862
868
  <line num="55" count="0" type="stmt"/>
863
869
  <line num="56" count="0" type="stmt"/>
864
870
  <line num="57" count="0" type="stmt"/>
@@ -869,11 +875,11 @@
869
875
  <line num="71" count="0" type="stmt"/>
870
876
  <line num="72" count="0" type="stmt"/>
871
877
  <line num="78" count="10000" type="stmt"/>
872
- <line num="82" count="50000000" type="cond" truecount="2" falsecount="0"/>
873
- <line num="83" count="25005000" type="cond" truecount="2" falsecount="0"/>
874
- <line num="84" count="24995000" type="stmt"/>
875
- <line num="85" count="24995000" type="cond" truecount="1" falsecount="1"/>
876
- <line num="86" count="24995000" type="stmt"/>
878
+ <line num="82" count="49999200" type="cond" truecount="2" falsecount="0"/>
879
+ <line num="83" count="25004600" type="cond" truecount="2" falsecount="0"/>
880
+ <line num="84" count="24994600" type="stmt"/>
881
+ <line num="85" count="24994600" type="cond" truecount="1" falsecount="1"/>
882
+ <line num="86" count="24994600" type="stmt"/>
877
883
  <line num="91" count="48" type="stmt"/>
878
884
  <line num="92" count="48" type="cond" truecount="2" falsecount="0"/>
879
885
  <line num="93" count="46" type="stmt"/>
@@ -882,12 +888,12 @@
882
888
  <line num="100" count="46" type="stmt"/>
883
889
  <line num="102" count="46" type="cond" truecount="1" falsecount="1"/>
884
890
  <line num="103" count="46" type="cond" truecount="2" falsecount="0"/>
885
- <line num="104" count="119192" type="stmt"/>
886
- <line num="105" count="119192" type="stmt"/>
887
- <line num="106" count="119192" type="stmt"/>
888
- <line num="108" count="119192" type="stmt"/>
889
- <line num="109" count="119192" type="stmt"/>
890
- <line num="110" count="119192" type="stmt"/>
891
+ <line num="104" count="119218" type="stmt"/>
892
+ <line num="105" count="119218" type="stmt"/>
893
+ <line num="106" count="119218" type="stmt"/>
894
+ <line num="108" count="119218" type="stmt"/>
895
+ <line num="109" count="119218" type="stmt"/>
896
+ <line num="110" count="119218" type="stmt"/>
891
897
  <line num="113" count="0" type="cond" truecount="0" falsecount="2"/>
892
898
  <line num="114" count="0" type="stmt"/>
893
899
  <line num="115" count="0" type="stmt"/>
@@ -900,15 +906,15 @@
900
906
  <line num="137" count="3" type="cond" truecount="1" falsecount="1"/>
901
907
  <line num="146" count="3" type="stmt"/>
902
908
  <line num="147" count="3" type="stmt"/>
903
- <line num="152" count="2984" type="cond" truecount="4" falsecount="1"/>
904
- <line num="158" count="1509" type="cond" truecount="2" falsecount="0"/>
905
- <line num="159" count="1488" type="stmt"/>
906
- <line num="162" count="1509" type="cond" truecount="2" falsecount="2"/>
907
- <line num="165" count="1509" type="cond" truecount="4" falsecount="0"/>
909
+ <line num="152" count="2983" type="cond" truecount="4" falsecount="1"/>
910
+ <line num="158" count="1508" type="cond" truecount="2" falsecount="0"/>
911
+ <line num="159" count="1486" type="stmt"/>
912
+ <line num="162" count="1508" type="cond" truecount="2" falsecount="2"/>
913
+ <line num="165" count="1508" type="cond" truecount="4" falsecount="0"/>
908
914
  <line num="166" count="1474" type="stmt"/>
909
- <line num="169" count="1509" type="cond" truecount="2" falsecount="2"/>
910
- <line num="172" count="1509" type="cond" truecount="2" falsecount="0"/>
911
- <line num="173" count="1493" type="stmt"/>
915
+ <line num="169" count="1508" type="cond" truecount="2" falsecount="2"/>
916
+ <line num="172" count="1508" type="cond" truecount="2" falsecount="0"/>
917
+ <line num="173" count="1494" type="stmt"/>
912
918
  <line num="180" count="12" type="cond" truecount="2" falsecount="0"/>
913
919
  <line num="181" count="8" type="stmt"/>
914
920
  <line num="188" count="4" type="stmt"/>
@@ -919,31 +925,31 @@
919
925
  <line num="199" count="8" type="stmt"/>
920
926
  <line num="200" count="8" type="stmt"/>
921
927
  <line num="203" count="8" type="cond" truecount="2" falsecount="0"/>
922
- <line num="205" count="4" type="stmt"/>
923
- <line num="206" count="7" type="cond" truecount="2" falsecount="0"/>
924
- <line num="207" count="3" type="stmt"/>
925
- <line num="208" count="3" type="cond" truecount="1" falsecount="1"/>
926
- <line num="209" count="3" type="stmt"/>
927
- <line num="210" count="3" type="stmt"/>
928
+ <line num="205" count="2" type="stmt"/>
929
+ <line num="206" count="2" type="cond" truecount="1" falsecount="1"/>
930
+ <line num="207" count="0" type="stmt"/>
931
+ <line num="208" count="0" type="cond" truecount="0" falsecount="2"/>
932
+ <line num="209" count="0" type="stmt"/>
933
+ <line num="210" count="0" type="stmt"/>
928
934
  <line num="212" count="0" type="stmt"/>
929
935
  <line num="213" count="0" type="stmt"/>
930
- <line num="218" count="4" type="stmt"/>
931
- <line num="219" count="4" type="stmt"/>
932
- <line num="220" count="4" type="stmt"/>
933
- <line num="221" count="8" type="stmt"/>
934
- <line num="222" count="8" type="cond" truecount="2" falsecount="0"/>
936
+ <line num="218" count="6" type="stmt"/>
937
+ <line num="219" count="6" type="stmt"/>
938
+ <line num="220" count="6" type="stmt"/>
939
+ <line num="221" count="18" type="stmt"/>
940
+ <line num="222" count="18" type="cond" truecount="2" falsecount="0"/>
935
941
  <line num="223" count="2" type="stmt"/>
936
942
  <line num="224" count="2" type="stmt"/>
937
943
  <line num="225" count="2" type="stmt"/>
938
944
  <line num="226" count="2" type="stmt"/>
939
- <line num="228" count="6" type="cond" truecount="2" falsecount="0"/>
940
- <line num="229" count="4" type="stmt"/>
941
- <line num="234" count="6" type="cond" truecount="1" falsecount="1"/>
942
- <line num="235" count="0" type="stmt"/>
945
+ <line num="228" count="16" type="cond" truecount="2" falsecount="0"/>
946
+ <line num="229" count="8" type="stmt"/>
947
+ <line num="234" count="16" type="cond" truecount="2" falsecount="0"/>
948
+ <line num="235" count="4" type="stmt"/>
943
949
  <line num="239" count="8" type="cond" truecount="2" falsecount="0"/>
944
- <line num="242" count="6" type="cond" truecount="4" falsecount="0"/>
945
- <line num="243" count="4" type="cond" truecount="2" falsecount="0"/>
946
- <line num="244" count="2" type="cond" truecount="1" falsecount="1"/>
950
+ <line num="242" count="4" type="cond" truecount="4" falsecount="0"/>
951
+ <line num="243" count="2" type="cond" truecount="1" falsecount="1"/>
952
+ <line num="244" count="0" type="cond" truecount="0" falsecount="2"/>
947
953
  <line num="245" count="0" type="stmt"/>
948
954
  <line num="246" count="2" type="cond" truecount="1" falsecount="1"/>
949
955
  <line num="247" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -961,18 +967,18 @@
961
967
  <line num="262" count="0" type="stmt"/>
962
968
  <line num="263" count="0" type="cond" truecount="0" falsecount="2"/>
963
969
  <line num="264" count="0" type="stmt"/>
964
- <line num="266" count="2" type="stmt"/>
965
- <line num="270" count="20" type="stmt"/>
970
+ <line num="266" count="0" type="stmt"/>
971
+ <line num="270" count="24" type="stmt"/>
966
972
  <line num="274" count="4" type="stmt"/>
967
973
  </file>
968
974
  <file name="BinarySearchTreeHashMap.js" path="C:\Users\alexh\Documents\plainblog\package\model\datastructures\BinarySearchTreeHashMap.js">
969
- <metrics statements="31" coveredstatements="30" conditionals="15" coveredconditionals="12" methods="12" coveredmethods="12"/>
970
- <line num="5" count="5" type="stmt"/>
971
- <line num="9" count="35" type="stmt"/>
972
- <line num="10" count="35" type="stmt"/>
975
+ <metrics statements="33" coveredstatements="32" conditionals="15" coveredconditionals="12" methods="12" coveredmethods="12"/>
976
+ <line num="5" count="6" type="stmt"/>
977
+ <line num="9" count="39" type="stmt"/>
978
+ <line num="10" count="39" type="stmt"/>
973
979
  <line num="15" count="5000" type="stmt"/>
974
- <line num="23" count="375073" type="stmt"/>
975
- <line num="24" count="375073" type="stmt"/>
980
+ <line num="23" count="384256" type="stmt"/>
981
+ <line num="24" count="384256" type="stmt"/>
976
982
  <line num="29" count="1" type="stmt"/>
977
983
  <line num="30" count="1" type="cond" truecount="1" falsecount="1"/>
978
984
  <line num="32" count="1" type="cond" truecount="1" falsecount="1"/>
@@ -984,20 +990,22 @@
984
990
  <line num="42" count="6" type="stmt"/>
985
991
  <line num="43" count="6" type="stmt"/>
986
992
  <line num="45" count="12" type="cond" truecount="2" falsecount="0"/>
987
- <line num="52" count="5000" type="stmt"/>
988
- <line num="57" count="42" type="stmt"/>
989
- <line num="61" count="1" type="stmt"/>
990
- <line num="65" count="6" type="cond" truecount="3" falsecount="1"/>
991
- <line num="67" count="6" type="stmt"/>
992
- <line num="68" count="6" type="cond" truecount="2" falsecount="0"/>
993
+ <line num="48" count="6" type="stmt"/>
994
+ <line num="49" count="6" type="stmt"/>
995
+ <line num="54" count="5000" type="stmt"/>
996
+ <line num="59" count="42" type="stmt"/>
997
+ <line num="63" count="1" type="stmt"/>
998
+ <line num="67" count="6" type="cond" truecount="3" falsecount="1"/>
999
+ <line num="69" count="6" type="stmt"/>
993
1000
  <line num="70" count="6" type="cond" truecount="2" falsecount="0"/>
994
- <line num="71" count="4" type="stmt"/>
995
- <line num="72" count="4" type="stmt"/>
996
- <line num="75" count="2" type="stmt"/>
997
- <line num="76" count="2" type="stmt"/>
998
- <line num="80" count="19" type="stmt"/>
999
- <line num="81" count="19" type="stmt"/>
1000
- <line num="85" count="2" type="stmt"/>
1001
+ <line num="72" count="6" type="cond" truecount="2" falsecount="0"/>
1002
+ <line num="73" count="2" type="stmt"/>
1003
+ <line num="74" count="2" type="stmt"/>
1004
+ <line num="77" count="4" type="stmt"/>
1005
+ <line num="78" count="4" type="stmt"/>
1006
+ <line num="82" count="23" type="stmt"/>
1007
+ <line num="83" count="23" type="stmt"/>
1008
+ <line num="87" count="2" type="stmt"/>
1001
1009
  </file>
1002
1010
  <file name="FileList.js" path="C:\Users\alexh\Documents\plainblog\package\model\datastructures\FileList.js">
1003
1011
  <metrics statements="7" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="9" coveredmethods="0"/>