cssstyle 1.3.0 → 2.2.0

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 (118) hide show
  1. package/README.md +1 -1
  2. package/lib/CSSStyleDeclaration.js +5 -0
  3. package/lib/CSSStyleDeclaration.test.js +31 -2
  4. package/lib/allExtraProperties.js +60 -241
  5. package/lib/allProperties.js +444 -489
  6. package/lib/allWebkitProperties.js +194 -0
  7. package/lib/implementedProperties.js +1 -1
  8. package/lib/parsers.js +7 -4
  9. package/lib/parsers.test.js +35 -1
  10. package/lib/properties.js +1 -1
  11. package/lib/utils/colorSpace.js +21 -0
  12. package/package.json +7 -4
  13. package/.eslintignore +0 -4
  14. package/.eslintrc.js +0 -55
  15. package/.travis.yml +0 -17
  16. package/AUTHORS +0 -31
  17. package/coverage/clover.xml +0 -2150
  18. package/coverage/coverage-final.json +0 -86
  19. package/coverage/lcov-report/base.css +0 -224
  20. package/coverage/lcov-report/block-navigation.js +0 -79
  21. package/coverage/lcov-report/index.html +0 -123
  22. package/coverage/lcov-report/lib/CSSStyleDeclaration.js.html +0 -834
  23. package/coverage/lcov-report/lib/allExtraProperties.js.html +0 -813
  24. package/coverage/lcov-report/lib/allProperties.js.html +0 -1560
  25. package/coverage/lcov-report/lib/constants.js.html +0 -87
  26. package/coverage/lcov-report/lib/index.html +0 -149
  27. package/coverage/lcov-report/lib/parsers.js.html +0 -2193
  28. package/coverage/lcov-report/lib/properties/azimuth.js.html +0 -270
  29. package/coverage/lcov-report/lib/properties/background.js.html +0 -126
  30. package/coverage/lcov-report/lib/properties/backgroundAttachment.js.html +0 -141
  31. package/coverage/lcov-report/lib/properties/backgroundColor.js.html +0 -177
  32. package/coverage/lcov-report/lib/properties/backgroundImage.js.html +0 -165
  33. package/coverage/lcov-report/lib/properties/backgroundPosition.js.html +0 -243
  34. package/coverage/lcov-report/lib/properties/backgroundRepeat.js.html +0 -165
  35. package/coverage/lcov-report/lib/properties/border.js.html +0 -168
  36. package/coverage/lcov-report/lib/properties/borderBottom.js.html +0 -120
  37. package/coverage/lcov-report/lib/properties/borderBottomColor.js.html +0 -117
  38. package/coverage/lcov-report/lib/properties/borderBottomStyle.js.html +0 -132
  39. package/coverage/lcov-report/lib/properties/borderBottomWidth.js.html +0 -117
  40. package/coverage/lcov-report/lib/properties/borderCollapse.js.html +0 -147
  41. package/coverage/lcov-report/lib/properties/borderColor.js.html +0 -159
  42. package/coverage/lcov-report/lib/properties/borderLeft.js.html +0 -120
  43. package/coverage/lcov-report/lib/properties/borderLeftColor.js.html +0 -117
  44. package/coverage/lcov-report/lib/properties/borderLeftStyle.js.html +0 -132
  45. package/coverage/lcov-report/lib/properties/borderLeftWidth.js.html +0 -117
  46. package/coverage/lcov-report/lib/properties/borderRight.js.html +0 -120
  47. package/coverage/lcov-report/lib/properties/borderRightColor.js.html +0 -117
  48. package/coverage/lcov-report/lib/properties/borderRightStyle.js.html +0 -132
  49. package/coverage/lcov-report/lib/properties/borderRightWidth.js.html +0 -117
  50. package/coverage/lcov-report/lib/properties/borderSpacing.js.html +0 -192
  51. package/coverage/lcov-report/lib/properties/borderStyle.js.html +0 -183
  52. package/coverage/lcov-report/lib/properties/borderTop.js.html +0 -120
  53. package/coverage/lcov-report/lib/properties/borderTopColor.js.html +0 -117
  54. package/coverage/lcov-report/lib/properties/borderTopStyle.js.html +0 -132
  55. package/coverage/lcov-report/lib/properties/borderTopWidth.js.html +0 -120
  56. package/coverage/lcov-report/lib/properties/borderWidth.js.html +0 -207
  57. package/coverage/lcov-report/lib/properties/bottom.js.html +0 -111
  58. package/coverage/lcov-report/lib/properties/clear.js.html +0 -117
  59. package/coverage/lcov-report/lib/properties/clip.js.html +0 -210
  60. package/coverage/lcov-report/lib/properties/color.js.html +0 -111
  61. package/coverage/lcov-report/lib/properties/cssFloat.js.html +0 -105
  62. package/coverage/lcov-report/lib/properties/flex.js.html +0 -204
  63. package/coverage/lcov-report/lib/properties/flexBasis.js.html +0 -153
  64. package/coverage/lcov-report/lib/properties/flexGrow.js.html +0 -126
  65. package/coverage/lcov-report/lib/properties/flexShrink.js.html +0 -126
  66. package/coverage/lcov-report/lib/properties/float.js.html +0 -105
  67. package/coverage/lcov-report/lib/properties/floodColor.js.html +0 -111
  68. package/coverage/lcov-report/lib/properties/font.js.html +0 -198
  69. package/coverage/lcov-report/lib/properties/fontFamily.js.html +0 -168
  70. package/coverage/lcov-report/lib/properties/fontSize.js.html +0 -183
  71. package/coverage/lcov-report/lib/properties/fontStyle.js.html +0 -123
  72. package/coverage/lcov-report/lib/properties/fontVariant.js.html +0 -123
  73. package/coverage/lcov-report/lib/properties/fontWeight.js.html +0 -168
  74. package/coverage/lcov-report/lib/properties/height.js.html +0 -141
  75. package/coverage/lcov-report/lib/properties/index.html +0 -1111
  76. package/coverage/lcov-report/lib/properties/left.js.html +0 -111
  77. package/coverage/lcov-report/lib/properties/lightingColor.js.html +0 -111
  78. package/coverage/lcov-report/lib/properties/lineHeight.js.html +0 -147
  79. package/coverage/lcov-report/lib/properties/margin.js.html +0 -273
  80. package/coverage/lcov-report/lib/properties/marginBottom.js.html +0 -108
  81. package/coverage/lcov-report/lib/properties/marginLeft.js.html +0 -108
  82. package/coverage/lcov-report/lib/properties/marginRight.js.html +0 -108
  83. package/coverage/lcov-report/lib/properties/marginTop.js.html +0 -108
  84. package/coverage/lcov-report/lib/properties/opacity.js.html +0 -111
  85. package/coverage/lcov-report/lib/properties/outlineColor.js.html +0 -111
  86. package/coverage/lcov-report/lib/properties/padding.js.html +0 -252
  87. package/coverage/lcov-report/lib/properties/paddingBottom.js.html +0 -108
  88. package/coverage/lcov-report/lib/properties/paddingLeft.js.html +0 -108
  89. package/coverage/lcov-report/lib/properties/paddingRight.js.html +0 -108
  90. package/coverage/lcov-report/lib/properties/paddingTop.js.html +0 -108
  91. package/coverage/lcov-report/lib/properties/right.js.html +0 -111
  92. package/coverage/lcov-report/lib/properties/stopColor.js.html +0 -111
  93. package/coverage/lcov-report/lib/properties/textLineThroughColor.js.html +0 -111
  94. package/coverage/lcov-report/lib/properties/textOverlineColor.js.html +0 -111
  95. package/coverage/lcov-report/lib/properties/textUnderlineColor.js.html +0 -111
  96. package/coverage/lcov-report/lib/properties/top.js.html +0 -111
  97. package/coverage/lcov-report/lib/properties/webkitBorderAfterColor.js.html +0 -111
  98. package/coverage/lcov-report/lib/properties/webkitBorderBeforeColor.js.html +0 -111
  99. package/coverage/lcov-report/lib/properties/webkitBorderEndColor.js.html +0 -111
  100. package/coverage/lcov-report/lib/properties/webkitBorderStartColor.js.html +0 -111
  101. package/coverage/lcov-report/lib/properties/webkitColumnRuleColor.js.html +0 -111
  102. package/coverage/lcov-report/lib/properties/webkitMatchNearestMailBlockquoteColor.js.html +0 -111
  103. package/coverage/lcov-report/lib/properties/webkitTapHighlightColor.js.html +0 -111
  104. package/coverage/lcov-report/lib/properties/webkitTextEmphasisColor.js.html +0 -111
  105. package/coverage/lcov-report/lib/properties/webkitTextFillColor.js.html +0 -111
  106. package/coverage/lcov-report/lib/properties/webkitTextStrokeColor.js.html +0 -111
  107. package/coverage/lcov-report/lib/properties/width.js.html +0 -141
  108. package/coverage/lcov-report/lib/utils/getBasicPropertyDescriptor.js.html +0 -111
  109. package/coverage/lcov-report/lib/utils/index.html +0 -97
  110. package/coverage/lcov-report/prettify.css +0 -1
  111. package/coverage/lcov-report/prettify.js +0 -2
  112. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  113. package/coverage/lcov-report/sorter.js +0 -170
  114. package/coverage/lcov.info +0 -3711
  115. package/jest.config.js +0 -10
  116. package/scripts/download_latest_properties.js +0 -88
  117. package/scripts/generate_implemented_properties.js +0 -61
  118. package/scripts/generate_properties.js +0 -292
@@ -1,2150 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1561994266755" clover="3.2.0">
3
- <project timestamp="1561994266756" name="All files">
4
- <metrics statements="1880" coveredstatements="1141" conditionals="606" coveredconditionals="226" methods="230" coveredmethods="44" elements="2716" coveredelements="1411" complexity="0" loc="1880" ncloc="1880" packages="3" files="85" classes="85"/>
5
- <package name="lib">
6
- <metrics statements="1223" coveredstatements="1137" conditionals="324" coveredconditionals="226" methods="49" coveredmethods="41"/>
7
- <file name="CSSStyleDeclaration.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/CSSStyleDeclaration.js">
8
- <metrics statements="98" coveredstatements="89" conditionals="40" coveredconditionals="36" methods="18" coveredmethods="14"/>
9
- <line num="6" count="1" type="stmt"/>
10
- <line num="7" count="1" type="stmt"/>
11
- <line num="8" count="1" type="stmt"/>
12
- <line num="9" count="1" type="stmt"/>
13
- <line num="10" count="1" type="stmt"/>
14
- <line num="11" count="1" type="stmt"/>
15
- <line num="17" count="1" type="stmt"/>
16
- <line num="18" count="43" type="stmt"/>
17
- <line num="19" count="43" type="stmt"/>
18
- <line num="20" count="43" type="stmt"/>
19
- <line num="21" count="43" type="stmt"/>
20
- <line num="24" count="265" type="stmt"/>
21
- <line num="27" count="1" type="stmt"/>
22
- <line num="38" count="651" type="cond" truecount="2" falsecount="0"/>
23
- <line num="39" count="87" type="stmt"/>
24
- <line num="41" count="564" type="stmt"/>
25
- <line num="52" count="28" type="cond" truecount="1" falsecount="1"/>
26
- <line num="53" count="0" type="stmt"/>
27
- <line num="55" count="28" type="cond" truecount="3" falsecount="1"/>
28
- <line num="56" count="0" type="stmt"/>
29
- <line num="57" count="0" type="stmt"/>
30
- <line num="59" count="28" type="stmt"/>
31
- <line num="60" count="28" type="cond" truecount="4" falsecount="0"/>
32
- <line num="61" count="1" type="stmt"/>
33
- <line num="64" count="27" type="stmt"/>
34
- <line num="65" count="27" type="stmt"/>
35
- <line num="68" count="218" type="cond" truecount="2" falsecount="0"/>
36
- <line num="69" count="6" type="stmt"/>
37
- <line num="71" count="212" type="cond" truecount="4" falsecount="0"/>
38
- <line num="72" count="35" type="stmt"/>
39
- <line num="73" count="35" type="stmt"/>
40
- <line num="75" count="177" type="cond" truecount="2" falsecount="0"/>
41
- <line num="77" count="65" type="stmt"/>
42
- <line num="78" count="65" type="cond" truecount="2" falsecount="0"/>
43
- <line num="79" count="15" type="stmt"/>
44
- <line num="80" count="15" type="stmt"/>
45
- <line num="84" count="112" type="stmt"/>
46
- <line num="85" count="112" type="stmt"/>
47
- <line num="87" count="177" type="stmt"/>
48
- <line num="88" count="177" type="stmt"/>
49
- <line num="89" count="177" type="stmt"/>
50
- <line num="100" count="523" type="cond" truecount="2" falsecount="0"/>
51
- <line num="101" count="274" type="stmt"/>
52
- <line num="104" count="249" type="stmt"/>
53
- <line num="105" count="249" type="stmt"/>
54
- <line num="106" count="249" type="stmt"/>
55
- <line num="108" count="249" type="stmt"/>
56
- <line num="109" count="249" type="cond" truecount="2" falsecount="0"/>
57
- <line num="110" count="165" type="stmt"/>
58
- <line num="114" count="84" type="stmt"/>
59
- <line num="119" count="84" type="stmt"/>
60
- <line num="120" count="84" type="stmt"/>
61
- <line num="128" count="362" type="cond" truecount="2" falsecount="0"/>
62
- <line num="133" count="0" type="stmt"/>
63
- <line num="143" count="0" type="stmt"/>
64
- <line num="148" count="0" type="stmt"/>
65
- <line num="155" count="2" type="stmt"/>
66
- <line num="156" count="2" type="cond" truecount="3" falsecount="1"/>
67
- <line num="157" count="0" type="stmt"/>
68
- <line num="159" count="2" type="stmt"/>
69
- <line num="163" count="1" type="stmt"/>
70
- <line num="166" count="314" type="stmt"/>
71
- <line num="171" count="314" type="stmt"/>
72
- <line num="172" count="362" type="stmt"/>
73
- <line num="173" count="362" type="stmt"/>
74
- <line num="174" count="362" type="stmt"/>
75
- <line num="175" count="362" type="cond" truecount="1" falsecount="1"/>
76
- <line num="176" count="0" type="stmt"/>
77
- <line num="178" count="362" type="stmt"/>
78
- <line num="180" count="314" type="stmt"/>
79
- <line num="184" count="7" type="stmt"/>
80
- <line num="185" count="7" type="stmt"/>
81
- <line num="186" count="7" type="stmt"/>
82
- <line num="188" count="7" type="stmt"/>
83
- <line num="189" count="7" type="stmt"/>
84
- <line num="192" count="2" type="stmt"/>
85
- <line num="194" count="5" type="stmt"/>
86
- <line num="196" count="5" type="stmt"/>
87
- <line num="197" count="7" type="stmt"/>
88
- <line num="198" count="7" type="stmt"/>
89
- <line num="204" count="5" type="stmt"/>
90
- <line num="211" count="0" type="stmt"/>
91
- <line num="218" count="417" type="stmt"/>
92
- <line num="227" count="91" type="stmt"/>
93
- <line num="228" count="90" type="stmt"/>
94
- <line num="230" count="91" type="stmt"/>
95
- <line num="237" count="1" type="stmt"/>
96
- <line num="239" count="1" type="stmt"/>
97
- <line num="240" count="486" type="cond" truecount="2" falsecount="0"/>
98
- <line num="241" count="422" type="stmt"/>
99
- <line num="242" count="422" type="stmt"/>
100
- <line num="243" count="422" type="stmt"/>
101
- <line num="247" count="1" type="stmt"/>
102
- <line num="248" count="239" type="cond" truecount="2" falsecount="0"/>
103
- <line num="249" count="224" type="stmt"/>
104
- <line num="250" count="224" type="stmt"/>
105
- <line num="251" count="224" type="stmt"/>
106
- <line num="255" count="1" type="stmt"/>
107
- </file>
108
- <file name="allExtraProperties.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/allExtraProperties.js">
109
- <metrics statements="241" coveredstatements="241" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
110
- <line num="8" count="1" type="stmt"/>
111
- <line num="9" count="1" type="stmt"/>
112
- <line num="10" count="1" type="stmt"/>
113
- <line num="11" count="1" type="stmt"/>
114
- <line num="12" count="1" type="stmt"/>
115
- <line num="13" count="1" type="stmt"/>
116
- <line num="14" count="1" type="stmt"/>
117
- <line num="15" count="1" type="stmt"/>
118
- <line num="16" count="1" type="stmt"/>
119
- <line num="17" count="1" type="stmt"/>
120
- <line num="18" count="1" type="stmt"/>
121
- <line num="19" count="1" type="stmt"/>
122
- <line num="20" count="1" type="stmt"/>
123
- <line num="21" count="1" type="stmt"/>
124
- <line num="22" count="1" type="stmt"/>
125
- <line num="23" count="1" type="stmt"/>
126
- <line num="24" count="1" type="stmt"/>
127
- <line num="25" count="1" type="stmt"/>
128
- <line num="26" count="1" type="stmt"/>
129
- <line num="27" count="1" type="stmt"/>
130
- <line num="28" count="1" type="stmt"/>
131
- <line num="29" count="1" type="stmt"/>
132
- <line num="30" count="1" type="stmt"/>
133
- <line num="31" count="1" type="stmt"/>
134
- <line num="32" count="1" type="stmt"/>
135
- <line num="33" count="1" type="stmt"/>
136
- <line num="34" count="1" type="stmt"/>
137
- <line num="35" count="1" type="stmt"/>
138
- <line num="36" count="1" type="stmt"/>
139
- <line num="37" count="1" type="stmt"/>
140
- <line num="38" count="1" type="stmt"/>
141
- <line num="39" count="1" type="stmt"/>
142
- <line num="40" count="1" type="stmt"/>
143
- <line num="41" count="1" type="stmt"/>
144
- <line num="42" count="1" type="stmt"/>
145
- <line num="43" count="1" type="stmt"/>
146
- <line num="44" count="1" type="stmt"/>
147
- <line num="45" count="1" type="stmt"/>
148
- <line num="46" count="1" type="stmt"/>
149
- <line num="47" count="1" type="stmt"/>
150
- <line num="48" count="1" type="stmt"/>
151
- <line num="49" count="1" type="stmt"/>
152
- <line num="50" count="1" type="stmt"/>
153
- <line num="51" count="1" type="stmt"/>
154
- <line num="52" count="1" type="stmt"/>
155
- <line num="53" count="1" type="stmt"/>
156
- <line num="54" count="1" type="stmt"/>
157
- <line num="55" count="1" type="stmt"/>
158
- <line num="56" count="1" type="stmt"/>
159
- <line num="57" count="1" type="stmt"/>
160
- <line num="58" count="1" type="stmt"/>
161
- <line num="59" count="1" type="stmt"/>
162
- <line num="60" count="1" type="stmt"/>
163
- <line num="61" count="1" type="stmt"/>
164
- <line num="62" count="1" type="stmt"/>
165
- <line num="63" count="1" type="stmt"/>
166
- <line num="64" count="1" type="stmt"/>
167
- <line num="65" count="1" type="stmt"/>
168
- <line num="66" count="1" type="stmt"/>
169
- <line num="67" count="1" type="stmt"/>
170
- <line num="68" count="1" type="stmt"/>
171
- <line num="69" count="1" type="stmt"/>
172
- <line num="70" count="1" type="stmt"/>
173
- <line num="71" count="1" type="stmt"/>
174
- <line num="72" count="1" type="stmt"/>
175
- <line num="73" count="1" type="stmt"/>
176
- <line num="74" count="1" type="stmt"/>
177
- <line num="75" count="1" type="stmt"/>
178
- <line num="76" count="1" type="stmt"/>
179
- <line num="77" count="1" type="stmt"/>
180
- <line num="78" count="1" type="stmt"/>
181
- <line num="79" count="1" type="stmt"/>
182
- <line num="80" count="1" type="stmt"/>
183
- <line num="81" count="1" type="stmt"/>
184
- <line num="82" count="1" type="stmt"/>
185
- <line num="83" count="1" type="stmt"/>
186
- <line num="84" count="1" type="stmt"/>
187
- <line num="85" count="1" type="stmt"/>
188
- <line num="86" count="1" type="stmt"/>
189
- <line num="87" count="1" type="stmt"/>
190
- <line num="88" count="1" type="stmt"/>
191
- <line num="89" count="1" type="stmt"/>
192
- <line num="90" count="1" type="stmt"/>
193
- <line num="91" count="1" type="stmt"/>
194
- <line num="92" count="1" type="stmt"/>
195
- <line num="93" count="1" type="stmt"/>
196
- <line num="94" count="1" type="stmt"/>
197
- <line num="95" count="1" type="stmt"/>
198
- <line num="96" count="1" type="stmt"/>
199
- <line num="97" count="1" type="stmt"/>
200
- <line num="98" count="1" type="stmt"/>
201
- <line num="99" count="1" type="stmt"/>
202
- <line num="100" count="1" type="stmt"/>
203
- <line num="101" count="1" type="stmt"/>
204
- <line num="102" count="1" type="stmt"/>
205
- <line num="103" count="1" type="stmt"/>
206
- <line num="104" count="1" type="stmt"/>
207
- <line num="105" count="1" type="stmt"/>
208
- <line num="106" count="1" type="stmt"/>
209
- <line num="107" count="1" type="stmt"/>
210
- <line num="108" count="1" type="stmt"/>
211
- <line num="109" count="1" type="stmt"/>
212
- <line num="110" count="1" type="stmt"/>
213
- <line num="111" count="1" type="stmt"/>
214
- <line num="112" count="1" type="stmt"/>
215
- <line num="113" count="1" type="stmt"/>
216
- <line num="114" count="1" type="stmt"/>
217
- <line num="115" count="1" type="stmt"/>
218
- <line num="116" count="1" type="stmt"/>
219
- <line num="117" count="1" type="stmt"/>
220
- <line num="118" count="1" type="stmt"/>
221
- <line num="119" count="1" type="stmt"/>
222
- <line num="120" count="1" type="stmt"/>
223
- <line num="121" count="1" type="stmt"/>
224
- <line num="122" count="1" type="stmt"/>
225
- <line num="123" count="1" type="stmt"/>
226
- <line num="124" count="1" type="stmt"/>
227
- <line num="125" count="1" type="stmt"/>
228
- <line num="126" count="1" type="stmt"/>
229
- <line num="127" count="1" type="stmt"/>
230
- <line num="128" count="1" type="stmt"/>
231
- <line num="129" count="1" type="stmt"/>
232
- <line num="130" count="1" type="stmt"/>
233
- <line num="131" count="1" type="stmt"/>
234
- <line num="132" count="1" type="stmt"/>
235
- <line num="133" count="1" type="stmt"/>
236
- <line num="134" count="1" type="stmt"/>
237
- <line num="135" count="1" type="stmt"/>
238
- <line num="136" count="1" type="stmt"/>
239
- <line num="137" count="1" type="stmt"/>
240
- <line num="138" count="1" type="stmt"/>
241
- <line num="139" count="1" type="stmt"/>
242
- <line num="140" count="1" type="stmt"/>
243
- <line num="141" count="1" type="stmt"/>
244
- <line num="142" count="1" type="stmt"/>
245
- <line num="143" count="1" type="stmt"/>
246
- <line num="144" count="1" type="stmt"/>
247
- <line num="145" count="1" type="stmt"/>
248
- <line num="146" count="1" type="stmt"/>
249
- <line num="147" count="1" type="stmt"/>
250
- <line num="148" count="1" type="stmt"/>
251
- <line num="149" count="1" type="stmt"/>
252
- <line num="150" count="1" type="stmt"/>
253
- <line num="151" count="1" type="stmt"/>
254
- <line num="152" count="1" type="stmt"/>
255
- <line num="153" count="1" type="stmt"/>
256
- <line num="154" count="1" type="stmt"/>
257
- <line num="155" count="1" type="stmt"/>
258
- <line num="156" count="1" type="stmt"/>
259
- <line num="157" count="1" type="stmt"/>
260
- <line num="158" count="1" type="stmt"/>
261
- <line num="159" count="1" type="stmt"/>
262
- <line num="160" count="1" type="stmt"/>
263
- <line num="161" count="1" type="stmt"/>
264
- <line num="162" count="1" type="stmt"/>
265
- <line num="163" count="1" type="stmt"/>
266
- <line num="164" count="1" type="stmt"/>
267
- <line num="165" count="1" type="stmt"/>
268
- <line num="166" count="1" type="stmt"/>
269
- <line num="167" count="1" type="stmt"/>
270
- <line num="168" count="1" type="stmt"/>
271
- <line num="169" count="1" type="stmt"/>
272
- <line num="170" count="1" type="stmt"/>
273
- <line num="171" count="1" type="stmt"/>
274
- <line num="172" count="1" type="stmt"/>
275
- <line num="173" count="1" type="stmt"/>
276
- <line num="174" count="1" type="stmt"/>
277
- <line num="175" count="1" type="stmt"/>
278
- <line num="176" count="1" type="stmt"/>
279
- <line num="177" count="1" type="stmt"/>
280
- <line num="178" count="1" type="stmt"/>
281
- <line num="179" count="1" type="stmt"/>
282
- <line num="180" count="1" type="stmt"/>
283
- <line num="181" count="1" type="stmt"/>
284
- <line num="182" count="1" type="stmt"/>
285
- <line num="183" count="1" type="stmt"/>
286
- <line num="184" count="1" type="stmt"/>
287
- <line num="185" count="1" type="stmt"/>
288
- <line num="186" count="1" type="stmt"/>
289
- <line num="187" count="1" type="stmt"/>
290
- <line num="188" count="1" type="stmt"/>
291
- <line num="189" count="1" type="stmt"/>
292
- <line num="190" count="1" type="stmt"/>
293
- <line num="191" count="1" type="stmt"/>
294
- <line num="192" count="1" type="stmt"/>
295
- <line num="193" count="1" type="stmt"/>
296
- <line num="194" count="1" type="stmt"/>
297
- <line num="195" count="1" type="stmt"/>
298
- <line num="196" count="1" type="stmt"/>
299
- <line num="197" count="1" type="stmt"/>
300
- <line num="198" count="1" type="stmt"/>
301
- <line num="199" count="1" type="stmt"/>
302
- <line num="200" count="1" type="stmt"/>
303
- <line num="201" count="1" type="stmt"/>
304
- <line num="202" count="1" type="stmt"/>
305
- <line num="203" count="1" type="stmt"/>
306
- <line num="204" count="1" type="stmt"/>
307
- <line num="205" count="1" type="stmt"/>
308
- <line num="206" count="1" type="stmt"/>
309
- <line num="207" count="1" type="stmt"/>
310
- <line num="208" count="1" type="stmt"/>
311
- <line num="209" count="1" type="stmt"/>
312
- <line num="210" count="1" type="stmt"/>
313
- <line num="211" count="1" type="stmt"/>
314
- <line num="212" count="1" type="stmt"/>
315
- <line num="213" count="1" type="stmt"/>
316
- <line num="214" count="1" type="stmt"/>
317
- <line num="215" count="1" type="stmt"/>
318
- <line num="216" count="1" type="stmt"/>
319
- <line num="217" count="1" type="stmt"/>
320
- <line num="218" count="1" type="stmt"/>
321
- <line num="219" count="1" type="stmt"/>
322
- <line num="220" count="1" type="stmt"/>
323
- <line num="221" count="1" type="stmt"/>
324
- <line num="222" count="1" type="stmt"/>
325
- <line num="223" count="1" type="stmt"/>
326
- <line num="224" count="1" type="stmt"/>
327
- <line num="225" count="1" type="stmt"/>
328
- <line num="226" count="1" type="stmt"/>
329
- <line num="227" count="1" type="stmt"/>
330
- <line num="228" count="1" type="stmt"/>
331
- <line num="229" count="1" type="stmt"/>
332
- <line num="230" count="1" type="stmt"/>
333
- <line num="231" count="1" type="stmt"/>
334
- <line num="232" count="1" type="stmt"/>
335
- <line num="233" count="1" type="stmt"/>
336
- <line num="234" count="1" type="stmt"/>
337
- <line num="235" count="1" type="stmt"/>
338
- <line num="236" count="1" type="stmt"/>
339
- <line num="237" count="1" type="stmt"/>
340
- <line num="238" count="1" type="stmt"/>
341
- <line num="239" count="1" type="stmt"/>
342
- <line num="240" count="1" type="stmt"/>
343
- <line num="241" count="1" type="stmt"/>
344
- <line num="242" count="1" type="stmt"/>
345
- <line num="243" count="1" type="stmt"/>
346
- <line num="244" count="1" type="stmt"/>
347
- <line num="245" count="1" type="stmt"/>
348
- <line num="246" count="1" type="stmt"/>
349
- <line num="247" count="1" type="stmt"/>
350
- <line num="248" count="1" type="stmt"/>
351
- </file>
352
- <file name="allProperties.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/allProperties.js">
353
- <metrics statements="488" coveredstatements="488" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
354
- <line num="10" count="1" type="stmt"/>
355
- <line num="11" count="1" type="stmt"/>
356
- <line num="12" count="1" type="stmt"/>
357
- <line num="13" count="1" type="stmt"/>
358
- <line num="14" count="1" type="stmt"/>
359
- <line num="15" count="1" type="stmt"/>
360
- <line num="16" count="1" type="stmt"/>
361
- <line num="17" count="1" type="stmt"/>
362
- <line num="18" count="1" type="stmt"/>
363
- <line num="19" count="1" type="stmt"/>
364
- <line num="20" count="1" type="stmt"/>
365
- <line num="21" count="1" type="stmt"/>
366
- <line num="22" count="1" type="stmt"/>
367
- <line num="23" count="1" type="stmt"/>
368
- <line num="24" count="1" type="stmt"/>
369
- <line num="25" count="1" type="stmt"/>
370
- <line num="26" count="1" type="stmt"/>
371
- <line num="27" count="1" type="stmt"/>
372
- <line num="28" count="1" type="stmt"/>
373
- <line num="29" count="1" type="stmt"/>
374
- <line num="30" count="1" type="stmt"/>
375
- <line num="31" count="1" type="stmt"/>
376
- <line num="32" count="1" type="stmt"/>
377
- <line num="33" count="1" type="stmt"/>
378
- <line num="34" count="1" type="stmt"/>
379
- <line num="35" count="1" type="stmt"/>
380
- <line num="36" count="1" type="stmt"/>
381
- <line num="37" count="1" type="stmt"/>
382
- <line num="38" count="1" type="stmt"/>
383
- <line num="39" count="1" type="stmt"/>
384
- <line num="40" count="1" type="stmt"/>
385
- <line num="41" count="1" type="stmt"/>
386
- <line num="42" count="1" type="stmt"/>
387
- <line num="43" count="1" type="stmt"/>
388
- <line num="44" count="1" type="stmt"/>
389
- <line num="45" count="1" type="stmt"/>
390
- <line num="46" count="1" type="stmt"/>
391
- <line num="47" count="1" type="stmt"/>
392
- <line num="48" count="1" type="stmt"/>
393
- <line num="49" count="1" type="stmt"/>
394
- <line num="50" count="1" type="stmt"/>
395
- <line num="51" count="1" type="stmt"/>
396
- <line num="52" count="1" type="stmt"/>
397
- <line num="53" count="1" type="stmt"/>
398
- <line num="54" count="1" type="stmt"/>
399
- <line num="55" count="1" type="stmt"/>
400
- <line num="56" count="1" type="stmt"/>
401
- <line num="57" count="1" type="stmt"/>
402
- <line num="58" count="1" type="stmt"/>
403
- <line num="59" count="1" type="stmt"/>
404
- <line num="60" count="1" type="stmt"/>
405
- <line num="61" count="1" type="stmt"/>
406
- <line num="62" count="1" type="stmt"/>
407
- <line num="63" count="1" type="stmt"/>
408
- <line num="64" count="1" type="stmt"/>
409
- <line num="65" count="1" type="stmt"/>
410
- <line num="66" count="1" type="stmt"/>
411
- <line num="67" count="1" type="stmt"/>
412
- <line num="68" count="1" type="stmt"/>
413
- <line num="69" count="1" type="stmt"/>
414
- <line num="70" count="1" type="stmt"/>
415
- <line num="71" count="1" type="stmt"/>
416
- <line num="72" count="1" type="stmt"/>
417
- <line num="73" count="1" type="stmt"/>
418
- <line num="74" count="1" type="stmt"/>
419
- <line num="75" count="1" type="stmt"/>
420
- <line num="76" count="1" type="stmt"/>
421
- <line num="77" count="1" type="stmt"/>
422
- <line num="78" count="1" type="stmt"/>
423
- <line num="79" count="1" type="stmt"/>
424
- <line num="80" count="1" type="stmt"/>
425
- <line num="81" count="1" type="stmt"/>
426
- <line num="82" count="1" type="stmt"/>
427
- <line num="83" count="1" type="stmt"/>
428
- <line num="84" count="1" type="stmt"/>
429
- <line num="85" count="1" type="stmt"/>
430
- <line num="86" count="1" type="stmt"/>
431
- <line num="87" count="1" type="stmt"/>
432
- <line num="88" count="1" type="stmt"/>
433
- <line num="89" count="1" type="stmt"/>
434
- <line num="90" count="1" type="stmt"/>
435
- <line num="91" count="1" type="stmt"/>
436
- <line num="92" count="1" type="stmt"/>
437
- <line num="93" count="1" type="stmt"/>
438
- <line num="94" count="1" type="stmt"/>
439
- <line num="95" count="1" type="stmt"/>
440
- <line num="96" count="1" type="stmt"/>
441
- <line num="97" count="1" type="stmt"/>
442
- <line num="98" count="1" type="stmt"/>
443
- <line num="99" count="1" type="stmt"/>
444
- <line num="100" count="1" type="stmt"/>
445
- <line num="101" count="1" type="stmt"/>
446
- <line num="102" count="1" type="stmt"/>
447
- <line num="103" count="1" type="stmt"/>
448
- <line num="104" count="1" type="stmt"/>
449
- <line num="105" count="1" type="stmt"/>
450
- <line num="106" count="1" type="stmt"/>
451
- <line num="107" count="1" type="stmt"/>
452
- <line num="108" count="1" type="stmt"/>
453
- <line num="109" count="1" type="stmt"/>
454
- <line num="110" count="1" type="stmt"/>
455
- <line num="111" count="1" type="stmt"/>
456
- <line num="112" count="1" type="stmt"/>
457
- <line num="113" count="1" type="stmt"/>
458
- <line num="114" count="1" type="stmt"/>
459
- <line num="115" count="1" type="stmt"/>
460
- <line num="116" count="1" type="stmt"/>
461
- <line num="117" count="1" type="stmt"/>
462
- <line num="118" count="1" type="stmt"/>
463
- <line num="119" count="1" type="stmt"/>
464
- <line num="120" count="1" type="stmt"/>
465
- <line num="121" count="1" type="stmt"/>
466
- <line num="122" count="1" type="stmt"/>
467
- <line num="123" count="1" type="stmt"/>
468
- <line num="124" count="1" type="stmt"/>
469
- <line num="125" count="1" type="stmt"/>
470
- <line num="126" count="1" type="stmt"/>
471
- <line num="127" count="1" type="stmt"/>
472
- <line num="128" count="1" type="stmt"/>
473
- <line num="129" count="1" type="stmt"/>
474
- <line num="130" count="1" type="stmt"/>
475
- <line num="131" count="1" type="stmt"/>
476
- <line num="132" count="1" type="stmt"/>
477
- <line num="133" count="1" type="stmt"/>
478
- <line num="134" count="1" type="stmt"/>
479
- <line num="135" count="1" type="stmt"/>
480
- <line num="136" count="1" type="stmt"/>
481
- <line num="137" count="1" type="stmt"/>
482
- <line num="138" count="1" type="stmt"/>
483
- <line num="139" count="1" type="stmt"/>
484
- <line num="140" count="1" type="stmt"/>
485
- <line num="141" count="1" type="stmt"/>
486
- <line num="142" count="1" type="stmt"/>
487
- <line num="143" count="1" type="stmt"/>
488
- <line num="144" count="1" type="stmt"/>
489
- <line num="145" count="1" type="stmt"/>
490
- <line num="146" count="1" type="stmt"/>
491
- <line num="147" count="1" type="stmt"/>
492
- <line num="148" count="1" type="stmt"/>
493
- <line num="149" count="1" type="stmt"/>
494
- <line num="150" count="1" type="stmt"/>
495
- <line num="151" count="1" type="stmt"/>
496
- <line num="152" count="1" type="stmt"/>
497
- <line num="153" count="1" type="stmt"/>
498
- <line num="154" count="1" type="stmt"/>
499
- <line num="155" count="1" type="stmt"/>
500
- <line num="156" count="1" type="stmt"/>
501
- <line num="157" count="1" type="stmt"/>
502
- <line num="158" count="1" type="stmt"/>
503
- <line num="159" count="1" type="stmt"/>
504
- <line num="160" count="1" type="stmt"/>
505
- <line num="161" count="1" type="stmt"/>
506
- <line num="162" count="1" type="stmt"/>
507
- <line num="163" count="1" type="stmt"/>
508
- <line num="164" count="1" type="stmt"/>
509
- <line num="165" count="1" type="stmt"/>
510
- <line num="166" count="1" type="stmt"/>
511
- <line num="167" count="1" type="stmt"/>
512
- <line num="168" count="1" type="stmt"/>
513
- <line num="169" count="1" type="stmt"/>
514
- <line num="170" count="1" type="stmt"/>
515
- <line num="171" count="1" type="stmt"/>
516
- <line num="172" count="1" type="stmt"/>
517
- <line num="173" count="1" type="stmt"/>
518
- <line num="174" count="1" type="stmt"/>
519
- <line num="175" count="1" type="stmt"/>
520
- <line num="176" count="1" type="stmt"/>
521
- <line num="177" count="1" type="stmt"/>
522
- <line num="178" count="1" type="stmt"/>
523
- <line num="179" count="1" type="stmt"/>
524
- <line num="180" count="1" type="stmt"/>
525
- <line num="181" count="1" type="stmt"/>
526
- <line num="182" count="1" type="stmt"/>
527
- <line num="183" count="1" type="stmt"/>
528
- <line num="184" count="1" type="stmt"/>
529
- <line num="185" count="1" type="stmt"/>
530
- <line num="186" count="1" type="stmt"/>
531
- <line num="187" count="1" type="stmt"/>
532
- <line num="188" count="1" type="stmt"/>
533
- <line num="189" count="1" type="stmt"/>
534
- <line num="190" count="1" type="stmt"/>
535
- <line num="191" count="1" type="stmt"/>
536
- <line num="192" count="1" type="stmt"/>
537
- <line num="193" count="1" type="stmt"/>
538
- <line num="194" count="1" type="stmt"/>
539
- <line num="195" count="1" type="stmt"/>
540
- <line num="196" count="1" type="stmt"/>
541
- <line num="197" count="1" type="stmt"/>
542
- <line num="198" count="1" type="stmt"/>
543
- <line num="199" count="1" type="stmt"/>
544
- <line num="200" count="1" type="stmt"/>
545
- <line num="201" count="1" type="stmt"/>
546
- <line num="202" count="1" type="stmt"/>
547
- <line num="203" count="1" type="stmt"/>
548
- <line num="204" count="1" type="stmt"/>
549
- <line num="205" count="1" type="stmt"/>
550
- <line num="206" count="1" type="stmt"/>
551
- <line num="207" count="1" type="stmt"/>
552
- <line num="208" count="1" type="stmt"/>
553
- <line num="209" count="1" type="stmt"/>
554
- <line num="210" count="1" type="stmt"/>
555
- <line num="211" count="1" type="stmt"/>
556
- <line num="212" count="1" type="stmt"/>
557
- <line num="213" count="1" type="stmt"/>
558
- <line num="214" count="1" type="stmt"/>
559
- <line num="215" count="1" type="stmt"/>
560
- <line num="216" count="1" type="stmt"/>
561
- <line num="217" count="1" type="stmt"/>
562
- <line num="218" count="1" type="stmt"/>
563
- <line num="219" count="1" type="stmt"/>
564
- <line num="220" count="1" type="stmt"/>
565
- <line num="221" count="1" type="stmt"/>
566
- <line num="222" count="1" type="stmt"/>
567
- <line num="223" count="1" type="stmt"/>
568
- <line num="224" count="1" type="stmt"/>
569
- <line num="225" count="1" type="stmt"/>
570
- <line num="226" count="1" type="stmt"/>
571
- <line num="227" count="1" type="stmt"/>
572
- <line num="228" count="1" type="stmt"/>
573
- <line num="229" count="1" type="stmt"/>
574
- <line num="230" count="1" type="stmt"/>
575
- <line num="231" count="1" type="stmt"/>
576
- <line num="232" count="1" type="stmt"/>
577
- <line num="233" count="1" type="stmt"/>
578
- <line num="234" count="1" type="stmt"/>
579
- <line num="235" count="1" type="stmt"/>
580
- <line num="236" count="1" type="stmt"/>
581
- <line num="237" count="1" type="stmt"/>
582
- <line num="238" count="1" type="stmt"/>
583
- <line num="239" count="1" type="stmt"/>
584
- <line num="240" count="1" type="stmt"/>
585
- <line num="241" count="1" type="stmt"/>
586
- <line num="242" count="1" type="stmt"/>
587
- <line num="243" count="1" type="stmt"/>
588
- <line num="244" count="1" type="stmt"/>
589
- <line num="245" count="1" type="stmt"/>
590
- <line num="246" count="1" type="stmt"/>
591
- <line num="247" count="1" type="stmt"/>
592
- <line num="248" count="1" type="stmt"/>
593
- <line num="249" count="1" type="stmt"/>
594
- <line num="250" count="1" type="stmt"/>
595
- <line num="251" count="1" type="stmt"/>
596
- <line num="252" count="1" type="stmt"/>
597
- <line num="253" count="1" type="stmt"/>
598
- <line num="254" count="1" type="stmt"/>
599
- <line num="255" count="1" type="stmt"/>
600
- <line num="256" count="1" type="stmt"/>
601
- <line num="257" count="1" type="stmt"/>
602
- <line num="258" count="1" type="stmt"/>
603
- <line num="259" count="1" type="stmt"/>
604
- <line num="260" count="1" type="stmt"/>
605
- <line num="261" count="1" type="stmt"/>
606
- <line num="262" count="1" type="stmt"/>
607
- <line num="263" count="1" type="stmt"/>
608
- <line num="264" count="1" type="stmt"/>
609
- <line num="265" count="1" type="stmt"/>
610
- <line num="266" count="1" type="stmt"/>
611
- <line num="267" count="1" type="stmt"/>
612
- <line num="268" count="1" type="stmt"/>
613
- <line num="269" count="1" type="stmt"/>
614
- <line num="270" count="1" type="stmt"/>
615
- <line num="271" count="1" type="stmt"/>
616
- <line num="272" count="1" type="stmt"/>
617
- <line num="273" count="1" type="stmt"/>
618
- <line num="274" count="1" type="stmt"/>
619
- <line num="275" count="1" type="stmt"/>
620
- <line num="276" count="1" type="stmt"/>
621
- <line num="277" count="1" type="stmt"/>
622
- <line num="278" count="1" type="stmt"/>
623
- <line num="279" count="1" type="stmt"/>
624
- <line num="280" count="1" type="stmt"/>
625
- <line num="281" count="1" type="stmt"/>
626
- <line num="282" count="1" type="stmt"/>
627
- <line num="283" count="1" type="stmt"/>
628
- <line num="284" count="1" type="stmt"/>
629
- <line num="285" count="1" type="stmt"/>
630
- <line num="286" count="1" type="stmt"/>
631
- <line num="287" count="1" type="stmt"/>
632
- <line num="288" count="1" type="stmt"/>
633
- <line num="289" count="1" type="stmt"/>
634
- <line num="290" count="1" type="stmt"/>
635
- <line num="291" count="1" type="stmt"/>
636
- <line num="292" count="1" type="stmt"/>
637
- <line num="293" count="1" type="stmt"/>
638
- <line num="294" count="1" type="stmt"/>
639
- <line num="295" count="1" type="stmt"/>
640
- <line num="296" count="1" type="stmt"/>
641
- <line num="297" count="1" type="stmt"/>
642
- <line num="298" count="1" type="stmt"/>
643
- <line num="299" count="1" type="stmt"/>
644
- <line num="300" count="1" type="stmt"/>
645
- <line num="301" count="1" type="stmt"/>
646
- <line num="302" count="1" type="stmt"/>
647
- <line num="303" count="1" type="stmt"/>
648
- <line num="304" count="1" type="stmt"/>
649
- <line num="305" count="1" type="stmt"/>
650
- <line num="306" count="1" type="stmt"/>
651
- <line num="307" count="1" type="stmt"/>
652
- <line num="308" count="1" type="stmt"/>
653
- <line num="309" count="1" type="stmt"/>
654
- <line num="310" count="1" type="stmt"/>
655
- <line num="311" count="1" type="stmt"/>
656
- <line num="312" count="1" type="stmt"/>
657
- <line num="313" count="1" type="stmt"/>
658
- <line num="314" count="1" type="stmt"/>
659
- <line num="315" count="1" type="stmt"/>
660
- <line num="316" count="1" type="stmt"/>
661
- <line num="317" count="1" type="stmt"/>
662
- <line num="318" count="1" type="stmt"/>
663
- <line num="319" count="1" type="stmt"/>
664
- <line num="320" count="1" type="stmt"/>
665
- <line num="321" count="1" type="stmt"/>
666
- <line num="322" count="1" type="stmt"/>
667
- <line num="323" count="1" type="stmt"/>
668
- <line num="324" count="1" type="stmt"/>
669
- <line num="325" count="1" type="stmt"/>
670
- <line num="326" count="1" type="stmt"/>
671
- <line num="327" count="1" type="stmt"/>
672
- <line num="328" count="1" type="stmt"/>
673
- <line num="329" count="1" type="stmt"/>
674
- <line num="330" count="1" type="stmt"/>
675
- <line num="331" count="1" type="stmt"/>
676
- <line num="332" count="1" type="stmt"/>
677
- <line num="333" count="1" type="stmt"/>
678
- <line num="334" count="1" type="stmt"/>
679
- <line num="335" count="1" type="stmt"/>
680
- <line num="336" count="1" type="stmt"/>
681
- <line num="337" count="1" type="stmt"/>
682
- <line num="338" count="1" type="stmt"/>
683
- <line num="339" count="1" type="stmt"/>
684
- <line num="340" count="1" type="stmt"/>
685
- <line num="341" count="1" type="stmt"/>
686
- <line num="342" count="1" type="stmt"/>
687
- <line num="343" count="1" type="stmt"/>
688
- <line num="344" count="1" type="stmt"/>
689
- <line num="345" count="1" type="stmt"/>
690
- <line num="346" count="1" type="stmt"/>
691
- <line num="347" count="1" type="stmt"/>
692
- <line num="348" count="1" type="stmt"/>
693
- <line num="349" count="1" type="stmt"/>
694
- <line num="350" count="1" type="stmt"/>
695
- <line num="351" count="1" type="stmt"/>
696
- <line num="352" count="1" type="stmt"/>
697
- <line num="353" count="1" type="stmt"/>
698
- <line num="354" count="1" type="stmt"/>
699
- <line num="355" count="1" type="stmt"/>
700
- <line num="356" count="1" type="stmt"/>
701
- <line num="357" count="1" type="stmt"/>
702
- <line num="358" count="1" type="stmt"/>
703
- <line num="359" count="1" type="stmt"/>
704
- <line num="360" count="1" type="stmt"/>
705
- <line num="361" count="1" type="stmt"/>
706
- <line num="362" count="1" type="stmt"/>
707
- <line num="363" count="1" type="stmt"/>
708
- <line num="364" count="1" type="stmt"/>
709
- <line num="365" count="1" type="stmt"/>
710
- <line num="366" count="1" type="stmt"/>
711
- <line num="367" count="1" type="stmt"/>
712
- <line num="368" count="1" type="stmt"/>
713
- <line num="369" count="1" type="stmt"/>
714
- <line num="370" count="1" type="stmt"/>
715
- <line num="371" count="1" type="stmt"/>
716
- <line num="372" count="1" type="stmt"/>
717
- <line num="373" count="1" type="stmt"/>
718
- <line num="374" count="1" type="stmt"/>
719
- <line num="375" count="1" type="stmt"/>
720
- <line num="376" count="1" type="stmt"/>
721
- <line num="377" count="1" type="stmt"/>
722
- <line num="378" count="1" type="stmt"/>
723
- <line num="379" count="1" type="stmt"/>
724
- <line num="380" count="1" type="stmt"/>
725
- <line num="381" count="1" type="stmt"/>
726
- <line num="382" count="1" type="stmt"/>
727
- <line num="383" count="1" type="stmt"/>
728
- <line num="384" count="1" type="stmt"/>
729
- <line num="385" count="1" type="stmt"/>
730
- <line num="386" count="1" type="stmt"/>
731
- <line num="387" count="1" type="stmt"/>
732
- <line num="388" count="1" type="stmt"/>
733
- <line num="389" count="1" type="stmt"/>
734
- <line num="390" count="1" type="stmt"/>
735
- <line num="391" count="1" type="stmt"/>
736
- <line num="392" count="1" type="stmt"/>
737
- <line num="393" count="1" type="stmt"/>
738
- <line num="394" count="1" type="stmt"/>
739
- <line num="395" count="1" type="stmt"/>
740
- <line num="396" count="1" type="stmt"/>
741
- <line num="397" count="1" type="stmt"/>
742
- <line num="398" count="1" type="stmt"/>
743
- <line num="399" count="1" type="stmt"/>
744
- <line num="400" count="1" type="stmt"/>
745
- <line num="401" count="1" type="stmt"/>
746
- <line num="402" count="1" type="stmt"/>
747
- <line num="403" count="1" type="stmt"/>
748
- <line num="404" count="1" type="stmt"/>
749
- <line num="405" count="1" type="stmt"/>
750
- <line num="406" count="1" type="stmt"/>
751
- <line num="407" count="1" type="stmt"/>
752
- <line num="408" count="1" type="stmt"/>
753
- <line num="409" count="1" type="stmt"/>
754
- <line num="410" count="1" type="stmt"/>
755
- <line num="411" count="1" type="stmt"/>
756
- <line num="412" count="1" type="stmt"/>
757
- <line num="413" count="1" type="stmt"/>
758
- <line num="414" count="1" type="stmt"/>
759
- <line num="415" count="1" type="stmt"/>
760
- <line num="416" count="1" type="stmt"/>
761
- <line num="417" count="1" type="stmt"/>
762
- <line num="418" count="1" type="stmt"/>
763
- <line num="419" count="1" type="stmt"/>
764
- <line num="420" count="1" type="stmt"/>
765
- <line num="421" count="1" type="stmt"/>
766
- <line num="422" count="1" type="stmt"/>
767
- <line num="423" count="1" type="stmt"/>
768
- <line num="424" count="1" type="stmt"/>
769
- <line num="425" count="1" type="stmt"/>
770
- <line num="426" count="1" type="stmt"/>
771
- <line num="427" count="1" type="stmt"/>
772
- <line num="428" count="1" type="stmt"/>
773
- <line num="429" count="1" type="stmt"/>
774
- <line num="430" count="1" type="stmt"/>
775
- <line num="431" count="1" type="stmt"/>
776
- <line num="432" count="1" type="stmt"/>
777
- <line num="433" count="1" type="stmt"/>
778
- <line num="434" count="1" type="stmt"/>
779
- <line num="435" count="1" type="stmt"/>
780
- <line num="436" count="1" type="stmt"/>
781
- <line num="437" count="1" type="stmt"/>
782
- <line num="438" count="1" type="stmt"/>
783
- <line num="439" count="1" type="stmt"/>
784
- <line num="440" count="1" type="stmt"/>
785
- <line num="441" count="1" type="stmt"/>
786
- <line num="442" count="1" type="stmt"/>
787
- <line num="443" count="1" type="stmt"/>
788
- <line num="444" count="1" type="stmt"/>
789
- <line num="445" count="1" type="stmt"/>
790
- <line num="446" count="1" type="stmt"/>
791
- <line num="447" count="1" type="stmt"/>
792
- <line num="448" count="1" type="stmt"/>
793
- <line num="449" count="1" type="stmt"/>
794
- <line num="450" count="1" type="stmt"/>
795
- <line num="451" count="1" type="stmt"/>
796
- <line num="452" count="1" type="stmt"/>
797
- <line num="453" count="1" type="stmt"/>
798
- <line num="454" count="1" type="stmt"/>
799
- <line num="455" count="1" type="stmt"/>
800
- <line num="456" count="1" type="stmt"/>
801
- <line num="457" count="1" type="stmt"/>
802
- <line num="458" count="1" type="stmt"/>
803
- <line num="459" count="1" type="stmt"/>
804
- <line num="460" count="1" type="stmt"/>
805
- <line num="461" count="1" type="stmt"/>
806
- <line num="462" count="1" type="stmt"/>
807
- <line num="463" count="1" type="stmt"/>
808
- <line num="464" count="1" type="stmt"/>
809
- <line num="465" count="1" type="stmt"/>
810
- <line num="466" count="1" type="stmt"/>
811
- <line num="467" count="1" type="stmt"/>
812
- <line num="468" count="1" type="stmt"/>
813
- <line num="469" count="1" type="stmt"/>
814
- <line num="470" count="1" type="stmt"/>
815
- <line num="471" count="1" type="stmt"/>
816
- <line num="472" count="1" type="stmt"/>
817
- <line num="473" count="1" type="stmt"/>
818
- <line num="474" count="1" type="stmt"/>
819
- <line num="475" count="1" type="stmt"/>
820
- <line num="476" count="1" type="stmt"/>
821
- <line num="477" count="1" type="stmt"/>
822
- <line num="478" count="1" type="stmt"/>
823
- <line num="479" count="1" type="stmt"/>
824
- <line num="480" count="1" type="stmt"/>
825
- <line num="481" count="1" type="stmt"/>
826
- <line num="482" count="1" type="stmt"/>
827
- <line num="483" count="1" type="stmt"/>
828
- <line num="484" count="1" type="stmt"/>
829
- <line num="485" count="1" type="stmt"/>
830
- <line num="486" count="1" type="stmt"/>
831
- <line num="487" count="1" type="stmt"/>
832
- <line num="488" count="1" type="stmt"/>
833
- <line num="489" count="1" type="stmt"/>
834
- <line num="490" count="1" type="stmt"/>
835
- <line num="491" count="1" type="stmt"/>
836
- <line num="492" count="1" type="stmt"/>
837
- <line num="493" count="1" type="stmt"/>
838
- <line num="494" count="1" type="stmt"/>
839
- <line num="495" count="1" type="stmt"/>
840
- <line num="496" count="1" type="stmt"/>
841
- <line num="497" count="1" type="stmt"/>
842
- </file>
843
- <file name="constants.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/constants.js">
844
- <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
845
- <line num="3" count="1" type="stmt"/>
846
- </file>
847
- <file name="parsers.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/parsers.js">
848
- <metrics statements="395" coveredstatements="318" conditionals="284" coveredconditionals="190" methods="31" coveredmethods="27"/>
849
- <line num="7" count="2" type="stmt"/>
850
- <line num="9" count="2" type="stmt"/>
851
- <line num="23" count="2" type="stmt"/>
852
- <line num="24" count="2" type="stmt"/>
853
- <line num="25" count="2" type="stmt"/>
854
- <line num="26" count="2" type="stmt"/>
855
- <line num="27" count="2" type="stmt"/>
856
- <line num="28" count="2" type="stmt"/>
857
- <line num="29" count="2" type="stmt"/>
858
- <line num="30" count="2" type="stmt"/>
859
- <line num="31" count="2" type="stmt"/>
860
- <line num="32" count="2" type="stmt"/>
861
- <line num="33" count="2" type="stmt"/>
862
- <line num="36" count="2" type="stmt"/>
863
- <line num="37" count="430" type="cond" truecount="4" falsecount="0"/>
864
- <line num="38" count="24" type="stmt"/>
865
- <line num="40" count="406" type="cond" truecount="2" falsecount="0"/>
866
- <line num="41" count="9" type="stmt"/>
867
- <line num="44" count="406" type="cond" truecount="1" falsecount="1"/>
868
- <line num="45" count="0" type="stmt"/>
869
- <line num="48" count="406" type="cond" truecount="2" falsecount="0"/>
870
- <line num="49" count="42" type="stmt"/>
871
- <line num="51" count="364" type="cond" truecount="2" falsecount="0"/>
872
- <line num="52" count="2" type="stmt"/>
873
- <line num="54" count="362" type="cond" truecount="2" falsecount="0"/>
874
- <line num="55" count="216" type="stmt"/>
875
- <line num="57" count="146" type="cond" truecount="2" falsecount="0"/>
876
- <line num="58" count="23" type="stmt"/>
877
- <line num="60" count="123" type="cond" truecount="2" falsecount="0"/>
878
- <line num="61" count="17" type="stmt"/>
879
- <line num="63" count="106" type="cond" truecount="1" falsecount="1"/>
880
- <line num="64" count="0" type="stmt"/>
881
- <line num="66" count="106" type="cond" truecount="1" falsecount="1"/>
882
- <line num="67" count="0" type="stmt"/>
883
- <line num="69" count="106" type="cond" truecount="2" falsecount="0"/>
884
- <line num="70" count="4" type="stmt"/>
885
- <line num="72" count="102" type="stmt"/>
886
- <line num="74" count="102" type="cond" truecount="2" falsecount="0"/>
887
- <line num="75" count="9" type="stmt"/>
888
- <line num="76" count="9" type="cond" truecount="1" falsecount="1"/>
889
- <line num="77" count="0" type="stmt"/>
890
- <line num="79" count="9" type="cond" truecount="1" falsecount="1"/>
891
- <line num="83" count="9" type="stmt"/>
892
- <line num="85" count="0" type="stmt"/>
893
- <line num="87" count="93" type="stmt"/>
894
- <line num="88" count="93" type="cond" truecount="2" falsecount="0"/>
895
- <line num="89" count="5" type="stmt"/>
896
- <line num="90" count="5" type="cond" truecount="1" falsecount="1"/>
897
- <line num="91" count="0" type="stmt"/>
898
- <line num="93" count="5" type="cond" truecount="2" falsecount="0"/>
899
- <line num="97" count="4" type="cond" truecount="1" falsecount="1"/>
900
- <line num="98" count="4" type="stmt"/>
901
- <line num="101" count="1" type="stmt"/>
902
- <line num="104" count="88" type="cond" truecount="2" falsecount="0"/>
903
- <line num="105" count="2" type="stmt"/>
904
- <line num="109" count="86" type="stmt"/>
905
- <line num="111" count="86" type="cond" truecount="2" falsecount="0"/>
906
- <line num="112" count="43" type="stmt"/>
907
- <line num="115" count="43" type="cond" truecount="1" falsecount="28"/>
908
- <line num="145" count="0" type="stmt"/>
909
- <line num="147" count="43" type="stmt"/>
910
- <line num="151" count="2" type="stmt"/>
911
- <line num="152" count="0" type="stmt"/>
912
- <line num="153" count="0" type="cond" truecount="0" falsecount="2"/>
913
- <line num="154" count="0" type="stmt"/>
914
- <line num="156" count="0" type="cond" truecount="0" falsecount="2"/>
915
- <line num="157" count="0" type="stmt"/>
916
- <line num="159" count="0" type="stmt"/>
917
- <line num="162" count="2" type="stmt"/>
918
- <line num="163" count="34" type="stmt"/>
919
- <line num="164" count="34" type="cond" truecount="1" falsecount="1"/>
920
- <line num="165" count="0" type="stmt"/>
921
- <line num="167" count="34" type="cond" truecount="4" falsecount="0"/>
922
- <line num="168" count="6" type="stmt"/>
923
- <line num="170" count="28" type="stmt"/>
924
- <line num="173" count="2" type="stmt"/>
925
- <line num="174" count="177" type="cond" truecount="4" falsecount="0"/>
926
- <line num="175" count="17" type="stmt"/>
927
- <line num="177" count="160" type="stmt"/>
928
- <line num="178" count="160" type="cond" truecount="2" falsecount="0"/>
929
- <line num="179" count="14" type="stmt"/>
930
- <line num="181" count="146" type="cond" truecount="2" falsecount="0"/>
931
- <line num="182" count="27" type="stmt"/>
932
- <line num="184" count="119" type="stmt"/>
933
- <line num="187" count="2" type="stmt"/>
934
- <line num="188" count="15" type="cond" truecount="3" falsecount="1"/>
935
- <line num="189" count="0" type="stmt"/>
936
- <line num="191" count="15" type="stmt"/>
937
- <line num="192" count="15" type="cond" truecount="1" falsecount="1"/>
938
- <line num="193" count="0" type="stmt"/>
939
- <line num="195" count="15" type="cond" truecount="2" falsecount="0"/>
940
- <line num="196" count="6" type="stmt"/>
941
- <line num="198" count="9" type="stmt"/>
942
- <line num="202" count="2" type="stmt"/>
943
- <line num="203" count="125" type="stmt"/>
944
- <line num="204" count="125" type="cond" truecount="2" falsecount="0"/>
945
- <line num="205" count="110" type="stmt"/>
946
- <line num="207" count="15" type="stmt"/>
947
- <line num="210" count="2" type="stmt"/>
948
- <line num="211" count="11" type="stmt"/>
949
- <line num="212" count="11" type="cond" truecount="2" falsecount="0"/>
950
- <line num="213" count="1" type="stmt"/>
951
- <line num="215" count="10" type="stmt"/>
952
- <line num="217" count="10" type="cond" truecount="2" falsecount="0"/>
953
- <line num="218" count="3" type="stmt"/>
954
- <line num="220" count="7" type="stmt"/>
955
- <line num="222" count="7" type="cond" truecount="4" falsecount="1"/>
956
- <line num="223" count="0" type="stmt"/>
957
- <line num="225" count="7" type="cond" truecount="4" falsecount="0"/>
958
- <line num="226" count="2" type="stmt"/>
959
- <line num="230" count="7" type="stmt"/>
960
- <line num="231" count="193" type="cond" truecount="0" falsecount="8"/>
961
- <line num="239" count="0" type="stmt"/>
962
- <line num="241" count="0" type="stmt"/>
963
- <line num="242" count="0" type="stmt"/>
964
- <line num="246" count="7" type="stmt"/>
965
- <line num="249" count="2" type="stmt"/>
966
- <line num="250" count="0" type="stmt"/>
967
- <line num="251" count="0" type="cond" truecount="0" falsecount="2"/>
968
- <line num="252" count="0" type="stmt"/>
969
- <line num="254" count="0" type="cond" truecount="0" falsecount="2"/>
970
- <line num="255" count="0" type="stmt"/>
971
- <line num="258" count="0" type="stmt"/>
972
- <line num="259" count="0" type="cond" truecount="0" falsecount="2"/>
973
- <line num="261" count="0" type="stmt"/>
974
- <line num="263" count="0" type="stmt"/>
975
- <line num="264" count="0" type="cond" truecount="0" falsecount="2"/>
976
- <line num="265" count="0" type="stmt"/>
977
- <line num="267" count="0" type="stmt"/>
978
- <line num="270" count="0" type="cond" truecount="0" falsecount="2"/>
979
- <line num="271" count="0" type="stmt"/>
980
- <line num="273" count="0" type="stmt"/>
981
- <line num="276" count="2" type="stmt"/>
982
- <line num="277" count="26" type="stmt"/>
983
- <line num="278" count="26" type="cond" truecount="2" falsecount="0"/>
984
- <line num="279" count="1" type="stmt"/>
985
- <line num="287" count="25" type="stmt"/>
986
- <line num="289" count="25" type="stmt"/>
987
- <line num="291" count="25" type="cond" truecount="2" falsecount="0"/>
988
- <line num="292" count="3" type="stmt"/>
989
- <line num="293" count="3" type="stmt"/>
990
- <line num="294" count="3" type="cond" truecount="4" falsecount="0"/>
991
- <line num="295" count="1" type="stmt"/>
992
- <line num="297" count="1" type="cond" truecount="1" falsecount="1"/>
993
- <line num="298" count="1" type="stmt"/>
994
- <line num="301" count="3" type="stmt"/>
995
- <line num="302" count="3" type="stmt"/>
996
- <line num="303" count="3" type="stmt"/>
997
- <line num="304" count="3" type="cond" truecount="1" falsecount="1"/>
998
- <line num="305" count="3" type="stmt"/>
999
- <line num="306" count="3" type="stmt"/>
1000
- <line num="308" count="3" type="stmt"/>
1001
- <line num="310" count="0" type="stmt"/>
1002
- <line num="313" count="22" type="stmt"/>
1003
- <line num="314" count="22" type="cond" truecount="2" falsecount="0"/>
1004
- <line num="315" count="3" type="stmt"/>
1005
- <line num="316" count="3" type="cond" truecount="1" falsecount="1"/>
1006
- <line num="317" count="0" type="stmt"/>
1007
- <line num="319" count="3" type="cond" truecount="2" falsecount="0"/>
1008
- <line num="320" count="1" type="stmt"/>
1009
- <line num="321" count="1" type="stmt"/>
1010
- <line num="322" count="1" type="stmt"/>
1011
- <line num="323" count="2" type="cond" truecount="1" falsecount="1"/>
1012
- <line num="324" count="2" type="stmt"/>
1013
- <line num="325" count="2" type="stmt"/>
1014
- <line num="326" count="2" type="stmt"/>
1015
- <line num="328" count="0" type="stmt"/>
1016
- <line num="330" count="3" type="stmt"/>
1017
- <line num="331" count="3" type="stmt"/>
1018
- <line num="332" count="3" type="stmt"/>
1019
- <line num="333" count="3" type="stmt"/>
1020
- <line num="336" count="19" type="stmt"/>
1021
- <line num="337" count="19" type="cond" truecount="2" falsecount="0"/>
1022
- <line num="338" count="3" type="stmt"/>
1023
- <line num="339" count="3" type="cond" truecount="1" falsecount="1"/>
1024
- <line num="340" count="0" type="stmt"/>
1025
- <line num="342" count="3" type="cond" truecount="2" falsecount="0"/>
1026
- <line num="343" count="1" type="stmt"/>
1027
- <line num="344" count="1" type="stmt"/>
1028
- <line num="345" count="1" type="stmt"/>
1029
- <line num="346" count="1" type="stmt"/>
1030
- <line num="347" count="2" type="cond" truecount="1" falsecount="1"/>
1031
- <line num="348" count="2" type="stmt"/>
1032
- <line num="349" count="2" type="stmt"/>
1033
- <line num="350" count="2" type="stmt"/>
1034
- <line num="351" count="2" type="stmt"/>
1035
- <line num="353" count="0" type="stmt"/>
1036
- <line num="355" count="3" type="cond" truecount="1" falsecount="1"/>
1037
- <line num="356" count="0" type="stmt"/>
1038
- <line num="358" count="3" type="stmt"/>
1039
- <line num="359" count="3" type="stmt"/>
1040
- <line num="360" count="3" type="stmt"/>
1041
- <line num="361" count="3" type="stmt"/>
1042
- <line num="362" count="3" type="cond" truecount="2" falsecount="0"/>
1043
- <line num="363" count="1" type="stmt"/>
1044
- <line num="365" count="2" type="stmt"/>
1045
- <line num="368" count="16" type="stmt"/>
1046
- <line num="369" count="16" type="cond" truecount="2" falsecount="0"/>
1047
- <line num="370" count="2" type="cond" truecount="1" falsecount="0"/>
1048
- <line num="371" count="2" type="stmt"/>
1049
- <line num="372" count="2" type="cond" truecount="4" falsecount="1"/>
1050
- <line num="373" count="0" type="stmt"/>
1051
- <line num="375" count="2" type="stmt"/>
1052
- <line num="376" count="2" type="stmt"/>
1053
- <line num="377" count="2" type="stmt"/>
1054
- <line num="378" count="2" type="cond" truecount="4" falsecount="0"/>
1055
- <line num="379" count="1" type="stmt"/>
1056
- <line num="381" count="2" type="cond" truecount="4" falsecount="0"/>
1057
- <line num="382" count="1" type="stmt"/>
1058
- <line num="384" count="1" type="stmt"/>
1059
- <line num="387" count="14" type="cond" truecount="2" falsecount="0"/>
1060
- <line num="388" count="12" type="stmt"/>
1061
- <line num="390" count="2" type="stmt"/>
1062
- <line num="393" count="2" type="stmt"/>
1063
- <line num="394" count="0" type="stmt"/>
1064
- <line num="395" count="0" type="cond" truecount="0" falsecount="2"/>
1065
- <line num="396" count="0" type="stmt"/>
1066
- <line num="398" count="0" type="cond" truecount="0" falsecount="2"/>
1067
- <line num="399" count="0" type="stmt"/>
1068
- <line num="401" count="0" type="stmt"/>
1069
- <line num="402" count="0" type="stmt"/>
1070
- <line num="403" count="0" type="cond" truecount="0" falsecount="2"/>
1071
- <line num="404" count="0" type="stmt"/>
1072
- <line num="405" count="0" type="cond" truecount="0" falsecount="2"/>
1073
- <line num="406" count="0" type="stmt"/>
1074
- <line num="409" count="0" type="stmt"/>
1075
- <line num="410" count="0" type="stmt"/>
1076
- <line num="412" count="0" type="stmt"/>
1077
- <line num="413" count="0" type="stmt"/>
1078
- <line num="415" count="0" type="stmt"/>
1079
- <line num="418" count="2" type="stmt"/>
1080
- <line num="419" count="5" type="stmt"/>
1081
- <line num="420" count="5" type="cond" truecount="1" falsecount="1"/>
1082
- <line num="421" count="0" type="stmt"/>
1083
- <line num="423" count="5" type="cond" truecount="1" falsecount="1"/>
1084
- <line num="424" count="0" type="stmt"/>
1085
- <line num="426" count="5" type="stmt"/>
1086
- <line num="428" count="5" type="stmt"/>
1087
- <line num="429" count="15" type="cond" truecount="2" falsecount="0"/>
1088
- <line num="430" count="4" type="stmt"/>
1089
- <line num="433" count="1" type="stmt"/>
1090
- <line num="437" count="2" type="stmt"/>
1091
- <line num="439" count="1506" type="stmt"/>
1092
- <line num="440" count="1506" type="stmt"/>
1093
- <line num="441" count="1506" type="stmt"/>
1094
- <line num="442" count="24575" type="cond" truecount="2" falsecount="0"/>
1095
- <line num="443" count="22126" type="cond" truecount="2" falsecount="0"/>
1096
- <line num="444" count="22126" type="stmt"/>
1097
- <line num="446" count="2449" type="stmt"/>
1098
- <line num="449" count="1506" type="stmt"/>
1099
- <line num="451" count="2" type="stmt"/>
1100
- <line num="453" count="2" type="stmt"/>
1101
- <line num="454" count="2" type="stmt"/>
1102
- <line num="455" count="2" type="stmt"/>
1103
- <line num="457" count="2" type="stmt"/>
1104
- <line num="458" count="57" type="stmt"/>
1105
- <line num="459" count="57" type="stmt"/>
1106
- <line num="461" count="57" type="stmt"/>
1107
- <line num="462" count="57" type="stmt"/>
1108
- <line num="465" count="57" type="stmt"/>
1109
- <line num="466" count="547" type="stmt"/>
1110
- <line num="467" count="547" type="stmt"/>
1111
- <line num="468" count="547" type="cond" truecount="2" falsecount="0"/>
1112
- <line num="469" count="76" type="cond" truecount="2" falsecount="0"/>
1113
- <line num="470" count="74" type="cond" truecount="2" falsecount="0"/>
1114
- <line num="471" count="68" type="stmt"/>
1115
- <line num="473" count="74" type="stmt"/>
1116
- <line num="475" count="2" type="stmt"/>
1117
- <line num="478" count="471" type="cond" truecount="1" falsecount="1"/>
1118
- <line num="479" count="0" type="stmt"/>
1119
- <line num="480" count="0" type="stmt"/>
1120
- <line num="482" count="471" type="stmt"/>
1121
- <line num="483" count="471" type="cond" truecount="2" falsecount="0"/>
1122
- <line num="487" count="3" type="stmt"/>
1123
- <line num="488" count="468" type="cond" truecount="2" falsecount="0"/>
1124
- <line num="489" count="3" type="stmt"/>
1125
- <line num="494" count="57" type="cond" truecount="2" falsecount="0"/>
1126
- <line num="495" count="56" type="stmt"/>
1127
- <line num="497" count="57" type="stmt"/>
1128
- <line num="506" count="2" type="stmt"/>
1129
- <line num="507" count="24" type="stmt"/>
1130
- <line num="508" count="24" type="stmt"/>
1131
- <line num="509" count="24" type="cond" truecount="2" falsecount="0"/>
1132
- <line num="510" count="6" type="stmt"/>
1133
- <line num="511" count="20" type="stmt"/>
1134
- <line num="513" count="6" type="stmt"/>
1135
- <line num="516" count="18" type="cond" truecount="2" falsecount="0"/>
1136
- <line num="517" count="1" type="stmt"/>
1137
- <line num="520" count="18" type="cond" truecount="1" falsecount="1"/>
1138
- <line num="521" count="0" type="stmt"/>
1139
- <line num="524" count="18" type="cond" truecount="1" falsecount="1"/>
1140
- <line num="525" count="0" type="stmt"/>
1141
- <line num="527" count="18" type="stmt"/>
1142
- <line num="528" count="18" type="stmt"/>
1143
- <line num="529" count="18" type="stmt"/>
1144
- <line num="530" count="37" type="stmt"/>
1145
- <line num="531" count="37" type="stmt"/>
1146
- <line num="532" count="133" type="cond" truecount="2" falsecount="0"/>
1147
- <line num="533" count="42" type="stmt"/>
1148
- <line num="534" count="42" type="stmt"/>
1149
- <line num="537" count="37" type="cond" truecount="2" falsecount="0"/>
1150
- <line num="539" count="18" type="cond" truecount="1" falsecount="1"/>
1151
- <line num="540" count="0" type="stmt"/>
1152
- <line num="542" count="18" type="stmt"/>
1153
- <line num="545" count="2" type="stmt"/>
1154
- <line num="546" count="8" type="stmt"/>
1155
- <line num="547" count="23" type="stmt"/>
1156
- <line num="548" count="23" type="cond" truecount="1" falsecount="1"/>
1157
- <line num="549" count="0" type="stmt"/>
1158
- <line num="552" count="23" type="stmt"/>
1159
- <line num="555" count="56" type="stmt"/>
1160
- <line num="556" count="56" type="stmt"/>
1161
- <line num="558" count="56" type="stmt"/>
1162
- <line num="559" count="56" type="stmt"/>
1163
- <line num="561" count="56" type="cond" truecount="2" falsecount="0"/>
1164
- <line num="562" count="34" type="stmt"/>
1165
- <line num="565" count="23" type="stmt"/>
1166
- <line num="566" count="80" type="cond" truecount="2" falsecount="0"/>
1167
- <line num="567" count="24" type="stmt"/>
1168
- <line num="568" count="24" type="stmt"/>
1169
- <line num="575" count="23" type="stmt"/>
1170
- <line num="576" count="23" type="stmt"/>
1171
- <line num="577" count="23" type="cond" truecount="2" falsecount="0"/>
1172
- <line num="578" count="15" type="stmt"/>
1173
- <line num="583" count="2" type="stmt"/>
1174
- <line num="584" count="31" type="stmt"/>
1175
- <line num="585" count="26" type="cond" truecount="2" falsecount="0"/>
1176
- <line num="586" count="3" type="stmt"/>
1177
- <line num="588" count="23" type="stmt"/>
1178
- <line num="590" count="80" type="stmt"/>
1179
- <line num="593" count="80" type="stmt"/>
1180
- <line num="604" count="2" type="stmt"/>
1181
- <line num="605" count="7" type="cond" truecount="2" falsecount="0"/>
1182
- <line num="606" count="7" type="cond" truecount="2" falsecount="0"/>
1183
- <line num="607" count="3" type="stmt"/>
1184
- <line num="609" count="7" type="stmt"/>
1185
- <line num="611" count="7" type="stmt"/>
1186
- <line num="612" count="67" type="cond" truecount="2" falsecount="0"/>
1187
- <line num="613" count="1" type="stmt"/>
1188
- <line num="615" count="67" type="cond" truecount="1" falsecount="1"/>
1189
- <line num="616" count="0" type="stmt"/>
1190
- <line num="619" count="67" type="cond" truecount="4" falsecount="0"/>
1191
- <line num="620" count="28" type="stmt"/>
1192
- <line num="622" count="39" type="stmt"/>
1193
- <line num="624" count="67" type="cond" truecount="3" falsecount="1"/>
1194
- <line num="625" count="0" type="stmt"/>
1195
- <line num="628" count="67" type="cond" truecount="1" falsecount="1"/>
1196
- <line num="629" count="0" type="stmt"/>
1197
- <line num="632" count="67" type="stmt"/>
1198
- <line num="633" count="115" type="stmt"/>
1199
- <line num="635" count="67" type="stmt"/>
1200
- <line num="636" count="67" type="cond" truecount="2" falsecount="0"/>
1201
- <line num="637" count="49" type="stmt"/>
1202
- <line num="639" count="67" type="cond" truecount="2" falsecount="0"/>
1203
- <line num="640" count="51" type="stmt"/>
1204
- <line num="642" count="67" type="cond" truecount="2" falsecount="0"/>
1205
- <line num="643" count="53" type="stmt"/>
1206
- <line num="646" count="67" type="stmt"/>
1207
- <line num="647" count="268" type="stmt"/>
1208
- <line num="648" count="268" type="stmt"/>
1209
- <line num="649" count="268" type="cond" truecount="2" falsecount="0"/>
1210
- <line num="650" count="156" type="stmt"/>
1211
- <line num="653" count="67" type="stmt"/>
1212
- <line num="663" count="2" type="stmt"/>
1213
- <line num="664" count="8" type="stmt"/>
1214
- <line num="665" count="8" type="stmt"/>
1215
- <line num="667" count="8" type="stmt"/>
1216
- <line num="668" count="22" type="cond" truecount="1" falsecount="1"/>
1217
- <line num="669" count="0" type="stmt"/>
1218
- <line num="671" count="22" type="cond" truecount="1" falsecount="1"/>
1219
- <line num="672" count="0" type="stmt"/>
1220
- <line num="674" count="22" type="cond" truecount="1" falsecount="1"/>
1221
- <line num="675" count="0" type="stmt"/>
1222
- <line num="677" count="22" type="stmt"/>
1223
- <line num="678" count="22" type="stmt"/>
1224
- <line num="679" count="22" type="stmt"/>
1225
- <line num="680" count="22" type="stmt"/>
1226
- <line num="681" count="70" type="cond" truecount="4" falsecount="0"/>
1227
- <line num="682" count="6" type="stmt"/>
1228
- <line num="684" count="64" type="stmt"/>
1229
- <line num="686" count="22" type="cond" truecount="2" falsecount="0"/>
1230
- <line num="687" count="16" type="stmt"/>
1231
- <line num="688" count="64" type="stmt"/>
1232
- <line num="689" count="64" type="stmt"/>
1233
- <line num="691" count="16" type="stmt"/>
1234
- <line num="693" count="22" type="stmt"/>
1235
- <line num="697" count="2" type="stmt"/>
1236
- <line num="698" count="2" type="stmt"/>
1237
- <line num="699" count="2" type="stmt"/>
1238
- <line num="700" count="2" type="stmt"/>
1239
- <line num="702" count="0" type="stmt"/>
1240
- <line num="703" count="0" type="stmt"/>
1241
- <line num="704" count="0" type="cond" truecount="0" falsecount="4"/>
1242
- <line num="705" count="0" type="stmt"/>
1243
- <line num="707" count="0" type="stmt"/>
1244
- </file>
1245
- </package>
1246
- <package name="lib.properties">
1247
- <metrics statements="653" coveredstatements="0" conditionals="282" coveredconditionals="0" methods="178" coveredmethods="0"/>
1248
- <file name="azimuth.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/azimuth.js">
1249
- <metrics statements="34" coveredstatements="0" conditionals="42" coveredconditionals="0" methods="2" coveredmethods="0"/>
1250
- <line num="3" count="0" type="stmt"/>
1251
- <line num="5" count="0" type="stmt"/>
1252
- <line num="7" count="0" type="stmt"/>
1253
- <line num="8" count="0" type="cond" truecount="0" falsecount="2"/>
1254
- <line num="9" count="0" type="stmt"/>
1255
- <line num="11" count="0" type="cond" truecount="0" falsecount="2"/>
1256
- <line num="12" count="0" type="stmt"/>
1257
- <line num="16" count="0" type="stmt"/>
1258
- <line num="17" count="0" type="cond" truecount="0" falsecount="2"/>
1259
- <line num="18" count="0" type="stmt"/>
1260
- <line num="20" count="0" type="stmt"/>
1261
- <line num="21" count="0" type="stmt"/>
1262
- <line num="23" count="0" type="cond" truecount="0" falsecount="2"/>
1263
- <line num="24" count="0" type="cond" truecount="0" falsecount="2"/>
1264
- <line num="25" count="0" type="stmt"/>
1265
- <line num="27" count="0" type="stmt"/>
1266
- <line num="29" count="0" type="cond" truecount="0" falsecount="4"/>
1267
- <line num="30" count="0" type="cond" truecount="0" falsecount="2"/>
1268
- <line num="31" count="0" type="stmt"/>
1269
- <line num="33" count="0" type="stmt"/>
1270
- <line num="35" count="0" type="cond" truecount="0" falsecount="2"/>
1271
- <line num="36" count="0" type="stmt"/>
1272
- <line num="38" count="0" type="cond" truecount="0" falsecount="10"/>
1273
- <line num="40" count="0" type="stmt"/>
1274
- <line num="42" count="0" type="cond" truecount="0" falsecount="2"/>
1275
- <line num="44" count="0" type="cond" truecount="0" falsecount="2"/>
1276
- <line num="46" count="0" type="cond" truecount="0" falsecount="2"/>
1277
- <line num="48" count="0" type="cond" truecount="0" falsecount="2"/>
1278
- <line num="50" count="0" type="cond" truecount="0" falsecount="2"/>
1279
- <line num="52" count="0" type="cond" truecount="0" falsecount="2"/>
1280
- <line num="54" count="0" type="cond" truecount="0" falsecount="2"/>
1281
- <line num="56" count="0" type="stmt"/>
1282
- <line num="58" count="0" type="stmt"/>
1283
- <line num="63" count="0" type="stmt"/>
1284
- </file>
1285
- <file name="background.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/background.js">
1286
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1287
- <line num="3" count="0" type="stmt"/>
1288
- <line num="4" count="0" type="stmt"/>
1289
- <line num="6" count="0" type="stmt"/>
1290
- <line num="14" count="0" type="stmt"/>
1291
- </file>
1292
- <file name="backgroundAttachment.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/backgroundAttachment.js">
1293
- <metrics statements="8" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="3" coveredmethods="0"/>
1294
- <line num="3" count="0" type="stmt"/>
1295
- <line num="5" count="0" type="stmt"/>
1296
- <line num="6" count="0" type="stmt"/>
1297
- <line num="12" count="0" type="stmt"/>
1298
- <line num="14" count="0" type="cond" truecount="0" falsecount="2"/>
1299
- <line num="15" count="0" type="stmt"/>
1300
- <line num="17" count="0" type="stmt"/>
1301
- <line num="20" count="0" type="stmt"/>
1302
- </file>
1303
- <file name="backgroundColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/backgroundColor.js">
1304
- <metrics statements="16" coveredstatements="0" conditionals="9" coveredconditionals="0" methods="4" coveredmethods="0"/>
1305
- <line num="3" count="0" type="stmt"/>
1306
- <line num="5" count="0" type="stmt"/>
1307
- <line num="6" count="0" type="stmt"/>
1308
- <line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
1309
- <line num="8" count="0" type="stmt"/>
1310
- <line num="10" count="0" type="cond" truecount="0" falsecount="2"/>
1311
- <line num="14" count="0" type="stmt"/>
1312
- <line num="16" count="0" type="stmt"/>
1313
- <line num="19" count="0" type="stmt"/>
1314
- <line num="20" count="0" type="stmt"/>
1315
- <line num="23" count="0" type="stmt"/>
1316
- <line num="25" count="0" type="stmt"/>
1317
- <line num="26" count="0" type="cond" truecount="0" falsecount="2"/>
1318
- <line num="27" count="0" type="stmt"/>
1319
- <line num="29" count="0" type="stmt"/>
1320
- <line num="32" count="0" type="stmt"/>
1321
- </file>
1322
- <file name="backgroundImage.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/backgroundImage.js">
1323
- <metrics statements="13" coveredstatements="0" conditionals="7" coveredconditionals="0" methods="4" coveredmethods="0"/>
1324
- <line num="3" count="0" type="stmt"/>
1325
- <line num="5" count="0" type="stmt"/>
1326
- <line num="6" count="0" type="stmt"/>
1327
- <line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
1328
- <line num="8" count="0" type="stmt"/>
1329
- <line num="10" count="0" type="cond" truecount="0" falsecount="2"/>
1330
- <line num="14" count="0" type="stmt"/>
1331
- <line num="16" count="0" type="stmt"/>
1332
- <line num="19" count="0" type="stmt"/>
1333
- <line num="20" count="0" type="stmt"/>
1334
- <line num="23" count="0" type="stmt"/>
1335
- <line num="25" count="0" type="stmt"/>
1336
- <line num="28" count="0" type="stmt"/>
1337
- </file>
1338
- <file name="backgroundPosition.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/backgroundPosition.js">
1339
- <metrics statements="30" coveredstatements="0" conditionals="34" coveredconditionals="0" methods="5" coveredmethods="0"/>
1340
- <line num="3" count="0" type="stmt"/>
1341
- <line num="5" count="0" type="stmt"/>
1342
- <line num="7" count="0" type="stmt"/>
1343
- <line num="8" count="0" type="cond" truecount="0" falsecount="4"/>
1344
- <line num="9" count="0" type="stmt"/>
1345
- <line num="11" count="0" type="stmt"/>
1346
- <line num="12" count="0" type="cond" truecount="0" falsecount="4"/>
1347
- <line num="13" count="0" type="stmt"/>
1348
- <line num="15" count="0" type="stmt"/>
1349
- <line num="16" count="0" type="stmt"/>
1350
- <line num="17" count="0" type="stmt"/>
1351
- <line num="19" count="0" type="cond" truecount="0" falsecount="2"/>
1352
- <line num="20" count="0" type="cond" truecount="0" falsecount="4"/>
1353
- <line num="21" count="0" type="stmt"/>
1354
- <line num="23" count="0" type="cond" truecount="0" falsecount="2"/>
1355
- <line num="24" count="0" type="cond" truecount="0" falsecount="4"/>
1356
- <line num="25" count="0" type="stmt"/>
1357
- <line num="28" count="0" type="stmt"/>
1358
- <line num="30" count="0" type="cond" truecount="0" falsecount="2"/>
1359
- <line num="34" count="0" type="stmt"/>
1360
- <line num="36" count="0" type="cond" truecount="0" falsecount="4"/>
1361
- <line num="37" count="0" type="stmt"/>
1362
- <line num="39" count="0" type="cond" truecount="0" falsecount="4"/>
1363
- <line num="40" count="0" type="stmt"/>
1364
- <line num="42" count="0" type="stmt"/>
1365
- <line num="45" count="0" type="stmt"/>
1366
- <line num="46" count="0" type="stmt"/>
1367
- <line num="49" count="0" type="stmt"/>
1368
- <line num="51" count="0" type="stmt"/>
1369
- <line num="54" count="0" type="stmt"/>
1370
- </file>
1371
- <file name="backgroundRepeat.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/backgroundRepeat.js">
1372
- <metrics statements="10" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="4" coveredmethods="0"/>
1373
- <line num="3" count="0" type="stmt"/>
1374
- <line num="5" count="0" type="stmt"/>
1375
- <line num="6" count="0" type="cond" truecount="0" falsecount="2"/>
1376
- <line num="14" count="0" type="stmt"/>
1377
- <line num="16" count="0" type="stmt"/>
1378
- <line num="19" count="0" type="stmt"/>
1379
- <line num="20" count="0" type="stmt"/>
1380
- <line num="23" count="0" type="stmt"/>
1381
- <line num="25" count="0" type="stmt"/>
1382
- <line num="28" count="0" type="stmt"/>
1383
- </file>
1384
- <file name="border.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/border.js">
1385
- <metrics statements="17" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="1" coveredmethods="0"/>
1386
- <line num="3" count="0" type="stmt"/>
1387
- <line num="4" count="0" type="stmt"/>
1388
- <line num="6" count="0" type="stmt"/>
1389
- <line num="12" count="0" type="stmt"/>
1390
- <line num="13" count="0" type="stmt"/>
1391
- <line num="15" count="0" type="stmt"/>
1392
- <line num="17" count="0" type="cond" truecount="0" falsecount="2"/>
1393
- <line num="18" count="0" type="stmt"/>
1394
- <line num="20" count="0" type="stmt"/>
1395
- <line num="21" count="0" type="stmt"/>
1396
- <line num="22" count="0" type="stmt"/>
1397
- <line num="23" count="0" type="stmt"/>
1398
- <line num="24" count="0" type="stmt"/>
1399
- <line num="25" count="0" type="stmt"/>
1400
- <line num="26" count="0" type="stmt"/>
1401
- <line num="27" count="0" type="stmt"/>
1402
- <line num="28" count="0" type="stmt"/>
1403
- </file>
1404
- <file name="borderBottom.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/borderBottom.js">
1405
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1406
- <line num="3" count="0" type="stmt"/>
1407
- <line num="4" count="0" type="stmt"/>
1408
- <line num="6" count="0" type="stmt"/>
1409
- <line num="12" count="0" type="stmt"/>
1410
- </file>
1411
- <file name="borderBottomColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/borderBottomColor.js">
1412
- <metrics statements="5" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="2" coveredmethods="0"/>
1413
- <line num="3" count="0" type="stmt"/>
1414
- <line num="5" count="0" type="stmt"/>
1415
- <line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
1416
- <line num="8" count="0" type="stmt"/>
1417
- <line num="12" count="0" type="stmt"/>
1418
- </file>
1419
- <file name="borderBottomStyle.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/borderBottomStyle.js">
1420
- <metrics statements="9" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="2" coveredmethods="0"/>
1421
- <line num="3" count="0" type="stmt"/>
1422
- <line num="4" count="0" type="stmt"/>
1423
- <line num="6" count="0" type="stmt"/>
1424
- <line num="8" count="0" type="cond" truecount="0" falsecount="2"/>
1425
- <line num="9" count="0" type="cond" truecount="0" falsecount="2"/>
1426
- <line num="10" count="0" type="stmt"/>
1427
- <line num="11" count="0" type="stmt"/>
1428
- <line num="13" count="0" type="stmt"/>
1429
- <line num="17" count="0" type="stmt"/>
1430
- </file>
1431
- <file name="borderBottomWidth.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/borderBottomWidth.js">
1432
- <metrics statements="5" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="2" coveredmethods="0"/>
1433
- <line num="3" count="0" type="stmt"/>
1434
- <line num="5" count="0" type="stmt"/>
1435
- <line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
1436
- <line num="8" count="0" type="stmt"/>
1437
- <line num="12" count="0" type="stmt"/>
1438
- </file>
1439
- <file name="borderCollapse.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/borderCollapse.js">
1440
- <metrics statements="8" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="3" coveredmethods="0"/>
1441
- <line num="3" count="0" type="stmt"/>
1442
- <line num="5" count="0" type="stmt"/>
1443
- <line num="6" count="0" type="cond" truecount="0" falsecount="2"/>
1444
- <line num="12" count="0" type="stmt"/>
1445
- <line num="14" count="0" type="stmt"/>
1446
- <line num="17" count="0" type="stmt"/>
1447
- <line num="19" count="0" type="stmt"/>
1448
- <line num="22" count="0" type="stmt"/>
1449
- </file>
1450
- <file name="borderColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/borderColor.js">
1451
- <metrics statements="13" coveredstatements="0" conditionals="7" coveredconditionals="0" methods="3" coveredmethods="0"/>
1452
- <line num="3" count="0" type="stmt"/>
1453
- <line num="4" count="0" type="stmt"/>
1454
- <line num="6" count="0" type="stmt"/>
1455
- <line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
1456
- <line num="8" count="0" type="stmt"/>
1457
- <line num="10" count="0" type="stmt"/>
1458
- <line num="14" count="0" type="stmt"/>
1459
- <line num="16" count="0" type="stmt"/>
1460
- <line num="17" count="0" type="cond" truecount="0" falsecount="2"/>
1461
- <line num="18" count="0" type="stmt"/>
1462
- <line num="20" count="0" type="stmt"/>
1463
- <line num="23" count="0" type="stmt"/>
1464
- <line num="26" count="0" type="stmt"/>
1465
- </file>
1466
- <file name="borderLeft.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/borderLeft.js">
1467
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1468
- <line num="3" count="0" type="stmt"/>
1469
- <line num="4" count="0" type="stmt"/>
1470
- <line num="6" count="0" type="stmt"/>
1471
- <line num="12" count="0" type="stmt"/>
1472
- </file>
1473
- <file name="borderLeftColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/borderLeftColor.js">
1474
- <metrics statements="5" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="2" coveredmethods="0"/>
1475
- <line num="3" count="0" type="stmt"/>
1476
- <line num="5" count="0" type="stmt"/>
1477
- <line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
1478
- <line num="8" count="0" type="stmt"/>
1479
- <line num="12" count="0" type="stmt"/>
1480
- </file>
1481
- <file name="borderLeftStyle.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/borderLeftStyle.js">
1482
- <metrics statements="9" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="2" coveredmethods="0"/>
1483
- <line num="3" count="0" type="stmt"/>
1484
- <line num="4" count="0" type="stmt"/>
1485
- <line num="6" count="0" type="stmt"/>
1486
- <line num="8" count="0" type="cond" truecount="0" falsecount="2"/>
1487
- <line num="9" count="0" type="cond" truecount="0" falsecount="2"/>
1488
- <line num="10" count="0" type="stmt"/>
1489
- <line num="11" count="0" type="stmt"/>
1490
- <line num="13" count="0" type="stmt"/>
1491
- <line num="17" count="0" type="stmt"/>
1492
- </file>
1493
- <file name="borderLeftWidth.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/borderLeftWidth.js">
1494
- <metrics statements="5" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="2" coveredmethods="0"/>
1495
- <line num="3" count="0" type="stmt"/>
1496
- <line num="5" count="0" type="stmt"/>
1497
- <line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
1498
- <line num="8" count="0" type="stmt"/>
1499
- <line num="12" count="0" type="stmt"/>
1500
- </file>
1501
- <file name="borderRight.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/borderRight.js">
1502
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1503
- <line num="3" count="0" type="stmt"/>
1504
- <line num="4" count="0" type="stmt"/>
1505
- <line num="6" count="0" type="stmt"/>
1506
- <line num="12" count="0" type="stmt"/>
1507
- </file>
1508
- <file name="borderRightColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/borderRightColor.js">
1509
- <metrics statements="5" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="2" coveredmethods="0"/>
1510
- <line num="3" count="0" type="stmt"/>
1511
- <line num="5" count="0" type="stmt"/>
1512
- <line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
1513
- <line num="8" count="0" type="stmt"/>
1514
- <line num="12" count="0" type="stmt"/>
1515
- </file>
1516
- <file name="borderRightStyle.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/borderRightStyle.js">
1517
- <metrics statements="9" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="2" coveredmethods="0"/>
1518
- <line num="3" count="0" type="stmt"/>
1519
- <line num="4" count="0" type="stmt"/>
1520
- <line num="6" count="0" type="stmt"/>
1521
- <line num="8" count="0" type="cond" truecount="0" falsecount="2"/>
1522
- <line num="9" count="0" type="cond" truecount="0" falsecount="2"/>
1523
- <line num="10" count="0" type="stmt"/>
1524
- <line num="11" count="0" type="stmt"/>
1525
- <line num="13" count="0" type="stmt"/>
1526
- <line num="17" count="0" type="stmt"/>
1527
- </file>
1528
- <file name="borderRightWidth.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/borderRightWidth.js">
1529
- <metrics statements="5" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="2" coveredmethods="0"/>
1530
- <line num="3" count="0" type="stmt"/>
1531
- <line num="5" count="0" type="stmt"/>
1532
- <line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
1533
- <line num="8" count="0" type="stmt"/>
1534
- <line num="12" count="0" type="stmt"/>
1535
- </file>
1536
- <file name="borderSpacing.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/borderSpacing.js">
1537
- <metrics statements="18" coveredstatements="0" conditionals="14" coveredconditionals="0" methods="4" coveredmethods="0"/>
1538
- <line num="3" count="0" type="stmt"/>
1539
- <line num="9" count="0" type="stmt"/>
1540
- <line num="10" count="0" type="cond" truecount="0" falsecount="4"/>
1541
- <line num="11" count="0" type="stmt"/>
1542
- <line num="13" count="0" type="cond" truecount="0" falsecount="2"/>
1543
- <line num="14" count="0" type="stmt"/>
1544
- <line num="16" count="0" type="cond" truecount="0" falsecount="2"/>
1545
- <line num="17" count="0" type="stmt"/>
1546
- <line num="19" count="0" type="stmt"/>
1547
- <line num="20" count="0" type="cond" truecount="0" falsecount="4"/>
1548
- <line num="21" count="0" type="stmt"/>
1549
- <line num="23" count="0" type="stmt"/>
1550
- <line num="24" count="0" type="cond" truecount="0" falsecount="2"/>
1551
- <line num="25" count="0" type="stmt"/>
1552
- <line num="29" count="0" type="stmt"/>
1553
- <line num="32" count="0" type="stmt"/>
1554
- <line num="34" count="0" type="stmt"/>
1555
- <line num="37" count="0" type="stmt"/>
1556
- </file>
1557
- <file name="borderStyle.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/borderStyle.js">
1558
- <metrics statements="11" coveredstatements="0" conditionals="5" coveredconditionals="0" methods="3" coveredmethods="0"/>
1559
- <line num="3" count="0" type="stmt"/>
1560
- <line num="6" count="0" type="stmt"/>
1561
- <line num="19" count="0" type="stmt"/>
1562
- <line num="20" count="0" type="cond" truecount="0" falsecount="3"/>
1563
- <line num="22" count="0" type="stmt"/>
1564
- <line num="24" count="0" type="stmt"/>
1565
- <line num="25" count="0" type="cond" truecount="0" falsecount="2"/>
1566
- <line num="26" count="0" type="stmt"/>
1567
- <line num="28" count="0" type="stmt"/>
1568
- <line num="31" count="0" type="stmt"/>
1569
- <line num="34" count="0" type="stmt"/>
1570
- </file>
1571
- <file name="borderTop.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/borderTop.js">
1572
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1573
- <line num="3" count="0" type="stmt"/>
1574
- <line num="4" count="0" type="stmt"/>
1575
- <line num="6" count="0" type="stmt"/>
1576
- <line num="12" count="0" type="stmt"/>
1577
- </file>
1578
- <file name="borderTopColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/borderTopColor.js">
1579
- <metrics statements="5" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="2" coveredmethods="0"/>
1580
- <line num="3" count="0" type="stmt"/>
1581
- <line num="5" count="0" type="stmt"/>
1582
- <line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
1583
- <line num="8" count="0" type="stmt"/>
1584
- <line num="12" count="0" type="stmt"/>
1585
- </file>
1586
- <file name="borderTopStyle.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/borderTopStyle.js">
1587
- <metrics statements="9" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="2" coveredmethods="0"/>
1588
- <line num="3" count="0" type="stmt"/>
1589
- <line num="4" count="0" type="stmt"/>
1590
- <line num="6" count="0" type="stmt"/>
1591
- <line num="8" count="0" type="cond" truecount="0" falsecount="2"/>
1592
- <line num="9" count="0" type="cond" truecount="0" falsecount="2"/>
1593
- <line num="10" count="0" type="stmt"/>
1594
- <line num="11" count="0" type="stmt"/>
1595
- <line num="13" count="0" type="stmt"/>
1596
- <line num="17" count="0" type="stmt"/>
1597
- </file>
1598
- <file name="borderTopWidth.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/borderTopWidth.js">
1599
- <metrics statements="6" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="2" coveredmethods="0"/>
1600
- <line num="3" count="0" type="stmt"/>
1601
- <line num="4" count="0" type="stmt"/>
1602
- <line num="6" count="0" type="stmt"/>
1603
- <line num="8" count="0" type="cond" truecount="0" falsecount="2"/>
1604
- <line num="9" count="0" type="stmt"/>
1605
- <line num="13" count="0" type="stmt"/>
1606
- </file>
1607
- <file name="borderWidth.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/borderWidth.js">
1608
- <metrics statements="25" coveredstatements="0" conditionals="12" coveredconditionals="0" methods="3" coveredmethods="0"/>
1609
- <line num="3" count="0" type="stmt"/>
1610
- <line num="4" count="0" type="stmt"/>
1611
- <line num="7" count="0" type="stmt"/>
1612
- <line num="9" count="0" type="stmt"/>
1613
- <line num="10" count="0" type="stmt"/>
1614
- <line num="11" count="0" type="cond" truecount="0" falsecount="2"/>
1615
- <line num="12" count="0" type="stmt"/>
1616
- <line num="14" count="0" type="cond" truecount="0" falsecount="2"/>
1617
- <line num="15" count="0" type="stmt"/>
1618
- <line num="17" count="0" type="cond" truecount="0" falsecount="2"/>
1619
- <line num="18" count="0" type="stmt"/>
1620
- <line num="20" count="0" type="stmt"/>
1621
- <line num="21" count="0" type="cond" truecount="0" falsecount="2"/>
1622
- <line num="22" count="0" type="stmt"/>
1623
- <line num="24" count="0" type="stmt"/>
1624
- <line num="26" count="0" type="stmt"/>
1625
- <line num="28" count="0" type="stmt"/>
1626
- <line num="29" count="0" type="stmt"/>
1627
- <line num="30" count="0" type="cond" truecount="0" falsecount="2"/>
1628
- <line num="31" count="0" type="stmt"/>
1629
- <line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
1630
- <line num="34" count="0" type="stmt"/>
1631
- <line num="36" count="0" type="stmt"/>
1632
- <line num="39" count="0" type="stmt"/>
1633
- <line num="42" count="0" type="stmt"/>
1634
- </file>
1635
- <file name="bottom.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/bottom.js">
1636
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
1637
- <line num="3" count="0" type="stmt"/>
1638
- <line num="5" count="0" type="stmt"/>
1639
- <line num="7" count="0" type="stmt"/>
1640
- <line num="10" count="0" type="stmt"/>
1641
- </file>
1642
- <file name="clear.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/clear.js">
1643
- <metrics statements="5" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
1644
- <line num="3" count="0" type="stmt"/>
1645
- <line num="5" count="0" type="stmt"/>
1646
- <line num="7" count="0" type="stmt"/>
1647
- <line num="9" count="0" type="stmt"/>
1648
- <line num="12" count="0" type="stmt"/>
1649
- </file>
1650
- <file name="clip.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/clip.js">
1651
- <metrics statements="27" coveredstatements="0" conditionals="16" coveredconditionals="0" methods="4" coveredmethods="0"/>
1652
- <line num="3" count="0" type="stmt"/>
1653
- <line num="5" count="0" type="stmt"/>
1654
- <line num="7" count="0" type="stmt"/>
1655
- <line num="8" count="0" type="cond" truecount="0" falsecount="4"/>
1656
- <line num="9" count="0" type="stmt"/>
1657
- <line num="11" count="0" type="cond" truecount="0" falsecount="2"/>
1658
- <line num="12" count="0" type="stmt"/>
1659
- <line num="14" count="0" type="stmt"/>
1660
- <line num="15" count="0" type="cond" truecount="0" falsecount="4"/>
1661
- <line num="16" count="0" type="stmt"/>
1662
- <line num="18" count="0" type="stmt"/>
1663
- <line num="19" count="0" type="cond" truecount="0" falsecount="2"/>
1664
- <line num="20" count="0" type="stmt"/>
1665
- <line num="22" count="0" type="stmt"/>
1666
- <line num="23" count="0" type="cond" truecount="0" falsecount="2"/>
1667
- <line num="24" count="0" type="stmt"/>
1668
- <line num="26" count="0" type="stmt"/>
1669
- <line num="27" count="0" type="stmt"/>
1670
- <line num="28" count="0" type="stmt"/>
1671
- <line num="29" count="0" type="stmt"/>
1672
- <line num="31" count="0" type="cond" truecount="0" falsecount="2"/>
1673
- <line num="32" count="0" type="stmt"/>
1674
- <line num="34" count="0" type="stmt"/>
1675
- <line num="35" count="0" type="stmt"/>
1676
- <line num="38" count="0" type="stmt"/>
1677
- <line num="40" count="0" type="stmt"/>
1678
- <line num="43" count="0" type="stmt"/>
1679
- </file>
1680
- <file name="color.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/color.js">
1681
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
1682
- <line num="3" count="0" type="stmt"/>
1683
- <line num="5" count="0" type="stmt"/>
1684
- <line num="7" count="0" type="stmt"/>
1685
- <line num="10" count="0" type="stmt"/>
1686
- </file>
1687
- <file name="cssFloat.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/cssFloat.js">
1688
- <metrics statements="3" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
1689
- <line num="3" count="0" type="stmt"/>
1690
- <line num="5" count="0" type="stmt"/>
1691
- <line num="8" count="0" type="stmt"/>
1692
- </file>
1693
- <file name="flex.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/flex.js">
1694
- <metrics statements="21" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="2" coveredmethods="0"/>
1695
- <line num="3" count="0" type="stmt"/>
1696
- <line num="4" count="0" type="stmt"/>
1697
- <line num="5" count="0" type="stmt"/>
1698
- <line num="7" count="0" type="stmt"/>
1699
- <line num="13" count="0" type="stmt"/>
1700
- <line num="15" count="0" type="stmt"/>
1701
- <line num="16" count="0" type="stmt"/>
1702
- <line num="19" count="0" type="stmt"/>
1703
- <line num="21" count="0" type="stmt"/>
1704
- <line num="25" count="0" type="cond" truecount="0" falsecount="2"/>
1705
- <line num="26" count="0" type="stmt"/>
1706
- <line num="27" count="0" type="stmt"/>
1707
- <line num="29" count="0" type="cond" truecount="0" falsecount="2"/>
1708
- <line num="30" count="0" type="stmt"/>
1709
- <line num="31" count="0" type="stmt"/>
1710
- <line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
1711
- <line num="34" count="0" type="stmt"/>
1712
- <line num="35" count="0" type="stmt"/>
1713
- <line num="36" count="0" type="stmt"/>
1714
- <line num="37" count="0" type="stmt"/>
1715
- <line num="40" count="0" type="stmt"/>
1716
- </file>
1717
- <file name="flexBasis.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/flexBasis.js">
1718
- <metrics statements="11" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="4" coveredmethods="0"/>
1719
- <line num="3" count="0" type="stmt"/>
1720
- <line num="6" count="0" type="cond" truecount="0" falsecount="2"/>
1721
- <line num="7" count="0" type="stmt"/>
1722
- <line num="9" count="0" type="cond" truecount="0" falsecount="2"/>
1723
- <line num="10" count="0" type="stmt"/>
1724
- <line num="12" count="0" type="stmt"/>
1725
- <line num="15" count="0" type="stmt"/>
1726
- <line num="16" count="0" type="stmt"/>
1727
- <line num="19" count="0" type="stmt"/>
1728
- <line num="21" count="0" type="stmt"/>
1729
- <line num="24" count="0" type="stmt"/>
1730
- </file>
1731
- <file name="flexGrow.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/flexGrow.js">
1732
- <metrics statements="7" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="3" coveredmethods="0"/>
1733
- <line num="3" count="0" type="stmt"/>
1734
- <line num="4" count="0" type="stmt"/>
1735
- <line num="6" count="0" type="stmt"/>
1736
- <line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
1737
- <line num="10" count="0" type="stmt"/>
1738
- <line num="12" count="0" type="stmt"/>
1739
- <line num="15" count="0" type="stmt"/>
1740
- </file>
1741
- <file name="flexShrink.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/flexShrink.js">
1742
- <metrics statements="7" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="3" coveredmethods="0"/>
1743
- <line num="3" count="0" type="stmt"/>
1744
- <line num="4" count="0" type="stmt"/>
1745
- <line num="6" count="0" type="stmt"/>
1746
- <line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
1747
- <line num="10" count="0" type="stmt"/>
1748
- <line num="12" count="0" type="stmt"/>
1749
- <line num="15" count="0" type="stmt"/>
1750
- </file>
1751
- <file name="float.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/float.js">
1752
- <metrics statements="3" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
1753
- <line num="3" count="0" type="stmt"/>
1754
- <line num="5" count="0" type="stmt"/>
1755
- <line num="8" count="0" type="stmt"/>
1756
- </file>
1757
- <file name="floodColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/floodColor.js">
1758
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
1759
- <line num="3" count="0" type="stmt"/>
1760
- <line num="5" count="0" type="stmt"/>
1761
- <line num="7" count="0" type="stmt"/>
1762
- <line num="10" count="0" type="stmt"/>
1763
- </file>
1764
- <file name="font.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/font.js">
1765
- <metrics statements="14" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="1" coveredmethods="0"/>
1766
- <line num="3" count="0" type="stmt"/>
1767
- <line num="4" count="0" type="stmt"/>
1768
- <line num="5" count="0" type="stmt"/>
1769
- <line num="6" count="0" type="stmt"/>
1770
- <line num="7" count="0" type="stmt"/>
1771
- <line num="9" count="0" type="stmt"/>
1772
- <line num="18" count="0" type="stmt"/>
1773
- <line num="28" count="0" type="stmt"/>
1774
- <line num="30" count="0" type="stmt"/>
1775
- <line num="32" count="0" type="stmt"/>
1776
- <line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
1777
- <line num="34" count="0" type="stmt"/>
1778
- <line num="36" count="0" type="cond" truecount="0" falsecount="4"/>
1779
- <line num="37" count="0" type="stmt"/>
1780
- </file>
1781
- <file name="fontFamily.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/fontFamily.js">
1782
- <metrics statements="16" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="3" coveredmethods="0"/>
1783
- <line num="3" count="0" type="stmt"/>
1784
- <line num="4" count="0" type="stmt"/>
1785
- <line num="6" count="0" type="stmt"/>
1786
- <line num="7" count="0" type="stmt"/>
1787
- <line num="8" count="0" type="cond" truecount="0" falsecount="4"/>
1788
- <line num="9" count="0" type="stmt"/>
1789
- <line num="11" count="0" type="stmt"/>
1790
- <line num="12" count="0" type="stmt"/>
1791
- <line num="15" count="0" type="stmt"/>
1792
- <line num="16" count="0" type="stmt"/>
1793
- <line num="17" count="0" type="cond" truecount="0" falsecount="4"/>
1794
- <line num="18" count="0" type="stmt"/>
1795
- <line num="21" count="0" type="stmt"/>
1796
- <line num="24" count="0" type="stmt"/>
1797
- <line num="26" count="0" type="stmt"/>
1798
- <line num="29" count="0" type="stmt"/>
1799
- </file>
1800
- <file name="fontSize.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/fontSize.js">
1801
- <metrics statements="16" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="5" coveredmethods="0"/>
1802
- <line num="3" count="0" type="stmt"/>
1803
- <line num="4" count="0" type="stmt"/>
1804
- <line num="5" count="0" type="stmt"/>
1805
- <line num="7" count="0" type="stmt"/>
1806
- <line num="8" count="0" type="stmt"/>
1807
- <line num="10" count="0" type="stmt"/>
1808
- <line num="11" count="0" type="stmt"/>
1809
- <line num="12" count="0" type="stmt"/>
1810
- <line num="21" count="0" type="stmt"/>
1811
- <line num="22" count="0" type="stmt"/>
1812
- <line num="23" count="0" type="stmt"/>
1813
- <line num="24" count="0" type="stmt"/>
1814
- <line num="26" count="0" type="cond" truecount="0" falsecount="2"/>
1815
- <line num="29" count="0" type="stmt"/>
1816
- <line num="31" count="0" type="stmt"/>
1817
- <line num="34" count="0" type="stmt"/>
1818
- </file>
1819
- <file name="fontStyle.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/fontStyle.js">
1820
- <metrics statements="6" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="0"/>
1821
- <line num="3" count="0" type="stmt"/>
1822
- <line num="5" count="0" type="stmt"/>
1823
- <line num="6" count="0" type="stmt"/>
1824
- <line num="9" count="0" type="stmt"/>
1825
- <line num="11" count="0" type="stmt"/>
1826
- <line num="14" count="0" type="stmt"/>
1827
- </file>
1828
- <file name="fontVariant.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/fontVariant.js">
1829
- <metrics statements="6" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="0"/>
1830
- <line num="3" count="0" type="stmt"/>
1831
- <line num="5" count="0" type="stmt"/>
1832
- <line num="6" count="0" type="stmt"/>
1833
- <line num="9" count="0" type="stmt"/>
1834
- <line num="11" count="0" type="stmt"/>
1835
- <line num="14" count="0" type="stmt"/>
1836
- </file>
1837
- <file name="fontWeight.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/fontWeight.js">
1838
- <metrics statements="6" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="0"/>
1839
- <line num="3" count="0" type="stmt"/>
1840
- <line num="20" count="0" type="stmt"/>
1841
- <line num="21" count="0" type="stmt"/>
1842
- <line num="24" count="0" type="stmt"/>
1843
- <line num="26" count="0" type="stmt"/>
1844
- <line num="29" count="0" type="stmt"/>
1845
- </file>
1846
- <file name="height.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/height.js">
1847
- <metrics statements="9" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="3" coveredmethods="0"/>
1848
- <line num="3" count="0" type="stmt"/>
1849
- <line num="6" count="0" type="cond" truecount="0" falsecount="2"/>
1850
- <line num="7" count="0" type="stmt"/>
1851
- <line num="9" count="0" type="cond" truecount="0" falsecount="2"/>
1852
- <line num="10" count="0" type="stmt"/>
1853
- <line num="12" count="0" type="stmt"/>
1854
- <line num="15" count="0" type="stmt"/>
1855
- <line num="17" count="0" type="stmt"/>
1856
- <line num="20" count="0" type="stmt"/>
1857
- </file>
1858
- <file name="left.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/left.js">
1859
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
1860
- <line num="3" count="0" type="stmt"/>
1861
- <line num="5" count="0" type="stmt"/>
1862
- <line num="7" count="0" type="stmt"/>
1863
- <line num="10" count="0" type="stmt"/>
1864
- </file>
1865
- <file name="lightingColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/lightingColor.js">
1866
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
1867
- <line num="3" count="0" type="stmt"/>
1868
- <line num="5" count="0" type="stmt"/>
1869
- <line num="7" count="0" type="stmt"/>
1870
- <line num="10" count="0" type="stmt"/>
1871
- </file>
1872
- <file name="lineHeight.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/lineHeight.js">
1873
- <metrics statements="8" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="3" coveredmethods="0"/>
1874
- <line num="3" count="0" type="stmt"/>
1875
- <line num="4" count="0" type="stmt"/>
1876
- <line num="6" count="0" type="stmt"/>
1877
- <line num="7" count="0" type="stmt"/>
1878
- <line num="8" count="0" type="stmt"/>
1879
- <line num="17" count="0" type="stmt"/>
1880
- <line num="19" count="0" type="stmt"/>
1881
- <line num="22" count="0" type="stmt"/>
1882
- </file>
1883
- <file name="margin.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/margin.js">
1884
- <metrics statements="30" coveredstatements="0" conditionals="18" coveredconditionals="0" methods="6" coveredmethods="0"/>
1885
- <line num="3" count="0" type="stmt"/>
1886
- <line num="4" count="0" type="stmt"/>
1887
- <line num="6" count="0" type="stmt"/>
1888
- <line num="7" count="0" type="cond" truecount="0" falsecount="2"/>
1889
- <line num="8" count="0" type="stmt"/>
1890
- <line num="10" count="0" type="stmt"/>
1891
- <line num="11" count="0" type="stmt"/>
1892
- <line num="18" count="0" type="stmt"/>
1893
- <line num="19" count="0" type="stmt"/>
1894
- <line num="20" count="0" type="cond" truecount="0" falsecount="2"/>
1895
- <line num="21" count="0" type="stmt"/>
1896
- <line num="23" count="0" type="stmt"/>
1897
- <line num="26" count="0" type="stmt"/>
1898
- <line num="27" count="0" type="stmt"/>
1899
- <line num="31" count="0" type="stmt"/>
1900
- <line num="34" count="0" type="stmt"/>
1901
- <line num="38" count="0" type="stmt"/>
1902
- <line num="40" count="0" type="cond" truecount="0" falsecount="2"/>
1903
- <line num="41" count="0" type="stmt"/>
1904
- <line num="43" count="0" type="cond" truecount="0" falsecount="2"/>
1905
- <line num="44" count="0" type="stmt"/>
1906
- <line num="46" count="0" type="stmt"/>
1907
- <line num="47" count="0" type="cond" truecount="0" falsecount="5"/>
1908
- <line num="52" count="0" type="stmt"/>
1909
- <line num="53" count="0" type="stmt"/>
1910
- <line num="56" count="0" type="stmt"/>
1911
- <line num="57" count="0" type="stmt"/>
1912
- <line num="61" count="0" type="stmt"/>
1913
- <line num="67" count="0" type="stmt"/>
1914
- <line num="68" count="0" type="stmt"/>
1915
- </file>
1916
- <file name="marginBottom.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/marginBottom.js">
1917
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
1918
- <line num="3" count="0" type="stmt"/>
1919
- <line num="4" count="0" type="stmt"/>
1920
- <line num="6" count="0" type="stmt"/>
1921
- <line num="9" count="0" type="stmt"/>
1922
- </file>
1923
- <file name="marginLeft.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/marginLeft.js">
1924
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
1925
- <line num="3" count="0" type="stmt"/>
1926
- <line num="4" count="0" type="stmt"/>
1927
- <line num="6" count="0" type="stmt"/>
1928
- <line num="9" count="0" type="stmt"/>
1929
- </file>
1930
- <file name="marginRight.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/marginRight.js">
1931
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
1932
- <line num="3" count="0" type="stmt"/>
1933
- <line num="4" count="0" type="stmt"/>
1934
- <line num="6" count="0" type="stmt"/>
1935
- <line num="9" count="0" type="stmt"/>
1936
- </file>
1937
- <file name="marginTop.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/marginTop.js">
1938
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
1939
- <line num="3" count="0" type="stmt"/>
1940
- <line num="4" count="0" type="stmt"/>
1941
- <line num="6" count="0" type="stmt"/>
1942
- <line num="9" count="0" type="stmt"/>
1943
- </file>
1944
- <file name="opacity.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/opacity.js">
1945
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
1946
- <line num="3" count="0" type="stmt"/>
1947
- <line num="5" count="0" type="stmt"/>
1948
- <line num="7" count="0" type="stmt"/>
1949
- <line num="10" count="0" type="stmt"/>
1950
- </file>
1951
- <file name="outlineColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/outlineColor.js">
1952
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
1953
- <line num="3" count="0" type="stmt"/>
1954
- <line num="5" count="0" type="stmt"/>
1955
- <line num="7" count="0" type="stmt"/>
1956
- <line num="10" count="0" type="stmt"/>
1957
- </file>
1958
- <file name="padding.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/padding.js">
1959
- <metrics statements="25" coveredstatements="0" conditionals="14" coveredconditionals="0" methods="6" coveredmethods="0"/>
1960
- <line num="3" count="0" type="stmt"/>
1961
- <line num="4" count="0" type="stmt"/>
1962
- <line num="6" count="0" type="stmt"/>
1963
- <line num="7" count="0" type="stmt"/>
1964
- <line num="8" count="0" type="stmt"/>
1965
- <line num="15" count="0" type="stmt"/>
1966
- <line num="16" count="0" type="stmt"/>
1967
- <line num="19" count="0" type="stmt"/>
1968
- <line num="20" count="0" type="stmt"/>
1969
- <line num="24" count="0" type="stmt"/>
1970
- <line num="27" count="0" type="stmt"/>
1971
- <line num="31" count="0" type="stmt"/>
1972
- <line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
1973
- <line num="34" count="0" type="stmt"/>
1974
- <line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
1975
- <line num="37" count="0" type="stmt"/>
1976
- <line num="39" count="0" type="stmt"/>
1977
- <line num="40" count="0" type="cond" truecount="0" falsecount="5"/>
1978
- <line num="45" count="0" type="stmt"/>
1979
- <line num="46" count="0" type="stmt"/>
1980
- <line num="49" count="0" type="stmt"/>
1981
- <line num="50" count="0" type="stmt"/>
1982
- <line num="54" count="0" type="stmt"/>
1983
- <line num="60" count="0" type="stmt"/>
1984
- <line num="61" count="0" type="stmt"/>
1985
- </file>
1986
- <file name="paddingBottom.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/paddingBottom.js">
1987
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
1988
- <line num="3" count="0" type="stmt"/>
1989
- <line num="4" count="0" type="stmt"/>
1990
- <line num="6" count="0" type="stmt"/>
1991
- <line num="9" count="0" type="stmt"/>
1992
- </file>
1993
- <file name="paddingLeft.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/paddingLeft.js">
1994
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
1995
- <line num="3" count="0" type="stmt"/>
1996
- <line num="4" count="0" type="stmt"/>
1997
- <line num="6" count="0" type="stmt"/>
1998
- <line num="9" count="0" type="stmt"/>
1999
- </file>
2000
- <file name="paddingRight.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/paddingRight.js">
2001
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
2002
- <line num="3" count="0" type="stmt"/>
2003
- <line num="4" count="0" type="stmt"/>
2004
- <line num="6" count="0" type="stmt"/>
2005
- <line num="9" count="0" type="stmt"/>
2006
- </file>
2007
- <file name="paddingTop.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/paddingTop.js">
2008
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
2009
- <line num="3" count="0" type="stmt"/>
2010
- <line num="4" count="0" type="stmt"/>
2011
- <line num="6" count="0" type="stmt"/>
2012
- <line num="9" count="0" type="stmt"/>
2013
- </file>
2014
- <file name="right.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/right.js">
2015
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
2016
- <line num="3" count="0" type="stmt"/>
2017
- <line num="5" count="0" type="stmt"/>
2018
- <line num="7" count="0" type="stmt"/>
2019
- <line num="10" count="0" type="stmt"/>
2020
- </file>
2021
- <file name="stopColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/stopColor.js">
2022
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
2023
- <line num="3" count="0" type="stmt"/>
2024
- <line num="5" count="0" type="stmt"/>
2025
- <line num="7" count="0" type="stmt"/>
2026
- <line num="10" count="0" type="stmt"/>
2027
- </file>
2028
- <file name="textLineThroughColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/textLineThroughColor.js">
2029
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
2030
- <line num="3" count="0" type="stmt"/>
2031
- <line num="5" count="0" type="stmt"/>
2032
- <line num="7" count="0" type="stmt"/>
2033
- <line num="10" count="0" type="stmt"/>
2034
- </file>
2035
- <file name="textOverlineColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/textOverlineColor.js">
2036
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
2037
- <line num="3" count="0" type="stmt"/>
2038
- <line num="5" count="0" type="stmt"/>
2039
- <line num="7" count="0" type="stmt"/>
2040
- <line num="10" count="0" type="stmt"/>
2041
- </file>
2042
- <file name="textUnderlineColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/textUnderlineColor.js">
2043
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
2044
- <line num="3" count="0" type="stmt"/>
2045
- <line num="5" count="0" type="stmt"/>
2046
- <line num="7" count="0" type="stmt"/>
2047
- <line num="10" count="0" type="stmt"/>
2048
- </file>
2049
- <file name="top.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/top.js">
2050
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
2051
- <line num="3" count="0" type="stmt"/>
2052
- <line num="5" count="0" type="stmt"/>
2053
- <line num="7" count="0" type="stmt"/>
2054
- <line num="10" count="0" type="stmt"/>
2055
- </file>
2056
- <file name="webkitBorderAfterColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/webkitBorderAfterColor.js">
2057
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
2058
- <line num="3" count="0" type="stmt"/>
2059
- <line num="5" count="0" type="stmt"/>
2060
- <line num="7" count="0" type="stmt"/>
2061
- <line num="10" count="0" type="stmt"/>
2062
- </file>
2063
- <file name="webkitBorderBeforeColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/webkitBorderBeforeColor.js">
2064
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
2065
- <line num="3" count="0" type="stmt"/>
2066
- <line num="5" count="0" type="stmt"/>
2067
- <line num="7" count="0" type="stmt"/>
2068
- <line num="10" count="0" type="stmt"/>
2069
- </file>
2070
- <file name="webkitBorderEndColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/webkitBorderEndColor.js">
2071
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
2072
- <line num="3" count="0" type="stmt"/>
2073
- <line num="5" count="0" type="stmt"/>
2074
- <line num="7" count="0" type="stmt"/>
2075
- <line num="10" count="0" type="stmt"/>
2076
- </file>
2077
- <file name="webkitBorderStartColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/webkitBorderStartColor.js">
2078
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
2079
- <line num="3" count="0" type="stmt"/>
2080
- <line num="5" count="0" type="stmt"/>
2081
- <line num="7" count="0" type="stmt"/>
2082
- <line num="10" count="0" type="stmt"/>
2083
- </file>
2084
- <file name="webkitColumnRuleColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/webkitColumnRuleColor.js">
2085
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
2086
- <line num="3" count="0" type="stmt"/>
2087
- <line num="5" count="0" type="stmt"/>
2088
- <line num="7" count="0" type="stmt"/>
2089
- <line num="10" count="0" type="stmt"/>
2090
- </file>
2091
- <file name="webkitMatchNearestMailBlockquoteColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/webkitMatchNearestMailBlockquoteColor.js">
2092
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
2093
- <line num="3" count="0" type="stmt"/>
2094
- <line num="5" count="0" type="stmt"/>
2095
- <line num="7" count="0" type="stmt"/>
2096
- <line num="10" count="0" type="stmt"/>
2097
- </file>
2098
- <file name="webkitTapHighlightColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/webkitTapHighlightColor.js">
2099
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
2100
- <line num="3" count="0" type="stmt"/>
2101
- <line num="5" count="0" type="stmt"/>
2102
- <line num="7" count="0" type="stmt"/>
2103
- <line num="10" count="0" type="stmt"/>
2104
- </file>
2105
- <file name="webkitTextEmphasisColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/webkitTextEmphasisColor.js">
2106
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
2107
- <line num="3" count="0" type="stmt"/>
2108
- <line num="5" count="0" type="stmt"/>
2109
- <line num="7" count="0" type="stmt"/>
2110
- <line num="10" count="0" type="stmt"/>
2111
- </file>
2112
- <file name="webkitTextFillColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/webkitTextFillColor.js">
2113
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
2114
- <line num="3" count="0" type="stmt"/>
2115
- <line num="5" count="0" type="stmt"/>
2116
- <line num="7" count="0" type="stmt"/>
2117
- <line num="10" count="0" type="stmt"/>
2118
- </file>
2119
- <file name="webkitTextStrokeColor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/webkitTextStrokeColor.js">
2120
- <metrics statements="4" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
2121
- <line num="3" count="0" type="stmt"/>
2122
- <line num="5" count="0" type="stmt"/>
2123
- <line num="7" count="0" type="stmt"/>
2124
- <line num="10" count="0" type="stmt"/>
2125
- </file>
2126
- <file name="width.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/properties/width.js">
2127
- <metrics statements="9" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="3" coveredmethods="0"/>
2128
- <line num="3" count="0" type="stmt"/>
2129
- <line num="6" count="0" type="cond" truecount="0" falsecount="2"/>
2130
- <line num="7" count="0" type="stmt"/>
2131
- <line num="9" count="0" type="cond" truecount="0" falsecount="2"/>
2132
- <line num="10" count="0" type="stmt"/>
2133
- <line num="12" count="0" type="stmt"/>
2134
- <line num="15" count="0" type="stmt"/>
2135
- <line num="17" count="0" type="stmt"/>
2136
- <line num="20" count="0" type="stmt"/>
2137
- </file>
2138
- </package>
2139
- <package name="lib.utils">
2140
- <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
2141
- <file name="getBasicPropertyDescriptor.js" path="/Users/jonsakas/Development/CSSStyleDeclaration/lib/utils/getBasicPropertyDescriptor.js">
2142
- <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
2143
- <line num="3" count="1" type="stmt"/>
2144
- <line num="4" count="646" type="stmt"/>
2145
- <line num="6" count="3" type="stmt"/>
2146
- <line num="9" count="1" type="stmt"/>
2147
- </file>
2148
- </package>
2149
- </project>
2150
- </coverage>