@lexho111/plainblog 0.6.0 → 0.6.2

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 +1 -6
  2. package/blog_test_empty.db +0 -0
  3. package/blog_test_load.db +0 -0
  4. package/coverage/clover.xml +638 -630
  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 +378 -339
  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 +34 -16
  15. package/coverage/lcov-report/package/model/DatabaseModel.js.html +14 -11
  16. package/coverage/lcov-report/package/model/FileAdapter.js.html +26 -23
  17. package/coverage/lcov-report/package/model/FileModel.js.html +20 -17
  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 +71 -68
  23. package/coverage/lcov-report/package/model/datastructures/BinarySearchTreeHashMap.js.html +28 -19
  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 +1193 -1178
  29. package/model/DataModel.js +1 -1
  30. package/model/DatabaseModel.js +1 -1
  31. package/model/FileAdapter.js +1 -1
  32. package/model/FileModel.js +1 -1
  33. package/model/datastructures/BinarySearchTree.js +1 -1
  34. package/model/datastructures/BinarySearchTreeHashMap.js +1 -1
  35. package/package.json +2 -4
  36. package/public/scripts.min.js +2 -2
@@ -1,410 +1,415 @@
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="1768729738540" clover="3.2.0">
3
+ <project timestamp="1768729738540" name="All files">
4
+ <metrics statements="976" coveredstatements="723" conditionals="521" coveredconditionals="312" methods="205" coveredmethods="167" elements="1702" coveredelements="1202" complexity="0" loc="976" ncloc="976" packages="4" files="19" classes="19"/>
5
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="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
- <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"/>
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"/>
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="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"/>
73
- <line num="102" count="6" type="stmt"/>
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"/>
87
- <line num="158" count="3" type="stmt"/>
42
+ <metrics statements="370" coveredstatements="277" conditionals="181" coveredconditionals="106" methods="50" coveredmethods="44"/>
43
+ <line num="27" count="5" type="stmt"/>
44
+ <line num="31" count="31" type="stmt"/>
45
+ <line num="35" count="2" type="stmt"/>
46
+ <line num="39" count="31" type="stmt"/>
47
+ <line num="46" count="31" type="stmt"/>
48
+ <line num="47" count="31" type="stmt"/>
49
+ <line num="48" count="31" type="stmt"/>
50
+ <line num="49" count="31" type="stmt"/>
51
+ <line num="50" count="31" type="stmt"/>
52
+ <line num="52" count="31" type="stmt"/>
53
+ <line num="54" count="31" type="stmt"/>
54
+ <line num="55" count="31" type="stmt"/>
55
+ <line num="57" count="31" type="stmt"/>
56
+ <line num="58" count="31" type="stmt"/>
57
+ <line num="63" count="20" type="cond" truecount="2" falsecount="0"/>
58
+ <line num="70" count="20" type="stmt"/>
59
+ <line num="83" count="20" type="stmt"/>
60
+ <line num="87" count="31" type="stmt"/>
61
+ <line num="88" count="31" type="stmt"/>
62
+ <line num="89" count="31" type="stmt"/>
63
+ <line num="91" count="31" type="stmt"/>
64
+ <line num="92" count="31" type="stmt"/>
65
+ <line num="93" count="31" type="stmt"/>
66
+ <line num="94" count="31" type="stmt"/>
67
+ <line num="95" count="31" type="stmt"/>
68
+ <line num="96" count="31" type="stmt"/>
69
+ <line num="97" count="31" type="stmt"/>
70
+ <line num="98" count="31" type="stmt"/>
71
+ <line num="99" count="31" type="stmt"/>
72
+ <line num="100" count="31" type="stmt"/>
73
+ <line num="103" count="6" type="stmt"/>
74
+ <line num="107" count="0" type="stmt"/>
75
+ <line num="115" count="5" type="stmt"/>
76
+ <line num="116" count="5" type="stmt"/>
77
+ <line num="120" count="5" type="stmt"/>
78
+ <line num="124" count="22" type="stmt"/>
79
+ <line num="128" count="3" type="stmt"/>
80
+ <line num="136" count="4" type="cond" truecount="1" falsecount="1"/>
81
+ <line num="137" count="4" type="cond" truecount="1" falsecount="1"/>
82
+ <line num="138" count="4" type="stmt"/>
83
+ <line num="139" count="4" type="stmt"/>
84
+ <line num="142" count="4" type="stmt"/>
85
+ <line num="150" count="1" type="stmt"/>
86
+ <line num="151" count="1" type="stmt"/>
88
87
  <line num="159" count="3" type="stmt"/>
89
88
  <line num="160" count="3" type="stmt"/>
90
- <line num="164" count="155464" 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="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"/>
130
- <line num="258" count="3" type="stmt"/>
131
- <line num="262" count="18" type="stmt"/>
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"/>
136
- <line num="276" count="4" type="stmt"/>
107
+ <line num="194" count="0" type="stmt"/>
108
+ <line num="204" count="0" type="stmt"/>
109
+ <line num="205" count="0" type="cond" truecount="0" falsecount="2"/>
110
+ <line num="206" count="0" type="stmt"/>
111
+ <line num="209" count="0" type="stmt"/>
112
+ <line num="210" count="0" type="cond" truecount="0" falsecount="2"/>
113
+ <line num="211" count="0" type="stmt"/>
114
+ <line num="214" count="0" type="stmt"/>
115
+ <line num="218" count="0" type="stmt"/>
116
+ <line num="223" count="31" type="cond" truecount="2" falsecount="0"/>
117
+ <line num="224" count="25" type="stmt"/>
118
+ <line num="228" count="25" type="cond" truecount="4" falsecount="0"/>
119
+ <line num="230" count="9" type="stmt"/>
120
+ <line num="232" count="25" type="cond" truecount="2" falsecount="0"/>
121
+ <line num="238" count="22" type="stmt"/>
122
+ <line num="239" count="22" type="stmt"/>
123
+ <line num="240" count="22" type="stmt"/>
124
+ <line num="241" count="22" type="stmt"/>
125
+ <line num="247" count="22" type="stmt"/>
126
+ <line num="248" count="22" type="stmt"/>
127
+ <line num="250" count="22" type="stmt"/>
128
+ <line num="254" count="18" type="stmt"/>
129
+ <line num="257" count="18" type="cond" truecount="1" falsecount="1"/>
130
+ <line num="259" count="4" type="stmt"/>
131
+ <line num="263" count="22" type="stmt"/>
132
+ <line num="266" count="0" type="cond" truecount="0" falsecount="2"/>
133
+ <line num="270" count="22" type="stmt"/>
134
+ <line num="271" count="22" type="stmt"/>
135
+ <line num="276" count="22" type="cond" truecount="4" falsecount="0"/>
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="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"/>
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"/>
172
- <line num="358" count="2" type="stmt"/>
139
+ <line num="280" count="4" type="stmt"/>
140
+ <line num="283" count="4" type="stmt"/>
141
+ <line num="288" count="0" type="stmt"/>
142
+ <line num="294" count="25" type="stmt"/>
143
+ <line num="295" count="25" type="stmt"/>
144
+ <line num="296" count="25" type="stmt"/>
145
+ <line num="297" count="25" type="stmt"/>
146
+ <line num="299" count="25" type="cond" truecount="2" falsecount="0"/>
147
+ <line num="300" count="2" type="stmt"/>
148
+ <line num="301" count="2" type="stmt"/>
149
+ <line num="303" count="23" type="stmt"/>
150
+ <line num="304" count="23" type="cond" truecount="2" falsecount="0"/>
151
+ <line num="305" count="19" type="cond" truecount="1" falsecount="1"/>
152
+ <line num="306" count="19" type="stmt"/>
153
+ <line num="307" count="19" type="stmt"/>
154
+ <line num="310" count="23" type="stmt"/>
155
+ <line num="311" count="23" type="stmt"/>
156
+ <line num="312" count="23" type="stmt"/>
157
+ <line num="313" count="23" type="stmt"/>
158
+ <line num="318" count="23" type="stmt"/>
159
+ <line num="321" count="23" type="stmt"/>
160
+ <line num="326" count="23" type="cond" truecount="2" falsecount="0"/>
161
+ <line num="327" count="4" type="stmt"/>
162
+ <line num="335" count="4" type="stmt"/>
163
+ <line num="344" count="23" type="cond" truecount="1" falsecount="1"/>
164
+ <line num="345" count="0" type="stmt"/>
165
+ <line num="346" count="23" type="stmt"/>
166
+ <line num="347" count="23" type="cond" truecount="4" falsecount="0"/>
167
+ <line num="348" count="10" type="stmt"/>
168
+ <line num="349" count="13" type="stmt"/>
169
+ <line num="350" count="23" type="stmt"/>
170
+ <line num="351" count="23" type="stmt"/>
171
+ <line num="354" count="25" type="stmt"/>
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="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"/>
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"/>
194
+ <line num="392" count="2" type="stmt"/>
195
+ <line num="398" count="8" type="stmt"/>
196
+ <line num="400" count="8" type="stmt"/>
197
+ <line num="403" count="11" type="cond" truecount="2" falsecount="0"/>
198
+ <line num="404" count="8" type="stmt"/>
199
+ <line num="405" count="8" type="stmt"/>
200
+ <line num="409" count="3" type="cond" truecount="2" falsecount="0"/>
201
+ <line num="410" count="1" type="cond" truecount="1" falsecount="1"/>
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="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"/>
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"/>
252
+ <line num="511" count="0" type="stmt"/>
253
+ <line num="515" count="8" type="stmt"/>
254
+ <line num="517" count="8" type="stmt"/>
255
+ <line num="518" count="8" type="stmt"/>
256
+ <line num="519" count="8" type="stmt"/>
257
+ <line num="520" count="8" type="stmt"/>
258
+ <line num="522" count="8" type="stmt"/>
259
+ <line num="523" count="8" type="stmt"/>
260
+ <line num="524" count="8" type="stmt"/>
261
+ <line num="530" count="11" type="stmt"/>
262
+ <line num="531" count="11" type="cond" truecount="2" falsecount="0"/>
263
+ <line num="533" count="8" type="stmt"/>
264
+ <line num="534" count="8" type="cond" truecount="2" falsecount="2"/>
265
+ <line num="535" count="8" type="stmt"/>
266
+ <line num="536" count="8" type="stmt"/>
267
+ <line num="540" count="3" type="stmt"/>
268
+ <line num="547" count="25" type="stmt"/>
269
+ <line num="548" count="25" type="cond" truecount="1" falsecount="1"/>
270
+ <line num="549" count="25" type="stmt"/>
271
+ <line num="553" count="25" type="stmt"/>
272
+ <line num="555" count="25" type="cond" truecount="4" falsecount="1"/>
273
+ <line num="556" count="25" type="cond" truecount="2" falsecount="0"/>
274
+ <line num="557" count="24" type="stmt"/>
275
+ <line num="558" count="24" type="stmt"/>
276
+ <line num="559" count="311088" type="cond" truecount="2" falsecount="0"/>
277
+ <line num="560" count="155532" type="stmt"/>
278
+ <line num="561" count="155532" type="stmt"/>
279
+ <line num="562" count="155532" type="stmt"/>
280
+ <line num="568" count="155532" type="stmt"/>
281
+ <line num="569" count="155532" type="stmt"/>
282
+ <line num="570" count="155532" type="stmt"/>
283
+ <line num="572" count="24" type="stmt"/>
282
284
  <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"/>
285
+ <line num="575" count="9118" type="stmt"/>
286
+ <line num="581" count="9118" type="stmt"/>
289
287
  <line num="588" count="2" type="stmt"/>
290
- <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"/>
304
- <line num="618" count="1" type="stmt"/>
288
+ <line num="589" count="2" type="cond" truecount="1" falsecount="1"/>
289
+ <line num="590" count="2" type="stmt"/>
290
+ <line num="597" count="8" type="cond" truecount="1" falsecount="1"/>
291
+ <line num="598" count="8" type="stmt"/>
292
+ <line num="600" count="8" type="cond" truecount="2" falsecount="0"/>
293
+ <line num="601" count="6" type="cond" truecount="4" falsecount="0"/>
294
+ <line num="602" count="5" type="stmt"/>
295
+ <line num="603" count="5" type="stmt"/>
296
+ <line num="606" count="5" type="stmt"/>
297
+ <line num="609" count="6" type="cond" truecount="1" falsecount="1"/>
298
+ <line num="610" count="0" type="stmt"/>
299
+ <line num="611" count="0" type="stmt"/>
300
+ <line num="612" count="0" type="stmt"/>
301
+ <line num="613" count="0" type="stmt"/>
302
+ <line num="614" count="0" type="stmt"/>
303
+ <line num="617" count="6" type="cond" truecount="2" falsecount="0"/>
305
304
  <line num="619" count="1" type="stmt"/>
305
+ <line num="620" count="1" type="cond" truecount="1" falsecount="1"/>
306
+ <line num="622" count="1" type="stmt"/>
306
307
  <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"/>
310
- <line num="630" count="1" type="stmt"/>
311
308
  <line num="631" count="1" type="stmt"/>
309
+ <line num="632" count="1" type="stmt"/>
312
310
  <line num="633" count="1" type="stmt"/>
313
- <line num="634" count="1" type="stmt"/>
314
- <line num="635" count="1" type="stmt"/>
315
- <line num="636" count="1" type="stmt"/>
316
311
  <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="641" count="2" type="cond" truecount="3" falsecount="1"/>
313
+ <line num="642" count="2" type="cond" truecount="2" falsecount="0"/>
319
314
  <line num="643" count="1" type="stmt"/>
320
315
  <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"/>
316
+ <line num="645" count="1" type="stmt"/>
317
+ <line num="647" count="1" type="stmt"/>
318
+ <line num="648" count="1" type="stmt"/>
319
+ <line num="649" count="1" type="stmt"/>
320
+ <line num="650" count="1" type="stmt"/>
321
+ <line num="651" count="1" type="stmt"/>
322
+ <line num="653" count="1" type="stmt"/>
323
+ <line num="655" count="1" type="stmt"/>
324
+ <line num="657" count="1" type="stmt"/>
325
+ <line num="658" count="1" type="stmt"/>
326
+ <line num="659" count="0" type="cond" truecount="0" falsecount="4"/>
327
+ <line num="660" count="0" type="cond" truecount="0" falsecount="2"/>
328
+ <line num="661" count="0" type="stmt"/>
335
329
  <line num="662" count="0" type="stmt"/>
336
330
  <line num="663" count="0" type="stmt"/>
337
- <line num="664" count="0" type="stmt"/>
338
- <line num="666" count="0" type="stmt"/>
331
+ <line num="665" count="0" type="stmt"/>
332
+ <line num="666" count="0" type="cond" truecount="0" falsecount="2"/>
339
333
  <line num="667" count="0" type="stmt"/>
340
- <line num="668" count="0" type="stmt"/>
334
+ <line num="668" count="0" type="cond" truecount="0" falsecount="2"/>
341
335
  <line num="669" count="0" type="stmt"/>
342
- <line num="670" count="0" type="stmt"/>
336
+ <line num="671" count="0" type="stmt"/>
343
337
  <line num="672" count="0" type="stmt"/>
344
- <line num="673" count="0" type="stmt"/>
345
- <line num="674" count="0" type="cond" truecount="0" falsecount="2"/>
346
- <line num="675" count="0" type="stmt"/>
338
+ <line num="674" count="0" type="cond" truecount="0" falsecount="4"/>
339
+ <line num="675" count="0" type="cond" truecount="0" falsecount="2"/>
340
+ <line num="676" count="0" type="stmt"/>
347
341
  <line num="677" count="0" type="stmt"/>
348
342
  <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="680" count="0" type="stmt"/>
344
+ <line num="681" count="0" type="stmt"/>
345
+ <line num="682" count="0" type="stmt"/>
346
+ <line num="683" count="0" type="stmt"/>
347
+ <line num="684" count="0" type="stmt"/>
348
+ <line num="686" count="0" type="stmt"/>
349
+ <line num="687" count="0" type="stmt"/>
350
+ <line num="688" count="0" type="cond" truecount="0" falsecount="2"/>
351
+ <line num="689" count="0" type="stmt"/>
352
+ <line num="691" count="0" type="stmt"/>
353
+ <line num="692" count="0" type="stmt"/>
354
+ <line num="698" count="2" type="stmt"/>
355
+ <line num="699" count="2" type="stmt"/>
356
+ <line num="704" count="1" type="stmt"/>
357
+ <line num="708" count="1" type="stmt"/>
358
+ <line num="709" count="1" type="stmt"/>
359
+ <line num="714" count="14" type="stmt"/>
360
+ <line num="715" count="14" type="stmt"/>
360
361
  <line num="717" count="14" type="stmt"/>
361
362
  <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"/>
363
+ <line num="725" count="14" type="cond" truecount="1" falsecount="1"/>
364
+ <line num="726" count="14" type="stmt"/>
365
+ <line num="731" count="14" type="stmt"/>
366
+ <line num="732" count="14" type="stmt"/>
367
+ <line num="733" count="14" type="stmt"/>
368
+ <line num="734" count="14" type="stmt"/>
369
+ <line num="735" count="14" type="cond" truecount="1" falsecount="1"/>
370
+ <line num="736" count="0" type="stmt"/>
371
+ <line num="744" count="9" type="stmt"/>
372
+ <line num="749" count="9" type="cond" truecount="2" falsecount="0"/>
373
+ <line num="750" count="9" type="stmt"/>
374
+ <line num="752" count="8" type="cond" truecount="4" falsecount="0"/>
375
+ <line num="759" count="9" type="cond" truecount="2" falsecount="0"/>
376
376
  <line num="761" count="2" type="stmt"/>
377
- <line num="768" count="2" type="cond" truecount="3" falsecount="1"/>
378
- <line num="769" 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"/>
379
380
  <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="775" count="2" type="stmt"/>
382
+ <line num="782" count="2" type="cond" truecount="3" falsecount="1"/>
383
+ <line num="783" count="2" type="stmt"/>
384
+ <line num="784" count="2" type="stmt"/>
385
+ <line num="787" count="2" type="stmt"/>
386
+ <line num="790" count="2" type="stmt"/>
387
+ <line num="792" count="2" type="stmt"/>
388
+ <line num="793" count="2" type="stmt"/>
389
+ <line num="798" count="0" type="stmt"/>
390
+ <line num="809" count="25" type="cond" truecount="1" falsecount="1"/>
391
+ <line num="810" count="25" type="stmt"/>
392
+ <line num="812" count="25" type="cond" truecount="3" falsecount="0"/>
393
+ <line num="815" count="25" type="cond" truecount="1" falsecount="1"/>
394
+ <line num="816" count="25" type="stmt"/>
395
+ <line num="818" count="25" type="stmt"/>
396
+ <line num="819" count="25" type="cond" truecount="1" falsecount="1"/>
397
+ <line num="820" count="25" type="stmt"/>
398
+ <line num="824" count="25" type="stmt"/>
399
+ <line num="829" count="25" type="stmt"/>
400
+ <line num="835" count="25" type="cond" truecount="1" falsecount="1"/>
401
+ <line num="836" count="25" type="stmt"/>
402
+ <line num="837" count="25" type="stmt"/>
403
+ <line num="838" count="25" type="stmt"/>
404
+ <line num="842" count="25" type="stmt"/>
405
+ <line num="843" count="25" type="cond" truecount="1" falsecount="1"/>
406
+ <line num="849" count="25" type="cond" truecount="1" falsecount="1"/>
407
+ <line num="850" count="0" type="stmt"/>
408
+ <line num="851" count="0" type="stmt"/>
409
+ <line num="853" count="0" type="stmt"/>
410
+ <line num="855" count="0" type="stmt"/>
411
+ <line num="856" count="0" type="stmt"/>
412
+ <line num="857" count="0" type="stmt"/>
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="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"/>
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="10230363" type="stmt"/>
545
+ <line num="101" count="10230363" 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,149 +583,150 @@
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"/>
585
- <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"/>
604
- <line num="58" count="1" type="stmt"/>
586
+ <metrics statements="30" coveredstatements="28" conditionals="17" coveredconditionals="13" methods="11" coveredmethods="9"/>
587
+ <line num="5" count="6" type="stmt"/>
588
+ <line num="9" count="40" type="stmt"/>
589
+ <line num="10" count="40" type="stmt"/>
590
+ <line num="14" count="0" type="stmt"/>
591
+ <line num="18" count="24" type="stmt"/>
592
+ <line num="23" count="25" type="cond" truecount="1" falsecount="1"/>
593
+ <line num="28" count="164677" type="stmt"/>
594
+ <line num="32" count="1" type="stmt"/>
595
+ <line num="33" count="1" type="cond" truecount="1" falsecount="1"/>
596
+ <line num="34" count="1" type="stmt"/>
597
+ <line num="39" count="18" type="stmt"/>
598
+ <line num="40" count="18" type="cond" truecount="1" falsecount="1"/>
599
+ <line num="41" count="18" type="stmt"/>
600
+ <line num="46" count="4" type="stmt"/>
601
+ <line num="47" count="4" type="stmt"/>
602
+ <line num="51" count="37" type="stmt"/>
603
+ <line num="52" count="37" type="stmt"/>
604
+ <line num="53" count="37" type="stmt"/>
605
+ <line num="57" count="2" type="stmt"/>
606
+ <line num="58" count="2" type="cond" truecount="5" falsecount="0"/>
605
607
  <line num="59" count="1" type="stmt"/>
606
- <line num="60" count="2" type="cond" truecount="2" falsecount="0"/>
607
608
  <line num="61" count="1" type="stmt"/>
608
- <line num="66" count="1" type="stmt"/>
609
- <line num="68" count="1" type="stmt"/>
610
- <line num="72" count="0" type="stmt"/>
609
+ <line num="63" count="1" type="cond" truecount="3" falsecount="1"/>
610
+ <line num="64" count="1" type="stmt"/>
611
+ <line num="65" count="1" type="stmt"/>
612
+ <line num="66" count="2" type="cond" truecount="2" falsecount="0"/>
613
+ <line num="67" count="1" type="stmt"/>
614
+ <line num="72" count="1" type="stmt"/>
615
+ <line num="74" count="1" type="stmt"/>
616
+ <line num="78" count="0" type="stmt"/>
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="24" count="2" type="stmt"/>
620
+ <line num="4" count="5" type="stmt"/>
621
+ <line num="8" count="23" type="stmt"/>
622
+ <line num="12" count="4" type="stmt"/>
623
+ <line num="13" count="4" type="stmt"/>
624
+ <line num="17" count="22" type="cond" truecount="1" falsecount="1"/>
625
+ <line num="21" count="22" type="stmt"/>
621
626
  <line num="25" count="2" type="stmt"/>
622
- <line num="29" count="0" type="cond" truecount="0" falsecount="2"/>
623
- <line num="30" count="0" type="stmt"/>
624
- <line num="35" count="0" type="stmt"/>
625
- <line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
626
- <line num="37" count="0" type="stmt"/>
627
- <line num="42" count="0" type="stmt"/>
628
- <line num="46" count="19" type="stmt"/>
629
- <line num="47" count="19" type="stmt"/>
627
+ <line num="26" count="2" type="stmt"/>
628
+ <line num="30" count="0" type="cond" truecount="0" falsecount="2"/>
629
+ <line num="31" count="0" type="stmt"/>
630
+ <line num="36" count="0" type="stmt"/>
631
+ <line num="37" count="0" type="cond" truecount="0" falsecount="2"/>
632
+ <line num="38" count="0" type="stmt"/>
633
+ <line num="43" count="0" type="stmt"/>
634
+ <line num="47" count="22" type="stmt"/>
635
+ <line num="48" count="22" type="stmt"/>
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="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"/>
642
- <line num="35" count="1" type="cond" truecount="1" falsecount="1"/>
643
- <line num="36" count="1" type="stmt"/>
644
- <line num="38" count="1" type="cond" truecount="1" falsecount="1"/>
645
- <line num="39" count="1" type="stmt"/>
646
- <line num="41" count="1" type="stmt"/>
647
- <line num="45" count="1" type="stmt"/>
648
- <line num="49" count="0" type="stmt"/>
639
+ <line num="12" count="5" type="stmt"/>
640
+ <line num="15" count="24" type="stmt"/>
641
+ <line num="17" count="24" type="cond" truecount="2" falsecount="0"/>
642
+ <line num="18" count="24" type="cond" truecount="2" falsecount="0"/>
643
+ <line num="22" count="19" type="stmt"/>
644
+ <line num="23" count="19" type="stmt"/>
645
+ <line num="27" count="0" type="stmt"/>
646
+ <line num="31" count="19" type="stmt"/>
647
+ <line num="32" count="19" type="cond" truecount="1" falsecount="1"/>
648
+ <line num="36" count="1" type="cond" truecount="1" falsecount="1"/>
649
+ <line num="37" count="1" type="stmt"/>
650
+ <line num="39" count="1" type="cond" truecount="1" falsecount="1"/>
651
+ <line num="40" count="1" type="stmt"/>
652
+ <line num="42" count="1" type="stmt"/>
653
+ <line num="46" count="1" type="stmt"/>
649
654
  <line num="50" count="0" type="stmt"/>
650
- <line num="51" count="0" type="cond" truecount="0" falsecount="2"/>
655
+ <line num="51" count="0" type="stmt"/>
651
656
  <line num="52" count="0" type="cond" truecount="0" falsecount="2"/>
652
657
  <line num="53" count="0" type="cond" truecount="0" falsecount="2"/>
653
- <line num="54" count="0" type="stmt"/>
654
- <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"/>
655
660
  <line num="60" count="0" type="stmt"/>
656
661
  <line num="61" count="0" type="stmt"/>
657
- <line num="63" count="0" type="cond" truecount="0" falsecount="2"/>
658
- <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="84" count="0" type="cond" truecount="0" falsecount="2"/>
666
- <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"/>
672
- <line num="96" count="0" type="stmt"/>
673
- <line num="99" count="0" type="stmt"/>
674
- <line num="101" count="17" type="stmt"/>
662
+ <line num="62" count="0" type="stmt"/>
663
+ <line num="64" count="0" type="cond" truecount="0" falsecount="2"/>
664
+ <line num="65" count="0" type="stmt"/>
665
+ <line num="78" count="18" type="stmt"/>
666
+ <line num="79" count="18" type="stmt"/>
667
+ <line num="80" count="18" type="stmt"/>
668
+ <line num="81" count="18" type="cond" truecount="1" falsecount="1"/>
669
+ <line num="83" count="18" type="stmt"/>
670
+ <line num="84" count="164636" type="cond" truecount="1" falsecount="1"/>
671
+ <line num="85" count="0" type="cond" truecount="0" falsecount="2"/>
672
+ <line num="88" count="0" type="cond" truecount="0" falsecount="2"/>
673
+ <line num="91" count="18" type="stmt"/>
674
+ <line num="92" count="165370" type="cond" truecount="1" falsecount="1"/>
675
+ <line num="93" count="165370" type="cond" truecount="1" falsecount="1"/>
676
+ <line num="94" count="165370" type="cond" truecount="1" falsecount="1"/>
677
+ <line num="96" count="18" type="cond" truecount="1" falsecount="1"/>
678
+ <line num="97" count="0" type="stmt"/>
679
+ <line num="100" count="0" type="stmt"/>
680
+ <line num="102" count="18" type="stmt"/>
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"/>
679
- <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"/>
683
- <line num="19" count="0" type="stmt"/>
684
+ <line num="7" count="5" type="stmt"/>
685
+ <line num="11" count="2" type="stmt"/>
686
+ <line num="16" count="20" type="stmt"/>
687
+ <line num="17" count="20" type="stmt"/>
688
+ <line num="18" count="20" type="stmt"/>
684
689
  <line num="20" count="0" type="stmt"/>
685
- <line num="26" count="2" type="stmt"/>
686
- <line num="31" count="0" type="stmt"/>
690
+ <line num="21" count="0" type="stmt"/>
691
+ <line num="27" count="2" type="stmt"/>
687
692
  <line num="32" count="0" type="stmt"/>
688
- <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"/>
696
- <line num="53" count="1" type="stmt"/>
693
+ <line num="33" count="0" type="stmt"/>
694
+ <line num="38" count="20" type="stmt"/>
695
+ <line num="43" count="20" type="stmt"/>
696
+ <line num="44" count="20" type="stmt"/>
697
+ <line num="45" count="20" type="stmt"/>
698
+ <line num="46" count="19" type="stmt"/>
699
+ <line num="48" count="164656" type="stmt"/>
700
+ <line num="50" count="164637" type="stmt"/>
701
+ <line num="51" count="164637" type="stmt"/>
697
702
  <line num="54" count="1" type="stmt"/>
698
- <line num="60" count="1" type="stmt"/>
703
+ <line num="55" count="1" type="stmt"/>
699
704
  <line num="61" count="1" type="stmt"/>
700
705
  <line num="62" count="1" type="stmt"/>
701
706
  <line num="63" count="1" type="stmt"/>
702
- <line num="65" count="21" type="stmt"/>
703
- <line num="67" count="20" type="stmt"/>
707
+ <line num="64" count="1" type="stmt"/>
708
+ <line num="66" count="21" type="stmt"/>
704
709
  <line num="68" count="20" type="stmt"/>
705
- <line num="71" count="0" type="stmt"/>
710
+ <line num="69" count="20" type="stmt"/>
706
711
  <line num="72" count="0" type="stmt"/>
707
- <line num="78" count="19" type="stmt"/>
708
- <line num="79" count="19" type="stmt"/>
709
- <line num="81" count="1" type="stmt"/>
712
+ <line num="73" count="0" type="stmt"/>
713
+ <line num="79" count="20" type="stmt"/>
714
+ <line num="80" count="20" type="stmt"/>
710
715
  <line num="82" count="1" type="stmt"/>
711
- <line num="85" count="19" type="stmt"/>
712
- <line num="86" count="19" type="stmt"/>
713
- <line num="88" count="1" type="stmt"/>
716
+ <line num="83" count="1" type="stmt"/>
717
+ <line num="86" count="20" type="stmt"/>
718
+ <line num="87" count="20" type="stmt"/>
714
719
  <line num="89" count="1" type="stmt"/>
720
+ <line num="90" 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="500493140" 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,168 +842,170 @@
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
- <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"/>
862
- <line num="55" count="0" type="stmt"/>
845
+ <metrics statements="127" coveredstatements="93" conditionals="100" coveredconditionals="66" methods="19" coveredmethods="17"/>
846
+ <line num="5" count="6" type="stmt"/>
847
+ <line num="9" count="631237" type="stmt"/>
848
+ <line num="10" count="631237" type="stmt"/>
849
+ <line num="11" count="631237" type="stmt"/>
850
+ <line num="17" count="50" type="stmt"/>
851
+ <line num="22" count="5000" type="stmt"/>
852
+ <line num="30" count="631237" type="stmt"/>
853
+ <line num="31" count="631237" type="cond" truecount="2" falsecount="0"/>
854
+ <line num="32" count="45" type="stmt"/>
855
+ <line num="33" count="45" type="stmt"/>
856
+ <line num="35" count="631192" type="stmt"/>
857
+ <line num="36" count="631192" type="stmt"/>
858
+ <line num="37" count="631192" type="stmt"/>
859
+ <line num="39" count="61568770" type="cond" truecount="2" falsecount="0"/>
860
+ <line num="40" count="5672142" type="cond" truecount="2" falsecount="0"/>
861
+ <line num="41" count="313477" type="stmt"/>
862
+ <line num="42" count="313477" type="stmt"/>
863
+ <line num="44" count="5358665" type="stmt"/>
864
+ <line num="46" count="55896628" type="cond" truecount="2" falsecount="0"/>
865
+ <line num="47" count="317715" type="stmt"/>
866
+ <line num="48" count="317715" type="stmt"/>
867
+ <line num="50" count="55578913" type="stmt"/>
863
868
  <line num="56" count="0" type="stmt"/>
864
869
  <line num="57" count="0" type="stmt"/>
865
- <line num="61" count="3" type="stmt"/>
870
+ <line num="58" count="0" type="stmt"/>
866
871
  <line num="62" count="3" type="stmt"/>
867
872
  <line num="63" count="3" type="stmt"/>
868
- <line num="65" count="6" type="cond" truecount="2" falsecount="0"/>
869
- <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"/>
870
875
  <line num="72" count="0" type="stmt"/>
871
- <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"/>
877
- <line num="91" count="48" type="stmt"/>
878
- <line num="92" count="48" type="cond" truecount="2" falsecount="0"/>
879
- <line num="93" count="46" type="stmt"/>
880
- <line num="95" count="48" type="stmt"/>
881
- <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"/>
882
887
  <line num="100" count="46" type="stmt"/>
883
- <line num="102" count="46" type="cond" truecount="1" falsecount="1"/>
884
- <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="113" count="0" type="cond" truecount="0" falsecount="2"/>
892
- <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"/>
893
898
  <line num="115" count="0" type="stmt"/>
894
899
  <line num="116" count="0" type="stmt"/>
895
- <line num="118" count="0" type="stmt"/>
900
+ <line num="117" count="0" type="stmt"/>
896
901
  <line num="119" count="0" type="stmt"/>
897
902
  <line num="120" count="0" type="stmt"/>
898
- <line num="126" count="3" type="stmt"/>
899
- <line num="128" count="3" type="cond" truecount="1" falsecount="1"/>
900
- <line num="137" count="3" type="cond" truecount="1" falsecount="1"/>
901
- <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"/>
902
907
  <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"/>
908
- <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"/>
912
- <line num="180" count="12" type="cond" truecount="2" falsecount="0"/>
913
- <line num="181" count="8" type="stmt"/>
914
- <line num="188" count="4" type="stmt"/>
915
- <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"/>
916
921
  <line num="193" count="8" type="cond" truecount="2" falsecount="0"/>
917
- <line num="194" count="8" type="stmt"/>
918
- <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"/>
919
924
  <line num="199" count="8" type="stmt"/>
920
925
  <line num="200" count="8" type="stmt"/>
921
- <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="212" 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"/>
932
+ <line num="210" count="0" type="stmt"/>
933
+ <line num="211" count="0" type="stmt"/>
929
934
  <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"/>
935
- <line num="223" count="2" type="stmt"/>
935
+ <line num="214" count="0" type="stmt"/>
936
+ <line num="219" count="6" type="stmt"/>
937
+ <line num="220" count="6" type="stmt"/>
938
+ <line num="221" count="6" type="stmt"/>
939
+ <line num="222" count="18" type="stmt"/>
940
+ <line num="223" count="18" type="cond" truecount="2" falsecount="0"/>
936
941
  <line num="224" count="2" type="stmt"/>
937
942
  <line num="225" count="2" type="stmt"/>
938
943
  <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"/>
943
- <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"/>
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"/>
946
951
  <line num="244" count="2" type="cond" truecount="1" falsecount="1"/>
947
- <line num="245" count="0" type="stmt"/>
948
- <line num="246" count="2" type="cond" truecount="1" falsecount="1"/>
949
- <line num="247" count="0" type="cond" truecount="0" falsecount="2"/>
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"/>
950
955
  <line num="248" count="0" type="cond" truecount="0" falsecount="2"/>
951
- <line num="249" count="0" type="stmt"/>
952
- <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"/>
953
958
  <line num="251" count="2" type="cond" truecount="1" falsecount="1"/>
954
- <line num="252" count="0" type="cond" truecount="0" falsecount="2"/>
955
- <line num="253" count="0" type="stmt"/>
956
- <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"/>
957
962
  <line num="257" count="0" type="stmt"/>
958
963
  <line num="258" count="0" type="stmt"/>
959
964
  <line num="259" count="0" type="stmt"/>
960
965
  <line num="260" count="0" type="stmt"/>
961
- <line num="262" count="0" type="stmt"/>
962
- <line num="263" count="0" type="cond" truecount="0" falsecount="2"/>
963
- <line num="264" count="0" type="stmt"/>
964
- <line num="266" count="2" type="stmt"/>
965
- <line num="270" count="20" type="stmt"/>
966
- <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"/>
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"/>
973
- <line num="15" count="5000" type="stmt"/>
974
- <line num="23" count="375073" type="stmt"/>
975
- <line num="24" count="375073" type="stmt"/>
976
- <line num="29" count="1" type="stmt"/>
977
- <line num="30" count="1" type="cond" truecount="1" falsecount="1"/>
978
- <line num="32" count="1" type="cond" truecount="1" falsecount="1"/>
979
- <line num="33" count="1" type="stmt"/>
975
+ <metrics statements="33" coveredstatements="32" conditionals="15" coveredconditionals="12" methods="12" coveredmethods="12"/>
976
+ <line num="6" count="6" type="stmt"/>
977
+ <line num="10" count="39" type="stmt"/>
978
+ <line num="11" count="39" type="stmt"/>
979
+ <line num="16" count="5000" type="stmt"/>
980
+ <line num="24" count="384272" type="stmt"/>
981
+ <line num="25" count="384272" type="stmt"/>
982
+ <line num="30" count="1" type="stmt"/>
983
+ <line num="31" count="1" type="cond" truecount="1" falsecount="1"/>
984
+ <line num="33" count="1" type="cond" truecount="1" falsecount="1"/>
980
985
  <line num="34" count="1" type="stmt"/>
981
986
  <line num="35" count="1" type="stmt"/>
982
- <line num="37" count="0" type="stmt"/>
983
- <line num="41" count="6" type="stmt"/>
987
+ <line num="36" count="1" type="stmt"/>
988
+ <line num="38" count="0" type="stmt"/>
984
989
  <line num="42" count="6" type="stmt"/>
985
990
  <line num="43" count="6" type="stmt"/>
986
- <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="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"/>
991
+ <line num="44" count="6" type="stmt"/>
992
+ <line num="46" count="12" type="cond" truecount="2" falsecount="0"/>
993
+ <line num="49" count="6" type="stmt"/>
994
+ <line num="50" count="6" type="stmt"/>
995
+ <line num="55" count="5000" type="stmt"/>
996
+ <line num="60" count="42" type="stmt"/>
997
+ <line num="64" count="1" type="stmt"/>
998
+ <line num="68" count="6" type="cond" truecount="3" falsecount="1"/>
999
+ <line num="70" count="6" type="stmt"/>
1000
+ <line num="71" count="6" type="cond" truecount="2" falsecount="0"/>
1001
+ <line num="73" count="6" type="cond" truecount="2" falsecount="0"/>
1002
+ <line num="74" count="2" type="stmt"/>
996
1003
  <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"/>
1004
+ <line num="78" count="4" type="stmt"/>
1005
+ <line num="79" count="4" type="stmt"/>
1006
+ <line num="83" count="23" type="stmt"/>
1007
+ <line num="84" count="23" type="stmt"/>
1008
+ <line num="88" count="2" type="stmt"/>
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"/>