@itwin/map-layers-formats 3.5.0-dev.51 → 3.5.0-dev.53

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 (71) hide show
  1. package/.rush/temp/operation/build_ci/state.json +1 -1
  2. package/.rush/temp/operation/docs/state.json +1 -1
  3. package/.rush/temp/package-deps_build_ci.json +7 -7
  4. package/.rush/temp/package-deps_docs.json +7 -7
  5. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.d.ts.map +1 -1
  6. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js +39 -17
  7. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
  8. package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.d.ts +0 -1
  9. package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.d.ts.map +1 -1
  10. package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.js +19 -27
  11. package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.js.map +1 -1
  12. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.d.ts.map +1 -1
  13. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js +14 -11
  14. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
  15. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js +34 -10
  16. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -1
  17. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.js +4 -9
  18. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.js.map +1 -1
  19. package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js +5 -5
  20. package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js.map +1 -1
  21. package/lib/cjs/test/coverage/.nyc_output/{c8c8cab6-1a13-4b72-94f2-ab73ed9c126a.json → a7dcd2f7-e863-4162-8e25-d27e4921dfcc.json} +0 -0
  22. package/lib/cjs/test/coverage/.nyc_output/e498035c-a52d-4af9-b4fb-0a5c3a75efa3.json +1 -0
  23. package/lib/cjs/test/coverage/.nyc_output/processinfo/a7dcd2f7-e863-4162-8e25-d27e4921dfcc.json +1 -0
  24. package/lib/cjs/test/coverage/.nyc_output/processinfo/e498035c-a52d-4af9-b4fb-0a5c3a75efa3.json +1 -0
  25. package/lib/cjs/test/coverage/.nyc_output/processinfo/index.json +1 -1
  26. package/lib/cjs/test/coverage/cobertura-coverage.xml +390 -387
  27. package/lib/cjs/test/coverage/lcov-report/index.html +18 -18
  28. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureFormat.ts.html +1 -1
  29. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureJSON.ts.html +5 -5
  30. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeaturePBF.ts.html +9 -9
  31. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureProvider.ts.html +146 -74
  32. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureQuery.ts.html +32 -62
  33. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureReader.ts.html +1 -1
  34. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureRenderer.ts.html +1 -1
  35. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureResponse.ts.html +1 -1
  36. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisSymbologyRenderer.ts.html +64 -55
  37. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/index.html +29 -29
  38. package/lib/cjs/test/coverage/lcov-report/src/index.html +1 -1
  39. package/lib/cjs/test/coverage/lcov-report/src/map-layers-formats.ts.html +1 -1
  40. package/lib/cjs/test/coverage/lcov-report/src/mapLayersFormats.ts.html +1 -1
  41. package/lib/cjs/test/coverage/lcov.info +637 -612
  42. package/lib/cjs/tsconfig.tsbuildinfo +1 -1
  43. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.d.ts.map +1 -1
  44. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js +41 -19
  45. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
  46. package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.d.ts +0 -1
  47. package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.d.ts.map +1 -1
  48. package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.js +19 -27
  49. package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.js.map +1 -1
  50. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.d.ts.map +1 -1
  51. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js +14 -11
  52. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
  53. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js +34 -10
  54. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -1
  55. package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.js +4 -9
  56. package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.js.map +1 -1
  57. package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js +6 -6
  58. package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js.map +1 -1
  59. package/lib/esm/tsconfig.tsbuildinfo +1 -1
  60. package/lib/test/junit_results.xml +43 -45
  61. package/map-layers-formats.build.log +2 -2
  62. package/package.json +12 -12
  63. package/src/ArcGisFeature/ArcGisFeatureProvider.ts +39 -15
  64. package/src/ArcGisFeature/ArcGisFeatureQuery.ts +20 -30
  65. package/src/ArcGisFeature/ArcGisSymbologyRenderer.ts +15 -12
  66. package/src/test/ArcGisFeature/ArcGisFeatureProvider.test.ts +39 -10
  67. package/src/test/ArcGisFeature/ArcGisFeatureQuery.test.ts +4 -11
  68. package/src/test/ArcGisFeature/ArcGisSymbologyRenderer.test.ts +5 -5
  69. package/lib/cjs/test/coverage/.nyc_output/20fab392-54c0-4c77-9557-835e118f017b.json +0 -1
  70. package/lib/cjs/test/coverage/.nyc_output/processinfo/20fab392-54c0-4c77-9557-835e118f017b.json +0 -1
  71. package/lib/cjs/test/coverage/.nyc_output/processinfo/c8c8cab6-1a13-4b72-94f2-ab73ed9c126a.json +0 -1
@@ -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="696" lines-covered="633" line-rate="0.9094" branches-valid="556" branches-covered="461" branch-rate="0.8291" timestamp="1668662149474" complexity="0" version="0.1">
3
+ <coverage lines-valid="704" lines-covered="641" line-rate="0.9105" branches-valid="575" branches-covered="476" branch-rate="0.8278" timestamp="1668834934883" complexity="0" version="0.1">
4
4
  <sources>
5
- <source>D:\vsts_b\15\s\extensions\map-layers-formats</source>
5
+ <source>D:\vsts_a\3\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.9126000000000001" branch-rate="0.8321">
38
+ <package name="src.ArcGisFeature" line-rate="0.9136" branch-rate="0.8306999999999999">
39
39
  <classes>
40
40
  <class name="ArcGisFeatureFormat.ts" filename="src\ArcGisFeature\ArcGisFeatureFormat.ts" line-rate="1" branch-rate="1">
41
41
  <methods>
@@ -61,9 +61,9 @@
61
61
  </class>
62
62
  <class name="ArcGisFeatureJSON.ts" filename="src\ArcGisFeature\ArcGisFeatureJSON.ts" line-rate="1" branch-rate="0.8151999999999999">
63
63
  <methods>
64
- <method name="(anonymous_0)" hits="10" signature="()V">
64
+ <method name="(anonymous_0)" hits="11" signature="()V">
65
65
  <lines>
66
- <line number="18" hits="10"/>
66
+ <line number="18" hits="11"/>
67
67
  </lines>
68
68
  </method>
69
69
  <method name="(anonymous_1)" hits="11" signature="()V">
@@ -76,9 +76,9 @@
76
76
  <line number="61" hits="10"/>
77
77
  </lines>
78
78
  </method>
79
- <method name="(anonymous_3)" hits="3" signature="()V">
79
+ <method name="(anonymous_3)" hits="4" signature="()V">
80
80
  <lines>
81
- <line number="71" hits="3"/>
81
+ <line number="71" hits="4"/>
82
82
  </lines>
83
83
  </method>
84
84
  <method name="(anonymous_4)" hits="144" signature="()V">
@@ -97,7 +97,7 @@
97
97
  <line number="8" hits="1" branch="false"/>
98
98
  <line number="10" hits="1" branch="false"/>
99
99
  <line number="15" hits="1" branch="false"/>
100
- <line number="19" hits="10" branch="false"/>
100
+ <line number="19" hits="11" branch="false"/>
101
101
  <line number="23" hits="11" branch="false"/>
102
102
  <line number="25" hits="11" branch="true" condition-coverage="83.33333333333334% (10/12)"/>
103
103
  <line number="26" hits="4" branch="false"/>
@@ -125,9 +125,9 @@
125
125
  <line number="64" hits="90" branch="false"/>
126
126
  <line number="65" hits="183" branch="false"/>
127
127
  <line number="68" hits="10" branch="false"/>
128
- <line number="72" hits="3" branch="false"/>
129
- <line number="73" hits="3" branch="true" condition-coverage="100% (4/4)"/>
130
- <line number="74" hits="1" branch="false"/>
128
+ <line number="72" hits="4" branch="false"/>
129
+ <line number="73" hits="4" branch="true" condition-coverage="100% (4/4)"/>
130
+ <line number="74" hits="2" branch="false"/>
131
131
  <line number="76" hits="2" branch="false"/>
132
132
  <line number="79" hits="2" branch="false"/>
133
133
  <line number="80" hits="2" branch="false"/>
@@ -171,9 +171,9 @@
171
171
  </class>
172
172
  <class name="ArcGisFeaturePBF.ts" filename="src\ArcGisFeature\ArcGisFeaturePBF.ts" line-rate="0.872" branch-rate="0.807">
173
173
  <methods>
174
- <method name="(anonymous_0)" hits="12" signature="()V">
174
+ <method name="(anonymous_0)" hits="11" signature="()V">
175
175
  <lines>
176
- <line number="26" hits="12"/>
176
+ <line number="26" hits="11"/>
177
177
  </lines>
178
178
  </method>
179
179
  <method name="(anonymous_1)" hits="11" signature="()V">
@@ -186,9 +186,9 @@
186
186
  <line number="47" hits="7"/>
187
187
  </lines>
188
188
  </method>
189
- <method name="(anonymous_3)" hits="6" signature="()V">
189
+ <method name="(anonymous_3)" hits="5" signature="()V">
190
190
  <lines>
191
- <line number="75" hits="6"/>
191
+ <line number="75" hits="5"/>
192
192
  </lines>
193
193
  </method>
194
194
  <method name="(anonymous_4)" hits="92" signature="()V">
@@ -211,7 +211,7 @@
211
211
  <line number="16" hits="1" branch="false"/>
212
212
  <line number="17" hits="1" branch="false"/>
213
213
  <line number="25" hits="1" branch="false"/>
214
- <line number="27" hits="12" branch="false"/>
214
+ <line number="27" hits="11" branch="false"/>
215
215
  <line number="31" hits="11" branch="true" condition-coverage="100% (6/6)"/>
216
216
  <line number="33" hits="1" branch="false"/>
217
217
  <line number="35" hits="1" branch="false"/>
@@ -237,13 +237,13 @@
237
237
  <line number="69" hits="4" branch="false"/>
238
238
  <line number="70" hits="4" branch="true" condition-coverage="66.66666666666666% (4/6)"/>
239
239
  <line number="71" hits="4" branch="false"/>
240
- <line number="76" hits="6" branch="true" condition-coverage="100% (2/2)"/>
241
- <line number="77" hits="2" branch="false"/>
242
- <line number="78" hits="2" branch="false"/>
243
- <line number="79" hits="2" branch="false"/>
244
- <line number="82" hits="6" branch="false"/>
245
- <line number="83" hits="6" branch="true" condition-coverage="82.35294117647058% (14/17)"/>
246
- <line number="84" hits="2" branch="false"/>
240
+ <line number="76" hits="5" branch="true" condition-coverage="100% (2/2)"/>
241
+ <line number="77" hits="1" branch="false"/>
242
+ <line number="78" hits="1" branch="false"/>
243
+ <line number="79" hits="1" branch="false"/>
244
+ <line number="82" hits="5" branch="false"/>
245
+ <line number="83" hits="5" branch="true" condition-coverage="82.35294117647058% (14/17)"/>
246
+ <line number="84" hits="1" branch="false"/>
247
247
  <line number="86" hits="4" branch="false"/>
248
248
  <line number="89" hits="4" branch="false"/>
249
249
  <line number="90" hits="4" branch="false"/>
@@ -330,11 +330,11 @@
330
330
  <line number="215" hits="4" branch="false"/>
331
331
  </lines>
332
332
  </class>
333
- <class name="ArcGisFeatureProvider.ts" filename="src\ArcGisFeature\ArcGisFeatureProvider.ts" line-rate="0.8663" branch-rate="0.8223">
333
+ <class name="ArcGisFeatureProvider.ts" filename="src\ArcGisFeature\ArcGisFeatureProvider.ts" line-rate="0.8719" branch-rate="0.8265">
334
334
  <methods>
335
- <method name="(anonymous_0)" hits="28" signature="()V">
335
+ <method name="(anonymous_0)" hits="30" signature="()V">
336
336
  <lines>
337
- <line number="49" hits="28"/>
337
+ <line number="49" hits="30"/>
338
338
  </lines>
339
339
  </method>
340
340
  <method name="(anonymous_1)" hits="0" signature="()V">
@@ -347,74 +347,74 @@
347
347
  <line number="47" hits="0"/>
348
348
  </lines>
349
349
  </method>
350
- <method name="(anonymous_3)" hits="24" signature="()V">
350
+ <method name="(anonymous_3)" hits="26" signature="()V">
351
351
  <lines>
352
- <line number="53" hits="24"/>
352
+ <line number="53" hits="26"/>
353
353
  </lines>
354
354
  </method>
355
355
  <method name="(anonymous_4)" hits="1" signature="()V">
356
356
  <lines>
357
- <line number="176" hits="1"/>
357
+ <line number="203" hits="1"/>
358
358
  </lines>
359
359
  </method>
360
- <method name="(anonymous_5)" hits="96" signature="()V">
360
+ <method name="(anonymous_5)" hits="98" signature="()V">
361
361
  <lines>
362
- <line number="188" hits="96"/>
362
+ <line number="215" hits="98"/>
363
363
  </lines>
364
364
  </method>
365
- <method name="(anonymous_6)" hits="21" signature="()V">
365
+ <method name="(anonymous_6)" hits="23" signature="()V">
366
366
  <lines>
367
- <line number="189" hits="21"/>
367
+ <line number="216" hits="23"/>
368
368
  </lines>
369
369
  </method>
370
370
  <method name="(anonymous_7)" hits="1" signature="()V">
371
371
  <lines>
372
- <line number="192" hits="1"/>
372
+ <line number="219" hits="1"/>
373
373
  </lines>
374
374
  </method>
375
375
  <method name="(anonymous_8)" hits="10" signature="()V">
376
376
  <lines>
377
- <line number="196" hits="10"/>
377
+ <line number="223" hits="10"/>
378
378
  </lines>
379
379
  </method>
380
380
  <method name="(anonymous_9)" hits="5" signature="()V">
381
381
  <lines>
382
- <line number="253" hits="5"/>
382
+ <line number="280" hits="5"/>
383
383
  </lines>
384
384
  </method>
385
385
  <method name="(anonymous_10)" hits="7" signature="()V">
386
386
  <lines>
387
- <line number="263" hits="7"/>
387
+ <line number="290" hits="7"/>
388
388
  </lines>
389
389
  </method>
390
390
  <method name="(anonymous_11)" hits="2" signature="()V">
391
391
  <lines>
392
- <line number="313" hits="2"/>
392
+ <line number="340" hits="2"/>
393
393
  </lines>
394
394
  </method>
395
395
  <method name="(anonymous_12)" hits="0" signature="()V">
396
396
  <lines>
397
- <line number="333" hits="0"/>
397
+ <line number="357" hits="0"/>
398
398
  </lines>
399
399
  </method>
400
400
  <method name="(anonymous_13)" hits="4" signature="()V">
401
401
  <lines>
402
- <line number="343" hits="4"/>
402
+ <line number="367" hits="4"/>
403
403
  </lines>
404
404
  </method>
405
405
  <method name="(anonymous_14)" hits="3" signature="()V">
406
406
  <lines>
407
- <line number="365" hits="3"/>
407
+ <line number="389" hits="3"/>
408
408
  </lines>
409
409
  </method>
410
410
  <method name="(anonymous_15)" hits="1" signature="()V">
411
411
  <lines>
412
- <line number="401" hits="1"/>
412
+ <line number="425" hits="1"/>
413
413
  </lines>
414
414
  </method>
415
415
  <method name="(anonymous_16)" hits="7" signature="()V">
416
416
  <lines>
417
- <line number="421" hits="7"/>
417
+ <line number="445" hits="7"/>
418
418
  </lines>
419
419
  </method>
420
420
  </methods>
@@ -431,41 +431,41 @@
431
431
  <line number="15" hits="1" branch="false"/>
432
432
  <line number="17" hits="1" branch="false"/>
433
433
  <line number="29" hits="1" branch="false"/>
434
- <line number="31" hits="28" branch="false"/>
435
- <line number="32" hits="28" branch="false"/>
436
- <line number="34" hits="28" branch="false"/>
437
- <line number="35" hits="28" branch="false"/>
438
- <line number="36" hits="28" branch="false"/>
434
+ <line number="31" hits="30" branch="false"/>
435
+ <line number="32" hits="30" branch="false"/>
436
+ <line number="34" hits="30" branch="false"/>
437
+ <line number="35" hits="30" branch="false"/>
438
+ <line number="36" hits="30" branch="false"/>
439
439
  <line number="41" hits="1" branch="false"/>
440
- <line number="42" hits="28" branch="false"/>
441
- <line number="44" hits="28" branch="false"/>
442
- <line number="45" hits="28" branch="false"/>
440
+ <line number="42" hits="30" branch="false"/>
441
+ <line number="44" hits="30" branch="false"/>
442
+ <line number="45" hits="30" branch="false"/>
443
443
  <line number="46" hits="0" branch="false"/>
444
444
  <line number="47" hits="0" branch="false"/>
445
- <line number="50" hits="28" branch="false"/>
446
- <line number="56" hits="24" branch="false"/>
447
- <line number="57" hits="24" branch="false"/>
448
- <line number="63" hits="24" branch="true" condition-coverage="100% (2/2)"/>
445
+ <line number="50" hits="30" branch="false"/>
446
+ <line number="56" hits="26" branch="false"/>
447
+ <line number="57" hits="26" branch="false"/>
448
+ <line number="63" hits="26" branch="true" condition-coverage="100% (2/2)"/>
449
449
  <line number="64" hits="1" branch="false"/>
450
450
  <line number="65" hits="1" branch="false"/>
451
- <line number="68" hits="23" branch="true" condition-coverage="85% (17/20)"/>
451
+ <line number="68" hits="25" branch="true" condition-coverage="85% (17/20)"/>
452
452
  <line number="70" hits="1" branch="true" condition-coverage="50% (1/2)"/>
453
453
  <line number="71" hits="1" branch="false"/>
454
454
  <line number="72" hits="1" branch="false"/>
455
455
  <line number="73" hits="1" branch="false"/>
456
- <line number="77" hits="22" branch="true" condition-coverage="50% (1/2)"/>
457
- <line number="78" hits="22" branch="false"/>
458
- <line number="79" hits="22" branch="true" condition-coverage="100% (2/2)"/>
456
+ <line number="77" hits="24" branch="true" condition-coverage="50% (1/2)"/>
457
+ <line number="78" hits="24" branch="false"/>
458
+ <line number="79" hits="24" branch="true" condition-coverage="100% (2/2)"/>
459
459
  <line number="80" hits="1" branch="false"/>
460
- <line number="83" hits="21" branch="false"/>
461
- <line number="85" hits="21" branch="false"/>
462
- <line number="86" hits="21" branch="true" condition-coverage="50% (1/2)"/>
463
- <line number="88" hits="21" branch="false"/>
464
- <line number="89" hits="18" branch="true" condition-coverage="75% (3/4)"/>
465
- <line number="90" hits="18" branch="false"/>
466
- <line number="91" hits="18" branch="false"/>
467
- <line number="92" hits="18" branch="false"/>
468
- <line number="97" hits="21" branch="true" condition-coverage="100% (4/4)"/>
460
+ <line number="83" hits="23" branch="false"/>
461
+ <line number="85" hits="23" branch="false"/>
462
+ <line number="86" hits="23" branch="true" condition-coverage="50% (1/2)"/>
463
+ <line number="88" hits="23" branch="false"/>
464
+ <line number="89" hits="20" branch="true" condition-coverage="75% (3/4)"/>
465
+ <line number="90" hits="20" branch="false"/>
466
+ <line number="91" hits="20" branch="false"/>
467
+ <line number="92" hits="20" branch="false"/>
468
+ <line number="97" hits="23" branch="true" condition-coverage="100% (4/4)"/>
469
469
  <line number="101" hits="3" branch="true" condition-coverage="100% (4/4)"/>
470
470
  <line number="103" hits="2" branch="false"/>
471
471
  <line number="104" hits="2" branch="true" condition-coverage="100% (2/2)"/>
@@ -481,179 +481,189 @@
481
481
  <line number="120" hits="1" branch="false"/>
482
482
  <line number="121" hits="1" branch="false"/>
483
483
  <line number="128" hits="1" branch="false"/>
484
- <line number="133" hits="20" branch="true" condition-coverage="100% (2/2)"/>
485
- <line number="135" hits="19" branch="false"/>
486
- <line number="136" hits="19" branch="true" condition-coverage="100% (2/2)"/>
484
+ <line number="133" hits="22" branch="true" condition-coverage="100% (2/2)"/>
485
+ <line number="135" hits="21" branch="false"/>
486
+ <line number="136" hits="21" branch="true" condition-coverage="100% (2/2)"/>
487
487
  <line number="137" hits="1" branch="false"/>
488
488
  <line number="138" hits="1" branch="false"/>
489
- <line number="144" hits="19" branch="true" condition-coverage="100% (2/2)"/>
490
- <line number="145" hits="16" branch="false"/>
491
- <line number="146" hits="16" branch="true" condition-coverage="100% (2/2)"/>
492
- <line number="147" hits="12" branch="false"/>
493
- <line number="148" hits="4" branch="true" condition-coverage="50% (1/2)"/>
494
- <line number="149" hits="4" branch="false"/>
495
- <line number="153" hits="19" branch="true" condition-coverage="100% (2/2)"/>
496
- <line number="154" hits="1" branch="false"/>
497
- <line number="155" hits="1" branch="false"/>
498
- <line number="160" hits="18" branch="true" condition-coverage="100% (2/2)"/>
499
- <line number="161" hits="4" branch="false"/>
500
- <line number="165" hits="18" branch="true" condition-coverage="83.33333333333334% (5/6)"/>
501
- <line number="166" hits="18" branch="true" condition-coverage="83.33333333333334% (5/6)"/>
502
- <line number="167" hits="18" branch="false"/>
503
- <line number="168" hits="18" branch="true" condition-coverage="100% (2/2)"/>
504
- <line number="169" hits="7" branch="false"/>
505
- <line number="170" hits="18" branch="true" condition-coverage="100% (2/2)"/>
506
- <line number="171" hits="6" branch="false"/>
507
- <line number="173" hits="18" branch="true" condition-coverage="83.33333333333334% (10/12)"/>
489
+ <line number="144" hits="21" branch="true" condition-coverage="83.33333333333334% (5/6)"/>
490
+ <line number="145" hits="11" branch="false"/>
491
+ <line number="146" hits="11" branch="true" condition-coverage="75% (3/4)"/>
492
+ <line number="154" hits="21" branch="true" condition-coverage="100% (5/5)"/>
493
+ <line number="155" hits="5" branch="false"/>
494
+ <line number="161" hits="21" branch="true" condition-coverage="100% (2/2)"/>
495
+ <line number="162" hits="18" branch="false"/>
496
+ <line number="163" hits="18" branch="true" condition-coverage="100% (4/4)"/>
497
+ <line number="164" hits="5" branch="false"/>
498
+ <line number="165" hits="13" branch="true" condition-coverage="50% (1/2)"/>
499
+ <line number="166" hits="13" branch="false"/>
500
+ <line number="170" hits="21" branch="true" condition-coverage="100% (2/2)"/>
501
+ <line number="171" hits="1" branch="false"/>
502
+ <line number="172" hits="1" branch="false"/>
503
+ <line number="176" hits="20" branch="true" condition-coverage="100% (2/2)"/>
504
+ <line number="177" hits="1" branch="true" condition-coverage="50% (2/4)"/>
508
505
  <line number="178" hits="1" branch="false"/>
509
- <line number="179" hits="1" branch="false"/>
510
- <line number="180" hits="1" branch="false"/>
511
- <line number="181" hits="1" branch="false"/>
506
+ <line number="182" hits="1" branch="false"/>
507
+ <line number="183" hits="1" branch="false"/>
508
+ <line number="184" hits="1" branch="false"/>
512
509
  <line number="185" hits="1" branch="false"/>
513
- <line number="188" hits="96" branch="false"/>
514
- <line number="189" hits="21" branch="false"/>
515
- <line number="193" hits="1" branch="false"/>
516
- <line number="198" hits="10" branch="false"/>
517
- <line number="199" hits="10" branch="false"/>
518
- <line number="210" hits="10" branch="true" condition-coverage="100% (2/2)"/>
519
- <line number="211" hits="8" branch="false"/>
520
- <line number="213" hits="2" branch="false"/>
521
- <line number="217" hits="10" branch="false"/>
522
- <line number="218" hits="10" branch="true" condition-coverage="100% (2/2)"/>
523
- <line number="219" hits="3" branch="false"/>
510
+ <line number="186" hits="1" branch="false"/>
511
+ <line number="191" hits="20" branch="true" condition-coverage="83.33333333333334% (5/6)"/>
512
+ <line number="192" hits="20" branch="true" condition-coverage="83.33333333333334% (5/6)"/>
513
+ <line number="193" hits="20" branch="false"/>
514
+ <line number="194" hits="20" branch="true" condition-coverage="100% (2/2)"/>
515
+ <line number="195" hits="7" branch="false"/>
516
+ <line number="198" hits="20" branch="true" condition-coverage="100% (2/2)"/>
517
+ <line number="200" hits="20" branch="true" condition-coverage="83.33333333333334% (10/12)"/>
518
+ <line number="205" hits="1" branch="false"/>
519
+ <line number="206" hits="1" branch="false"/>
520
+ <line number="207" hits="1" branch="false"/>
521
+ <line number="208" hits="1" branch="false"/>
522
+ <line number="212" hits="1" branch="false"/>
523
+ <line number="215" hits="98" branch="false"/>
524
+ <line number="216" hits="23" branch="false"/>
525
+ <line number="220" hits="1" branch="false"/>
526
+ <line number="225" hits="10" branch="false"/>
524
527
  <line number="226" hits="10" branch="false"/>
525
- <line number="242" hits="10" branch="true" condition-coverage="100% (4/4)"/>
526
- <line number="243" hits="2" branch="false"/>
527
- <line number="245" hits="8" branch="false"/>
528
- <line number="248" hits="10" branch="false"/>
529
- <line number="254" hits="5" branch="true" condition-coverage="75% (3/4)"/>
530
- <line number="255" hits="0" branch="false"/>
531
- <line number="257" hits="5" branch="false"/>
532
- <line number="263" hits="5" branch="false"/>
533
- <line number="264" hits="7" branch="false"/>
534
- <line number="266" hits="7" branch="true" condition-coverage="100% (4/4)"/>
535
- <line number="267" hits="1" branch="false"/>
536
- <line number="268" hits="1" branch="false"/>
537
- <line number="271" hits="6" branch="false"/>
538
- <line number="273" hits="6" branch="false"/>
539
- <line number="274" hits="6" branch="false"/>
540
- <line number="277" hits="5" branch="true" condition-coverage="100% (2/2)"/>
541
- <line number="278" hits="1" branch="false"/>
542
- <line number="279" hits="1" branch="false"/>
543
- <line number="280" hits="1" branch="true" condition-coverage="50% (1/2)"/>
544
- <line number="281" hits="1" branch="false"/>
545
- <line number="283" hits="1" branch="false"/>
546
- <line number="284" hits="1" branch="true" condition-coverage="50% (1/2)"/>
547
- <line number="285" hits="1" branch="false"/>
548
- <line number="288" hits="0" branch="false"/>
549
- <line number="292" hits="5" branch="false"/>
550
- <line number="293" hits="5" branch="false"/>
551
- <line number="294" hits="4" branch="true" condition-coverage="100% (2/2)"/>
528
+ <line number="237" hits="10" branch="true" condition-coverage="100% (2/2)"/>
529
+ <line number="238" hits="8" branch="false"/>
530
+ <line number="240" hits="2" branch="false"/>
531
+ <line number="244" hits="10" branch="false"/>
532
+ <line number="245" hits="10" branch="true" condition-coverage="100% (2/2)"/>
533
+ <line number="246" hits="4" branch="false"/>
534
+ <line number="253" hits="10" branch="false"/>
535
+ <line number="269" hits="10" branch="true" condition-coverage="100% (4/4)"/>
536
+ <line number="270" hits="2" branch="false"/>
537
+ <line number="272" hits="8" branch="false"/>
538
+ <line number="275" hits="10" branch="false"/>
539
+ <line number="281" hits="5" branch="true" condition-coverage="75% (3/4)"/>
540
+ <line number="282" hits="0" branch="false"/>
541
+ <line number="284" hits="5" branch="false"/>
542
+ <line number="290" hits="5" branch="false"/>
543
+ <line number="291" hits="7" branch="false"/>
544
+ <line number="293" hits="7" branch="true" condition-coverage="100% (4/4)"/>
545
+ <line number="294" hits="1" branch="false"/>
552
546
  <line number="295" hits="1" branch="false"/>
553
- <line number="296" hits="1" branch="false"/>
554
- <line number="298" hits="3" branch="true" condition-coverage="100% (2/2)"/>
555
- <line number="299" hits="1" branch="false"/>
556
- <line number="300" hits="1" branch="false"/>
557
- <line number="302" hits="2" branch="true" condition-coverage="50% (1/2)"/>
558
- <line number="303" hits="2" branch="false"/>
547
+ <line number="298" hits="6" branch="false"/>
548
+ <line number="300" hits="6" branch="false"/>
549
+ <line number="301" hits="6" branch="false"/>
550
+ <line number="304" hits="5" branch="true" condition-coverage="100% (2/2)"/>
551
+ <line number="305" hits="1" branch="false"/>
559
552
  <line number="306" hits="1" branch="false"/>
560
- <line number="307" hits="1" branch="false"/>
561
- <line number="310" hits="2" branch="false"/>
562
- <line number="314" hits="2" branch="true" condition-coverage="100% (2/2)"/>
563
- <line number="315" hits="1" branch="false"/>
564
- <line number="316" hits="1" branch="false"/>
565
- <line number="319" hits="1" branch="true" condition-coverage="50% (1/2)"/>
566
- <line number="320" hits="1" branch="false"/>
567
- <line number="321" hits="1" branch="true" condition-coverage="75% (3/4)"/>
568
- <line number="322" hits="0" branch="false"/>
569
- <line number="323" hits="0" branch="false"/>
553
+ <line number="307" hits="1" branch="true" condition-coverage="50% (1/2)"/>
554
+ <line number="308" hits="1" branch="false"/>
555
+ <line number="310" hits="1" branch="false"/>
556
+ <line number="311" hits="1" branch="true" condition-coverage="50% (1/2)"/>
557
+ <line number="312" hits="1" branch="false"/>
558
+ <line number="315" hits="0" branch="false"/>
559
+ <line number="319" hits="5" branch="false"/>
560
+ <line number="320" hits="5" branch="false"/>
561
+ <line number="321" hits="4" branch="true" condition-coverage="100% (2/2)"/>
562
+ <line number="322" hits="1" branch="false"/>
563
+ <line number="323" hits="1" branch="false"/>
564
+ <line number="325" hits="3" branch="true" condition-coverage="100% (2/2)"/>
570
565
  <line number="326" hits="1" branch="false"/>
571
- <line number="330" hits="1" branch="false"/>
572
- <line number="334" hits="0" branch="false"/>
573
- <line number="335" hits="0" branch="false"/>
574
- <line number="336" hits="0" branch="false"/>
575
- <line number="337" hits="0" branch="false"/>
576
- <line number="338" hits="0" branch="false"/>
577
- <line number="345" hits="4" branch="false"/>
578
- <line number="346" hits="4" branch="false"/>
579
- <line number="347" hits="4" branch="false"/>
580
- <line number="348" hits="4" branch="false"/>
581
- <line number="349" hits="4" branch="false"/>
582
- <line number="350" hits="4" branch="false"/>
583
- <line number="351" hits="4" branch="false"/>
584
- <line number="352" hits="4" branch="false"/>
585
- <line number="353" hits="4" branch="false"/>
586
- <line number="354" hits="4" branch="false"/>
587
- <line number="355" hits="4" branch="false"/>
588
- <line number="358" hits="4" branch="false"/>
589
- <line number="359" hits="4" branch="false"/>
590
- <line number="361" hits="4" branch="false"/>
591
- <line number="362" hits="4" branch="false"/>
592
- <line number="367" hits="3" branch="true" condition-coverage="50% (1/2)"/>
593
- <line number="368" hits="0" branch="false"/>
594
- <line number="370" hits="3" branch="false"/>
595
- <line number="371" hits="3" branch="false"/>
596
- <line number="372" hits="3" branch="false"/>
597
- <line number="374" hits="3" branch="false"/>
598
- <line number="375" hits="3" branch="true" condition-coverage="50% (1/2)"/>
599
- <line number="376" hits="0" branch="false"/>
600
- <line number="377" hits="0" branch="false"/>
601
- <line number="378" hits="0" branch="false"/>
602
- <line number="381" hits="3" branch="true" condition-coverage="50% (1/2)"/>
603
- <line number="382" hits="0" branch="false"/>
604
- <line number="383" hits="0" branch="false"/>
605
- <line number="384" hits="0" branch="false"/>
606
- <line number="386" hits="3" branch="false"/>
607
- <line number="390" hits="3" branch="true" condition-coverage="100% (2/2)"/>
608
- <line number="391" hits="2" branch="false"/>
609
- <line number="392" hits="2" branch="true" condition-coverage="50% (1/2)"/>
610
- <line number="393" hits="0" branch="false"/>
611
- <line number="394" hits="0" branch="false"/>
566
+ <line number="327" hits="1" branch="false"/>
567
+ <line number="329" hits="2" branch="true" condition-coverage="100% (2/2)"/>
568
+ <line number="330" hits="2" branch="false"/>
569
+ <line number="333" hits="1" branch="false"/>
570
+ <line number="334" hits="1" branch="false"/>
571
+ <line number="337" hits="2" branch="false"/>
572
+ <line number="341" hits="2" branch="true" condition-coverage="100% (2/2)"/>
573
+ <line number="342" hits="1" branch="false"/>
574
+ <line number="343" hits="1" branch="false"/>
575
+ <line number="346" hits="1" branch="true" condition-coverage="50% (1/2)"/>
576
+ <line number="347" hits="1" branch="false"/>
577
+ <line number="348" hits="1" branch="true" condition-coverage="75% (3/4)"/>
578
+ <line number="349" hits="0" branch="false"/>
579
+ <line number="350" hits="0" branch="false"/>
580
+ <line number="353" hits="1" branch="false"/>
581
+ <line number="354" hits="1" branch="false"/>
582
+ <line number="358" hits="0" branch="false"/>
583
+ <line number="359" hits="0" branch="false"/>
584
+ <line number="360" hits="0" branch="false"/>
585
+ <line number="361" hits="0" branch="false"/>
586
+ <line number="362" hits="0" branch="false"/>
587
+ <line number="369" hits="4" branch="false"/>
588
+ <line number="370" hits="4" branch="false"/>
589
+ <line number="371" hits="4" branch="false"/>
590
+ <line number="372" hits="4" branch="false"/>
591
+ <line number="373" hits="4" branch="false"/>
592
+ <line number="374" hits="4" branch="false"/>
593
+ <line number="375" hits="4" branch="false"/>
594
+ <line number="376" hits="4" branch="false"/>
595
+ <line number="377" hits="4" branch="false"/>
596
+ <line number="378" hits="4" branch="false"/>
597
+ <line number="379" hits="4" branch="false"/>
598
+ <line number="382" hits="4" branch="false"/>
599
+ <line number="383" hits="4" branch="false"/>
600
+ <line number="385" hits="4" branch="false"/>
601
+ <line number="386" hits="4" branch="false"/>
602
+ <line number="391" hits="3" branch="true" condition-coverage="50% (1/2)"/>
603
+ <line number="392" hits="0" branch="false"/>
604
+ <line number="394" hits="3" branch="false"/>
605
+ <line number="395" hits="3" branch="false"/>
606
+ <line number="396" hits="3" branch="false"/>
612
607
  <line number="398" hits="3" branch="false"/>
613
- <line number="399" hits="3" branch="true" condition-coverage="100% (2/2)"/>
614
- <line number="401" hits="3" branch="false"/>
615
- <line number="402" hits="1" branch="false"/>
616
- <line number="403" hits="1" branch="false"/>
617
- <line number="404" hits="1" branch="false"/>
618
- <line number="405" hits="1" branch="false"/>
619
- <line number="406" hits="2" branch="false"/>
620
- <line number="407" hits="4" branch="false"/>
621
- <line number="414" hits="1" branch="false"/>
622
- <line number="421" hits="3" branch="false"/>
623
- <line number="424" hits="7" branch="false"/>
624
- <line number="425" hits="7" branch="false"/>
625
- <line number="426" hits="7" branch="true" condition-coverage="50% (1/2)"/>
626
- <line number="427" hits="0" branch="false"/>
627
- <line number="428" hits="0" branch="false"/>
628
- <line number="431" hits="7" branch="false"/>
629
- <line number="432" hits="7" branch="true" condition-coverage="50% (1/2)"/>
630
- <line number="433" hits="0" branch="false"/>
631
- <line number="434" hits="0" branch="false"/>
632
- <line number="437" hits="0" branch="false"/>
633
- <line number="438" hits="0" branch="false"/>
634
- <line number="441" hits="7" branch="true" condition-coverage="100% (2/2)"/>
635
- <line number="442" hits="1" branch="true" condition-coverage="50% (1/2)"/>
636
- <line number="443" hits="1" branch="false"/>
637
- <line number="444" hits="1" branch="false"/>
638
- <line number="445" hits="1" branch="false"/>
639
- <line number="446" hits="4" branch="false"/>
640
- <line number="448" hits="1" branch="false"/>
641
- <line number="450" hits="0" branch="false"/>
642
- <line number="453" hits="6" branch="false"/>
643
- <line number="456" hits="3" branch="false"/>
644
- <line number="457" hits="3" branch="true" condition-coverage="50% (1/2)"/>
608
+ <line number="399" hits="3" branch="true" condition-coverage="50% (1/2)"/>
609
+ <line number="400" hits="0" branch="false"/>
610
+ <line number="401" hits="0" branch="false"/>
611
+ <line number="402" hits="0" branch="false"/>
612
+ <line number="405" hits="3" branch="true" condition-coverage="50% (1/2)"/>
613
+ <line number="406" hits="0" branch="false"/>
614
+ <line number="407" hits="0" branch="false"/>
615
+ <line number="408" hits="0" branch="false"/>
616
+ <line number="410" hits="3" branch="false"/>
617
+ <line number="414" hits="3" branch="true" condition-coverage="100% (2/2)"/>
618
+ <line number="415" hits="2" branch="false"/>
619
+ <line number="416" hits="2" branch="true" condition-coverage="50% (1/2)"/>
620
+ <line number="417" hits="0" branch="false"/>
621
+ <line number="418" hits="0" branch="false"/>
622
+ <line number="422" hits="3" branch="false"/>
623
+ <line number="423" hits="3" branch="true" condition-coverage="100% (2/2)"/>
624
+ <line number="425" hits="3" branch="false"/>
625
+ <line number="426" hits="1" branch="false"/>
626
+ <line number="427" hits="1" branch="false"/>
627
+ <line number="428" hits="1" branch="false"/>
628
+ <line number="429" hits="1" branch="false"/>
629
+ <line number="430" hits="2" branch="false"/>
630
+ <line number="431" hits="4" branch="false"/>
631
+ <line number="438" hits="1" branch="false"/>
632
+ <line number="445" hits="3" branch="false"/>
633
+ <line number="448" hits="7" branch="false"/>
634
+ <line number="449" hits="7" branch="false"/>
635
+ <line number="450" hits="7" branch="true" condition-coverage="50% (1/2)"/>
636
+ <line number="451" hits="0" branch="false"/>
637
+ <line number="452" hits="0" branch="false"/>
638
+ <line number="455" hits="7" branch="false"/>
639
+ <line number="456" hits="7" branch="true" condition-coverage="50% (1/2)"/>
640
+ <line number="457" hits="0" branch="false"/>
645
641
  <line number="458" hits="0" branch="false"/>
646
- <line number="460" hits="0" branch="false"/>
647
- <line number="463" hits="3" branch="false"/>
648
- <line number="464" hits="3" branch="false"/>
649
- <line number="465" hits="3" branch="false"/>
650
- <line number="466" hits="3" branch="false"/>
651
- <line number="467" hits="3" branch="false"/>
652
- <line number="469" hits="0" branch="false"/>
653
- <line number="472" hits="0" branch="false"/>
642
+ <line number="461" hits="0" branch="false"/>
643
+ <line number="462" hits="0" branch="false"/>
644
+ <line number="465" hits="7" branch="true" condition-coverage="100% (2/2)"/>
645
+ <line number="466" hits="1" branch="true" condition-coverage="50% (1/2)"/>
646
+ <line number="467" hits="1" branch="false"/>
647
+ <line number="468" hits="1" branch="false"/>
648
+ <line number="469" hits="1" branch="false"/>
649
+ <line number="470" hits="4" branch="false"/>
650
+ <line number="472" hits="1" branch="false"/>
651
+ <line number="474" hits="0" branch="false"/>
652
+ <line number="477" hits="6" branch="false"/>
653
+ <line number="480" hits="3" branch="false"/>
654
+ <line number="481" hits="3" branch="true" condition-coverage="50% (1/2)"/>
655
+ <line number="482" hits="0" branch="false"/>
656
+ <line number="484" hits="0" branch="false"/>
657
+ <line number="487" hits="3" branch="false"/>
658
+ <line number="488" hits="3" branch="false"/>
659
+ <line number="489" hits="3" branch="false"/>
660
+ <line number="490" hits="3" branch="false"/>
661
+ <line number="491" hits="3" branch="false"/>
662
+ <line number="493" hits="0" branch="false"/>
663
+ <line number="496" hits="0" branch="false"/>
654
664
  </lines>
655
665
  </class>
656
- <class name="ArcGisFeatureQuery.ts" filename="src\ArcGisFeature\ArcGisFeatureQuery.ts" line-rate="1" branch-rate="0.9736">
666
+ <class name="ArcGisFeatureQuery.ts" filename="src\ArcGisFeature\ArcGisFeatureQuery.ts" line-rate="1" branch-rate="0.9687">
657
667
  <methods>
658
668
  <method name="(anonymous_0)" hits="13" signature="()V">
659
669
  <lines>
@@ -665,11 +675,6 @@
665
675
  <line number="159" hits="14"/>
666
676
  </lines>
667
677
  </method>
668
- <method name="(anonymous_2)" hits="112" signature="()V">
669
- <lines>
670
- <line number="223" hits="112"/>
671
- </lines>
672
- </method>
673
678
  </methods>
674
679
  <lines>
675
680
  <line number="116" hits="1" branch="false"/>
@@ -690,42 +695,38 @@
690
695
  <line number="153" hits="12" branch="false"/>
691
696
  <line number="154" hits="12" branch="false"/>
692
697
  <line number="160" hits="14" branch="false"/>
693
- <line number="162" hits="14" branch="true" condition-coverage="100% (2/2)"/>
694
- <line number="163" hits="1" branch="false"/>
695
- <line number="166" hits="14" branch="true" condition-coverage="100% (2/2)"/>
696
- <line number="167" hits="1" branch="false"/>
697
- <line number="170" hits="14" branch="true" condition-coverage="100% (2/2)"/>
698
- <line number="171" hits="7" branch="true" condition-coverage="100% (2/2)"/>
699
- <line number="174" hits="14" branch="true" condition-coverage="100% (2/2)"/>
700
- <line number="175" hits="11" branch="false"/>
701
- <line number="178" hits="14" branch="true" condition-coverage="100% (2/2)"/>
702
- <line number="179" hits="11" branch="false"/>
703
- <line number="182" hits="14" branch="true" condition-coverage="100% (2/2)"/>
704
- <line number="183" hits="11" branch="true" condition-coverage="50% (1/2)"/>
705
- <line number="186" hits="14" branch="false"/>
706
- <line number="188" hits="14" branch="true" condition-coverage="100% (4/4)"/>
707
- <line number="190" hits="13" branch="true" condition-coverage="100% (2/2)"/>
708
- <line number="191" hits="2" branch="false"/>
709
- <line number="194" hits="13" branch="true" condition-coverage="100% (2/2)"/>
710
- <line number="195" hits="12" branch="false"/>
698
+ <line number="162" hits="14" branch="false"/>
699
+ <line number="164" hits="14" branch="true" condition-coverage="100% (2/2)"/>
700
+ <line number="165" hits="1" branch="false"/>
701
+ <line number="168" hits="14" branch="true" condition-coverage="100% (2/2)"/>
702
+ <line number="169" hits="1" branch="false"/>
703
+ <line number="172" hits="14" branch="true" condition-coverage="100% (2/2)"/>
704
+ <line number="173" hits="7" branch="true" condition-coverage="100% (2/2)"/>
705
+ <line number="176" hits="14" branch="true" condition-coverage="100% (2/2)"/>
706
+ <line number="177" hits="11" branch="false"/>
707
+ <line number="180" hits="14" branch="true" condition-coverage="100% (2/2)"/>
708
+ <line number="181" hits="11" branch="false"/>
709
+ <line number="184" hits="14" branch="true" condition-coverage="100% (2/2)"/>
710
+ <line number="185" hits="11" branch="true" condition-coverage="50% (1/2)"/>
711
+ <line number="188" hits="14" branch="false"/>
712
+ <line number="190" hits="14" branch="true" condition-coverage="100% (4/4)"/>
713
+ <line number="192" hits="13" branch="true" condition-coverage="100% (2/2)"/>
714
+ <line number="193" hits="2" branch="false"/>
715
+ <line number="196" hits="13" branch="true" condition-coverage="100% (2/2)"/>
711
716
  <line number="197" hits="12" branch="false"/>
712
- <line number="198" hits="12" branch="false"/>
717
+ <line number="199" hits="12" branch="false"/>
713
718
  <line number="200" hits="12" branch="false"/>
714
- <line number="204" hits="1" branch="false"/>
715
- <line number="207" hits="14" branch="true" condition-coverage="100% (2/2)"/>
716
- <line number="208" hits="4" branch="false"/>
717
- <line number="209" hits="4" branch="false"/>
718
- <line number="212" hits="14" branch="true" condition-coverage="100% (2/2)"/>
719
- <line number="213" hits="5" branch="false"/>
720
- <line number="216" hits="14" branch="true" condition-coverage="100% (2/2)"/>
721
- <line number="217" hits="8" branch="false"/>
722
- <line number="220" hits="14" branch="false"/>
723
- <line number="224" hits="112" branch="true" condition-coverage="100% (2/2)"/>
724
- <line number="225" hits="1" branch="false"/>
725
- <line number="228" hits="111" branch="false"/>
726
- <line number="229" hits="111" branch="true" condition-coverage="100% (4/4)"/>
727
- <line number="230" hits="97" branch="false"/>
728
- <line number="233" hits="111" branch="false"/>
719
+ <line number="201" hits="12" branch="false"/>
720
+ <line number="203" hits="12" branch="false"/>
721
+ <line number="207" hits="1" branch="false"/>
722
+ <line number="210" hits="14" branch="true" condition-coverage="100% (2/2)"/>
723
+ <line number="211" hits="5" branch="false"/>
724
+ <line number="212" hits="5" branch="false"/>
725
+ <line number="215" hits="14" branch="true" condition-coverage="100% (2/2)"/>
726
+ <line number="216" hits="5" branch="false"/>
727
+ <line number="219" hits="14" branch="true" condition-coverage="100% (2/2)"/>
728
+ <line number="220" hits="8" branch="false"/>
729
+ <line number="223" hits="14" branch="false"/>
729
730
  </lines>
730
731
  </class>
731
732
  <class name="ArcGisFeatureReader.ts" filename="src\ArcGisFeature\ArcGisFeatureReader.ts" line-rate="1" branch-rate="1">
@@ -917,51 +918,51 @@
917
918
  <line number="69" hits="0" branch="false"/>
918
919
  </lines>
919
920
  </class>
920
- <class name="ArcGisSymbologyRenderer.ts" filename="src\ArcGisFeature\ArcGisSymbologyRenderer.ts" line-rate="0.8946999999999999" branch-rate="0.7826000000000001">
921
+ <class name="ArcGisSymbologyRenderer.ts" filename="src\ArcGisFeature\ArcGisSymbologyRenderer.ts" line-rate="0.8969" branch-rate="0.7812">
921
922
  <methods>
922
- <method name="colorFromArray" hits="36" signature="()V">
923
+ <method name="colorFromArray" hits="42" signature="()V">
923
924
  <lines>
924
- <line number="11" hits="36"/>
925
+ <line number="11" hits="42"/>
925
926
  </lines>
926
927
  </method>
927
- <method name="(anonymous_1)" hits="18" signature="()V">
928
+ <method name="(anonymous_1)" hits="22" signature="()V">
928
929
  <lines>
929
- <line number="47" hits="18"/>
930
+ <line number="47" hits="22"/>
930
931
  </lines>
931
932
  </method>
932
- <method name="(anonymous_2)" hits="28" signature="()V">
933
+ <method name="(anonymous_2)" hits="32" signature="()V">
933
934
  <lines>
934
- <line number="42" hits="28"/>
935
+ <line number="42" hits="32"/>
935
936
  </lines>
936
937
  </method>
937
- <method name="(anonymous_3)" hits="22" signature="()V">
938
+ <method name="(anonymous_3)" hits="26" signature="()V">
938
939
  <lines>
939
- <line number="43" hits="22"/>
940
+ <line number="43" hits="26"/>
940
941
  </lines>
941
942
  </method>
942
- <method name="(anonymous_4)" hits="15" signature="()V">
943
+ <method name="(anonymous_4)" hits="19" signature="()V">
943
944
  <lines>
944
- <line number="44" hits="15"/>
945
+ <line number="44" hits="19"/>
945
946
  </lines>
946
947
  </method>
947
- <method name="(anonymous_5)" hits="4" signature="()V">
948
+ <method name="(anonymous_5)" hits="8" signature="()V">
948
949
  <lines>
949
- <line number="45" hits="4"/>
950
+ <line number="45" hits="8"/>
950
951
  </lines>
951
952
  </method>
952
- <method name="(anonymous_6)" hits="18" signature="()V">
953
+ <method name="(anonymous_6)" hits="22" signature="()V">
953
954
  <lines>
954
- <line number="51" hits="18"/>
955
+ <line number="51" hits="22"/>
955
956
  </lines>
956
957
  </method>
957
- <method name="(anonymous_7)" hits="11" signature="()V">
958
+ <method name="(anonymous_7)" hits="15" signature="()V">
958
959
  <lines>
959
- <line number="85" hits="11"/>
960
+ <line number="85" hits="15"/>
960
961
  </lines>
961
962
  </method>
962
- <method name="(anonymous_8)" hits="4" signature="()V">
963
+ <method name="(anonymous_8)" hits="8" signature="()V">
963
964
  <lines>
964
- <line number="73" hits="4"/>
965
+ <line number="73" hits="8"/>
965
966
  </lines>
966
967
  </method>
967
968
  <method name="(anonymous_9)" hits="0" signature="()V">
@@ -969,14 +970,14 @@
969
970
  <line number="74" hits="0"/>
970
971
  </lines>
971
972
  </method>
972
- <method name="(anonymous_10)" hits="13" signature="()V">
973
+ <method name="(anonymous_10)" hits="21" signature="()V">
973
974
  <lines>
974
- <line number="75" hits="13"/>
975
+ <line number="75" hits="21"/>
975
976
  </lines>
976
977
  </method>
977
- <method name="(anonymous_11)" hits="11" signature="()V">
978
+ <method name="(anonymous_11)" hits="15" signature="()V">
978
979
  <lines>
979
- <line number="76" hits="11"/>
980
+ <line number="76" hits="15"/>
980
981
  </lines>
981
982
  </method>
982
983
  <method name="(anonymous_12)" hits="2" signature="()V">
@@ -984,19 +985,19 @@
984
985
  <line number="77" hits="2"/>
985
986
  </lines>
986
987
  </method>
987
- <method name="(anonymous_13)" hits="13" signature="()V">
988
+ <method name="(anonymous_13)" hits="21" signature="()V">
988
989
  <lines>
989
- <line number="78" hits="13"/>
990
+ <line number="78" hits="21"/>
990
991
  </lines>
991
992
  </method>
992
- <method name="(anonymous_14)" hits="8" signature="()V">
993
+ <method name="(anonymous_14)" hits="14" signature="()V">
993
994
  <lines>
994
- <line number="79" hits="8"/>
995
+ <line number="79" hits="14"/>
995
996
  </lines>
996
997
  </method>
997
- <method name="(anonymous_15)" hits="8" signature="()V">
998
+ <method name="(anonymous_15)" hits="14" signature="()V">
998
999
  <lines>
999
- <line number="80" hits="8"/>
1000
+ <line number="80" hits="14"/>
1000
1001
  </lines>
1001
1002
  </method>
1002
1003
  <method name="(anonymous_16)" hits="2" signature="()V">
@@ -1014,29 +1015,29 @@
1014
1015
  <line number="83" hits="0"/>
1015
1016
  </lines>
1016
1017
  </method>
1017
- <method name="(anonymous_19)" hits="11" signature="()V">
1018
+ <method name="(anonymous_19)" hits="15" signature="()V">
1018
1019
  <lines>
1019
- <line number="91" hits="11"/>
1020
+ <line number="91" hits="15"/>
1020
1021
  </lines>
1021
1022
  </method>
1022
- <method name="(anonymous_20)" hits="5" signature="()V">
1023
+ <method name="(anonymous_20)" hits="7" signature="()V">
1023
1024
  <lines>
1024
- <line number="114" hits="5"/>
1025
+ <line number="114" hits="7"/>
1025
1026
  </lines>
1026
1027
  </method>
1027
- <method name="(anonymous_21)" hits="8" signature="()V">
1028
+ <method name="(anonymous_21)" hits="10" signature="()V">
1028
1029
  <lines>
1029
- <line number="110" hits="8"/>
1030
+ <line number="110" hits="10"/>
1030
1031
  </lines>
1031
1032
  </method>
1032
- <method name="(anonymous_22)" hits="9" signature="()V">
1033
+ <method name="(anonymous_22)" hits="11" signature="()V">
1033
1034
  <lines>
1034
- <line number="111" hits="9"/>
1035
+ <line number="111" hits="11"/>
1035
1036
  </lines>
1036
1037
  </method>
1037
- <method name="(anonymous_23)" hits="4" signature="()V">
1038
+ <method name="(anonymous_23)" hits="6" signature="()V">
1038
1039
  <lines>
1039
- <line number="112" hits="4"/>
1040
+ <line number="112" hits="6"/>
1040
1041
  </lines>
1041
1042
  </method>
1042
1043
  <method name="(anonymous_24)" hits="12" signature="()V">
@@ -1044,128 +1045,130 @@
1044
1045
  <line number="113" hits="12"/>
1045
1046
  </lines>
1046
1047
  </method>
1047
- <method name="(anonymous_25)" hits="5" signature="()V">
1048
+ <method name="(anonymous_25)" hits="7" signature="()V">
1048
1049
  <lines>
1049
- <line number="120" hits="5"/>
1050
+ <line number="120" hits="7"/>
1050
1051
  </lines>
1051
1052
  </method>
1052
- <method name="(anonymous_26)" hits="51" signature="()V">
1053
+ <method name="(anonymous_26)" hits="53" signature="()V">
1053
1054
  <lines>
1054
- <line number="151" hits="51"/>
1055
+ <line number="153" hits="53"/>
1055
1056
  </lines>
1056
1057
  </method>
1057
1058
  <method name="(anonymous_27)" hits="5" signature="()V">
1058
1059
  <lines>
1059
- <line number="186" hits="5"/>
1060
+ <line number="188" hits="5"/>
1060
1061
  </lines>
1061
1062
  </method>
1062
1063
  <method name="(anonymous_28)" hits="14" signature="()V">
1063
1064
  <lines>
1064
- <line number="200" hits="14"/>
1065
+ <line number="202" hits="14"/>
1065
1066
  </lines>
1066
1067
  </method>
1067
1068
  <method name="(anonymous_29)" hits="2" signature="()V">
1068
1069
  <lines>
1069
- <line number="221" hits="2"/>
1070
+ <line number="223" hits="2"/>
1070
1071
  </lines>
1071
1072
  </method>
1072
1073
  </methods>
1073
1074
  <lines>
1074
1075
  <line number="6" hits="1" branch="false"/>
1075
1076
  <line number="7" hits="1" branch="false"/>
1076
- <line number="12" hits="36" branch="true" condition-coverage="75% (3/4)"/>
1077
- <line number="14" hits="36" branch="false"/>
1077
+ <line number="12" hits="42" branch="true" condition-coverage="75% (3/4)"/>
1078
+ <line number="14" hits="42" branch="false"/>
1078
1079
  <line number="16" hits="0" branch="false"/>
1079
1080
  <line number="19" hits="1" branch="false"/>
1080
1081
  <line number="39" hits="1" branch="false"/>
1081
- <line number="42" hits="28" branch="false"/>
1082
- <line number="43" hits="22" branch="false"/>
1083
- <line number="44" hits="15" branch="false"/>
1084
- <line number="45" hits="4" branch="false"/>
1085
- <line number="48" hits="18" branch="false"/>
1086
- <line number="52" hits="18" branch="false"/>
1082
+ <line number="42" hits="32" branch="false"/>
1083
+ <line number="43" hits="26" branch="false"/>
1084
+ <line number="44" hits="19" branch="false"/>
1085
+ <line number="45" hits="8" branch="false"/>
1086
+ <line number="48" hits="22" branch="false"/>
1087
+ <line number="52" hits="22" branch="false"/>
1087
1088
  <line number="69" hits="1" branch="false"/>
1088
- <line number="73" hits="4" branch="false"/>
1089
+ <line number="73" hits="8" branch="false"/>
1089
1090
  <line number="74" hits="0" branch="false"/>
1090
- <line number="75" hits="13" branch="false"/>
1091
- <line number="76" hits="11" branch="false"/>
1091
+ <line number="75" hits="21" branch="false"/>
1092
+ <line number="76" hits="15" branch="false"/>
1092
1093
  <line number="77" hits="2" branch="false"/>
1093
- <line number="78" hits="13" branch="false"/>
1094
- <line number="79" hits="8" branch="false"/>
1095
- <line number="80" hits="8" branch="false"/>
1094
+ <line number="78" hits="21" branch="false"/>
1095
+ <line number="79" hits="14" branch="false"/>
1096
+ <line number="80" hits="14" branch="false"/>
1096
1097
  <line number="81" hits="2" branch="false"/>
1097
1098
  <line number="82" hits="2" branch="false"/>
1098
1099
  <line number="83" hits="0" branch="false"/>
1099
- <line number="86" hits="11" branch="false"/>
1100
- <line number="87" hits="11" branch="false"/>
1101
- <line number="88" hits="11" branch="false"/>
1102
- <line number="92" hits="11" branch="false"/>
1100
+ <line number="86" hits="15" branch="false"/>
1101
+ <line number="87" hits="15" branch="false"/>
1102
+ <line number="88" hits="15" branch="false"/>
1103
+ <line number="92" hits="15" branch="false"/>
1103
1104
  <line number="106" hits="1" branch="false"/>
1104
- <line number="110" hits="8" branch="false"/>
1105
- <line number="111" hits="9" branch="false"/>
1106
- <line number="112" hits="4" branch="false"/>
1105
+ <line number="110" hits="10" branch="false"/>
1106
+ <line number="111" hits="11" branch="false"/>
1107
+ <line number="112" hits="6" branch="false"/>
1107
1108
  <line number="113" hits="12" branch="false"/>
1108
- <line number="115" hits="5" branch="false"/>
1109
- <line number="116" hits="5" branch="true" condition-coverage="50% (1/2)"/>
1109
+ <line number="115" hits="7" branch="false"/>
1110
+ <line number="116" hits="7" branch="true" condition-coverage="100% (2/2)"/>
1110
1111
  <line number="117" hits="5" branch="false"/>
1111
- <line number="121" hits="5" branch="false"/>
1112
+ <line number="121" hits="7" branch="false"/>
1112
1113
  <line number="126" hits="1" branch="false"/>
1113
1114
  <line number="129" hits="1" branch="false"/>
1114
- <line number="138" hits="1" branch="false"/>
1115
- <line number="145" hits="1" branch="false"/>
1116
- <line number="153" hits="51" branch="true" condition-coverage="100% (6/6)"/>
1117
- <line number="154" hits="28" branch="false"/>
1118
- <line number="155" hits="23" branch="true" condition-coverage="100% (6/6)"/>
1119
- <line number="156" hits="1" branch="true" condition-coverage="75% (3/4)"/>
1120
- <line number="159" hits="51" branch="true" condition-coverage="100% (2/2)"/>
1121
- <line number="160" hits="29" branch="true" condition-coverage="100% (2/2)"/>
1122
- <line number="161" hits="5" branch="false"/>
1123
- <line number="162" hits="24" branch="true" condition-coverage="100% (2/2)"/>
1124
- <line number="163" hits="13" branch="false"/>
1125
- <line number="164" hits="11" branch="true" condition-coverage="50% (1/2)"/>
1126
- <line number="165" hits="11" branch="false"/>
1127
- <line number="172" hits="51" branch="true" condition-coverage="100% (2/2)"/>
1128
- <line number="173" hits="22" branch="false"/>
1129
- <line number="174" hits="22" branch="true" condition-coverage="100% (4/4)"/>
1130
- <line number="175" hits="2" branch="false"/>
1131
- <line number="176" hits="20" branch="true" condition-coverage="100% (4/4)"/>
1115
+ <line number="140" hits="1" branch="false"/>
1116
+ <line number="147" hits="1" branch="false"/>
1117
+ <line number="155" hits="53" branch="true" condition-coverage="100% (6/6)"/>
1118
+ <line number="156" hits="28" branch="false"/>
1119
+ <line number="157" hits="25" branch="true" condition-coverage="100% (6/6)"/>
1120
+ <line number="158" hits="1" branch="true" condition-coverage="75% (3/4)"/>
1121
+ <line number="161" hits="53" branch="true" condition-coverage="100% (2/2)"/>
1122
+ <line number="162" hits="29" branch="true" condition-coverage="100% (2/2)"/>
1123
+ <line number="163" hits="5" branch="false"/>
1124
+ <line number="164" hits="24" branch="true" condition-coverage="100% (2/2)"/>
1125
+ <line number="165" hits="13" branch="false"/>
1126
+ <line number="166" hits="11" branch="true" condition-coverage="50% (1/2)"/>
1127
+ <line number="167" hits="11" branch="false"/>
1128
+ <line number="174" hits="53" branch="true" condition-coverage="100% (2/2)"/>
1129
+ <line number="175" hits="24" branch="false"/>
1130
+ <line number="176" hits="24" branch="true" condition-coverage="100% (4/4)"/>
1132
1131
  <line number="177" hits="2" branch="false"/>
1133
- <line number="178" hits="18" branch="true" condition-coverage="100% (2/2)"/>
1134
- <line number="179" hits="1" branch="false"/>
1135
- <line number="181" hits="17" branch="false"/>
1136
- <line number="187" hits="5" branch="true" condition-coverage="50% (1/2)"/>
1137
- <line number="188" hits="0" branch="false"/>
1138
- <line number="190" hits="5" branch="true" condition-coverage="83.33333333333334% (5/6)"/>
1139
- <line number="191" hits="4" branch="false"/>
1140
- <line number="192" hits="4" branch="true" condition-coverage="75% (3/4)"/>
1132
+ <line number="178" hits="22" branch="true" condition-coverage="100% (4/4)"/>
1133
+ <line number="179" hits="2" branch="false"/>
1134
+ <line number="180" hits="20" branch="true" condition-coverage="100% (2/2)"/>
1135
+ <line number="181" hits="1" branch="false"/>
1136
+ <line number="183" hits="19" branch="false"/>
1137
+ <line number="189" hits="5" branch="true" condition-coverage="50% (1/2)"/>
1138
+ <line number="190" hits="0" branch="false"/>
1139
+ <line number="192" hits="5" branch="true" condition-coverage="83.33333333333334% (5/6)"/>
1141
1140
  <line number="193" hits="4" branch="false"/>
1142
- <line number="195" hits="0" branch="false"/>
1143
- <line number="201" hits="14" branch="true" condition-coverage="50% (1/2)"/>
1144
- <line number="202" hits="0" branch="false"/>
1145
- <line number="205" hits="14" branch="true" condition-coverage="83.33333333333334% (5/6)"/>
1146
- <line number="206" hits="4" branch="false"/>
1147
- <line number="207" hits="4" branch="true" condition-coverage="75% (3/4)"/>
1141
+ <line number="194" hits="4" branch="true" condition-coverage="75% (3/4)"/>
1142
+ <line number="195" hits="4" branch="false"/>
1143
+ <line number="197" hits="0" branch="false"/>
1144
+ <line number="203" hits="14" branch="true" condition-coverage="50% (1/2)"/>
1145
+ <line number="204" hits="0" branch="false"/>
1146
+ <line number="207" hits="14" branch="true" condition-coverage="83.33333333333334% (5/6)"/>
1148
1147
  <line number="208" hits="4" branch="false"/>
1149
- <line number="210" hits="10" branch="true" condition-coverage="66.66666666666666% (4/6)"/>
1150
- <line number="211" hits="10" branch="false"/>
1151
- <line number="214" hits="14" branch="true" condition-coverage="50% (1/2)"/>
1152
- <line number="215" hits="14" branch="true" condition-coverage="50% (1/2)"/>
1153
- <line number="216" hits="14" branch="false"/>
1154
- <line number="217" hits="14" branch="false"/>
1155
- <line number="222" hits="2" branch="true" condition-coverage="50% (1/2)"/>
1156
- <line number="223" hits="0" branch="false"/>
1157
- <line number="225" hits="2" branch="true" condition-coverage="66.66666666666666% (4/6)"/>
1158
- <line number="226" hits="2" branch="false"/>
1159
- <line number="227" hits="2" branch="false"/>
1160
- <line number="228" hits="2" branch="true" condition-coverage="50% (1/2)"/>
1161
- <line number="229" hits="0" branch="false"/>
1148
+ <line number="209" hits="4" branch="true" condition-coverage="75% (3/4)"/>
1149
+ <line number="210" hits="4" branch="false"/>
1150
+ <line number="212" hits="10" branch="true" condition-coverage="66.66666666666666% (4/6)"/>
1151
+ <line number="213" hits="10" branch="false"/>
1152
+ <line number="216" hits="14" branch="true" condition-coverage="50% (1/2)"/>
1153
+ <line number="217" hits="14" branch="true" condition-coverage="50% (1/2)"/>
1154
+ <line number="218" hits="14" branch="false"/>
1155
+ <line number="219" hits="14" branch="false"/>
1156
+ <line number="224" hits="2" branch="true" condition-coverage="50% (1/2)"/>
1157
+ <line number="225" hits="0" branch="false"/>
1158
+ <line number="227" hits="2" branch="true" condition-coverage="66.66666666666666% (4/6)"/>
1159
+ <line number="228" hits="2" branch="false"/>
1160
+ <line number="229" hits="2" branch="false"/>
1162
1161
  <line number="230" hits="2" branch="true" condition-coverage="50% (1/2)"/>
1163
1162
  <line number="231" hits="0" branch="false"/>
1164
- <line number="233" hits="2" branch="true" condition-coverage="75% (3/4)"/>
1165
- <line number="235" hits="2" branch="false"/>
1166
- <line number="236" hits="2" branch="false"/>
1163
+ <line number="232" hits="2" branch="true" condition-coverage="50% (1/2)"/>
1164
+ <line number="233" hits="2" branch="false"/>
1165
+ <line number="235" hits="2" branch="true" condition-coverage="50% (1/2)"/>
1166
+ <line number="236" hits="0" branch="false"/>
1167
+ <line number="237" hits="2" branch="true" condition-coverage="50% (1/2)"/>
1167
1168
  <line number="238" hits="2" branch="false"/>
1168
- <line number="240" hits="0" branch="false"/>
1169
+ <line number="240" hits="2" branch="true" condition-coverage="75% (3/4)"/>
1170
+ <line number="241" hits="2" branch="false"/>
1171
+ <line number="243" hits="0" branch="false"/>
1169
1172
  </lines>
1170
1173
  </class>
1171
1174
  </classes>