@lexho111/plainblog 0.6.1 → 0.6.3

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 (37) hide show
  1. package/Blog.js +2 -8
  2. package/blog_test_empty.db +0 -0
  3. package/blog_test_load.db +0 -0
  4. package/coverage/clover.xml +485 -485
  5. package/coverage/coverage-final.json +10 -10
  6. package/coverage/lcov-report/index.html +1 -1
  7. package/coverage/lcov-report/package/Article.js.html +5 -5
  8. package/coverage/lcov-report/package/Blog.js.html +171 -171
  9. package/coverage/lcov-report/package/Formatter.js.html +1 -1
  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 +1 -1
  13. package/coverage/lcov-report/package/model/APIModel.js.html +1 -1
  14. package/coverage/lcov-report/package/model/DataModel.js.html +7 -4
  15. package/coverage/lcov-report/package/model/DatabaseModel.js.html +6 -3
  16. package/coverage/lcov-report/package/model/FileAdapter.js.html +10 -7
  17. package/coverage/lcov-report/package/model/FileModel.js.html +9 -6
  18. package/coverage/lcov-report/package/model/SequelizeAdapter.js.html +1 -1
  19. package/coverage/lcov-report/package/model/SqliteAdapter.js.html +1 -1
  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 +42 -39
  23. package/coverage/lcov-report/package/model/datastructures/BinarySearchTreeHashMap.js.html +8 -5
  24. package/coverage/lcov-report/package/model/datastructures/FileList.js.html +1 -1
  25. package/coverage/lcov-report/package/model/datastructures/index.html +1 -1
  26. package/coverage/lcov-report/package/model/index.html +1 -1
  27. package/coverage/lcov-report/package/utilities.js.html +19 -19
  28. package/coverage/lcov.info +916 -916
  29. package/debug-loader.js +26 -0
  30. package/model/DataModel.js +1 -2
  31. package/model/DatabaseModel.js +1 -2
  32. package/model/FileAdapter.js +1 -2
  33. package/model/FileModel.js +2 -3
  34. package/model/datastructures/BinarySearchTree.js +1 -2
  35. package/model/datastructures/BinarySearchTreeHashMap.js +1 -2
  36. package/package.json +3 -3
  37. package/public/styles.min.css +2 -2
@@ -1,15 +1,15 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1768728079018" clover="3.2.0">
3
- <project timestamp="1768728079019" name="All files">
2
+ <coverage generated="1768729738540" clover="3.2.0">
3
+ <project timestamp="1768729738540" name="All files">
4
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
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="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"/>
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
13
  <line num="10" count="931380" type="stmt"/>
14
14
  <line num="12" count="931380" type="stmt"/>
15
15
  <line num="15" count="7" type="stmt"/>
@@ -40,27 +40,26 @@
40
40
  </file>
41
41
  <file name="Blog.js" path="C:\Users\alexh\Documents\plainblog\package\Blog.js">
42
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
- <line num="34" count="2" type="stmt"/>
46
- <line num="38" count="31" type="stmt"/>
47
- <line num="45" count="31" type="stmt"/>
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"/>
48
47
  <line num="46" count="31" type="stmt"/>
49
48
  <line num="47" count="31" type="stmt"/>
50
49
  <line num="48" count="31" type="stmt"/>
51
50
  <line num="49" count="31" type="stmt"/>
52
- <line num="51" count="31" type="stmt"/>
53
- <line num="53" count="31" type="stmt"/>
51
+ <line num="50" count="31" type="stmt"/>
52
+ <line num="52" count="31" type="stmt"/>
54
53
  <line num="54" count="31" type="stmt"/>
55
- <line num="56" count="31" type="stmt"/>
54
+ <line num="55" count="31" type="stmt"/>
56
55
  <line num="57" count="31" type="stmt"/>
57
- <line num="62" count="20" type="cond" truecount="2" falsecount="0"/>
58
- <line num="69" count="20" type="stmt"/>
59
- <line num="82" count="20" type="stmt"/>
60
- <line num="86" 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"/>
61
60
  <line num="87" count="31" type="stmt"/>
62
61
  <line num="88" count="31" type="stmt"/>
63
- <line num="90" count="31" type="stmt"/>
62
+ <line num="89" count="31" type="stmt"/>
64
63
  <line num="91" count="31" type="stmt"/>
65
64
  <line num="92" count="31" type="stmt"/>
66
65
  <line num="93" count="31" type="stmt"/>
@@ -70,346 +69,347 @@
70
69
  <line num="97" count="31" type="stmt"/>
71
70
  <line num="98" count="31" type="stmt"/>
72
71
  <line num="99" count="31" type="stmt"/>
73
- <line num="102" count="6" type="stmt"/>
74
- <line num="106" count="0" type="stmt"/>
75
- <line num="114" count="5" 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"/>
76
75
  <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"/>
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"/>
81
80
  <line num="136" count="4" type="cond" truecount="1" falsecount="1"/>
82
- <line num="137" count="4" type="stmt"/>
81
+ <line num="137" count="4" type="cond" truecount="1" falsecount="1"/>
83
82
  <line num="138" count="4" type="stmt"/>
84
- <line num="141" count="4" type="stmt"/>
85
- <line num="149" count="1" type="stmt"/>
83
+ <line num="139" count="4" type="stmt"/>
84
+ <line num="142" count="4" type="stmt"/>
86
85
  <line num="150" count="1" type="stmt"/>
87
- <line num="158" count="3" type="stmt"/>
86
+ <line num="151" count="1" type="stmt"/>
88
87
  <line num="159" count="3" type="stmt"/>
89
88
  <line num="160" count="3" type="stmt"/>
90
- <line num="164" count="164647" type="stmt"/>
91
- <line num="168" count="4" type="cond" truecount="2" falsecount="0"/>
92
- <line num="169" count="1" 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"/>
93
92
  <line num="170" count="1" type="stmt"/>
94
- <line num="174" count="1" type="stmt"/>
93
+ <line num="171" count="1" type="stmt"/>
95
94
  <line num="175" count="1" type="stmt"/>
96
95
  <line num="176" count="1" type="stmt"/>
97
96
  <line num="177" count="1" type="stmt"/>
98
97
  <line num="178" count="1" type="stmt"/>
99
98
  <line num="179" count="1" type="stmt"/>
100
- <line num="181" count="1" type="stmt"/>
101
- <line num="183" count="1" type="cond" truecount="1" falsecount="1"/>
102
- <line num="184" 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"/>
103
102
  <line num="185" count="1" type="stmt"/>
104
103
  <line num="186" count="1" type="stmt"/>
105
- <line num="190" count="1" type="stmt"/>
106
- <line num="192" count="0" type="stmt"/>
104
+ <line num="187" count="1" type="stmt"/>
105
+ <line num="191" count="1" type="stmt"/>
107
106
  <line num="193" count="0" type="stmt"/>
108
- <line num="203" count="0" type="stmt"/>
109
- <line num="204" count="0" type="cond" truecount="0" falsecount="2"/>
110
- <line num="205" count="0" type="stmt"/>
111
- <line num="208" count="0" type="stmt"/>
112
- <line num="209" count="0" type="cond" truecount="0" falsecount="2"/>
113
- <line num="210" count="0" type="stmt"/>
114
- <line num="213" count="0" type="stmt"/>
115
- <line num="217" count="0" type="stmt"/>
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"/>
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"/>
122
121
  <line num="238" count="22" type="stmt"/>
123
122
  <line num="239" count="22" type="stmt"/>
124
123
  <line num="240" count="22" type="stmt"/>
125
- <line num="246" count="22" type="stmt"/>
124
+ <line num="241" count="22" type="stmt"/>
126
125
  <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
- <line num="258" count="3" type="stmt"/>
131
- <line num="262" count="22" type="stmt"/>
132
- <line num="265" count="0" type="cond" truecount="0" falsecount="2"/>
133
- <line num="269" 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"/>
134
133
  <line num="270" count="22" type="stmt"/>
135
- <line num="275" count="22" type="cond" truecount="4" falsecount="0"/>
136
- <line num="276" count="4" type="stmt"/>
134
+ <line num="271" count="22" type="stmt"/>
135
+ <line num="276" count="22" type="cond" truecount="4" falsecount="0"/>
137
136
  <line num="277" count="4" type="stmt"/>
138
137
  <line num="278" count="4" type="stmt"/>
139
138
  <line num="279" count="4" type="stmt"/>
140
- <line num="282" count="4" type="stmt"/>
141
- <line num="287" count="0" type="stmt"/>
142
- <line num="293" count="25" 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"/>
143
142
  <line num="294" count="25" type="stmt"/>
144
143
  <line num="295" count="25" type="stmt"/>
145
144
  <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"/>
145
+ <line num="297" count="25" type="stmt"/>
146
+ <line num="299" count="25" type="cond" truecount="2" falsecount="0"/>
148
147
  <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"/>
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"/>
153
152
  <line num="306" count="19" type="stmt"/>
154
- <line num="309" count="23" type="stmt"/>
153
+ <line num="307" count="19" type="stmt"/>
155
154
  <line num="310" count="23" type="stmt"/>
156
155
  <line num="311" count="23" type="stmt"/>
157
156
  <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
- <line num="344" count="0" 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"/>
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"/>
170
169
  <line num="350" count="23" type="stmt"/>
171
- <line num="353" count="25" type="stmt"/>
172
- <line num="358" count="2" type="stmt"/>
170
+ <line num="351" count="23" type="stmt"/>
171
+ <line num="354" count="25" type="stmt"/>
173
172
  <line num="359" count="2" type="stmt"/>
174
173
  <line num="360" count="2" type="stmt"/>
175
174
  <line num="361" count="2" type="stmt"/>
176
175
  <line num="362" count="2" type="stmt"/>
177
- <line num="366" count="2" type="stmt"/>
176
+ <line num="363" count="2" type="stmt"/>
178
177
  <line num="367" count="2" type="stmt"/>
179
178
  <line num="368" count="2" type="stmt"/>
180
- <line num="370" count="2" type="cond" truecount="3" falsecount="1"/>
181
- <line num="371" count="2" type="stmt"/>
179
+ <line num="369" count="2" type="stmt"/>
180
+ <line num="371" count="2" type="cond" truecount="3" falsecount="1"/>
182
181
  <line num="372" count="2" type="stmt"/>
183
- <line num="374" count="2" type="stmt"/>
184
- <line num="375" count="2" type="cond" truecount="2" falsecount="0"/>
185
- <line num="376" count="1" type="stmt"/>
186
- <line num="377" count="2" type="cond" truecount="2" falsecount="0"/>
187
- <line num="378" count="1" type="stmt"/>
188
- <line num="379" count="2" type="stmt"/>
189
- <line num="381" count="2" type="stmt"/>
190
- <line num="383" 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"/>
191
190
  <line num="384" count="2" type="stmt"/>
192
- <line num="386" count="0" type="stmt"/>
193
- <line num="390" count="2" type="stmt"/>
191
+ <line num="385" count="2" type="stmt"/>
192
+ <line num="387" count="0" type="stmt"/>
194
193
  <line num="391" count="2" 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"/>
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"/>
199
198
  <line num="404" count="8" type="stmt"/>
200
- <line num="408" count="3" type="cond" truecount="2" falsecount="0"/>
201
- <line num="409" count="1" type="cond" truecount="1" falsecount="1"/>
202
- <line num="410" count="0" 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"/>
203
202
  <line num="411" count="0" type="stmt"/>
204
- <line num="417" count="0" type="stmt"/>
205
- <line num="418" count="1" type="cond" truecount="1" falsecount="1"/>
206
- <line num="419" count="1" 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"/>
207
206
  <line num="420" count="1" type="stmt"/>
208
- <line num="424" count="2" type="cond" truecount="1" falsecount="1"/>
209
- <line num="425" count="0" type="stmt"/>
207
+ <line num="421" count="1" type="stmt"/>
208
+ <line num="425" count="2" type="cond" truecount="1" falsecount="1"/>
210
209
  <line num="426" count="0" type="stmt"/>
211
- <line num="429" count="2" type="cond" truecount="2" falsecount="2"/>
212
- <line num="430" count="0" type="cond" truecount="0" falsecount="2"/>
213
- <line num="431" 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"/>
214
213
  <line num="432" count="0" type="stmt"/>
215
214
  <line num="433" count="0" type="stmt"/>
216
- <line num="435" count="0" type="stmt"/>
217
- <line num="437" count="2" type="cond" truecount="3" falsecount="1"/>
218
- <line num="441" count="2" type="cond" truecount="1" falsecount="1"/>
219
- <line num="442" count="0" type="cond" truecount="0" falsecount="4"/>
220
- <line num="443" count="0" type="stmt"/>
221
- <line num="445" 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"/>
222
221
  <line num="446" count="0" type="stmt"/>
223
222
  <line num="447" count="0" type="stmt"/>
224
223
  <line num="448" count="0" type="stmt"/>
225
- <line num="451" count="2" type="stmt"/>
226
- <line num="452" count="2" type="cond" truecount="1" falsecount="1"/>
227
- <line num="454" count="2" type="stmt"/>
228
- <line num="457" count="0" type="stmt"/>
229
- <line num="460" count="2" 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"/>
230
229
  <line num="461" count="2" type="stmt"/>
231
230
  <line num="462" count="2" type="stmt"/>
232
231
  <line num="463" count="2" type="stmt"/>
233
- <line num="465" count="0" type="stmt"/>
232
+ <line num="464" count="2" type="stmt"/>
234
233
  <line num="466" count="0" type="stmt"/>
235
234
  <line num="467" count="0" type="stmt"/>
236
- <line num="471" count="0" type="stmt"/>
235
+ <line num="468" count="0" type="stmt"/>
237
236
  <line num="472" count="0" type="stmt"/>
238
237
  <line num="473" count="0" type="stmt"/>
239
- <line num="477" count="0" type="stmt"/>
240
- <line num="479" count="0" type="cond" truecount="0" falsecount="2"/>
241
- <line num="480" count="0" type="stmt"/>
242
- <line num="481" count="0" type="cond" truecount="0" falsecount="2"/>
243
- <line num="482" 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"/>
244
243
  <line num="483" count="0" type="stmt"/>
245
- <line num="494" count="0" type="cond" truecount="0" falsecount="2"/>
246
- <line num="495" count="0" type="stmt"/>
244
+ <line num="484" count="0" type="stmt"/>
245
+ <line num="495" count="0" type="cond" truecount="0" falsecount="2"/>
247
246
  <line num="496" count="0" type="stmt"/>
248
247
  <line num="497" count="0" type="stmt"/>
249
- <line num="503" count="0" type="cond" truecount="0" falsecount="2"/>
250
- <line num="504" count="0" type="stmt"/>
251
- <line num="509" 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"/>
252
251
  <line num="510" count="0" type="stmt"/>
253
- <line num="514" count="8" type="stmt"/>
254
- <line num="516" count="8" type="stmt"/>
252
+ <line num="511" count="0" type="stmt"/>
253
+ <line num="515" count="8" type="stmt"/>
255
254
  <line num="517" count="8" type="stmt"/>
256
255
  <line num="518" count="8" type="stmt"/>
257
256
  <line num="519" count="8" type="stmt"/>
258
- <line num="521" count="8" type="stmt"/>
257
+ <line num="520" count="8" type="stmt"/>
259
258
  <line num="522" count="8" type="stmt"/>
260
259
  <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"/>
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"/>
266
265
  <line num="535" count="8" type="stmt"/>
267
- <line num="539" count="3" 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"/>
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"/>
275
274
  <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"/>
289
- <line num="589" count="2" 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"/>
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"/>
295
294
  <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"/>
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"/>
299
298
  <line num="610" count="0" type="stmt"/>
300
299
  <line num="611" count="0" type="stmt"/>
301
300
  <line num="612" count="0" type="stmt"/>
302
301
  <line num="613" count="0" type="stmt"/>
303
- <line num="616" count="6" type="cond" truecount="2" falsecount="0"/>
304
- <line num="618" count="1" type="stmt"/>
305
- <line num="619" count="1" type="cond" truecount="1" falsecount="1"/>
306
- <line num="621" count="1" 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"/>
307
306
  <line num="622" count="1" type="stmt"/>
308
- <line num="630" count="1" type="stmt"/>
307
+ <line num="623" count="1" type="stmt"/>
309
308
  <line num="631" count="1" type="stmt"/>
310
309
  <line num="632" count="1" type="stmt"/>
311
- <line num="636" 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"/>
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"/>
315
314
  <line num="643" count="1" type="stmt"/>
316
315
  <line num="644" count="1" type="stmt"/>
317
- <line num="646" count="1" type="stmt"/>
316
+ <line num="645" count="1" type="stmt"/>
318
317
  <line num="647" count="1" type="stmt"/>
319
318
  <line num="648" count="1" type="stmt"/>
320
319
  <line num="649" count="1" type="stmt"/>
321
320
  <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"/>
321
+ <line num="651" count="1" type="stmt"/>
322
+ <line num="653" count="1" type="stmt"/>
323
+ <line num="655" count="1" type="stmt"/>
325
324
  <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"/>
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"/>
329
328
  <line num="661" count="0" type="stmt"/>
330
329
  <line num="662" count="0" type="stmt"/>
331
- <line num="664" count="0" type="stmt"/>
332
- <line num="665" count="0" type="cond" truecount="0" falsecount="2"/>
333
- <line num="666" count="0" type="stmt"/>
334
- <line num="667" count="0" type="cond" truecount="0" falsecount="2"/>
335
- <line num="668" count="0" type="stmt"/>
336
- <line num="670" 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"/>
337
336
  <line num="671" count="0" type="stmt"/>
338
- <line num="673" count="0" type="cond" truecount="0" falsecount="4"/>
339
- <line num="674" count="0" type="cond" truecount="0" falsecount="2"/>
340
- <line num="675" 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"/>
341
340
  <line num="676" count="0" type="stmt"/>
342
341
  <line num="677" count="0" type="stmt"/>
343
- <line num="679" count="0" type="stmt"/>
342
+ <line num="678" count="0" type="stmt"/>
344
343
  <line num="680" count="0" type="stmt"/>
345
344
  <line num="681" count="0" type="stmt"/>
346
345
  <line num="682" count="0" type="stmt"/>
347
346
  <line num="683" count="0" type="stmt"/>
348
- <line num="685" count="0" type="stmt"/>
347
+ <line num="684" count="0" type="stmt"/>
349
348
  <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"/>
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"/>
353
352
  <line num="691" count="0" type="stmt"/>
354
- <line num="697" count="2" type="stmt"/>
353
+ <line num="692" count="0" type="stmt"/>
355
354
  <line num="698" count="2" type="stmt"/>
356
- <line num="703" count="1" type="stmt"/>
357
- <line num="707" count="1" type="stmt"/>
355
+ <line num="699" count="2" type="stmt"/>
356
+ <line num="704" count="1" type="stmt"/>
358
357
  <line num="708" count="1" type="stmt"/>
359
- <line num="713" count="14" type="stmt"/>
358
+ <line num="709" count="1" type="stmt"/>
360
359
  <line num="714" count="14" type="stmt"/>
361
- <line num="716" count="14" type="stmt"/>
360
+ <line num="715" count="14" type="stmt"/>
362
361
  <line num="717" count="14" type="stmt"/>
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"/>
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"/>
366
365
  <line num="731" count="14" type="stmt"/>
367
366
  <line num="732" count="14" type="stmt"/>
368
367
  <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"/>
380
- <line num="769" count="2" 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"/>
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"/>
384
383
  <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"/>
384
+ <line num="784" count="2" type="stmt"/>
385
+ <line num="787" count="2" type="stmt"/>
386
+ <line num="790" count="2" type="stmt"/>
388
387
  <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"/>
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"/>
402
401
  <line num="836" count="25" type="stmt"/>
403
402
  <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"/>
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"/>
408
407
  <line num="850" count="0" type="stmt"/>
409
- <line num="852" count="0" type="stmt"/>
410
- <line num="854" count="0" type="stmt"/>
408
+ <line num="851" count="0" type="stmt"/>
409
+ <line num="853" count="0" type="stmt"/>
411
410
  <line num="855" count="0" type="stmt"/>
412
411
  <line num="856" count="0" type="stmt"/>
412
+ <line num="857" count="0" type="stmt"/>
413
413
  </file>
414
414
  <file name="Formatter.js" path="C:\Users\alexh\Documents\plainblog\package\Formatter.js">
415
415
  <metrics statements="26" coveredstatements="19" conditionals="14" coveredconditionals="10" methods="5" coveredmethods="5"/>
@@ -516,22 +516,22 @@
516
516
  <line num="4" count="930940" type="stmt"/>
517
517
  <line num="8" count="930940" type="stmt"/>
518
518
  <line num="33" count="10240340" type="cond" truecount="2" falsecount="0"/>
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"/>
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
535
  <line num="88" count="220000" type="cond" truecount="1" falsecount="1"/>
536
536
  <line num="89" count="0" type="stmt"/>
537
537
  <line num="90" count="0" type="stmt"/>
@@ -541,8 +541,8 @@
541
541
  <line num="94" count="0" type="cond" truecount="0" falsecount="2"/>
542
542
  <line num="95" count="0" type="stmt"/>
543
543
  <line num="97" count="220000" type="stmt"/>
544
- <line num="100" count="10230352" type="stmt"/>
545
- <line num="101" count="10230352" type="stmt"/>
544
+ <line num="100" count="10230363" type="stmt"/>
545
+ <line num="101" count="10230363" type="stmt"/>
546
546
  <line num="105" count="8" type="stmt"/>
547
547
  <line num="107" count="8" type="stmt"/>
548
548
  <line num="109" count="8" type="stmt"/>
@@ -584,140 +584,140 @@
584
584
  </file>
585
585
  <file name="DataModel.js" path="C:\Users\alexh\Documents\plainblog\package\model\DataModel.js">
586
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"/>
587
+ <line num="5" count="6" type="stmt"/>
589
588
  <line num="9" count="40" type="stmt"/>
590
- <line num="13" count="0" type="stmt"/>
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"/>
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"/>
601
600
  <line num="46" count="4" type="stmt"/>
602
- <line num="50" count="37" type="stmt"/>
601
+ <line num="47" count="4" type="stmt"/>
603
602
  <line num="51" count="37" type="stmt"/>
604
603
  <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"/>
607
- <line num="58" 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"/>
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"/>
611
610
  <line num="64" count="1" type="stmt"/>
612
- <line num="65" count="2" type="cond" truecount="2" falsecount="0"/>
613
- <line num="66" count="1" 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
+ <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
617
  </file>
618
618
  <file name="DatabaseModel.js" path="C:\Users\alexh\Documents\plainblog\package\model\DatabaseModel.js">
619
619
  <metrics statements="16" coveredstatements="10" conditionals="6" coveredconditionals="1" methods="9" coveredmethods="6"/>
620
- <line num="3" count="5" type="stmt"/>
621
- <line num="7" count="23" type="stmt"/>
622
- <line num="11" count="4" type="stmt"/>
620
+ <line num="4" count="5" type="stmt"/>
621
+ <line num="8" count="23" type="stmt"/>
623
622
  <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"/>
626
- <line num="24" count="2" 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"/>
627
626
  <line num="25" count="2" type="stmt"/>
628
- <line num="29" count="0" type="cond" truecount="0" falsecount="2"/>
629
- <line num="30" count="0" type="stmt"/>
630
- <line num="35" count="0" type="stmt"/>
631
- <line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
632
- <line num="37" count="0" type="stmt"/>
633
- <line num="42" count="0" type="stmt"/>
634
- <line num="46" count="22" 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"/>
635
634
  <line num="47" count="22" type="stmt"/>
635
+ <line num="48" count="22" type="stmt"/>
636
636
  </file>
637
637
  <file name="FileAdapter.js" path="C:\Users\alexh\Documents\plainblog\package\model\FileAdapter.js">
638
638
  <metrics statements="42" coveredstatements="26" conditionals="38" coveredconditionals="17" methods="13" coveredmethods="8"/>
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"/>
639
+ <line num="12" count="5" type="stmt"/>
640
+ <line num="15" count="24" type="stmt"/>
642
641
  <line num="17" count="24" type="cond" truecount="2" falsecount="0"/>
643
- <line num="21" count="19" type="stmt"/>
642
+ <line num="18" count="24" type="cond" truecount="2" falsecount="0"/>
644
643
  <line num="22" count="19" type="stmt"/>
645
- <line num="26" count="0" type="stmt"/>
646
- <line num="30" count="19" type="stmt"/>
647
- <line num="31" count="19" type="cond" truecount="1" falsecount="1"/>
648
- <line num="35" count="1" type="cond" truecount="1" falsecount="1"/>
649
- <line num="36" count="1" type="stmt"/>
650
- <line num="38" count="1" type="cond" truecount="1" falsecount="1"/>
651
- <line num="39" count="1" type="stmt"/>
652
- <line num="41" count="1" type="stmt"/>
653
- <line num="45" count="1" type="stmt"/>
654
- <line num="49" count="0" 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"/>
655
654
  <line num="50" count="0" type="stmt"/>
656
- <line num="51" count="0" type="cond" truecount="0" falsecount="2"/>
655
+ <line num="51" count="0" type="stmt"/>
657
656
  <line num="52" count="0" type="cond" truecount="0" falsecount="2"/>
658
657
  <line num="53" count="0" type="cond" truecount="0" falsecount="2"/>
659
- <line num="54" count="0" type="stmt"/>
660
- <line num="59" count="0" type="stmt"/>
658
+ <line num="54" count="0" type="cond" truecount="0" falsecount="2"/>
659
+ <line num="55" count="0" type="stmt"/>
661
660
  <line num="60" count="0" type="stmt"/>
662
661
  <line num="61" count="0" type="stmt"/>
663
- <line num="63" count="0" type="cond" truecount="0" falsecount="2"/>
664
- <line num="64" count="0" type="stmt"/>
665
- <line num="77" count="18" 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"/>
666
665
  <line num="78" count="18" type="stmt"/>
667
666
  <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"/>
671
- <line num="84" count="0" type="cond" truecount="0" falsecount="2"/>
672
- <line num="87" count="0" type="cond" truecount="0" falsecount="2"/>
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"/>
678
- <line num="96" count="0" type="stmt"/>
679
- <line num="99" count="0" type="stmt"/>
680
- <line num="101" 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
681
  </file>
682
682
  <file name="FileModel.js" path="C:\Users\alexh\Documents\plainblog\package\model\FileModel.js">
683
683
  <metrics statements="37" coveredstatements="31" conditionals="0" coveredconditionals="0" methods="13" coveredmethods="11"/>
684
- <line num="6" count="5" type="stmt"/>
685
- <line num="10" count="2" type="stmt"/>
686
- <line num="15" count="20" type="stmt"/>
684
+ <line num="7" count="5" type="stmt"/>
685
+ <line num="11" count="2" type="stmt"/>
687
686
  <line num="16" count="20" type="stmt"/>
688
687
  <line num="17" count="20" type="stmt"/>
689
- <line num="19" count="0" type="stmt"/>
688
+ <line num="18" count="20" type="stmt"/>
690
689
  <line num="20" count="0" type="stmt"/>
691
- <line num="26" count="2" type="stmt"/>
692
- <line num="31" count="0" type="stmt"/>
690
+ <line num="21" count="0" type="stmt"/>
691
+ <line num="27" count="2" type="stmt"/>
693
692
  <line num="32" count="0" type="stmt"/>
694
- <line num="37" count="20" type="stmt"/>
695
- <line num="42" count="20" type="stmt"/>
693
+ <line num="33" count="0" type="stmt"/>
694
+ <line num="38" count="20" type="stmt"/>
696
695
  <line num="43" count="20" type="stmt"/>
697
696
  <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"/>
702
- <line num="53" count="1" 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"/>
703
702
  <line num="54" count="1" type="stmt"/>
704
- <line num="60" count="1" type="stmt"/>
703
+ <line num="55" count="1" type="stmt"/>
705
704
  <line num="61" count="1" type="stmt"/>
706
705
  <line num="62" count="1" type="stmt"/>
707
706
  <line num="63" count="1" type="stmt"/>
708
- <line num="65" count="21" type="stmt"/>
709
- <line num="67" count="20" type="stmt"/>
707
+ <line num="64" count="1" type="stmt"/>
708
+ <line num="66" count="21" type="stmt"/>
710
709
  <line num="68" count="20" type="stmt"/>
711
- <line num="71" count="0" type="stmt"/>
710
+ <line num="69" count="20" type="stmt"/>
712
711
  <line num="72" count="0" type="stmt"/>
713
- <line num="78" count="20" type="stmt"/>
712
+ <line num="73" count="0" type="stmt"/>
714
713
  <line num="79" count="20" type="stmt"/>
715
- <line num="81" count="1" type="stmt"/>
714
+ <line num="80" count="20" type="stmt"/>
716
715
  <line num="82" count="1" type="stmt"/>
717
- <line num="85" count="20" type="stmt"/>
716
+ <line num="83" count="1" type="stmt"/>
718
717
  <line num="86" count="20" type="stmt"/>
719
- <line num="88" count="1" type="stmt"/>
718
+ <line num="87" count="20" type="stmt"/>
720
719
  <line num="89" count="1" type="stmt"/>
720
+ <line num="90" count="1" type="stmt"/>
721
721
  </file>
722
722
  <file name="SequelizeAdapter.js" path="C:\Users\alexh\Documents\plainblog\package\model\SequelizeAdapter.js">
723
723
  <metrics statements="43" coveredstatements="29" conditionals="22" coveredconditionals="13" methods="10" coveredmethods="7"/>
@@ -806,7 +806,7 @@
806
806
  <line num="33" count="6" type="cond" truecount="4" falsecount="0"/>
807
807
  <line num="34" count="8" type="stmt"/>
808
808
  <line num="43" count="101000" type="stmt"/>
809
- <line num="44" count="500489550" type="stmt"/>
809
+ <line num="44" count="500493140" type="stmt"/>
810
810
  <line num="48" count="4" type="stmt"/>
811
811
  <line num="52" count="0" type="stmt"/>
812
812
  <line num="61" count="0" type="stmt"/>
@@ -843,169 +843,169 @@
843
843
  </file>
844
844
  <file name="BinarySearchTree.js" path="C:\Users\alexh\Documents\plainblog\package\model\datastructures\BinarySearchTree.js">
845
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"/>
851
- <line num="21" count="5000" 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"/>
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"/>
855
854
  <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"/>
868
- <line num="55" count="0" 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"/>
869
868
  <line num="56" count="0" type="stmt"/>
870
869
  <line num="57" count="0" type="stmt"/>
871
- <line num="61" count="3" type="stmt"/>
870
+ <line num="58" count="0" type="stmt"/>
872
871
  <line num="62" count="3" type="stmt"/>
873
872
  <line num="63" count="3" type="stmt"/>
874
- <line num="65" count="6" type="cond" truecount="2" falsecount="0"/>
875
- <line num="71" count="0" type="stmt"/>
873
+ <line num="64" count="3" type="stmt"/>
874
+ <line num="66" count="6" type="cond" truecount="2" falsecount="0"/>
876
875
  <line num="72" count="0" type="stmt"/>
877
- <line num="78" count="10000" 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"/>
883
- <line num="91" count="48" type="stmt"/>
884
- <line num="92" count="48" type="cond" truecount="2" falsecount="0"/>
885
- <line num="93" count="46" type="stmt"/>
886
- <line num="95" count="48" type="stmt"/>
887
- <line num="99" count="46" 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"/>
888
887
  <line num="100" count="46" type="stmt"/>
889
- <line num="102" count="46" type="cond" truecount="1" falsecount="1"/>
890
- <line num="103" count="46" type="cond" truecount="2" falsecount="0"/>
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"/>
897
- <line num="113" count="0" type="cond" truecount="0" falsecount="2"/>
898
- <line num="114" count="0" 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"/>
899
898
  <line num="115" count="0" type="stmt"/>
900
899
  <line num="116" count="0" type="stmt"/>
901
- <line num="118" count="0" type="stmt"/>
900
+ <line num="117" count="0" type="stmt"/>
902
901
  <line num="119" count="0" type="stmt"/>
903
902
  <line num="120" count="0" type="stmt"/>
904
- <line num="126" count="3" type="stmt"/>
905
- <line num="128" count="3" type="cond" truecount="1" falsecount="1"/>
906
- <line num="137" count="3" type="cond" truecount="1" falsecount="1"/>
907
- <line num="146" count="3" 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"/>
908
907
  <line num="147" count="3" type="stmt"/>
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"/>
914
- <line num="166" count="1474" 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"/>
918
- <line num="180" count="12" type="cond" truecount="2" falsecount="0"/>
919
- <line num="181" count="8" type="stmt"/>
920
- <line num="188" count="4" type="stmt"/>
921
- <line num="192" count="8" type="cond" truecount="2" falsecount="0"/>
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"/>
922
921
  <line num="193" count="8" type="cond" truecount="2" falsecount="0"/>
923
- <line num="194" count="8" type="stmt"/>
924
- <line num="198" count="8" type="stmt"/>
922
+ <line num="194" count="8" type="cond" truecount="2" falsecount="0"/>
923
+ <line num="195" count="8" type="stmt"/>
925
924
  <line num="199" count="8" type="stmt"/>
926
925
  <line num="200" count="8" type="stmt"/>
927
- <line num="203" count="8" type="cond" truecount="2" falsecount="0"/>
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"/>
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"/>
933
932
  <line num="210" count="0" type="stmt"/>
934
- <line num="212" count="0" type="stmt"/>
933
+ <line num="211" count="0" type="stmt"/>
935
934
  <line num="213" count="0" type="stmt"/>
936
- <line num="218" count="6" type="stmt"/>
935
+ <line num="214" count="0" type="stmt"/>
937
936
  <line num="219" count="6" type="stmt"/>
938
937
  <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"/>
941
- <line num="223" count="2" 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"/>
942
941
  <line num="224" count="2" type="stmt"/>
943
942
  <line num="225" count="2" type="stmt"/>
944
943
  <line num="226" count="2" 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"/>
949
- <line num="239" count="8" type="cond" truecount="2" falsecount="0"/>
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"/>
953
- <line num="245" count="0" type="stmt"/>
954
- <line num="246" count="2" type="cond" truecount="1" falsecount="1"/>
955
- <line num="247" count="0" type="cond" truecount="0" falsecount="2"/>
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"/>
956
955
  <line num="248" count="0" type="cond" truecount="0" falsecount="2"/>
957
- <line num="249" count="0" type="stmt"/>
958
- <line num="250" count="2" type="cond" truecount="1" falsecount="1"/>
956
+ <line num="249" count="0" type="cond" truecount="0" falsecount="2"/>
957
+ <line num="250" count="0" type="stmt"/>
959
958
  <line num="251" count="2" type="cond" truecount="1" falsecount="1"/>
960
- <line num="252" count="0" type="cond" truecount="0" falsecount="2"/>
961
- <line num="253" count="0" type="stmt"/>
962
- <line num="256" count="0" type="stmt"/>
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"/>
963
962
  <line num="257" count="0" type="stmt"/>
964
963
  <line num="258" count="0" type="stmt"/>
965
964
  <line num="259" count="0" type="stmt"/>
966
965
  <line num="260" count="0" type="stmt"/>
967
- <line num="262" count="0" type="stmt"/>
968
- <line num="263" count="0" type="cond" truecount="0" falsecount="2"/>
969
- <line num="264" count="0" type="stmt"/>
970
- <line num="266" count="0" type="stmt"/>
971
- <line num="270" count="24" type="stmt"/>
972
- <line num="274" count="4" 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
973
  </file>
974
974
  <file name="BinarySearchTreeHashMap.js" path="C:\Users\alexh\Documents\plainblog\package\model\datastructures\BinarySearchTreeHashMap.js">
975
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"/>
976
+ <line num="6" count="6" type="stmt"/>
978
977
  <line num="10" count="39" type="stmt"/>
979
- <line num="15" count="5000" type="stmt"/>
980
- <line num="23" count="384256" type="stmt"/>
981
- <line num="24" count="384256" type="stmt"/>
982
- <line num="29" count="1" type="stmt"/>
983
- <line num="30" count="1" type="cond" truecount="1" falsecount="1"/>
984
- <line num="32" count="1" type="cond" truecount="1" falsecount="1"/>
985
- <line num="33" count="1" 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"/>
986
985
  <line num="34" count="1" type="stmt"/>
987
986
  <line num="35" count="1" type="stmt"/>
988
- <line num="37" count="0" type="stmt"/>
989
- <line num="41" count="6" type="stmt"/>
987
+ <line num="36" count="1" type="stmt"/>
988
+ <line num="38" count="0" type="stmt"/>
990
989
  <line num="42" count="6" type="stmt"/>
991
990
  <line num="43" count="6" type="stmt"/>
992
- <line num="45" count="12" type="cond" truecount="2" falsecount="0"/>
993
- <line num="48" count="6" type="stmt"/>
991
+ <line num="44" count="6" type="stmt"/>
992
+ <line num="46" count="12" type="cond" truecount="2" falsecount="0"/>
994
993
  <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"/>
1000
- <line num="70" count="6" type="cond" truecount="2" falsecount="0"/>
1001
- <line num="72" count="6" type="cond" truecount="2" falsecount="0"/>
1002
- <line num="73" count="2" 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"/>
1003
1002
  <line num="74" count="2" type="stmt"/>
1004
- <line num="77" count="4" type="stmt"/>
1003
+ <line num="75" count="2" type="stmt"/>
1005
1004
  <line num="78" count="4" type="stmt"/>
1006
- <line num="82" count="23" type="stmt"/>
1005
+ <line num="79" count="4" type="stmt"/>
1007
1006
  <line num="83" count="23" type="stmt"/>
1008
- <line num="87" count="2" type="stmt"/>
1007
+ <line num="84" count="23" type="stmt"/>
1008
+ <line num="88" count="2" type="stmt"/>
1009
1009
  </file>
1010
1010
  <file name="FileList.js" path="C:\Users\alexh\Documents\plainblog\package\model\datastructures\FileList.js">
1011
1011
  <metrics statements="7" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="9" coveredmethods="0"/>