@itwin/map-layers-formats 4.0.0-dev.1 → 4.0.0-dev.100
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.
- package/.rush/temp/operation/build/all.log +3 -0
- package/.rush/temp/operation/build/state.json +3 -0
- package/.rush/temp/operation/cover/all.log +98 -0
- package/.rush/temp/operation/cover/state.json +1 -1
- package/.rush/temp/operation/docs/all.log +30 -0
- package/.rush/temp/operation/docs/state.json +1 -1
- package/.rush/temp/{package-deps_build_ci.json → package-deps_build.json} +13 -13
- package/.rush/temp/package-deps_cover.json +12 -12
- package/.rush/temp/package-deps_docs.json +12 -12
- package/.rush/temp/shrinkwrap-deps.json +204 -54
- package/CHANGELOG.json +69 -0
- package/CHANGELOG.md +54 -1
- package/config/rush-project.json +1 -2
- package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.d.ts +8 -8
- package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.js +14 -14
- package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.d.ts +14 -14
- package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.js +132 -134
- package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.d.ts +14 -14
- package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.d.ts.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.js +200 -205
- package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.d.ts +44 -44
- package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.d.ts.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js +421 -426
- package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.d.ts +92 -92
- package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.d.ts.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.js +82 -82
- package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.d.ts +17 -17
- package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.js +33 -33
- package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.d.ts +32 -32
- package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.js +142 -142
- package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.d.ts +16 -16
- package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.d.ts.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.js +42 -43
- package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.d.ts +85 -85
- package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.d.ts.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js +189 -192
- package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
- package/lib/cjs/ArcGisFeature/esriPBuffer.gen.d.ts +1063 -1063
- package/lib/cjs/ArcGisFeature/esriPBuffer.gen.d.ts.map +1 -1
- package/lib/cjs/ArcGisFeature/esriPBuffer.gen.js +2267 -2270
- package/lib/cjs/ArcGisFeature/esriPBuffer.gen.js.map +1 -1
- package/lib/cjs/map-layers-formats.d.ts +8 -8
- package/lib/cjs/map-layers-formats.js +28 -24
- package/lib/cjs/map-layers-formats.js.map +1 -1
- package/lib/cjs/mapLayersFormats.d.ts +10 -10
- package/lib/cjs/mapLayersFormats.js +28 -28
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js +34 -34
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.js +161 -161
- package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.js +167 -167
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js +679 -680
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.js +103 -103
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.js +214 -214
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.js +94 -94
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.js.map +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.d.ts +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js +59 -59
- package/lib/cjs/test/ArcGisFeature/Mocks.d.ts +6 -6
- package/lib/cjs/test/ArcGisFeature/Mocks.js +18 -18
- package/lib/cjs/test/ArcGisFeature/NewYorkDataset.d.ts +55 -55
- package/lib/cjs/test/ArcGisFeature/NewYorkDataset.d.ts.map +1 -1
- package/lib/cjs/test/ArcGisFeature/NewYorkDataset.js +419 -419
- package/lib/cjs/test/ArcGisFeature/NewYorkDataset.js.map +1 -1
- package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.d.ts +1042 -1042
- package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.d.ts.map +1 -1
- package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.js +426 -426
- package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.js.map +1 -1
- package/lib/cjs/test/coverage/.nyc_output/bd2a5894-ab2c-4c90-bfb9-f545c1f3c3ad.json +1 -0
- package/lib/cjs/test/coverage/.nyc_output/processinfo/b5a5c114-6a90-41f0-ad7b-9ba31cc9d9d3.json +1 -0
- package/lib/cjs/test/coverage/.nyc_output/processinfo/bd2a5894-ab2c-4c90-bfb9-f545c1f3c3ad.json +1 -0
- package/lib/cjs/test/coverage/.nyc_output/processinfo/index.json +1 -1
- package/lib/cjs/test/coverage/cobertura-coverage.xml +229 -236
- package/lib/cjs/test/coverage/lcov-report/index.html +14 -14
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureFormat.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureJSON.ts.html +10 -10
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeaturePBF.ts.html +16 -22
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureProvider.ts.html +16 -28
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureQuery.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureReader.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureRenderer.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureResponse.ts.html +4 -4
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisSymbologyRenderer.ts.html +8 -8
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/index.html +29 -29
- package/lib/cjs/test/coverage/lcov-report/src/index.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/map-layers-formats.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/mapLayersFormats.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov.info +514 -697
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.d.ts +8 -8
- package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.js +11 -10
- package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.d.ts +14 -14
- package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.js +128 -130
- package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.d.ts +14 -14
- package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.d.ts.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.js +196 -201
- package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.d.ts +44 -44
- package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.d.ts.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js +418 -422
- package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.d.ts +92 -92
- package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.d.ts.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.js +78 -78
- package/lib/esm/ArcGisFeature/ArcGisFeatureReader.d.ts +17 -17
- package/lib/esm/ArcGisFeature/ArcGisFeatureReader.js +29 -29
- package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.d.ts +32 -32
- package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.js +138 -138
- package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.d.ts +16 -16
- package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.d.ts.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.js +38 -39
- package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.d.ts +85 -85
- package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.d.ts.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js +183 -185
- package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
- package/lib/esm/ArcGisFeature/esriPBuffer.gen.d.ts +1063 -1063
- package/lib/esm/ArcGisFeature/esriPBuffer.gen.d.ts.map +1 -1
- package/lib/esm/ArcGisFeature/esriPBuffer.gen.js +2264 -2267
- package/lib/esm/ArcGisFeature/esriPBuffer.gen.js.map +1 -1
- package/lib/esm/map-layers-formats.d.ts +8 -8
- package/lib/esm/map-layers-formats.js +12 -12
- package/lib/esm/mapLayersFormats.d.ts +10 -10
- package/lib/esm/mapLayersFormats.js +24 -24
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js +32 -32
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.js +159 -159
- package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.js +165 -165
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js +677 -678
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.js +101 -101
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.js +212 -212
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.js +92 -92
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.js.map +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.d.ts +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js +57 -57
- package/lib/esm/test/ArcGisFeature/Mocks.d.ts +6 -6
- package/lib/esm/test/ArcGisFeature/Mocks.js +15 -15
- package/lib/esm/test/ArcGisFeature/NewYorkDataset.d.ts +55 -55
- package/lib/esm/test/ArcGisFeature/NewYorkDataset.d.ts.map +1 -1
- package/lib/esm/test/ArcGisFeature/NewYorkDataset.js +416 -415
- package/lib/esm/test/ArcGisFeature/NewYorkDataset.js.map +1 -1
- package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.d.ts +1042 -1042
- package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.d.ts.map +1 -1
- package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.js +423 -422
- package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.js.map +1 -1
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/lib/test/junit_results.xml +43 -43
- package/map-layers-formats.build.log +2 -2
- package/package.json +18 -19
- package/src/ArcGisFeature/ArcGisFeaturePBF.ts +3 -5
- package/src/ArcGisFeature/ArcGisFeatureProvider.ts +1 -5
- package/src/ArcGisFeature/esriPBuffer.gen.ts +1 -4
- package/src/test/ArcGisFeature/ArcGisFeatureProvider.test.ts +21 -21
- package/src/test/ArcGisFeature/NewYorkDataset.ts +187 -187
- package/src/test/ArcGisFeature/PhillyLandmarksDataset.ts +4 -4
- package/tsconfig.json +1 -2
- package/.rush/temp/operation/build_ci/state.json +0 -3
- package/lib/cjs/test/coverage/.nyc_output/076f01d3-f97f-4be1-bb26-ced6ce465355.json +0 -1
- package/lib/cjs/test/coverage/.nyc_output/processinfo/076f01d3-f97f-4be1-bb26-ced6ce465355.json +0 -1
- package/lib/cjs/test/coverage/.nyc_output/processinfo/722f7ba4-f4d4-48f9-bd83-5d50f87f28e7.json +0 -1
- /package/lib/cjs/test/coverage/.nyc_output/{722f7ba4-f4d4-48f9-bd83-5d50f87f28e7.json → b5a5c114-6a90-41f0-ad7b-9ba31cc9d9d3.json} +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" ?>
|
|
2
2
|
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
|
|
3
|
-
<coverage lines-valid="
|
|
3
|
+
<coverage lines-valid="696" lines-covered="636" line-rate="0.9137000000000001" branches-valid="407" branches-covered="346" branch-rate="0.8501000000000001" timestamp="1683522835101" complexity="0" version="0.1">
|
|
4
4
|
<sources>
|
|
5
|
-
<source>D:\
|
|
5
|
+
<source>D:\vsts_a\748\s\extensions\map-layers-formats</source>
|
|
6
6
|
</sources>
|
|
7
7
|
<packages>
|
|
8
8
|
<package name="src" line-rate="0.6666" branch-rate="0">
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
</class>
|
|
36
36
|
</classes>
|
|
37
37
|
</package>
|
|
38
|
-
<package name="src.ArcGisFeature" line-rate="0.
|
|
38
|
+
<package name="src.ArcGisFeature" line-rate="0.917" branch-rate="0.8543000000000001">
|
|
39
39
|
<classes>
|
|
40
40
|
<class name="ArcGisFeatureFormat.ts" filename="src\ArcGisFeature\ArcGisFeatureFormat.ts" line-rate="1" branch-rate="1">
|
|
41
41
|
<methods>
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
<line number="14" hits="1" branch="false"/>
|
|
60
60
|
</lines>
|
|
61
61
|
</class>
|
|
62
|
-
<class name="ArcGisFeatureJSON.ts" filename="src\ArcGisFeature\ArcGisFeatureJSON.ts" line-rate="1" branch-rate="0.
|
|
62
|
+
<class name="ArcGisFeatureJSON.ts" filename="src\ArcGisFeature\ArcGisFeatureJSON.ts" line-rate="1" branch-rate="0.9">
|
|
63
63
|
<methods>
|
|
64
64
|
<method name="(anonymous_0)" hits="11" signature="()V">
|
|
65
65
|
<lines>
|
|
@@ -99,22 +99,22 @@
|
|
|
99
99
|
<line number="15" hits="1" branch="false"/>
|
|
100
100
|
<line number="19" hits="11" branch="false"/>
|
|
101
101
|
<line number="23" hits="11" branch="false"/>
|
|
102
|
-
<line number="25" hits="11" branch="true" condition-coverage="
|
|
102
|
+
<line number="25" hits="11" branch="true" condition-coverage="100% (4/4)"/>
|
|
103
103
|
<line number="26" hits="4" branch="false"/>
|
|
104
104
|
<line number="27" hits="4" branch="false"/>
|
|
105
105
|
<line number="28" hits="4" branch="false"/>
|
|
106
106
|
<line number="29" hits="4" branch="false"/>
|
|
107
107
|
<line number="30" hits="4" branch="false"/>
|
|
108
|
-
<line number="32" hits="4" branch="true" condition-coverage="
|
|
109
|
-
<line number="33" hits="2" branch="
|
|
108
|
+
<line number="32" hits="4" branch="true" condition-coverage="100% (2/2)"/>
|
|
109
|
+
<line number="33" hits="2" branch="false"/>
|
|
110
110
|
<line number="34" hits="3" branch="false"/>
|
|
111
111
|
<line number="35" hits="3" branch="false"/>
|
|
112
|
-
<line number="37" hits="2" branch="true" condition-coverage="
|
|
113
|
-
<line number="38" hits="2" branch="
|
|
112
|
+
<line number="37" hits="2" branch="true" condition-coverage="50% (1/2)"/>
|
|
113
|
+
<line number="38" hits="2" branch="false"/>
|
|
114
114
|
<line number="39" hits="3" branch="false"/>
|
|
115
115
|
<line number="40" hits="3" branch="false"/>
|
|
116
116
|
<line number="43" hits="4" branch="false"/>
|
|
117
|
-
<line number="46" hits="7" branch="true" condition-coverage="
|
|
117
|
+
<line number="46" hits="7" branch="true" condition-coverage="100% (4/4)"/>
|
|
118
118
|
<line number="47" hits="1" branch="false"/>
|
|
119
119
|
<line number="49" hits="1" branch="true" condition-coverage="50% (1/2)"/>
|
|
120
120
|
<line number="50" hits="1" branch="false"/>
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
<line number="136" hits="2" branch="false"/>
|
|
162
162
|
<line number="137" hits="2" branch="false"/>
|
|
163
163
|
<line number="143" hits="2" branch="false"/>
|
|
164
|
-
<line number="144" hits="144" branch="
|
|
164
|
+
<line number="144" hits="144" branch="false"/>
|
|
165
165
|
<line number="146" hits="2" branch="true" condition-coverage="50% (1/2)"/>
|
|
166
166
|
<line number="147" hits="2" branch="false"/>
|
|
167
167
|
<line number="149" hits="2" branch="true" condition-coverage="50% (1/2)"/>
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
<line number="153" hits="2" branch="false"/>
|
|
170
170
|
</lines>
|
|
171
171
|
</class>
|
|
172
|
-
<class name="ArcGisFeaturePBF.ts" filename="src\ArcGisFeature\ArcGisFeaturePBF.ts" line-rate="0.
|
|
172
|
+
<class name="ArcGisFeaturePBF.ts" filename="src\ArcGisFeature\ArcGisFeaturePBF.ts" line-rate="0.8687999999999999" branch-rate="0.8292">
|
|
173
173
|
<methods>
|
|
174
174
|
<method name="(anonymous_0)" hits="11" signature="()V">
|
|
175
175
|
<lines>
|
|
@@ -188,17 +188,17 @@
|
|
|
188
188
|
</method>
|
|
189
189
|
<method name="(anonymous_3)" hits="5" signature="()V">
|
|
190
190
|
<lines>
|
|
191
|
-
<line number="
|
|
191
|
+
<line number="74" hits="5"/>
|
|
192
192
|
</lines>
|
|
193
193
|
</method>
|
|
194
194
|
<method name="(anonymous_4)" hits="92" signature="()V">
|
|
195
195
|
<lines>
|
|
196
|
-
<line number="
|
|
196
|
+
<line number="91" hits="92"/>
|
|
197
197
|
</lines>
|
|
198
198
|
</method>
|
|
199
199
|
<method name="(anonymous_5)" hits="279" signature="()V">
|
|
200
200
|
<lines>
|
|
201
|
-
<line number="
|
|
201
|
+
<line number="124" hits="279"/>
|
|
202
202
|
</lines>
|
|
203
203
|
</method>
|
|
204
204
|
</methods>
|
|
@@ -223,128 +223,125 @@
|
|
|
223
223
|
<line number="49" hits="2" branch="false"/>
|
|
224
224
|
<line number="50" hits="2" branch="false"/>
|
|
225
225
|
<line number="51" hits="2" branch="false"/>
|
|
226
|
-
<line number="
|
|
227
|
-
<line number="55" hits="5" branch="
|
|
228
|
-
<line number="56" hits="
|
|
229
|
-
<line number="
|
|
230
|
-
<line number="59" hits="5" branch="
|
|
231
|
-
<line number="
|
|
232
|
-
<line number="
|
|
226
|
+
<line number="54" hits="5" branch="false"/>
|
|
227
|
+
<line number="55" hits="5" branch="true" condition-coverage="80% (4/5)"/>
|
|
228
|
+
<line number="56" hits="0" branch="false"/>
|
|
229
|
+
<line number="58" hits="5" branch="false"/>
|
|
230
|
+
<line number="59" hits="5" branch="true" condition-coverage="75% (3/4)"/>
|
|
231
|
+
<line number="62" hits="5" branch="true" condition-coverage="100% (4/4)"/>
|
|
232
|
+
<line number="64" hits="1" branch="false"/>
|
|
233
233
|
<line number="65" hits="1" branch="false"/>
|
|
234
|
-
<line number="66" hits="
|
|
235
|
-
<line number="67" hits="4" branch="
|
|
234
|
+
<line number="66" hits="4" branch="true" condition-coverage="75% (3/4)"/>
|
|
235
|
+
<line number="67" hits="4" branch="false"/>
|
|
236
236
|
<line number="68" hits="4" branch="false"/>
|
|
237
|
-
<line number="69" hits="4" branch="
|
|
238
|
-
<line number="70" hits="4" branch="
|
|
239
|
-
<line number="
|
|
240
|
-
<line number="76" hits="5" branch="true" condition-coverage="100% (2/2)"/>
|
|
237
|
+
<line number="69" hits="4" branch="true" condition-coverage="50% (1/2)"/>
|
|
238
|
+
<line number="70" hits="4" branch="false"/>
|
|
239
|
+
<line number="75" hits="5" branch="true" condition-coverage="100% (2/2)"/>
|
|
241
240
|
<line number="77" hits="1" branch="false"/>
|
|
242
|
-
<line number="
|
|
243
|
-
<line number="
|
|
244
|
-
<line number="82" hits="
|
|
245
|
-
<line number="
|
|
246
|
-
<line number="
|
|
247
|
-
<line number="
|
|
248
|
-
<line number="89" hits="
|
|
249
|
-
<line number="
|
|
250
|
-
<line number="
|
|
251
|
-
<line number="93" hits="
|
|
252
|
-
<line number="94" hits="92" branch="
|
|
253
|
-
<line number="95" hits="
|
|
254
|
-
<line number="96" hits="
|
|
241
|
+
<line number="80" hits="5" branch="false"/>
|
|
242
|
+
<line number="81" hits="5" branch="true" condition-coverage="100% (5/5)"/>
|
|
243
|
+
<line number="82" hits="1" branch="false"/>
|
|
244
|
+
<line number="84" hits="4" branch="false"/>
|
|
245
|
+
<line number="87" hits="4" branch="false"/>
|
|
246
|
+
<line number="88" hits="4" branch="false"/>
|
|
247
|
+
<line number="89" hits="280" branch="false"/>
|
|
248
|
+
<line number="91" hits="4" branch="false"/>
|
|
249
|
+
<line number="92" hits="92" branch="false"/>
|
|
250
|
+
<line number="93" hits="92" branch="false"/>
|
|
251
|
+
<line number="94" hits="92" branch="true" condition-coverage="100% (2/2)"/>
|
|
252
|
+
<line number="95" hits="7" branch="false"/>
|
|
253
|
+
<line number="96" hits="7" branch="false"/>
|
|
255
254
|
<line number="97" hits="7" branch="false"/>
|
|
256
|
-
<line number="98" hits="
|
|
257
|
-
<line number="99" hits="
|
|
258
|
-
<line number="100" hits="
|
|
255
|
+
<line number="98" hits="85" branch="true" condition-coverage="100% (2/2)"/>
|
|
256
|
+
<line number="99" hits="5" branch="false"/>
|
|
257
|
+
<line number="100" hits="5" branch="false"/>
|
|
259
258
|
<line number="101" hits="5" branch="false"/>
|
|
260
|
-
<line number="102" hits="
|
|
261
|
-
<line number="103" hits="
|
|
262
|
-
<line number="104" hits="
|
|
263
|
-
<line number="105" hits="
|
|
264
|
-
<line number="106" hits="
|
|
265
|
-
<line number="107" hits="
|
|
266
|
-
<line number="108" hits="
|
|
267
|
-
<line number="109" hits="
|
|
268
|
-
<line number="110" hits="
|
|
269
|
-
<line number="111" hits="
|
|
270
|
-
<line number="112" hits="
|
|
271
|
-
<line number="113" hits="
|
|
272
|
-
<line number="114" hits="
|
|
273
|
-
<line number="115" hits="
|
|
274
|
-
<line number="116" hits="
|
|
275
|
-
<line number="
|
|
276
|
-
<line number="
|
|
277
|
-
<line number="
|
|
278
|
-
<line number="
|
|
279
|
-
<line number="126" hits="4" branch="false"/>
|
|
259
|
+
<line number="102" hits="80" branch="true" condition-coverage="100% (2/2)"/>
|
|
260
|
+
<line number="103" hits="1" branch="false"/>
|
|
261
|
+
<line number="104" hits="1" branch="false"/>
|
|
262
|
+
<line number="105" hits="79" branch="true" condition-coverage="100% (2/2)"/>
|
|
263
|
+
<line number="106" hits="12" branch="false"/>
|
|
264
|
+
<line number="107" hits="12" branch="false"/>
|
|
265
|
+
<line number="108" hits="67" branch="true" condition-coverage="100% (2/2)"/>
|
|
266
|
+
<line number="109" hits="62" branch="false"/>
|
|
267
|
+
<line number="110" hits="62" branch="false"/>
|
|
268
|
+
<line number="111" hits="5" branch="true" condition-coverage="50% (1/2)"/>
|
|
269
|
+
<line number="112" hits="0" branch="false"/>
|
|
270
|
+
<line number="113" hits="0" branch="false"/>
|
|
271
|
+
<line number="114" hits="5" branch="true" condition-coverage="100% (2/2)"/>
|
|
272
|
+
<line number="115" hits="4" branch="false"/>
|
|
273
|
+
<line number="116" hits="4" branch="false"/>
|
|
274
|
+
<line number="118" hits="1" branch="false"/>
|
|
275
|
+
<line number="121" hits="92" branch="false"/>
|
|
276
|
+
<line number="124" hits="4" branch="false"/>
|
|
277
|
+
<line number="125" hits="279" branch="false"/>
|
|
280
278
|
<line number="127" hits="279" branch="false"/>
|
|
281
|
-
<line number="
|
|
282
|
-
<line number="
|
|
283
|
-
<line number="
|
|
284
|
-
<line number="
|
|
285
|
-
<line number="
|
|
286
|
-
<line number="
|
|
287
|
-
<line number="
|
|
279
|
+
<line number="128" hits="279" branch="true" condition-coverage="100% (8/8)"/>
|
|
280
|
+
<line number="135" hits="92" branch="false"/>
|
|
281
|
+
<line number="136" hits="92" branch="true" condition-coverage="50% (1/2)"/>
|
|
282
|
+
<line number="137" hits="0" branch="false"/>
|
|
283
|
+
<line number="138" hits="0" branch="false"/>
|
|
284
|
+
<line number="141" hits="92" branch="true" condition-coverage="100% (2/2)"/>
|
|
285
|
+
<line number="142" hits="13" branch="false"/>
|
|
286
|
+
<line number="143" hits="13" branch="false"/>
|
|
288
287
|
<line number="144" hits="13" branch="false"/>
|
|
289
|
-
<line number="
|
|
290
|
-
<line number="
|
|
291
|
-
<line number="
|
|
292
|
-
<line number="
|
|
293
|
-
<line number="151" hits="
|
|
294
|
-
<line number="152" hits="
|
|
295
|
-
<line number="
|
|
296
|
-
<line number="
|
|
297
|
-
<line number="156" hits="
|
|
298
|
-
<line number="157" hits="3" branch="
|
|
299
|
-
<line number="
|
|
300
|
-
<line number="
|
|
288
|
+
<line number="146" hits="79" branch="false"/>
|
|
289
|
+
<line number="147" hits="79" branch="false"/>
|
|
290
|
+
<line number="149" hits="187" branch="true" condition-coverage="100% (2/2)"/>
|
|
291
|
+
<line number="150" hits="182" branch="true" condition-coverage="100% (2/2)"/>
|
|
292
|
+
<line number="151" hits="146" branch="false"/>
|
|
293
|
+
<line number="152" hits="146" branch="false"/>
|
|
294
|
+
<line number="154" hits="5" branch="true" condition-coverage="100% (2/2)"/>
|
|
295
|
+
<line number="155" hits="3" branch="true" condition-coverage="50% (1/2)"/>
|
|
296
|
+
<line number="156" hits="3" branch="false"/>
|
|
297
|
+
<line number="157" hits="3" branch="false"/>
|
|
298
|
+
<line number="159" hits="0" branch="false"/>
|
|
299
|
+
<line number="160" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
301
300
|
<line number="161" hits="0" branch="false"/>
|
|
302
|
-
<line number="162" hits="0" branch="
|
|
303
|
-
<line number="
|
|
304
|
-
<line number="
|
|
305
|
-
<line number="
|
|
306
|
-
<line number="169" hits="
|
|
307
|
-
<line number="
|
|
308
|
-
<line number="
|
|
309
|
-
<line number="
|
|
310
|
-
<line number="
|
|
311
|
-
<line number="
|
|
312
|
-
<line number="177" hits="2" branch="false"/>
|
|
301
|
+
<line number="162" hits="0" branch="false"/>
|
|
302
|
+
<line number="165" hits="2" branch="true" condition-coverage="50% (1/2)"/>
|
|
303
|
+
<line number="167" hits="0" branch="false"/>
|
|
304
|
+
<line number="168" hits="0" branch="false"/>
|
|
305
|
+
<line number="169" hits="2" branch="true" condition-coverage="50% (1/2)"/>
|
|
306
|
+
<line number="171" hits="0" branch="false"/>
|
|
307
|
+
<line number="172" hits="0" branch="false"/>
|
|
308
|
+
<line number="174" hits="2" branch="false"/>
|
|
309
|
+
<line number="175" hits="2" branch="false"/>
|
|
310
|
+
<line number="178" hits="277" branch="false"/>
|
|
313
311
|
<line number="180" hits="277" branch="false"/>
|
|
314
|
-
<line number="
|
|
315
|
-
<line number="
|
|
316
|
-
<line number="
|
|
312
|
+
<line number="184" hits="4" branch="false"/>
|
|
313
|
+
<line number="185" hits="4" branch="false"/>
|
|
314
|
+
<line number="190" hits="4" branch="false"/>
|
|
317
315
|
<line number="192" hits="4" branch="false"/>
|
|
318
|
-
<line number="
|
|
319
|
-
<line number="
|
|
320
|
-
<line number="
|
|
321
|
-
<line number="
|
|
322
|
-
<line number="
|
|
323
|
-
<line number="
|
|
324
|
-
<line number="
|
|
325
|
-
<line number="205" hits="
|
|
326
|
-
<line number="
|
|
327
|
-
<line number="208" hits="
|
|
328
|
-
<line number="
|
|
329
|
-
<line number="
|
|
330
|
-
<line number="215" hits="4" branch="false"/>
|
|
316
|
+
<line number="193" hits="279" branch="true" condition-coverage="50% (1/2)"/>
|
|
317
|
+
<line number="194" hits="0" branch="false"/>
|
|
318
|
+
<line number="195" hits="0" branch="false"/>
|
|
319
|
+
<line number="198" hits="279" branch="false"/>
|
|
320
|
+
<line number="199" hits="279" branch="true" condition-coverage="100% (2/2)"/>
|
|
321
|
+
<line number="200" hits="277" branch="false"/>
|
|
322
|
+
<line number="203" hits="279" branch="false"/>
|
|
323
|
+
<line number="205" hits="4" branch="true" condition-coverage="50% (1/2)"/>
|
|
324
|
+
<line number="206" hits="0" branch="false"/>
|
|
325
|
+
<line number="208" hits="4" branch="true" condition-coverage="50% (1/2)"/>
|
|
326
|
+
<line number="209" hits="4" branch="false"/>
|
|
327
|
+
<line number="213" hits="4" branch="false"/>
|
|
331
328
|
</lines>
|
|
332
329
|
</class>
|
|
333
|
-
<class name="ArcGisFeatureProvider.ts" filename="src\ArcGisFeature\ArcGisFeatureProvider.ts" line-rate="0.
|
|
330
|
+
<class name="ArcGisFeatureProvider.ts" filename="src\ArcGisFeature\ArcGisFeatureProvider.ts" line-rate="0.8818" branch-rate="0.8371999999999999">
|
|
334
331
|
<methods>
|
|
335
|
-
<method name="(anonymous_0)" hits="
|
|
332
|
+
<method name="(anonymous_0)" hits="0" signature="()V">
|
|
336
333
|
<lines>
|
|
337
|
-
<line number="
|
|
334
|
+
<line number="46" hits="0"/>
|
|
338
335
|
</lines>
|
|
339
336
|
</method>
|
|
340
337
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
341
338
|
<lines>
|
|
342
|
-
<line number="
|
|
339
|
+
<line number="47" hits="0"/>
|
|
343
340
|
</lines>
|
|
344
341
|
</method>
|
|
345
|
-
<method name="(anonymous_2)" hits="
|
|
342
|
+
<method name="(anonymous_2)" hits="30" signature="()V">
|
|
346
343
|
<lines>
|
|
347
|
-
<line number="
|
|
344
|
+
<line number="49" hits="30"/>
|
|
348
345
|
</lines>
|
|
349
346
|
</method>
|
|
350
347
|
<method name="(anonymous_3)" hits="26" signature="()V">
|
|
@@ -394,27 +391,27 @@
|
|
|
394
391
|
</method>
|
|
395
392
|
<method name="(anonymous_12)" hits="0" signature="()V">
|
|
396
393
|
<lines>
|
|
397
|
-
<line number="
|
|
394
|
+
<line number="349" hits="0"/>
|
|
398
395
|
</lines>
|
|
399
396
|
</method>
|
|
400
397
|
<method name="(anonymous_13)" hits="4" signature="()V">
|
|
401
398
|
<lines>
|
|
402
|
-
<line number="
|
|
399
|
+
<line number="359" hits="4"/>
|
|
403
400
|
</lines>
|
|
404
401
|
</method>
|
|
405
402
|
<method name="(anonymous_14)" hits="3" signature="()V">
|
|
406
403
|
<lines>
|
|
407
|
-
<line number="
|
|
404
|
+
<line number="381" hits="3"/>
|
|
408
405
|
</lines>
|
|
409
406
|
</method>
|
|
410
407
|
<method name="(anonymous_15)" hits="1" signature="()V">
|
|
411
408
|
<lines>
|
|
412
|
-
<line number="
|
|
409
|
+
<line number="414" hits="1"/>
|
|
413
410
|
</lines>
|
|
414
411
|
</method>
|
|
415
412
|
<method name="(anonymous_16)" hits="7" signature="()V">
|
|
416
413
|
<lines>
|
|
417
|
-
<line number="
|
|
414
|
+
<line number="434" hits="7"/>
|
|
418
415
|
</lines>
|
|
419
416
|
</method>
|
|
420
417
|
</methods>
|
|
@@ -444,11 +441,11 @@
|
|
|
444
441
|
<line number="47" hits="0" branch="false"/>
|
|
445
442
|
<line number="50" hits="30" branch="false"/>
|
|
446
443
|
<line number="54" hits="26" branch="false"/>
|
|
447
|
-
<line number="55" hits="26" branch="
|
|
444
|
+
<line number="55" hits="26" branch="false"/>
|
|
448
445
|
<line number="57" hits="26" branch="true" condition-coverage="100% (2/2)"/>
|
|
449
446
|
<line number="58" hits="1" branch="false"/>
|
|
450
447
|
<line number="59" hits="1" branch="false"/>
|
|
451
|
-
<line number="62" hits="25" branch="true" condition-coverage="
|
|
448
|
+
<line number="62" hits="25" branch="true" condition-coverage="100% (4/4)"/>
|
|
452
449
|
<line number="64" hits="1" branch="true" condition-coverage="50% (1/2)"/>
|
|
453
450
|
<line number="65" hits="1" branch="false"/>
|
|
454
451
|
<line number="66" hits="1" branch="false"/>
|
|
@@ -485,9 +482,9 @@
|
|
|
485
482
|
<line number="129" hits="21" branch="true" condition-coverage="100% (2/2)"/>
|
|
486
483
|
<line number="130" hits="1" branch="false"/>
|
|
487
484
|
<line number="131" hits="1" branch="false"/>
|
|
488
|
-
<line number="137" hits="21" branch="true" condition-coverage="
|
|
485
|
+
<line number="137" hits="21" branch="true" condition-coverage="100% (2/2)"/>
|
|
489
486
|
<line number="138" hits="11" branch="false"/>
|
|
490
|
-
<line number="139" hits="11" branch="
|
|
487
|
+
<line number="139" hits="11" branch="false"/>
|
|
491
488
|
<line number="147" hits="21" branch="true" condition-coverage="100% (5/5)"/>
|
|
492
489
|
<line number="148" hits="5" branch="false"/>
|
|
493
490
|
<line number="154" hits="21" branch="true" condition-coverage="100% (2/2)"/>
|
|
@@ -507,18 +504,18 @@
|
|
|
507
504
|
<line number="177" hits="1" branch="false"/>
|
|
508
505
|
<line number="178" hits="1" branch="false"/>
|
|
509
506
|
<line number="179" hits="1" branch="false"/>
|
|
510
|
-
<line number="184" hits="20" branch="true" condition-coverage="
|
|
511
|
-
<line number="185" hits="20" branch="true" condition-coverage="
|
|
507
|
+
<line number="184" hits="20" branch="true" condition-coverage="100% (2/2)"/>
|
|
508
|
+
<line number="185" hits="20" branch="true" condition-coverage="100% (2/2)"/>
|
|
512
509
|
<line number="186" hits="20" branch="false"/>
|
|
513
510
|
<line number="187" hits="20" branch="true" condition-coverage="100% (2/2)"/>
|
|
514
511
|
<line number="188" hits="7" branch="false"/>
|
|
515
512
|
<line number="191" hits="20" branch="true" condition-coverage="100% (2/2)"/>
|
|
516
|
-
<line number="193" hits="20" branch="
|
|
513
|
+
<line number="193" hits="20" branch="false"/>
|
|
517
514
|
<line number="198" hits="1" branch="false"/>
|
|
518
515
|
<line number="199" hits="1" branch="false"/>
|
|
519
516
|
<line number="200" hits="1" branch="false"/>
|
|
520
517
|
<line number="201" hits="1" branch="false"/>
|
|
521
|
-
<line number="205" hits="1" branch="
|
|
518
|
+
<line number="205" hits="1" branch="false"/>
|
|
522
519
|
<line number="208" hits="98" branch="false"/>
|
|
523
520
|
<line number="209" hits="23" branch="false"/>
|
|
524
521
|
<line number="213" hits="1" branch="false"/>
|
|
@@ -570,19 +567,19 @@
|
|
|
570
567
|
<line number="330" hits="2" branch="false"/>
|
|
571
568
|
<line number="334" hits="2" branch="true" condition-coverage="100% (2/2)"/>
|
|
572
569
|
<line number="335" hits="1" branch="false"/>
|
|
573
|
-
<line number="
|
|
574
|
-
<line number="339" hits="1" branch="
|
|
575
|
-
<line number="340" hits="1" branch="
|
|
576
|
-
<line number="341" hits="
|
|
570
|
+
<line number="338" hits="1" branch="true" condition-coverage="50% (1/2)"/>
|
|
571
|
+
<line number="339" hits="1" branch="false"/>
|
|
572
|
+
<line number="340" hits="1" branch="true" condition-coverage="75% (3/4)"/>
|
|
573
|
+
<line number="341" hits="0" branch="false"/>
|
|
577
574
|
<line number="342" hits="0" branch="false"/>
|
|
578
|
-
<line number="
|
|
575
|
+
<line number="345" hits="1" branch="false"/>
|
|
579
576
|
<line number="346" hits="1" branch="false"/>
|
|
580
|
-
<line number="
|
|
577
|
+
<line number="350" hits="0" branch="false"/>
|
|
581
578
|
<line number="351" hits="0" branch="false"/>
|
|
582
579
|
<line number="352" hits="0" branch="false"/>
|
|
583
580
|
<line number="353" hits="0" branch="false"/>
|
|
584
581
|
<line number="354" hits="0" branch="false"/>
|
|
585
|
-
<line number="
|
|
582
|
+
<line number="361" hits="4" branch="false"/>
|
|
586
583
|
<line number="362" hits="4" branch="false"/>
|
|
587
584
|
<line number="363" hits="4" branch="false"/>
|
|
588
585
|
<line number="364" hits="4" branch="false"/>
|
|
@@ -593,73 +590,69 @@
|
|
|
593
590
|
<line number="369" hits="4" branch="false"/>
|
|
594
591
|
<line number="370" hits="4" branch="false"/>
|
|
595
592
|
<line number="371" hits="4" branch="false"/>
|
|
596
|
-
<line number="
|
|
593
|
+
<line number="374" hits="4" branch="false"/>
|
|
597
594
|
<line number="375" hits="4" branch="false"/>
|
|
598
|
-
<line number="
|
|
595
|
+
<line number="377" hits="4" branch="false"/>
|
|
599
596
|
<line number="378" hits="4" branch="false"/>
|
|
600
|
-
<line number="
|
|
601
|
-
<line number="384" hits="
|
|
602
|
-
<line number="
|
|
597
|
+
<line number="383" hits="3" branch="true" condition-coverage="50% (1/2)"/>
|
|
598
|
+
<line number="384" hits="0" branch="false"/>
|
|
599
|
+
<line number="386" hits="3" branch="false"/>
|
|
603
600
|
<line number="387" hits="3" branch="false"/>
|
|
604
601
|
<line number="388" hits="3" branch="false"/>
|
|
605
|
-
<line number="
|
|
606
|
-
<line number="391" hits="3" branch="
|
|
607
|
-
<line number="392" hits="
|
|
602
|
+
<line number="390" hits="3" branch="false"/>
|
|
603
|
+
<line number="391" hits="3" branch="true" condition-coverage="50% (1/2)"/>
|
|
604
|
+
<line number="392" hits="0" branch="false"/>
|
|
608
605
|
<line number="393" hits="0" branch="false"/>
|
|
609
|
-
<line number="
|
|
610
|
-
<line number="
|
|
611
|
-
<line number="398" hits="
|
|
612
|
-
<line number="
|
|
613
|
-
<line number="
|
|
614
|
-
<line number="
|
|
615
|
-
<line number="
|
|
616
|
-
<line number="407" hits="
|
|
617
|
-
<line number="
|
|
618
|
-
<line number="
|
|
619
|
-
<line number="
|
|
620
|
-
<line number="
|
|
621
|
-
<line number="
|
|
622
|
-
<line number="
|
|
623
|
-
<line number="418" hits="
|
|
624
|
-
<line number="419" hits="
|
|
625
|
-
<line number="420" hits="
|
|
626
|
-
<line number="
|
|
627
|
-
<line number="
|
|
628
|
-
<line number="
|
|
629
|
-
<line number="
|
|
630
|
-
<line number="
|
|
631
|
-
<line number="
|
|
632
|
-
<line number="441" hits="
|
|
633
|
-
<line number="
|
|
634
|
-
<line number="
|
|
635
|
-
<line number="
|
|
636
|
-
<line number="
|
|
637
|
-
<line number="448" hits="7" branch="false"/>
|
|
638
|
-
<line number="449" hits="7" branch="true" condition-coverage="50% (1/2)"/>
|
|
606
|
+
<line number="396" hits="3" branch="true" condition-coverage="50% (1/2)"/>
|
|
607
|
+
<line number="397" hits="0" branch="false"/>
|
|
608
|
+
<line number="398" hits="0" branch="false"/>
|
|
609
|
+
<line number="400" hits="3" branch="false"/>
|
|
610
|
+
<line number="404" hits="3" branch="true" condition-coverage="100% (2/2)"/>
|
|
611
|
+
<line number="405" hits="2" branch="false"/>
|
|
612
|
+
<line number="406" hits="2" branch="true" condition-coverage="50% (1/2)"/>
|
|
613
|
+
<line number="407" hits="0" branch="false"/>
|
|
614
|
+
<line number="411" hits="3" branch="false"/>
|
|
615
|
+
<line number="412" hits="3" branch="true" condition-coverage="100% (2/2)"/>
|
|
616
|
+
<line number="414" hits="3" branch="false"/>
|
|
617
|
+
<line number="415" hits="1" branch="false"/>
|
|
618
|
+
<line number="416" hits="1" branch="false"/>
|
|
619
|
+
<line number="417" hits="1" branch="false"/>
|
|
620
|
+
<line number="418" hits="1" branch="false"/>
|
|
621
|
+
<line number="419" hits="2" branch="false"/>
|
|
622
|
+
<line number="420" hits="4" branch="false"/>
|
|
623
|
+
<line number="427" hits="1" branch="false"/>
|
|
624
|
+
<line number="434" hits="3" branch="false"/>
|
|
625
|
+
<line number="437" hits="7" branch="false"/>
|
|
626
|
+
<line number="438" hits="7" branch="false"/>
|
|
627
|
+
<line number="439" hits="7" branch="true" condition-coverage="50% (1/2)"/>
|
|
628
|
+
<line number="440" hits="0" branch="false"/>
|
|
629
|
+
<line number="441" hits="0" branch="false"/>
|
|
630
|
+
<line number="444" hits="7" branch="false"/>
|
|
631
|
+
<line number="445" hits="7" branch="true" condition-coverage="50% (1/2)"/>
|
|
632
|
+
<line number="446" hits="0" branch="false"/>
|
|
633
|
+
<line number="447" hits="0" branch="false"/>
|
|
639
634
|
<line number="450" hits="0" branch="false"/>
|
|
640
635
|
<line number="451" hits="0" branch="false"/>
|
|
641
|
-
<line number="454" hits="
|
|
642
|
-
<line number="455" hits="
|
|
643
|
-
<line number="
|
|
644
|
-
<line number="
|
|
645
|
-
<line number="
|
|
636
|
+
<line number="454" hits="7" branch="true" condition-coverage="100% (2/2)"/>
|
|
637
|
+
<line number="455" hits="1" branch="true" condition-coverage="50% (1/2)"/>
|
|
638
|
+
<line number="456" hits="1" branch="false"/>
|
|
639
|
+
<line number="457" hits="1" branch="false"/>
|
|
640
|
+
<line number="458" hits="1" branch="false"/>
|
|
641
|
+
<line number="459" hits="4" branch="false"/>
|
|
646
642
|
<line number="461" hits="1" branch="false"/>
|
|
647
|
-
<line number="
|
|
648
|
-
<line number="
|
|
649
|
-
<line number="
|
|
650
|
-
<line number="
|
|
651
|
-
<line number="
|
|
652
|
-
<line number="473" hits="
|
|
653
|
-
<line number="
|
|
654
|
-
<line number="
|
|
655
|
-
<line number="
|
|
643
|
+
<line number="463" hits="0" branch="false"/>
|
|
644
|
+
<line number="466" hits="6" branch="false"/>
|
|
645
|
+
<line number="469" hits="3" branch="false"/>
|
|
646
|
+
<line number="470" hits="3" branch="true" condition-coverage="50% (1/2)"/>
|
|
647
|
+
<line number="471" hits="0" branch="false"/>
|
|
648
|
+
<line number="473" hits="0" branch="false"/>
|
|
649
|
+
<line number="476" hits="3" branch="false"/>
|
|
650
|
+
<line number="477" hits="3" branch="false"/>
|
|
651
|
+
<line number="478" hits="3" branch="false"/>
|
|
652
|
+
<line number="479" hits="3" branch="false"/>
|
|
656
653
|
<line number="480" hits="3" branch="false"/>
|
|
657
|
-
<line number="
|
|
658
|
-
<line number="
|
|
659
|
-
<line number="483" hits="3" branch="false"/>
|
|
660
|
-
<line number="484" hits="3" branch="false"/>
|
|
661
|
-
<line number="486" hits="0" branch="false"/>
|
|
662
|
-
<line number="489" hits="0" branch="false"/>
|
|
654
|
+
<line number="482" hits="0" branch="false"/>
|
|
655
|
+
<line number="485" hits="0" branch="false"/>
|
|
663
656
|
</lines>
|
|
664
657
|
</class>
|
|
665
658
|
<class name="ArcGisFeatureQuery.ts" filename="src\ArcGisFeature\ArcGisFeatureQuery.ts" line-rate="1" branch-rate="0.9687">
|
|
@@ -880,7 +873,7 @@
|
|
|
880
873
|
<line number="165" hits="3" branch="false"/>
|
|
881
874
|
</lines>
|
|
882
875
|
</class>
|
|
883
|
-
<class name="ArcGisFeatureResponse.ts" filename="src\ArcGisFeature\ArcGisFeatureResponse.ts" line-rate="0.8571" branch-rate="0.
|
|
876
|
+
<class name="ArcGisFeatureResponse.ts" filename="src\ArcGisFeature\ArcGisFeatureResponse.ts" line-rate="0.8571" branch-rate="0.8571">
|
|
884
877
|
<methods>
|
|
885
878
|
<method name="(anonymous_0)" hits="21" signature="()V">
|
|
886
879
|
<lines>
|
|
@@ -909,7 +902,7 @@
|
|
|
909
902
|
<line number="54" hits="0" branch="false"/>
|
|
910
903
|
<line number="56" hits="3" branch="false"/>
|
|
911
904
|
<line number="57" hits="3" branch="false"/>
|
|
912
|
-
<line number="58" hits="3" branch="
|
|
905
|
+
<line number="58" hits="3" branch="false"/>
|
|
913
906
|
<line number="61" hits="2" branch="false"/>
|
|
914
907
|
<line number="62" hits="2" branch="true" condition-coverage="75% (3/4)"/>
|
|
915
908
|
<line number="63" hits="0" branch="false"/>
|
|
@@ -917,133 +910,133 @@
|
|
|
917
910
|
<line number="69" hits="0" branch="false"/>
|
|
918
911
|
</lines>
|
|
919
912
|
</class>
|
|
920
|
-
<class name="ArcGisSymbologyRenderer.ts" filename="src\ArcGisFeature\ArcGisSymbologyRenderer.ts" line-rate="0.8969" branch-rate="0.
|
|
913
|
+
<class name="ArcGisSymbologyRenderer.ts" filename="src\ArcGisFeature\ArcGisSymbologyRenderer.ts" line-rate="0.8969" branch-rate="0.7646999999999999">
|
|
921
914
|
<methods>
|
|
922
915
|
<method name="colorFromArray" hits="42" signature="()V">
|
|
923
916
|
<lines>
|
|
924
917
|
<line number="11" hits="42"/>
|
|
925
918
|
</lines>
|
|
926
919
|
</method>
|
|
927
|
-
<method name="(anonymous_1)" hits="
|
|
928
|
-
<lines>
|
|
929
|
-
<line number="47" hits="22"/>
|
|
930
|
-
</lines>
|
|
931
|
-
</method>
|
|
932
|
-
<method name="(anonymous_2)" hits="32" signature="()V">
|
|
920
|
+
<method name="(anonymous_1)" hits="32" signature="()V">
|
|
933
921
|
<lines>
|
|
934
922
|
<line number="42" hits="32"/>
|
|
935
923
|
</lines>
|
|
936
924
|
</method>
|
|
937
|
-
<method name="(
|
|
925
|
+
<method name="(anonymous_2)" hits="26" signature="()V">
|
|
938
926
|
<lines>
|
|
939
927
|
<line number="43" hits="26"/>
|
|
940
928
|
</lines>
|
|
941
929
|
</method>
|
|
942
|
-
<method name="(
|
|
930
|
+
<method name="(anonymous_3)" hits="19" signature="()V">
|
|
943
931
|
<lines>
|
|
944
932
|
<line number="44" hits="19"/>
|
|
945
933
|
</lines>
|
|
946
934
|
</method>
|
|
947
|
-
<method name="(
|
|
935
|
+
<method name="(anonymous_4)" hits="8" signature="()V">
|
|
948
936
|
<lines>
|
|
949
937
|
<line number="45" hits="8"/>
|
|
950
938
|
</lines>
|
|
951
939
|
</method>
|
|
952
|
-
<method name="(
|
|
940
|
+
<method name="(anonymous_5)" hits="22" signature="()V">
|
|
953
941
|
<lines>
|
|
954
|
-
<line number="
|
|
942
|
+
<line number="47" hits="22"/>
|
|
955
943
|
</lines>
|
|
956
944
|
</method>
|
|
957
|
-
<method name="(
|
|
945
|
+
<method name="(anonymous_6)" hits="22" signature="()V">
|
|
958
946
|
<lines>
|
|
959
|
-
<line number="
|
|
947
|
+
<line number="51" hits="22"/>
|
|
960
948
|
</lines>
|
|
961
949
|
</method>
|
|
962
|
-
<method name="(
|
|
950
|
+
<method name="(anonymous_7)" hits="8" signature="()V">
|
|
963
951
|
<lines>
|
|
964
952
|
<line number="73" hits="8"/>
|
|
965
953
|
</lines>
|
|
966
954
|
</method>
|
|
967
|
-
<method name="(
|
|
955
|
+
<method name="(anonymous_8)" hits="0" signature="()V">
|
|
968
956
|
<lines>
|
|
969
957
|
<line number="74" hits="0"/>
|
|
970
958
|
</lines>
|
|
971
959
|
</method>
|
|
972
|
-
<method name="(
|
|
960
|
+
<method name="(anonymous_9)" hits="21" signature="()V">
|
|
973
961
|
<lines>
|
|
974
962
|
<line number="75" hits="21"/>
|
|
975
963
|
</lines>
|
|
976
964
|
</method>
|
|
977
|
-
<method name="(
|
|
965
|
+
<method name="(anonymous_10)" hits="15" signature="()V">
|
|
978
966
|
<lines>
|
|
979
967
|
<line number="76" hits="15"/>
|
|
980
968
|
</lines>
|
|
981
969
|
</method>
|
|
982
|
-
<method name="(
|
|
970
|
+
<method name="(anonymous_11)" hits="2" signature="()V">
|
|
983
971
|
<lines>
|
|
984
972
|
<line number="77" hits="2"/>
|
|
985
973
|
</lines>
|
|
986
974
|
</method>
|
|
987
|
-
<method name="(
|
|
975
|
+
<method name="(anonymous_12)" hits="21" signature="()V">
|
|
988
976
|
<lines>
|
|
989
977
|
<line number="78" hits="21"/>
|
|
990
978
|
</lines>
|
|
991
979
|
</method>
|
|
992
|
-
<method name="(
|
|
980
|
+
<method name="(anonymous_13)" hits="14" signature="()V">
|
|
993
981
|
<lines>
|
|
994
982
|
<line number="79" hits="14"/>
|
|
995
983
|
</lines>
|
|
996
984
|
</method>
|
|
997
|
-
<method name="(
|
|
985
|
+
<method name="(anonymous_14)" hits="14" signature="()V">
|
|
998
986
|
<lines>
|
|
999
987
|
<line number="80" hits="14"/>
|
|
1000
988
|
</lines>
|
|
1001
989
|
</method>
|
|
1002
|
-
<method name="(
|
|
990
|
+
<method name="(anonymous_15)" hits="2" signature="()V">
|
|
1003
991
|
<lines>
|
|
1004
992
|
<line number="81" hits="2"/>
|
|
1005
993
|
</lines>
|
|
1006
994
|
</method>
|
|
1007
|
-
<method name="(
|
|
995
|
+
<method name="(anonymous_16)" hits="2" signature="()V">
|
|
1008
996
|
<lines>
|
|
1009
997
|
<line number="82" hits="2"/>
|
|
1010
998
|
</lines>
|
|
1011
999
|
</method>
|
|
1012
|
-
<method name="(
|
|
1000
|
+
<method name="(anonymous_17)" hits="0" signature="()V">
|
|
1013
1001
|
<lines>
|
|
1014
1002
|
<line number="83" hits="0"/>
|
|
1015
1003
|
</lines>
|
|
1016
1004
|
</method>
|
|
1017
|
-
<method name="(
|
|
1005
|
+
<method name="(anonymous_18)" hits="15" signature="()V">
|
|
1018
1006
|
<lines>
|
|
1019
|
-
<line number="
|
|
1007
|
+
<line number="85" hits="15"/>
|
|
1020
1008
|
</lines>
|
|
1021
1009
|
</method>
|
|
1022
|
-
<method name="(
|
|
1010
|
+
<method name="(anonymous_19)" hits="15" signature="()V">
|
|
1023
1011
|
<lines>
|
|
1024
|
-
<line number="
|
|
1012
|
+
<line number="91" hits="15"/>
|
|
1025
1013
|
</lines>
|
|
1026
1014
|
</method>
|
|
1027
|
-
<method name="(
|
|
1015
|
+
<method name="(anonymous_20)" hits="10" signature="()V">
|
|
1028
1016
|
<lines>
|
|
1029
1017
|
<line number="110" hits="10"/>
|
|
1030
1018
|
</lines>
|
|
1031
1019
|
</method>
|
|
1032
|
-
<method name="(
|
|
1020
|
+
<method name="(anonymous_21)" hits="11" signature="()V">
|
|
1033
1021
|
<lines>
|
|
1034
1022
|
<line number="111" hits="11"/>
|
|
1035
1023
|
</lines>
|
|
1036
1024
|
</method>
|
|
1037
|
-
<method name="(
|
|
1025
|
+
<method name="(anonymous_22)" hits="6" signature="()V">
|
|
1038
1026
|
<lines>
|
|
1039
1027
|
<line number="112" hits="6"/>
|
|
1040
1028
|
</lines>
|
|
1041
1029
|
</method>
|
|
1042
|
-
<method name="(
|
|
1030
|
+
<method name="(anonymous_23)" hits="12" signature="()V">
|
|
1043
1031
|
<lines>
|
|
1044
1032
|
<line number="113" hits="12"/>
|
|
1045
1033
|
</lines>
|
|
1046
1034
|
</method>
|
|
1035
|
+
<method name="(anonymous_24)" hits="7" signature="()V">
|
|
1036
|
+
<lines>
|
|
1037
|
+
<line number="114" hits="7"/>
|
|
1038
|
+
</lines>
|
|
1039
|
+
</method>
|
|
1047
1040
|
<method name="(anonymous_25)" hits="7" signature="()V">
|
|
1048
1041
|
<lines>
|
|
1049
1042
|
<line number="120" hits="7"/>
|
|
@@ -1113,10 +1106,10 @@
|
|
|
1113
1106
|
<line number="129" hits="1" branch="false"/>
|
|
1114
1107
|
<line number="140" hits="1" branch="false"/>
|
|
1115
1108
|
<line number="147" hits="1" branch="false"/>
|
|
1116
|
-
<line number="155" hits="53" branch="true" condition-coverage="100% (
|
|
1109
|
+
<line number="155" hits="53" branch="true" condition-coverage="100% (2/2)"/>
|
|
1117
1110
|
<line number="156" hits="28" branch="false"/>
|
|
1118
|
-
<line number="157" hits="25" branch="true" condition-coverage="100% (
|
|
1119
|
-
<line number="158" hits="1" branch="
|
|
1111
|
+
<line number="157" hits="25" branch="true" condition-coverage="100% (2/2)"/>
|
|
1112
|
+
<line number="158" hits="1" branch="false"/>
|
|
1120
1113
|
<line number="161" hits="53" branch="true" condition-coverage="100% (2/2)"/>
|
|
1121
1114
|
<line number="162" hits="29" branch="true" condition-coverage="100% (2/2)"/>
|
|
1122
1115
|
<line number="163" hits="5" branch="false"/>
|
|
@@ -1135,18 +1128,18 @@
|
|
|
1135
1128
|
<line number="183" hits="19" branch="false"/>
|
|
1136
1129
|
<line number="189" hits="5" branch="true" condition-coverage="50% (1/2)"/>
|
|
1137
1130
|
<line number="190" hits="0" branch="false"/>
|
|
1138
|
-
<line number="192" hits="5" branch="true" condition-coverage="
|
|
1131
|
+
<line number="192" hits="5" branch="true" condition-coverage="100% (2/2)"/>
|
|
1139
1132
|
<line number="193" hits="4" branch="false"/>
|
|
1140
1133
|
<line number="194" hits="4" branch="true" condition-coverage="75% (3/4)"/>
|
|
1141
1134
|
<line number="195" hits="4" branch="false"/>
|
|
1142
1135
|
<line number="197" hits="0" branch="false"/>
|
|
1143
1136
|
<line number="203" hits="14" branch="true" condition-coverage="50% (1/2)"/>
|
|
1144
1137
|
<line number="204" hits="0" branch="false"/>
|
|
1145
|
-
<line number="207" hits="14" branch="true" condition-coverage="
|
|
1138
|
+
<line number="207" hits="14" branch="true" condition-coverage="100% (2/2)"/>
|
|
1146
1139
|
<line number="208" hits="4" branch="false"/>
|
|
1147
1140
|
<line number="209" hits="4" branch="true" condition-coverage="75% (3/4)"/>
|
|
1148
1141
|
<line number="210" hits="4" branch="false"/>
|
|
1149
|
-
<line number="212" hits="10" branch="true" condition-coverage="
|
|
1142
|
+
<line number="212" hits="10" branch="true" condition-coverage="50% (1/2)"/>
|
|
1150
1143
|
<line number="213" hits="10" branch="false"/>
|
|
1151
1144
|
<line number="216" hits="14" branch="true" condition-coverage="50% (1/2)"/>
|
|
1152
1145
|
<line number="217" hits="14" branch="true" condition-coverage="50% (1/2)"/>
|
|
@@ -1154,7 +1147,7 @@
|
|
|
1154
1147
|
<line number="219" hits="14" branch="false"/>
|
|
1155
1148
|
<line number="224" hits="2" branch="true" condition-coverage="50% (1/2)"/>
|
|
1156
1149
|
<line number="225" hits="0" branch="false"/>
|
|
1157
|
-
<line number="227" hits="2" branch="true" condition-coverage="
|
|
1150
|
+
<line number="227" hits="2" branch="true" condition-coverage="50% (1/2)"/>
|
|
1158
1151
|
<line number="228" hits="2" branch="false"/>
|
|
1159
1152
|
<line number="229" hits="2" branch="false"/>
|
|
1160
1153
|
<line number="230" hits="2" branch="true" condition-coverage="50% (1/2)"/>
|