@itwin/map-layers-formats 4.1.0-dev.5 → 4.1.0-dev.50

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 (78) hide show
  1. package/.rush/temp/operation/build/all.log +0 -2
  2. package/.rush/temp/operation/build/state.json +1 -1
  3. package/.rush/temp/operation/cover/all.log +12 -7
  4. package/.rush/temp/operation/cover/state.json +1 -1
  5. package/.rush/temp/operation/docs/all.log +2 -2
  6. package/.rush/temp/operation/docs/state.json +1 -1
  7. package/.rush/temp/package-deps_build.json +9 -9
  8. package/.rush/temp/package-deps_cover.json +9 -9
  9. package/.rush/temp/package-deps_docs.json +9 -9
  10. package/.rush/temp/shrinkwrap-deps.json +70 -80
  11. package/CHANGELOG.json +57 -0
  12. package/CHANGELOG.md +44 -1
  13. package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.d.ts.map +1 -1
  14. package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.js +3 -0
  15. package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.js.map +1 -1
  16. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.d.ts +3 -0
  17. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.d.ts.map +1 -1
  18. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js +49 -11
  19. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
  20. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js +3 -3
  21. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
  22. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js +139 -7
  23. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -1
  24. package/lib/cjs/test/ArcGisFeature/Mocks.d.ts.map +1 -1
  25. package/lib/cjs/test/ArcGisFeature/Mocks.js +1 -1
  26. package/lib/cjs/test/ArcGisFeature/Mocks.js.map +1 -1
  27. package/lib/cjs/test/coverage/.nyc_output/49eeff8d-f0c9-43b5-9fa7-717e2ee4f36b.json +1 -0
  28. package/lib/cjs/test/coverage/.nyc_output/processinfo/49eeff8d-f0c9-43b5-9fa7-717e2ee4f36b.json +1 -0
  29. package/lib/cjs/test/coverage/.nyc_output/processinfo/b749190e-f7e9-4cdb-80df-74589d31e28d.json +1 -0
  30. package/lib/cjs/test/coverage/.nyc_output/processinfo/index.json +1 -1
  31. package/lib/cjs/test/coverage/cobertura-coverage.xml +295 -258
  32. package/lib/cjs/test/coverage/lcov-report/index.html +18 -18
  33. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureFormat.ts.html +21 -9
  34. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureJSON.ts.html +1 -1
  35. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeaturePBF.ts.html +1 -1
  36. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureProvider.ts.html +202 -76
  37. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureQuery.ts.html +1 -1
  38. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureReader.ts.html +1 -1
  39. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureRenderer.ts.html +1 -1
  40. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureResponse.ts.html +1 -1
  41. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisSymbologyRenderer.ts.html +13 -13
  42. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/index.html +26 -26
  43. package/lib/cjs/test/coverage/lcov-report/src/index.html +1 -1
  44. package/lib/cjs/test/coverage/lcov-report/src/map-layers-formats.ts.html +1 -1
  45. package/lib/cjs/test/coverage/lcov-report/src/mapLayersFormats.ts.html +1 -1
  46. package/lib/cjs/test/coverage/lcov.info +429 -388
  47. package/lib/cjs/tsconfig.tsbuildinfo +1 -1
  48. package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.d.ts.map +1 -1
  49. package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.js +4 -1
  50. package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.js.map +1 -1
  51. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.d.ts +3 -0
  52. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.d.ts.map +1 -1
  53. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js +49 -11
  54. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
  55. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js +3 -3
  56. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
  57. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js +140 -8
  58. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -1
  59. package/lib/esm/test/ArcGisFeature/Mocks.d.ts.map +1 -1
  60. package/lib/esm/test/ArcGisFeature/Mocks.js +1 -1
  61. package/lib/esm/test/ArcGisFeature/Mocks.js.map +1 -1
  62. package/lib/esm/tsconfig.tsbuildinfo +1 -1
  63. package/lib/test/junit_results.xml +53 -43
  64. package/map-layers-formats.build.cache.log +2 -0
  65. package/map-layers-formats.cover.log +103 -0
  66. package/{map-layers-formats.build.log → map-layers-formats.docs.log} +2 -2
  67. package/map-layers-formats.lint.error.log +1 -0
  68. package/map-layers-formats.lint.log +2 -0
  69. package/package.json +12 -12
  70. package/src/ArcGisFeature/ArcGisFeatureFormat.ts +5 -1
  71. package/src/ArcGisFeature/ArcGisFeatureProvider.ts +53 -11
  72. package/src/ArcGisFeature/ArcGisSymbologyRenderer.ts +3 -3
  73. package/src/test/ArcGisFeature/ArcGisFeatureProvider.test.ts +180 -8
  74. package/src/test/ArcGisFeature/Mocks.ts +1 -1
  75. package/lib/cjs/test/coverage/.nyc_output/97a409cb-0529-4dd9-9185-4c9a271c836a.json +0 -1
  76. package/lib/cjs/test/coverage/.nyc_output/processinfo/530a1eef-b22f-4875-a81e-1eabc667f480.json +0 -1
  77. package/lib/cjs/test/coverage/.nyc_output/processinfo/97a409cb-0529-4dd9-9185-4c9a271c836a.json +0 -1
  78. /package/lib/cjs/test/coverage/.nyc_output/{530a1eef-b22f-4875-a81e-1eabc667f480.json → b749190e-f7e9-4cdb-80df-74589d31e28d.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="696" lines-covered="636" line-rate="0.9137000000000001" branches-valid="407" branches-covered="346" branch-rate="0.8501000000000001" timestamp="1684214036741" complexity="0" version="0.1">
3
+ <coverage lines-valid="723" lines-covered="661" line-rate="0.9142" branches-valid="417" branches-covered="354" branch-rate="0.8489" timestamp="1688102148926" complexity="0" version="0.1">
4
4
  <sources>
5
- <source>D:\vsts_a\7\s\extensions\map-layers-formats</source>
5
+ <source>D:\vsts_a\1\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,9 +35,9 @@
35
35
  </class>
36
36
  </classes>
37
37
  </package>
38
- <package name="src.ArcGisFeature" line-rate="0.917" branch-rate="0.8543000000000001">
38
+ <package name="src.ArcGisFeature" line-rate="0.9173" branch-rate="0.853">
39
39
  <classes>
40
- <class name="ArcGisFeatureFormat.ts" filename="src\ArcGisFeature\ArcGisFeatureFormat.ts" line-rate="1" branch-rate="1">
40
+ <class name="ArcGisFeatureFormat.ts" filename="src\ArcGisFeature\ArcGisFeatureFormat.ts" line-rate="0.8887999999999999" branch-rate="0.5">
41
41
  <methods>
42
42
  <method name="(anonymous_0)" hits="1" signature="()V">
43
43
  <lines>
@@ -57,6 +57,9 @@
57
57
  <line number="11" hits="1" branch="false"/>
58
58
  <line number="12" hits="1" branch="false"/>
59
59
  <line number="14" hits="1" branch="false"/>
60
+ <line number="15" hits="1" branch="true" condition-coverage="50% (1/2)"/>
61
+ <line number="16" hits="0" branch="false"/>
62
+ <line number="18" hits="1" branch="false"/>
60
63
  </lines>
61
64
  </class>
62
65
  <class name="ArcGisFeatureJSON.ts" filename="src\ArcGisFeature\ArcGisFeatureJSON.ts" line-rate="1" branch-rate="0.9">
@@ -327,7 +330,7 @@
327
330
  <line number="213" hits="4" branch="false"/>
328
331
  </lines>
329
332
  </class>
330
- <class name="ArcGisFeatureProvider.ts" filename="src\ArcGisFeature\ArcGisFeatureProvider.ts" line-rate="0.8818" branch-rate="0.8371999999999999">
333
+ <class name="ArcGisFeatureProvider.ts" filename="src\ArcGisFeature\ArcGisFeatureProvider.ts" line-rate="0.8887999999999999" branch-rate="0.8393999999999999">
331
334
  <methods>
332
335
  <method name="(anonymous_0)" hits="0" signature="()V">
333
336
  <lines>
@@ -339,79 +342,89 @@
339
342
  <line number="47" hits="0"/>
340
343
  </lines>
341
344
  </method>
342
- <method name="(anonymous_2)" hits="30" signature="()V">
345
+ <method name="(anonymous_2)" hits="35" signature="()V">
343
346
  <lines>
344
- <line number="49" hits="30"/>
347
+ <line number="51" hits="35"/>
345
348
  </lines>
346
349
  </method>
347
- <method name="(anonymous_3)" hits="26" signature="()V">
350
+ <method name="(anonymous_3)" hits="30" signature="()V">
348
351
  <lines>
349
- <line number="53" hits="26"/>
352
+ <line number="55" hits="30"/>
350
353
  </lines>
351
354
  </method>
352
- <method name="(anonymous_4)" hits="1" signature="()V">
355
+ <method name="(anonymous_4)" hits="23" signature="()V">
353
356
  <lines>
354
- <line number="196" hits="1"/>
357
+ <line number="206" hits="23"/>
355
358
  </lines>
356
359
  </method>
357
- <method name="(anonymous_5)" hits="98" signature="()V">
360
+ <method name="(anonymous_5)" hits="24" signature="()V">
358
361
  <lines>
359
- <line number="208" hits="98"/>
362
+ <line number="225" hits="24"/>
360
363
  </lines>
361
364
  </method>
362
- <method name="(anonymous_6)" hits="23" signature="()V">
365
+ <method name="(anonymous_6)" hits="1" signature="()V">
363
366
  <lines>
364
- <line number="209" hits="23"/>
367
+ <line number="238" hits="1"/>
365
368
  </lines>
366
369
  </method>
367
- <method name="(anonymous_7)" hits="1" signature="()V">
370
+ <method name="(anonymous_7)" hits="102" signature="()V">
368
371
  <lines>
369
- <line number="212" hits="1"/>
372
+ <line number="250" hits="102"/>
370
373
  </lines>
371
374
  </method>
372
- <method name="(anonymous_8)" hits="10" signature="()V">
375
+ <method name="(anonymous_8)" hits="23" signature="()V">
373
376
  <lines>
374
- <line number="216" hits="10"/>
377
+ <line number="251" hits="23"/>
375
378
  </lines>
376
379
  </method>
377
- <method name="(anonymous_9)" hits="5" signature="()V">
380
+ <method name="(anonymous_9)" hits="1" signature="()V">
378
381
  <lines>
379
- <line number="273" hits="5"/>
382
+ <line number="254" hits="1"/>
380
383
  </lines>
381
384
  </method>
382
- <method name="(anonymous_10)" hits="7" signature="()V">
385
+ <method name="(anonymous_10)" hits="10" signature="()V">
383
386
  <lines>
384
- <line number="283" hits="7"/>
387
+ <line number="258" hits="10"/>
385
388
  </lines>
386
389
  </method>
387
- <method name="(anonymous_11)" hits="2" signature="()V">
390
+ <method name="(anonymous_11)" hits="5" signature="()V">
391
+ <lines>
392
+ <line number="315" hits="5"/>
393
+ </lines>
394
+ </method>
395
+ <method name="(anonymous_12)" hits="7" signature="()V">
396
+ <lines>
397
+ <line number="325" hits="7"/>
398
+ </lines>
399
+ </method>
400
+ <method name="(anonymous_13)" hits="2" signature="()V">
388
401
  <lines>
389
- <line number="333" hits="2"/>
402
+ <line number="375" hits="2"/>
390
403
  </lines>
391
404
  </method>
392
- <method name="(anonymous_12)" hits="0" signature="()V">
405
+ <method name="(anonymous_14)" hits="0" signature="()V">
393
406
  <lines>
394
- <line number="349" hits="0"/>
407
+ <line number="391" hits="0"/>
395
408
  </lines>
396
409
  </method>
397
- <method name="(anonymous_13)" hits="4" signature="()V">
410
+ <method name="(anonymous_15)" hits="4" signature="()V">
398
411
  <lines>
399
- <line number="359" hits="4"/>
412
+ <line number="401" hits="4"/>
400
413
  </lines>
401
414
  </method>
402
- <method name="(anonymous_14)" hits="3" signature="()V">
415
+ <method name="(anonymous_16)" hits="3" signature="()V">
403
416
  <lines>
404
- <line number="381" hits="3"/>
417
+ <line number="423" hits="3"/>
405
418
  </lines>
406
419
  </method>
407
- <method name="(anonymous_15)" hits="1" signature="()V">
420
+ <method name="(anonymous_17)" hits="1" signature="()V">
408
421
  <lines>
409
- <line number="414" hits="1"/>
422
+ <line number="456" hits="1"/>
410
423
  </lines>
411
424
  </method>
412
- <method name="(anonymous_16)" hits="7" signature="()V">
425
+ <method name="(anonymous_18)" hits="7" signature="()V">
413
426
  <lines>
414
- <line number="434" hits="7"/>
427
+ <line number="476" hits="7"/>
415
428
  </lines>
416
429
  </method>
417
430
  </methods>
@@ -428,231 +441,255 @@
428
441
  <line number="15" hits="1" branch="false"/>
429
442
  <line number="17" hits="1" branch="false"/>
430
443
  <line number="29" hits="1" branch="false"/>
431
- <line number="31" hits="30" branch="false"/>
432
- <line number="32" hits="30" branch="false"/>
433
- <line number="34" hits="30" branch="false"/>
434
- <line number="35" hits="30" branch="false"/>
435
- <line number="36" hits="30" branch="false"/>
444
+ <line number="31" hits="35" branch="false"/>
445
+ <line number="32" hits="35" branch="false"/>
446
+ <line number="34" hits="35" branch="false"/>
447
+ <line number="35" hits="35" branch="false"/>
448
+ <line number="36" hits="35" branch="false"/>
436
449
  <line number="41" hits="1" branch="false"/>
437
- <line number="42" hits="30" branch="false"/>
438
- <line number="44" hits="30" branch="false"/>
439
- <line number="45" hits="30" branch="false"/>
450
+ <line number="42" hits="35" branch="false"/>
451
+ <line number="44" hits="35" branch="false"/>
452
+ <line number="45" hits="35" branch="false"/>
440
453
  <line number="46" hits="0" branch="false"/>
441
454
  <line number="47" hits="0" branch="false"/>
442
- <line number="50" hits="30" branch="false"/>
443
- <line number="54" hits="26" branch="false"/>
444
- <line number="55" hits="26" branch="false"/>
445
- <line number="57" hits="26" branch="true" condition-coverage="100% (2/2)"/>
446
- <line number="58" hits="1" branch="false"/>
447
- <line number="59" hits="1" branch="false"/>
448
- <line number="62" hits="25" branch="true" condition-coverage="100% (4/4)"/>
449
- <line number="64" hits="1" branch="true" condition-coverage="50% (1/2)"/>
450
- <line number="65" hits="1" branch="false"/>
451
- <line number="66" hits="1" branch="false"/>
452
- <line number="70" hits="24" branch="true" condition-coverage="50% (1/2)"/>
453
- <line number="71" hits="24" branch="false"/>
454
- <line number="72" hits="24" branch="true" condition-coverage="100% (2/2)"/>
455
- <line number="73" hits="1" branch="false"/>
456
- <line number="76" hits="23" branch="false"/>
457
- <line number="78" hits="23" branch="false"/>
458
- <line number="79" hits="23" branch="true" condition-coverage="50% (1/2)"/>
459
- <line number="81" hits="23" branch="false"/>
460
- <line number="82" hits="20" branch="true" condition-coverage="75% (3/4)"/>
461
- <line number="83" hits="20" branch="false"/>
462
- <line number="84" hits="20" branch="false"/>
455
+ <line number="49" hits="1" branch="false"/>
456
+ <line number="52" hits="35" branch="false"/>
457
+ <line number="56" hits="30" branch="false"/>
458
+ <line number="57" hits="30" branch="false"/>
459
+ <line number="59" hits="30" branch="true" condition-coverage="100% (2/2)"/>
460
+ <line number="60" hits="1" branch="false"/>
461
+ <line number="61" hits="1" branch="false"/>
462
+ <line number="64" hits="29" branch="true" condition-coverage="100% (4/4)"/>
463
+ <line number="66" hits="1" branch="true" condition-coverage="50% (1/2)"/>
464
+ <line number="67" hits="1" branch="false"/>
465
+ <line number="68" hits="1" branch="false"/>
466
+ <line number="72" hits="28" branch="true" condition-coverage="50% (1/2)"/>
467
+ <line number="73" hits="28" branch="false"/>
468
+ <line number="74" hits="28" branch="true" condition-coverage="100% (2/2)"/>
469
+ <line number="75" hits="1" branch="false"/>
470
+ <line number="78" hits="27" branch="false"/>
471
+ <line number="80" hits="27" branch="false"/>
472
+ <line number="81" hits="27" branch="true" condition-coverage="50% (1/2)"/>
473
+ <line number="83" hits="27" branch="false"/>
474
+ <line number="84" hits="20" branch="true" condition-coverage="75% (3/4)"/>
463
475
  <line number="85" hits="20" branch="false"/>
464
- <line number="90" hits="23" branch="true" condition-coverage="100% (4/4)"/>
465
- <line number="94" hits="3" branch="true" condition-coverage="100% (4/4)"/>
466
- <line number="96" hits="2" branch="false"/>
467
- <line number="97" hits="2" branch="true" condition-coverage="100% (2/2)"/>
468
- <line number="98" hits="1" branch="false"/>
469
- <line number="99" hits="10" branch="true" condition-coverage="100% (2/2)"/>
470
- <line number="100" hits="9" branch="false"/>
471
- <line number="105" hits="1" branch="false"/>
472
- <line number="106" hits="2" branch="false"/>
473
- <line number="107" hits="2" branch="true" condition-coverage="100% (2/2)"/>
476
+ <line number="86" hits="20" branch="false"/>
477
+ <line number="87" hits="20" branch="false"/>
478
+ <line number="92" hits="27" branch="true" condition-coverage="100% (4/4)"/>
479
+ <line number="96" hits="7" branch="true" condition-coverage="100% (4/4)"/>
480
+ <line number="98" hits="6" branch="false"/>
481
+ <line number="99" hits="6" branch="true" condition-coverage="100% (2/2)"/>
482
+ <line number="100" hits="5" branch="false"/>
483
+ <line number="101" hits="5" branch="true" condition-coverage="50% (1/2)"/>
484
+ <line number="102" hits="5" branch="false"/>
485
+ <line number="103" hits="5" branch="false"/>
474
486
  <line number="108" hits="1" branch="false"/>
475
- <line number="111" hits="1" branch="true" condition-coverage="50% (1/2)"/>
476
- <line number="112" hits="1" branch="false"/>
477
- <line number="113" hits="1" branch="false"/>
478
- <line number="114" hits="1" branch="false"/>
479
- <line number="121" hits="1" branch="false"/>
480
- <line number="126" hits="22" branch="true" condition-coverage="100% (2/2)"/>
481
- <line number="128" hits="21" branch="false"/>
482
- <line number="129" hits="21" branch="true" condition-coverage="100% (2/2)"/>
483
- <line number="130" hits="1" branch="false"/>
484
- <line number="131" hits="1" branch="false"/>
485
- <line number="137" hits="21" branch="true" condition-coverage="100% (2/2)"/>
486
- <line number="138" hits="11" branch="false"/>
487
- <line number="139" hits="11" branch="false"/>
488
- <line number="147" hits="21" branch="true" condition-coverage="100% (5/5)"/>
489
- <line number="148" hits="5" branch="false"/>
490
- <line number="154" hits="21" branch="true" condition-coverage="100% (2/2)"/>
491
- <line number="155" hits="18" branch="false"/>
492
- <line number="156" hits="18" branch="true" condition-coverage="100% (4/4)"/>
493
- <line number="157" hits="5" branch="false"/>
494
- <line number="158" hits="13" branch="true" condition-coverage="50% (1/2)"/>
495
- <line number="159" hits="13" branch="false"/>
496
- <line number="163" hits="21" branch="true" condition-coverage="100% (2/2)"/>
497
- <line number="164" hits="1" branch="false"/>
498
- <line number="165" hits="1" branch="false"/>
499
- <line number="169" hits="20" branch="true" condition-coverage="100% (2/2)"/>
500
- <line number="170" hits="1" branch="true" condition-coverage="50% (2/4)"/>
501
- <line number="171" hits="1" branch="false"/>
502
- <line number="175" hits="1" branch="false"/>
503
- <line number="176" hits="1" branch="false"/>
504
- <line number="177" hits="1" branch="false"/>
505
- <line number="178" hits="1" branch="false"/>
506
- <line number="179" hits="1" branch="false"/>
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)"/>
509
- <line number="186" hits="20" branch="false"/>
510
- <line number="187" hits="20" branch="true" condition-coverage="100% (2/2)"/>
511
- <line number="188" hits="7" branch="false"/>
512
- <line number="191" hits="20" branch="true" condition-coverage="100% (2/2)"/>
513
- <line number="193" hits="20" branch="false"/>
514
- <line number="198" hits="1" branch="false"/>
515
- <line number="199" hits="1" branch="false"/>
516
- <line number="200" hits="1" branch="false"/>
517
- <line number="201" hits="1" branch="false"/>
518
- <line number="205" hits="1" branch="false"/>
519
- <line number="208" hits="98" branch="false"/>
487
+ <line number="109" hits="2" branch="false"/>
488
+ <line number="110" hits="2" branch="true" condition-coverage="100% (2/2)"/>
489
+ <line number="111" hits="1" branch="false"/>
490
+ <line number="114" hits="1" branch="true" condition-coverage="50% (1/2)"/>
491
+ <line number="115" hits="1" branch="false"/>
492
+ <line number="116" hits="1" branch="false"/>
493
+ <line number="117" hits="1" branch="false"/>
494
+ <line number="124" hits="1" branch="false"/>
495
+ <line number="129" hits="26" branch="true" condition-coverage="100% (2/2)"/>
496
+ <line number="131" hits="25" branch="false"/>
497
+ <line number="132" hits="25" branch="true" condition-coverage="100% (2/2)"/>
498
+ <line number="133" hits="1" branch="false"/>
499
+ <line number="134" hits="1" branch="false"/>
500
+ <line number="140" hits="25" branch="true" condition-coverage="100% (2/2)"/>
501
+ <line number="141" hits="15" branch="false"/>
502
+ <line number="142" hits="15" branch="false"/>
503
+ <line number="150" hits="25" branch="true" condition-coverage="100% (5/5)"/>
504
+ <line number="151" hits="5" branch="false"/>
505
+ <line number="157" hits="25" branch="true" condition-coverage="100% (2/2)"/>
506
+ <line number="158" hits="22" branch="false"/>
507
+ <line number="159" hits="22" branch="true" condition-coverage="100% (4/4)"/>
508
+ <line number="160" hits="5" branch="false"/>
509
+ <line number="161" hits="17" branch="true" condition-coverage="50% (1/2)"/>
510
+ <line number="162" hits="17" branch="false"/>
511
+ <line number="166" hits="25" branch="true" condition-coverage="100% (2/2)"/>
512
+ <line number="167" hits="1" branch="false"/>
513
+ <line number="168" hits="1" branch="false"/>
514
+ <line number="172" hits="24" branch="true" condition-coverage="100% (2/2)"/>
515
+ <line number="173" hits="4" branch="false"/>
516
+ <line number="174" hits="4" branch="true" condition-coverage="100% (4/4)"/>
517
+ <line number="175" hits="2" branch="false"/>
518
+ <line number="179" hits="24" branch="true" condition-coverage="100% (2/2)"/>
519
+ <line number="181" hits="22" branch="false"/>
520
+ <line number="182" hits="22" branch="false"/>
521
+ <line number="184" hits="21" branch="true" condition-coverage="50% (1/2)"/>
522
+ <line number="185" hits="21" branch="false"/>
523
+ <line number="187" hits="0" branch="false"/>
524
+ <line number="189" hits="1" branch="false"/>
525
+ <line number="194" hits="24" branch="true" condition-coverage="100% (2/2)"/>
526
+ <line number="195" hits="24" branch="true" condition-coverage="100% (2/2)"/>
527
+ <line number="196" hits="24" branch="false"/>
528
+ <line number="197" hits="24" branch="true" condition-coverage="100% (2/2)"/>
529
+ <line number="198" hits="11" branch="false"/>
530
+ <line number="201" hits="24" branch="true" condition-coverage="100% (2/2)"/>
531
+ <line number="203" hits="24" branch="false"/>
532
+ <line number="208" hits="23" branch="false"/>
520
533
  <line number="209" hits="23" branch="false"/>
521
- <line number="213" hits="1" branch="false"/>
522
- <line number="218" hits="10" branch="false"/>
523
- <line number="219" hits="10" branch="false"/>
524
- <line number="230" hits="10" branch="true" condition-coverage="100% (2/2)"/>
525
- <line number="231" hits="8" branch="false"/>
526
- <line number="233" hits="2" branch="false"/>
527
- <line number="237" hits="10" branch="false"/>
528
- <line number="238" hits="10" branch="true" condition-coverage="100% (2/2)"/>
529
- <line number="239" hits="4" branch="false"/>
530
- <line number="246" hits="10" branch="false"/>
531
- <line number="262" hits="10" branch="true" condition-coverage="100% (4/4)"/>
532
- <line number="263" hits="2" branch="false"/>
533
- <line number="265" hits="8" branch="false"/>
534
- <line number="268" hits="10" branch="false"/>
535
- <line number="274" hits="5" branch="true" condition-coverage="75% (3/4)"/>
536
- <line number="275" hits="0" branch="false"/>
537
- <line number="277" hits="5" branch="false"/>
538
- <line number="283" hits="5" branch="false"/>
539
- <line number="284" hits="7" branch="false"/>
540
- <line number="286" hits="7" branch="true" condition-coverage="100% (4/4)"/>
541
- <line number="287" hits="1" branch="false"/>
542
- <line number="288" hits="1" branch="false"/>
543
- <line number="291" hits="6" branch="false"/>
544
- <line number="293" hits="6" branch="false"/>
545
- <line number="294" hits="6" branch="false"/>
546
- <line number="297" hits="5" branch="true" condition-coverage="100% (2/2)"/>
547
- <line number="298" hits="1" branch="false"/>
548
- <line number="299" hits="1" branch="false"/>
549
- <line number="300" hits="1" branch="true" condition-coverage="50% (1/2)"/>
550
- <line number="301" hits="1" branch="false"/>
551
- <line number="303" hits="1" branch="false"/>
552
- <line number="304" hits="1" branch="true" condition-coverage="50% (1/2)"/>
553
- <line number="305" hits="1" branch="false"/>
554
- <line number="308" hits="0" branch="false"/>
555
- <line number="312" hits="5" branch="false"/>
556
- <line number="313" hits="5" branch="false"/>
557
- <line number="314" hits="4" branch="true" condition-coverage="100% (2/2)"/>
558
- <line number="315" hits="1" branch="false"/>
559
- <line number="316" hits="1" branch="false"/>
560
- <line number="318" hits="3" branch="true" condition-coverage="100% (2/2)"/>
561
- <line number="319" hits="1" branch="false"/>
562
- <line number="320" hits="1" branch="false"/>
563
- <line number="322" hits="2" branch="true" condition-coverage="100% (2/2)"/>
564
- <line number="323" hits="2" branch="false"/>
565
- <line number="326" hits="1" branch="false"/>
566
- <line number="327" hits="1" branch="false"/>
567
- <line number="330" hits="2" branch="false"/>
568
- <line number="334" hits="2" branch="true" condition-coverage="100% (2/2)"/>
569
- <line number="335" hits="1" branch="false"/>
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"/>
574
- <line number="342" hits="0" branch="false"/>
534
+ <line number="210" hits="23" branch="false"/>
535
+ <line number="211" hits="23" branch="false"/>
536
+ <line number="212" hits="23" branch="false"/>
537
+ <line number="213" hits="23" branch="false"/>
538
+ <line number="214" hits="23" branch="false"/>
539
+ <line number="215" hits="23" branch="true" condition-coverage="100% (2/2)"/>
540
+ <line number="216" hits="20" branch="false"/>
541
+ <line number="218" hits="3" branch="false"/>
542
+ <line number="219" hits="3" branch="false"/>
543
+ <line number="220" hits="2" branch="false"/>
544
+ <line number="222" hits="22" branch="true" condition-coverage="50% (1/2)"/>
545
+ <line number="226" hits="24" branch="false"/>
546
+ <line number="231" hits="24" branch="false"/>
547
+ <line number="232" hits="24" branch="false"/>
548
+ <line number="233" hits="24" branch="false"/>
549
+ <line number="234" hits="24" branch="false"/>
550
+ <line number="235" hits="24" branch="false"/>
551
+ <line number="240" hits="1" branch="false"/>
552
+ <line number="241" hits="1" branch="false"/>
553
+ <line number="242" hits="1" branch="false"/>
554
+ <line number="243" hits="1" branch="false"/>
555
+ <line number="247" hits="1" branch="false"/>
556
+ <line number="250" hits="102" branch="false"/>
557
+ <line number="251" hits="23" branch="false"/>
558
+ <line number="255" hits="1" branch="false"/>
559
+ <line number="260" hits="10" branch="false"/>
560
+ <line number="261" hits="10" branch="false"/>
561
+ <line number="272" hits="10" branch="true" condition-coverage="100% (2/2)"/>
562
+ <line number="273" hits="8" branch="false"/>
563
+ <line number="275" hits="2" branch="false"/>
564
+ <line number="279" hits="10" branch="false"/>
565
+ <line number="280" hits="10" branch="true" condition-coverage="100% (2/2)"/>
566
+ <line number="281" hits="4" branch="false"/>
567
+ <line number="288" hits="10" branch="false"/>
568
+ <line number="304" hits="10" branch="true" condition-coverage="100% (4/4)"/>
569
+ <line number="305" hits="2" branch="false"/>
570
+ <line number="307" hits="8" branch="false"/>
571
+ <line number="310" hits="10" branch="false"/>
572
+ <line number="316" hits="5" branch="true" condition-coverage="75% (3/4)"/>
573
+ <line number="317" hits="0" branch="false"/>
574
+ <line number="319" hits="5" branch="false"/>
575
+ <line number="325" hits="5" branch="false"/>
576
+ <line number="326" hits="7" branch="false"/>
577
+ <line number="328" hits="7" branch="true" condition-coverage="100% (4/4)"/>
578
+ <line number="329" hits="1" branch="false"/>
579
+ <line number="330" hits="1" branch="false"/>
580
+ <line number="333" hits="6" branch="false"/>
581
+ <line number="335" hits="6" branch="false"/>
582
+ <line number="336" hits="6" branch="false"/>
583
+ <line number="339" hits="5" branch="true" condition-coverage="100% (2/2)"/>
584
+ <line number="340" hits="1" branch="false"/>
585
+ <line number="341" hits="1" branch="false"/>
586
+ <line number="342" hits="1" branch="true" condition-coverage="50% (1/2)"/>
587
+ <line number="343" hits="1" branch="false"/>
575
588
  <line number="345" hits="1" branch="false"/>
576
- <line number="346" hits="1" branch="false"/>
589
+ <line number="346" hits="1" branch="true" condition-coverage="50% (1/2)"/>
590
+ <line number="347" hits="1" branch="false"/>
577
591
  <line number="350" hits="0" branch="false"/>
578
- <line number="351" hits="0" branch="false"/>
579
- <line number="352" hits="0" branch="false"/>
580
- <line number="353" hits="0" branch="false"/>
581
- <line number="354" hits="0" branch="false"/>
582
- <line number="361" hits="4" branch="false"/>
583
- <line number="362" hits="4" branch="false"/>
584
- <line number="363" hits="4" branch="false"/>
585
- <line number="364" hits="4" branch="false"/>
586
- <line number="365" hits="4" branch="false"/>
587
- <line number="366" hits="4" branch="false"/>
588
- <line number="367" hits="4" branch="false"/>
589
- <line number="368" hits="4" branch="false"/>
590
- <line number="369" hits="4" branch="false"/>
591
- <line number="370" hits="4" branch="false"/>
592
- <line number="371" hits="4" branch="false"/>
593
- <line number="374" hits="4" branch="false"/>
594
- <line number="375" hits="4" branch="false"/>
595
- <line number="377" hits="4" branch="false"/>
596
- <line number="378" hits="4" branch="false"/>
597
- <line number="383" hits="3" branch="true" condition-coverage="50% (1/2)"/>
592
+ <line number="354" hits="5" branch="false"/>
593
+ <line number="355" hits="5" branch="false"/>
594
+ <line number="356" hits="4" branch="true" condition-coverage="100% (2/2)"/>
595
+ <line number="357" hits="1" branch="false"/>
596
+ <line number="358" hits="1" branch="false"/>
597
+ <line number="360" hits="3" branch="true" condition-coverage="100% (2/2)"/>
598
+ <line number="361" hits="1" branch="false"/>
599
+ <line number="362" hits="1" branch="false"/>
600
+ <line number="364" hits="2" branch="true" condition-coverage="100% (2/2)"/>
601
+ <line number="365" hits="2" branch="false"/>
602
+ <line number="368" hits="1" branch="false"/>
603
+ <line number="369" hits="1" branch="false"/>
604
+ <line number="372" hits="2" branch="false"/>
605
+ <line number="376" hits="2" branch="true" condition-coverage="100% (2/2)"/>
606
+ <line number="377" hits="1" branch="false"/>
607
+ <line number="380" hits="1" branch="true" condition-coverage="50% (1/2)"/>
608
+ <line number="381" hits="1" branch="false"/>
609
+ <line number="382" hits="1" branch="true" condition-coverage="75% (3/4)"/>
610
+ <line number="383" hits="0" branch="false"/>
598
611
  <line number="384" hits="0" branch="false"/>
599
- <line number="386" hits="3" branch="false"/>
600
- <line number="387" hits="3" branch="false"/>
601
- <line number="388" hits="3" branch="false"/>
602
- <line number="390" hits="3" branch="false"/>
603
- <line number="391" hits="3" branch="true" condition-coverage="50% (1/2)"/>
612
+ <line number="387" hits="1" branch="false"/>
613
+ <line number="388" hits="1" branch="false"/>
604
614
  <line number="392" hits="0" branch="false"/>
605
615
  <line number="393" hits="0" branch="false"/>
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"/>
616
+ <line number="394" hits="0" branch="false"/>
617
+ <line number="395" hits="0" branch="false"/>
618
+ <line number="396" hits="0" branch="false"/>
619
+ <line number="403" hits="4" branch="false"/>
620
+ <line number="404" hits="4" branch="false"/>
621
+ <line number="405" hits="4" branch="false"/>
622
+ <line number="406" hits="4" branch="false"/>
623
+ <line number="407" hits="4" branch="false"/>
624
+ <line number="408" hits="4" branch="false"/>
625
+ <line number="409" hits="4" branch="false"/>
626
+ <line number="410" hits="4" branch="false"/>
627
+ <line number="411" hits="4" branch="false"/>
628
+ <line number="412" hits="4" branch="false"/>
629
+ <line number="413" hits="4" branch="false"/>
630
+ <line number="416" hits="4" branch="false"/>
631
+ <line number="417" hits="4" branch="false"/>
632
+ <line number="419" hits="4" branch="false"/>
622
633
  <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)"/>
634
+ <line number="425" hits="3" branch="true" condition-coverage="50% (1/2)"/>
635
+ <line number="426" hits="0" branch="false"/>
636
+ <line number="428" hits="3" branch="false"/>
637
+ <line number="429" hits="3" branch="false"/>
638
+ <line number="430" hits="3" branch="false"/>
639
+ <line number="432" hits="3" branch="false"/>
640
+ <line number="433" hits="3" branch="true" condition-coverage="50% (1/2)"/>
641
+ <line number="434" hits="0" branch="false"/>
642
+ <line number="435" hits="0" branch="false"/>
643
+ <line number="438" hits="3" branch="true" condition-coverage="50% (1/2)"/>
644
+ <line number="439" hits="0" branch="false"/>
628
645
  <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"/>
634
- <line number="450" hits="0" branch="false"/>
635
- <line number="451" hits="0" branch="false"/>
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"/>
646
+ <line number="442" hits="3" branch="false"/>
647
+ <line number="446" hits="3" branch="true" condition-coverage="100% (2/2)"/>
648
+ <line number="447" hits="2" branch="false"/>
649
+ <line number="448" hits="2" branch="true" condition-coverage="50% (1/2)"/>
650
+ <line number="449" hits="0" branch="false"/>
651
+ <line number="453" hits="3" branch="false"/>
652
+ <line number="454" hits="3" branch="true" condition-coverage="100% (2/2)"/>
653
+ <line number="456" hits="3" branch="false"/>
639
654
  <line number="457" hits="1" branch="false"/>
640
655
  <line number="458" hits="1" branch="false"/>
641
- <line number="459" hits="4" branch="false"/>
642
- <line number="461" hits="1" branch="false"/>
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"/>
656
+ <line number="459" hits="1" branch="false"/>
657
+ <line number="460" hits="1" branch="false"/>
658
+ <line number="461" hits="2" branch="false"/>
659
+ <line number="462" hits="4" branch="false"/>
660
+ <line number="469" hits="1" branch="false"/>
649
661
  <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"/>
653
- <line number="480" hits="3" branch="false"/>
662
+ <line number="479" hits="7" branch="false"/>
663
+ <line number="480" hits="7" branch="false"/>
664
+ <line number="481" hits="7" branch="true" condition-coverage="50% (1/2)"/>
654
665
  <line number="482" hits="0" branch="false"/>
655
- <line number="485" hits="0" branch="false"/>
666
+ <line number="483" hits="0" branch="false"/>
667
+ <line number="486" hits="7" branch="false"/>
668
+ <line number="487" hits="7" branch="true" condition-coverage="50% (1/2)"/>
669
+ <line number="488" hits="0" branch="false"/>
670
+ <line number="489" hits="0" branch="false"/>
671
+ <line number="492" hits="0" branch="false"/>
672
+ <line number="493" hits="0" branch="false"/>
673
+ <line number="496" hits="7" branch="true" condition-coverage="100% (2/2)"/>
674
+ <line number="497" hits="1" branch="true" condition-coverage="50% (1/2)"/>
675
+ <line number="498" hits="1" branch="false"/>
676
+ <line number="499" hits="1" branch="false"/>
677
+ <line number="500" hits="1" branch="false"/>
678
+ <line number="501" hits="4" branch="false"/>
679
+ <line number="503" hits="1" branch="false"/>
680
+ <line number="505" hits="0" branch="false"/>
681
+ <line number="508" hits="6" branch="false"/>
682
+ <line number="511" hits="3" branch="false"/>
683
+ <line number="512" hits="3" branch="true" condition-coverage="50% (1/2)"/>
684
+ <line number="513" hits="0" branch="false"/>
685
+ <line number="515" hits="0" branch="false"/>
686
+ <line number="518" hits="3" branch="false"/>
687
+ <line number="519" hits="3" branch="false"/>
688
+ <line number="520" hits="3" branch="false"/>
689
+ <line number="521" hits="3" branch="false"/>
690
+ <line number="522" hits="3" branch="false"/>
691
+ <line number="524" hits="0" branch="false"/>
692
+ <line number="527" hits="0" branch="false"/>
656
693
  </lines>
657
694
  </class>
658
695
  <class name="ArcGisFeatureQuery.ts" filename="src\ArcGisFeature\ArcGisFeatureQuery.ts" line-rate="1" branch-rate="0.9687">
@@ -937,14 +974,14 @@
937
974
  <line number="45" hits="8"/>
938
975
  </lines>
939
976
  </method>
940
- <method name="(anonymous_5)" hits="22" signature="()V">
977
+ <method name="(anonymous_5)" hits="26" signature="()V">
941
978
  <lines>
942
- <line number="47" hits="22"/>
979
+ <line number="47" hits="26"/>
943
980
  </lines>
944
981
  </method>
945
- <method name="(anonymous_6)" hits="22" signature="()V">
982
+ <method name="(anonymous_6)" hits="26" signature="()V">
946
983
  <lines>
947
- <line number="51" hits="22"/>
984
+ <line number="51" hits="26"/>
948
985
  </lines>
949
986
  </method>
950
987
  <method name="(anonymous_7)" hits="8" signature="()V">
@@ -1042,9 +1079,9 @@
1042
1079
  <line number="120" hits="7"/>
1043
1080
  </lines>
1044
1081
  </method>
1045
- <method name="(anonymous_26)" hits="53" signature="()V">
1082
+ <method name="(anonymous_26)" hits="57" signature="()V">
1046
1083
  <lines>
1047
- <line number="153" hits="53"/>
1084
+ <line number="153" hits="57"/>
1048
1085
  </lines>
1049
1086
  </method>
1050
1087
  <method name="(anonymous_27)" hits="5" signature="()V">
@@ -1075,8 +1112,8 @@
1075
1112
  <line number="43" hits="26" branch="false"/>
1076
1113
  <line number="44" hits="19" branch="false"/>
1077
1114
  <line number="45" hits="8" branch="false"/>
1078
- <line number="48" hits="22" branch="false"/>
1079
- <line number="52" hits="22" branch="false"/>
1115
+ <line number="48" hits="26" branch="false"/>
1116
+ <line number="52" hits="26" branch="false"/>
1080
1117
  <line number="69" hits="1" branch="false"/>
1081
1118
  <line number="73" hits="8" branch="false"/>
1082
1119
  <line number="74" hits="0" branch="false"/>
@@ -1106,18 +1143,18 @@
1106
1143
  <line number="129" hits="1" branch="false"/>
1107
1144
  <line number="140" hits="1" branch="false"/>
1108
1145
  <line number="147" hits="1" branch="false"/>
1109
- <line number="155" hits="53" branch="true" condition-coverage="100% (2/2)"/>
1110
- <line number="156" hits="28" branch="false"/>
1146
+ <line number="155" hits="57" branch="true" condition-coverage="100% (2/2)"/>
1147
+ <line number="156" hits="32" branch="false"/>
1111
1148
  <line number="157" hits="25" branch="true" condition-coverage="100% (2/2)"/>
1112
1149
  <line number="158" hits="1" branch="false"/>
1113
- <line number="161" hits="53" branch="true" condition-coverage="100% (2/2)"/>
1114
- <line number="162" hits="29" branch="true" condition-coverage="100% (2/2)"/>
1150
+ <line number="161" hits="57" branch="true" condition-coverage="100% (2/2)"/>
1151
+ <line number="162" hits="33" branch="true" condition-coverage="100% (2/2)"/>
1115
1152
  <line number="163" hits="5" branch="false"/>
1116
- <line number="164" hits="24" branch="true" condition-coverage="100% (2/2)"/>
1117
- <line number="165" hits="13" branch="false"/>
1153
+ <line number="164" hits="28" branch="true" condition-coverage="100% (2/2)"/>
1154
+ <line number="165" hits="17" branch="false"/>
1118
1155
  <line number="166" hits="11" branch="true" condition-coverage="50% (1/2)"/>
1119
1156
  <line number="167" hits="11" branch="false"/>
1120
- <line number="174" hits="53" branch="true" condition-coverage="100% (2/2)"/>
1157
+ <line number="174" hits="57" branch="true" condition-coverage="100% (2/2)"/>
1121
1158
  <line number="175" hits="24" branch="false"/>
1122
1159
  <line number="176" hits="24" branch="true" condition-coverage="100% (4/4)"/>
1123
1160
  <line number="177" hits="2" branch="false"/>