@itwin/map-layers-formats 4.0.0-dev.4 → 4.0.0-dev.40

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 (67) hide show
  1. package/.rush/temp/operation/build_ci/state.json +1 -1
  2. package/.rush/temp/operation/cover/state.json +1 -1
  3. package/.rush/temp/operation/docs/state.json +1 -1
  4. package/.rush/temp/package-deps_build_ci.json +5 -5
  5. package/.rush/temp/package-deps_cover.json +5 -5
  6. package/.rush/temp/package-deps_docs.json +5 -5
  7. package/.rush/temp/shrinkwrap-deps.json +21 -21
  8. package/CHANGELOG.json +21 -0
  9. package/CHANGELOG.md +14 -1
  10. package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.js +7 -9
  11. package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.js.map +1 -1
  12. package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.js +4 -6
  13. package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.js.map +1 -1
  14. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js +8 -9
  15. package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
  16. package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.js +1 -2
  17. package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.js.map +1 -1
  18. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js +7 -10
  19. package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
  20. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js +37 -38
  21. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -1
  22. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.js +7 -7
  23. package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.js.map +1 -1
  24. package/lib/cjs/test/coverage/.nyc_output/d6dcfb38-6510-4226-8250-f7e96144dd15.json +1 -0
  25. package/lib/cjs/test/coverage/.nyc_output/processinfo/c0bbdb06-51a7-48f0-b5b9-54fab6d59fba.json +1 -0
  26. package/lib/cjs/test/coverage/.nyc_output/processinfo/d6dcfb38-6510-4226-8250-f7e96144dd15.json +1 -0
  27. package/lib/cjs/test/coverage/.nyc_output/processinfo/index.json +1 -1
  28. package/lib/cjs/test/coverage/cobertura-coverage.xml +35 -35
  29. package/lib/cjs/test/coverage/lcov-report/index.html +5 -5
  30. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureFormat.ts.html +1 -1
  31. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureJSON.ts.html +10 -10
  32. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeaturePBF.ts.html +7 -7
  33. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureProvider.ts.html +10 -10
  34. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureQuery.ts.html +1 -1
  35. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureReader.ts.html +1 -1
  36. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureRenderer.ts.html +1 -1
  37. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureResponse.ts.html +4 -4
  38. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisSymbologyRenderer.ts.html +8 -8
  39. package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/index.html +13 -13
  40. package/lib/cjs/test/coverage/lcov-report/src/index.html +1 -1
  41. package/lib/cjs/test/coverage/lcov-report/src/map-layers-formats.ts.html +1 -1
  42. package/lib/cjs/test/coverage/lcov-report/src/mapLayersFormats.ts.html +1 -1
  43. package/lib/cjs/test/coverage/lcov.info +308 -484
  44. package/lib/cjs/tsconfig.tsbuildinfo +1 -1
  45. package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.js +7 -9
  46. package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.js.map +1 -1
  47. package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.js +4 -6
  48. package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.js.map +1 -1
  49. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js +8 -9
  50. package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
  51. package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.js +1 -2
  52. package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.js.map +1 -1
  53. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js +7 -10
  54. package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
  55. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js +37 -38
  56. package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -1
  57. package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.js +7 -7
  58. package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.js.map +1 -1
  59. package/lib/esm/tsconfig.tsbuildinfo +1 -1
  60. package/lib/test/junit_results.xml +38 -38
  61. package/map-layers-formats.build.log +2 -2
  62. package/package.json +12 -12
  63. package/tsconfig.json +1 -2
  64. package/lib/cjs/test/coverage/.nyc_output/6f67829c-abba-4104-a211-090bf7490825.json +0 -1
  65. package/lib/cjs/test/coverage/.nyc_output/processinfo/6f67829c-abba-4104-a211-090bf7490825.json +0 -1
  66. package/lib/cjs/test/coverage/.nyc_output/processinfo/a04893bc-13da-4c21-8ef4-64686a888281.json +0 -1
  67. /package/lib/cjs/test/coverage/.nyc_output/{a04893bc-13da-4c21-8ef4-64686a888281.json → c0bbdb06-51a7-48f0-b5b9-54fab6d59fba.json} +0 -0
@@ -0,0 +1 @@
1
+ {"parent":null,"pid":25612,"argv":["D:\\vsts_b\\_tool\\node\\18.15.0\\x64\\node.exe","D:\\vsts_b\\_tool\\node\\18.15.0\\x64\\node_modules\\npm\\bin\\npm-cli.js","-s","test"],"execArgv":[],"cwd":"D:\\vsts_b\\57\\s\\extensions\\map-layers-formats","time":1678338899871,"ppid":7628,"coverageFilename":"D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\test\\coverage\\.nyc_output\\c0bbdb06-51a7-48f0-b5b9-54fab6d59fba.json","externalId":"","uuid":"c0bbdb06-51a7-48f0-b5b9-54fab6d59fba","files":[]}
@@ -0,0 +1 @@
1
+ {"parent":"c0bbdb06-51a7-48f0-b5b9-54fab6d59fba","pid":25808,"argv":["D:\\vsts_b\\_tool\\node\\18.15.0\\x64\\node.exe","D:\\vsts_b\\57\\s\\common\\temp\\node_modules\\.pnpm\\mocha@10.2.0\\node_modules\\mocha\\bin\\mocha.js","./lib/cjs/test/**/*.test.js","--reporter-option","maxDiffSize=0"],"execArgv":[],"cwd":"D:\\vsts_b\\57\\s\\extensions\\map-layers-formats","time":1678338903380,"ppid":24464,"coverageFilename":"D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\test\\coverage\\.nyc_output\\d6dcfb38-6510-4226-8250-f7e96144dd15.json","externalId":"","uuid":"d6dcfb38-6510-4226-8250-f7e96144dd15","files":["D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\map-layers-formats.js","D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\mapLayersFormats.js","D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeatureFormat.js","D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeatureProvider.js","D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisSymbologyRenderer.js","D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeatureQuery.js","D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeatureRenderer.js","D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeaturePBF.js","D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeatureReader.js","D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeatureJSON.js","D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeatureResponse.js"]}
@@ -1 +1 @@
1
- {"processes":{"6f67829c-abba-4104-a211-090bf7490825":{"parent":"a04893bc-13da-4c21-8ef4-64686a888281","children":[]},"a04893bc-13da-4c21-8ef4-64686a888281":{"parent":null,"children":["6f67829c-abba-4104-a211-090bf7490825"]}},"files":{"D:\\vsts_a\\6\\s\\extensions\\map-layers-formats\\lib\\cjs\\map-layers-formats.js":["6f67829c-abba-4104-a211-090bf7490825"],"D:\\vsts_a\\6\\s\\extensions\\map-layers-formats\\lib\\cjs\\mapLayersFormats.js":["6f67829c-abba-4104-a211-090bf7490825"],"D:\\vsts_a\\6\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeatureFormat.js":["6f67829c-abba-4104-a211-090bf7490825"],"D:\\vsts_a\\6\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeatureProvider.js":["6f67829c-abba-4104-a211-090bf7490825"],"D:\\vsts_a\\6\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisSymbologyRenderer.js":["6f67829c-abba-4104-a211-090bf7490825"],"D:\\vsts_a\\6\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeatureQuery.js":["6f67829c-abba-4104-a211-090bf7490825"],"D:\\vsts_a\\6\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeatureRenderer.js":["6f67829c-abba-4104-a211-090bf7490825"],"D:\\vsts_a\\6\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeaturePBF.js":["6f67829c-abba-4104-a211-090bf7490825"],"D:\\vsts_a\\6\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeatureReader.js":["6f67829c-abba-4104-a211-090bf7490825"],"D:\\vsts_a\\6\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeatureJSON.js":["6f67829c-abba-4104-a211-090bf7490825"],"D:\\vsts_a\\6\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeatureResponse.js":["6f67829c-abba-4104-a211-090bf7490825"]},"externalIds":{}}
1
+ {"processes":{"c0bbdb06-51a7-48f0-b5b9-54fab6d59fba":{"parent":null,"children":["d6dcfb38-6510-4226-8250-f7e96144dd15"]},"d6dcfb38-6510-4226-8250-f7e96144dd15":{"parent":"c0bbdb06-51a7-48f0-b5b9-54fab6d59fba","children":[]}},"files":{"D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\map-layers-formats.js":["d6dcfb38-6510-4226-8250-f7e96144dd15"],"D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\mapLayersFormats.js":["d6dcfb38-6510-4226-8250-f7e96144dd15"],"D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeatureFormat.js":["d6dcfb38-6510-4226-8250-f7e96144dd15"],"D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeatureProvider.js":["d6dcfb38-6510-4226-8250-f7e96144dd15"],"D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisSymbologyRenderer.js":["d6dcfb38-6510-4226-8250-f7e96144dd15"],"D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeatureQuery.js":["d6dcfb38-6510-4226-8250-f7e96144dd15"],"D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeatureRenderer.js":["d6dcfb38-6510-4226-8250-f7e96144dd15"],"D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeaturePBF.js":["d6dcfb38-6510-4226-8250-f7e96144dd15"],"D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeatureReader.js":["d6dcfb38-6510-4226-8250-f7e96144dd15"],"D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeatureJSON.js":["d6dcfb38-6510-4226-8250-f7e96144dd15"],"D:\\vsts_b\\57\\s\\extensions\\map-layers-formats\\lib\\cjs\\ArcGisFeature\\ArcGisFeatureResponse.js":["d6dcfb38-6510-4226-8250-f7e96144dd15"]},"externalIds":{}}
@@ -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="583" branches-covered="483" branch-rate="0.8284" timestamp="1675401455017" complexity="0" version="0.1">
3
+ <coverage lines-valid="696" lines-covered="636" line-rate="0.9137000000000001" branches-valid="407" branches-covered="346" branch-rate="0.8501000000000001" timestamp="1678338918252" complexity="0" version="0.1">
4
4
  <sources>
5
- <source>D:\vsts_a\6\s\extensions\map-layers-formats</source>
5
+ <source>D:\vsts_b\57\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.917" branch-rate="0.8312999999999999">
38
+ <package name="src.ArcGisFeature" line-rate="0.917" branch-rate="0.8543000000000001">
39
39
  <classes>
40
40
  <class name="ArcGisFeatureFormat.ts" filename="src\ArcGisFeature\ArcGisFeatureFormat.ts" line-rate="1" branch-rate="1">
41
41
  <methods>
@@ -59,7 +59,7 @@
59
59
  <line number="14" hits="1" branch="false"/>
60
60
  </lines>
61
61
  </class>
62
- <class name="ArcGisFeatureJSON.ts" filename="src\ArcGisFeature\ArcGisFeatureJSON.ts" line-rate="1" branch-rate="0.8151999999999999">
62
+ <class name="ArcGisFeatureJSON.ts" filename="src\ArcGisFeature\ArcGisFeatureJSON.ts" line-rate="1" branch-rate="0.9">
63
63
  <methods>
64
64
  <method name="(anonymous_0)" hits="11" signature="()V">
65
65
  <lines>
@@ -99,22 +99,22 @@
99
99
  <line number="15" hits="1" branch="false"/>
100
100
  <line number="19" hits="11" branch="false"/>
101
101
  <line number="23" hits="11" branch="false"/>
102
- <line number="25" hits="11" branch="true" condition-coverage="83.33333333333334% (10/12)"/>
102
+ <line number="25" hits="11" branch="true" condition-coverage="100% (4/4)"/>
103
103
  <line number="26" hits="4" branch="false"/>
104
104
  <line number="27" hits="4" branch="false"/>
105
105
  <line number="28" hits="4" branch="false"/>
106
106
  <line number="29" hits="4" branch="false"/>
107
107
  <line number="30" hits="4" branch="false"/>
108
- <line number="32" hits="4" branch="true" condition-coverage="80% (8/10)"/>
109
- <line number="33" hits="2" branch="true" condition-coverage="75% (6/8)"/>
108
+ <line number="32" hits="4" branch="true" condition-coverage="100% (2/2)"/>
109
+ <line number="33" hits="2" branch="false"/>
110
110
  <line number="34" hits="3" branch="false"/>
111
111
  <line number="35" hits="3" branch="false"/>
112
- <line number="37" hits="2" branch="true" condition-coverage="70% (7/10)"/>
113
- <line number="38" hits="2" branch="true" condition-coverage="75% (6/8)"/>
112
+ <line number="37" hits="2" branch="true" condition-coverage="50% (1/2)"/>
113
+ <line number="38" hits="2" branch="false"/>
114
114
  <line number="39" hits="3" branch="false"/>
115
115
  <line number="40" hits="3" branch="false"/>
116
116
  <line number="43" hits="4" branch="false"/>
117
- <line number="46" hits="7" branch="true" condition-coverage="83.33333333333334% (10/12)"/>
117
+ <line number="46" hits="7" branch="true" condition-coverage="100% (4/4)"/>
118
118
  <line number="47" hits="1" branch="false"/>
119
119
  <line number="49" hits="1" branch="true" condition-coverage="50% (1/2)"/>
120
120
  <line number="50" hits="1" branch="false"/>
@@ -161,7 +161,7 @@
161
161
  <line number="136" hits="2" branch="false"/>
162
162
  <line number="137" hits="2" branch="false"/>
163
163
  <line number="143" hits="2" branch="false"/>
164
- <line number="144" hits="144" branch="true" condition-coverage="75% (3/4)"/>
164
+ <line number="144" hits="144" branch="false"/>
165
165
  <line number="146" hits="2" branch="true" condition-coverage="50% (1/2)"/>
166
166
  <line number="147" hits="2" branch="false"/>
167
167
  <line number="149" hits="2" branch="true" condition-coverage="50% (1/2)"/>
@@ -169,7 +169,7 @@
169
169
  <line number="153" hits="2" branch="false"/>
170
170
  </lines>
171
171
  </class>
172
- <class name="ArcGisFeaturePBF.ts" filename="src\ArcGisFeature\ArcGisFeaturePBF.ts" line-rate="0.8687999999999999" branch-rate="0.807">
172
+ <class name="ArcGisFeaturePBF.ts" filename="src\ArcGisFeature\ArcGisFeaturePBF.ts" line-rate="0.8687999999999999" branch-rate="0.8292">
173
173
  <methods>
174
174
  <method name="(anonymous_0)" hits="11" signature="()V">
175
175
  <lines>
@@ -224,7 +224,7 @@
224
224
  <line number="50" hits="2" branch="false"/>
225
225
  <line number="51" hits="2" branch="false"/>
226
226
  <line number="54" hits="5" branch="false"/>
227
- <line number="55" hits="5" branch="true" condition-coverage="76.47058823529412% (13/17)"/>
227
+ <line number="55" hits="5" branch="true" condition-coverage="80% (4/5)"/>
228
228
  <line number="56" hits="0" branch="false"/>
229
229
  <line number="58" hits="5" branch="false"/>
230
230
  <line number="59" hits="5" branch="true" condition-coverage="75% (3/4)"/>
@@ -234,12 +234,12 @@
234
234
  <line number="66" hits="4" branch="true" condition-coverage="75% (3/4)"/>
235
235
  <line number="67" hits="4" branch="false"/>
236
236
  <line number="68" hits="4" branch="false"/>
237
- <line number="69" hits="4" branch="true" condition-coverage="66.66666666666666% (4/6)"/>
237
+ <line number="69" hits="4" branch="true" condition-coverage="50% (1/2)"/>
238
238
  <line number="70" hits="4" branch="false"/>
239
239
  <line number="75" hits="5" branch="true" condition-coverage="100% (2/2)"/>
240
240
  <line number="77" hits="1" branch="false"/>
241
241
  <line number="80" hits="5" branch="false"/>
242
- <line number="81" hits="5" branch="true" condition-coverage="82.35294117647058% (14/17)"/>
242
+ <line number="81" hits="5" branch="true" condition-coverage="100% (5/5)"/>
243
243
  <line number="82" hits="1" branch="false"/>
244
244
  <line number="84" hits="4" branch="false"/>
245
245
  <line number="87" hits="4" branch="false"/>
@@ -318,7 +318,7 @@
318
318
  <line number="195" hits="0" branch="false"/>
319
319
  <line number="198" hits="279" branch="false"/>
320
320
  <line number="199" hits="279" branch="true" condition-coverage="100% (2/2)"/>
321
- <line number="200" hits="277" branch="true" condition-coverage="75% (3/4)"/>
321
+ <line number="200" hits="277" branch="false"/>
322
322
  <line number="203" hits="279" branch="false"/>
323
323
  <line number="205" hits="4" branch="true" condition-coverage="50% (1/2)"/>
324
324
  <line number="206" hits="0" branch="false"/>
@@ -327,7 +327,7 @@
327
327
  <line number="213" hits="4" branch="false"/>
328
328
  </lines>
329
329
  </class>
330
- <class name="ArcGisFeatureProvider.ts" filename="src\ArcGisFeature\ArcGisFeatureProvider.ts" line-rate="0.8818" branch-rate="0.8287">
330
+ <class name="ArcGisFeatureProvider.ts" filename="src\ArcGisFeature\ArcGisFeatureProvider.ts" line-rate="0.8818" branch-rate="0.8371999999999999">
331
331
  <methods>
332
332
  <method name="(anonymous_0)" hits="30" signature="()V">
333
333
  <lines>
@@ -441,11 +441,11 @@
441
441
  <line number="47" hits="0" branch="false"/>
442
442
  <line number="50" hits="30" branch="false"/>
443
443
  <line number="54" hits="26" branch="false"/>
444
- <line number="55" hits="26" branch="true" condition-coverage="100% (4/4)"/>
444
+ <line number="55" hits="26" branch="false"/>
445
445
  <line number="57" hits="26" branch="true" condition-coverage="100% (2/2)"/>
446
446
  <line number="58" hits="1" branch="false"/>
447
447
  <line number="59" hits="1" branch="false"/>
448
- <line number="62" hits="25" branch="true" condition-coverage="85% (17/20)"/>
448
+ <line number="62" hits="25" branch="true" condition-coverage="100% (4/4)"/>
449
449
  <line number="64" hits="1" branch="true" condition-coverage="50% (1/2)"/>
450
450
  <line number="65" hits="1" branch="false"/>
451
451
  <line number="66" hits="1" branch="false"/>
@@ -482,9 +482,9 @@
482
482
  <line number="129" hits="21" branch="true" condition-coverage="100% (2/2)"/>
483
483
  <line number="130" hits="1" branch="false"/>
484
484
  <line number="131" hits="1" branch="false"/>
485
- <line number="137" hits="21" branch="true" condition-coverage="83.33333333333334% (5/6)"/>
485
+ <line number="137" hits="21" branch="true" condition-coverage="100% (2/2)"/>
486
486
  <line number="138" hits="11" branch="false"/>
487
- <line number="139" hits="11" branch="true" condition-coverage="75% (3/4)"/>
487
+ <line number="139" hits="11" branch="false"/>
488
488
  <line number="147" hits="21" branch="true" condition-coverage="100% (5/5)"/>
489
489
  <line number="148" hits="5" branch="false"/>
490
490
  <line number="154" hits="21" branch="true" condition-coverage="100% (2/2)"/>
@@ -504,18 +504,18 @@
504
504
  <line number="177" hits="1" branch="false"/>
505
505
  <line number="178" hits="1" branch="false"/>
506
506
  <line number="179" hits="1" branch="false"/>
507
- <line number="184" hits="20" branch="true" condition-coverage="83.33333333333334% (5/6)"/>
508
- <line number="185" hits="20" branch="true" condition-coverage="83.33333333333334% (5/6)"/>
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
509
  <line number="186" hits="20" branch="false"/>
510
510
  <line number="187" hits="20" branch="true" condition-coverage="100% (2/2)"/>
511
511
  <line number="188" hits="7" branch="false"/>
512
512
  <line number="191" hits="20" branch="true" condition-coverage="100% (2/2)"/>
513
- <line number="193" hits="20" branch="true" condition-coverage="83.33333333333334% (10/12)"/>
513
+ <line number="193" hits="20" branch="false"/>
514
514
  <line number="198" hits="1" branch="false"/>
515
515
  <line number="199" hits="1" branch="false"/>
516
516
  <line number="200" hits="1" branch="false"/>
517
517
  <line number="201" hits="1" branch="false"/>
518
- <line number="205" hits="1" branch="true" condition-coverage="75% (3/4)"/>
518
+ <line number="205" hits="1" branch="false"/>
519
519
  <line number="208" hits="98" branch="false"/>
520
520
  <line number="209" hits="23" branch="false"/>
521
521
  <line number="213" hits="1" branch="false"/>
@@ -873,7 +873,7 @@
873
873
  <line number="165" hits="3" branch="false"/>
874
874
  </lines>
875
875
  </class>
876
- <class name="ArcGisFeatureResponse.ts" filename="src\ArcGisFeature\ArcGisFeatureResponse.ts" line-rate="0.8571" branch-rate="0.8076000000000001">
876
+ <class name="ArcGisFeatureResponse.ts" filename="src\ArcGisFeature\ArcGisFeatureResponse.ts" line-rate="0.8571" branch-rate="0.8571">
877
877
  <methods>
878
878
  <method name="(anonymous_0)" hits="21" signature="()V">
879
879
  <lines>
@@ -902,7 +902,7 @@
902
902
  <line number="54" hits="0" branch="false"/>
903
903
  <line number="56" hits="3" branch="false"/>
904
904
  <line number="57" hits="3" branch="false"/>
905
- <line number="58" hits="3" branch="true" condition-coverage="75% (9/12)"/>
905
+ <line number="58" hits="3" branch="false"/>
906
906
  <line number="61" hits="2" branch="false"/>
907
907
  <line number="62" hits="2" branch="true" condition-coverage="75% (3/4)"/>
908
908
  <line number="63" hits="0" branch="false"/>
@@ -910,7 +910,7 @@
910
910
  <line number="69" hits="0" branch="false"/>
911
911
  </lines>
912
912
  </class>
913
- <class name="ArcGisSymbologyRenderer.ts" filename="src\ArcGisFeature\ArcGisSymbologyRenderer.ts" line-rate="0.8969" branch-rate="0.7812">
913
+ <class name="ArcGisSymbologyRenderer.ts" filename="src\ArcGisFeature\ArcGisSymbologyRenderer.ts" line-rate="0.8969" branch-rate="0.7646999999999999">
914
914
  <methods>
915
915
  <method name="colorFromArray" hits="42" signature="()V">
916
916
  <lines>
@@ -1106,10 +1106,10 @@
1106
1106
  <line number="129" hits="1" branch="false"/>
1107
1107
  <line number="140" hits="1" branch="false"/>
1108
1108
  <line number="147" hits="1" branch="false"/>
1109
- <line number="155" hits="53" branch="true" condition-coverage="100% (6/6)"/>
1109
+ <line number="155" hits="53" branch="true" condition-coverage="100% (2/2)"/>
1110
1110
  <line number="156" hits="28" branch="false"/>
1111
- <line number="157" hits="25" branch="true" condition-coverage="100% (6/6)"/>
1112
- <line number="158" hits="1" branch="true" condition-coverage="75% (3/4)"/>
1111
+ <line number="157" hits="25" branch="true" condition-coverage="100% (2/2)"/>
1112
+ <line number="158" hits="1" branch="false"/>
1113
1113
  <line number="161" hits="53" branch="true" condition-coverage="100% (2/2)"/>
1114
1114
  <line number="162" hits="29" branch="true" condition-coverage="100% (2/2)"/>
1115
1115
  <line number="163" hits="5" branch="false"/>
@@ -1128,18 +1128,18 @@
1128
1128
  <line number="183" hits="19" branch="false"/>
1129
1129
  <line number="189" hits="5" branch="true" condition-coverage="50% (1/2)"/>
1130
1130
  <line number="190" hits="0" branch="false"/>
1131
- <line number="192" hits="5" branch="true" condition-coverage="83.33333333333334% (5/6)"/>
1131
+ <line number="192" hits="5" branch="true" condition-coverage="100% (2/2)"/>
1132
1132
  <line number="193" hits="4" branch="false"/>
1133
1133
  <line number="194" hits="4" branch="true" condition-coverage="75% (3/4)"/>
1134
1134
  <line number="195" hits="4" branch="false"/>
1135
1135
  <line number="197" hits="0" branch="false"/>
1136
1136
  <line number="203" hits="14" branch="true" condition-coverage="50% (1/2)"/>
1137
1137
  <line number="204" hits="0" branch="false"/>
1138
- <line number="207" hits="14" branch="true" condition-coverage="83.33333333333334% (5/6)"/>
1138
+ <line number="207" hits="14" branch="true" condition-coverage="100% (2/2)"/>
1139
1139
  <line number="208" hits="4" branch="false"/>
1140
1140
  <line number="209" hits="4" branch="true" condition-coverage="75% (3/4)"/>
1141
1141
  <line number="210" hits="4" branch="false"/>
1142
- <line number="212" hits="10" branch="true" condition-coverage="66.66666666666666% (4/6)"/>
1142
+ <line number="212" hits="10" branch="true" condition-coverage="50% (1/2)"/>
1143
1143
  <line number="213" hits="10" branch="false"/>
1144
1144
  <line number="216" hits="14" branch="true" condition-coverage="50% (1/2)"/>
1145
1145
  <line number="217" hits="14" branch="true" condition-coverage="50% (1/2)"/>
@@ -1147,7 +1147,7 @@
1147
1147
  <line number="219" hits="14" branch="false"/>
1148
1148
  <line number="224" hits="2" branch="true" condition-coverage="50% (1/2)"/>
1149
1149
  <line number="225" hits="0" branch="false"/>
1150
- <line number="227" hits="2" branch="true" condition-coverage="66.66666666666666% (4/6)"/>
1150
+ <line number="227" hits="2" branch="true" condition-coverage="50% (1/2)"/>
1151
1151
  <line number="228" hits="2" branch="false"/>
1152
1152
  <line number="229" hits="2" branch="false"/>
1153
1153
  <line number="230" hits="2" branch="true" condition-coverage="50% (1/2)"/>
@@ -30,9 +30,9 @@
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">82.84% </span>
33
+ <span class="strong">85.01% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>483/583</span>
35
+ <span class='fraction'>346/407</span>
36
36
  </div>
37
37
 
38
38
 
@@ -100,8 +100,8 @@
100
100
  </td>
101
101
  <td data-value="91.82" class="pct high">91.82%</td>
102
102
  <td data-value="697" class="abs high">640/697</td>
103
- <td data-value="83.13" class="pct high">83.13%</td>
104
- <td data-value="581" class="abs high">483/581</td>
103
+ <td data-value="85.43" class="pct high">85.43%</td>
104
+ <td data-value="405" class="abs high">346/405</td>
105
105
  <td data-value="93.5" class="pct high">93.5%</td>
106
106
  <td data-value="77" class="abs high">72/77</td>
107
107
  <td data-value="91.7" class="pct high">91.7%</td>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2023-02-03T05:17:34.880Z
119
+ at 2023-03-09T05:15:18.110Z
120
120
  </div>
121
121
  <script src="prettify.js"></script>
122
122
  <script>
@@ -118,7 +118,7 @@ export class ArcGisFeatureMapLayerFormat extends ImageryMapLayerFormat {
118
118
  <div class='footer quiet pad2 space-top1 center small'>
119
119
  Code coverage generated by
120
120
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
121
- at 2023-02-03T05:17:34.880Z
121
+ at 2023-03-09T05:15:18.110Z
122
122
  </div>
123
123
  <script src="../../prettify.js"></script>
124
124
  <script>
@@ -30,9 +30,9 @@
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">81.52% </span>
33
+ <span class="strong">90% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>75/92</span>
35
+ <span class='fraction'>36/40</span>
36
36
  </div>
37
37
 
38
38
 
@@ -397,20 +397,20 @@ export class ArcGisFeatureJSON extends ArcGisFeatureReader {
397
397
  public readAndRender(response: ArcGisResponseData, renderer: ArcGisFeatureRenderer) {
398
398
  const responseObj = response.data;
399
399
  &nbsp;
400
- if (responseObj<span class="branch-0 cbranch-no" title="branch not covered" >?.g</span>eometryType === "esriGeometryPolyline" || responseObj<span class="branch-0 cbranch-no" title="branch not covered" >?.g</span>eometryType === "esriGeometryPolygon") {
400
+ if (responseObj?.geometryType === "esriGeometryPolyline" || responseObj?.geometryType === "esriGeometryPolygon") {
401
401
  const fill = (responseObj.geometryType === "esriGeometryPolygon");
402
402
  for (const feature of responseObj.features) {
403
403
  let offset = 0;
404
404
  const lengths: number[] = [];
405
405
  const coords: number[] = [];
406
406
  &nbsp;
407
- if (feature<span class="branch-0 cbranch-no" title="branch not covered" >?.g</span>eometry<span class="branch-0 cbranch-no" title="branch not covered" >?.r</span>ings) {
408
- for (const ring of feature<span class="branch-0 cbranch-no" title="branch not covered" >?.g</span>eometry<span class="branch-0 cbranch-no" title="branch not covered" >?.r</span>ings) {
407
+ if (feature?.geometry?.rings) {
408
+ for (const ring of feature?.geometry?.rings) {
409
409
  offset = ArcGisFeatureJSON.deflateCoordinates(ring, coords, 2, offset);
410
410
  lengths.push(ring.length);
411
411
  }
412
- } else <span class="missing-if-branch" title="else path not taken" >E</span>if (feature<span class="branch-0 cbranch-no" title="branch not covered" >?.g</span>eometry<span class="branch-0 cbranch-no" title="branch not covered" >?.p</span>aths) {
413
- for (const path of feature<span class="branch-0 cbranch-no" title="branch not covered" >?.g</span>eometry<span class="branch-0 cbranch-no" title="branch not covered" >?.p</span>aths) {
412
+ } else <span class="missing-if-branch" title="else path not taken" >E</span>if (feature?.geometry?.paths) {
413
+ for (const path of feature?.geometry?.paths) {
414
414
  offset = ArcGisFeatureJSON.deflateCoordinates(path, coords, 2, offset);
415
415
  lengths.push(path.length);
416
416
  }
@@ -418,7 +418,7 @@ export class ArcGisFeatureJSON extends ArcGisFeatureReader {
418
418
  renderer.renderPath(lengths, coords, fill, 2, renderer.transform === undefined);
419
419
  &nbsp;
420
420
  }
421
- } else if (responseObj<span class="branch-0 cbranch-no" title="branch not covered" >?.g</span>eometryType === "esriGeometryPoint" || responseObj<span class="branch-0 cbranch-no" title="branch not covered" >?.g</span>eometryType === "esriGeometryMultiPoint") {
421
+ } else if (responseObj?.geometryType === "esriGeometryPoint" || responseObj?.geometryType === "esriGeometryMultiPoint") {
422
422
  for (const feature of responseObj.features) {
423
423
  // TODO: Add support for multipoint
424
424
  <span class="missing-if-branch" title="else path not taken" >E</span>if (feature.geometry) {
@@ -516,7 +516,7 @@ export class ArcGisFeatureJSON extends ArcGisFeatureReader {
516
516
  };
517
517
  &nbsp;
518
518
  for (const [key, value] of Object.entries(feature.attributes))
519
- subLayerInfo.records<span class="branch-0 cbranch-no" title="branch not covered" >?.p</span>ush(getRecordInfo(key,value));
519
+ subLayerInfo.records?.push(getRecordInfo(key,value));
520
520
  &nbsp;
521
521
  <span class="missing-if-branch" title="else path not taken" >E</span>if (layerInfo.info === undefined)
522
522
  layerInfo.info = [];
@@ -535,7 +535,7 @@ export class ArcGisFeatureJSON extends ArcGisFeatureReader {
535
535
  <div class='footer quiet pad2 space-top1 center small'>
536
536
  Code coverage generated by
537
537
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
538
- at 2023-02-03T05:17:34.880Z
538
+ at 2023-03-09T05:15:18.110Z
539
539
  </div>
540
540
  <script src="../../prettify.js"></script>
541
541
  <script>
@@ -30,9 +30,9 @@
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">80.7% </span>
33
+ <span class="strong">82.92% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>92/114</span>
35
+ <span class='fraction'>68/82</span>
36
36
  </div>
37
37
 
38
38
 
@@ -547,7 +547,7 @@ export class ArcGisFeaturePBF extends ArcGisFeatureReader {
547
547
  }
548
548
  &nbsp;
549
549
  const collection = response.data;
550
- <span class="missing-if-branch" title="if path not taken" >I</span>if (!collection.has_queryResult || !collection.queryResult.has_featureResult || collection<span class="branch-0 cbranch-no" title="branch not covered" >?.q</span>ueryResult<span class="branch-0 cbranch-no" title="branch not covered" >?.f</span>eatureResult<span class="branch-0 cbranch-no" title="branch not covered" >?.f</span>eatures === undefined)
550
+ <span class="missing-if-branch" title="if path not taken" >I</span>if (!collection.has_queryResult || !collection.queryResult.has_featureResult || collection?.queryResult?.featureResult?.features === undefined)
551
551
  <span class="cstat-no" title="statement not covered" > return;</span>
552
552
  &nbsp;
553
553
  const geomType = collection.queryResult.featureResult.geometryType;
@@ -561,7 +561,7 @@ export class ArcGisFeaturePBF extends ArcGisFeatureReader {
561
561
  } else <span class="missing-if-branch" title="else path not taken" >E</span>if (geomType === esriGeometryType.esriGeometryTypePolyline || geomType === esriGeometryType.esriGeometryTypePolygon) {
562
562
  const fill = (geomType === esriGeometryType.esriGeometryTypePolygon);
563
563
  for (const feature of collection.queryResult.featureResult.features)
564
- <span class="missing-if-branch" title="else path not taken" >E</span>if (feature<span class="branch-0 cbranch-no" title="branch not covered" >?.h</span>as_geometry)
564
+ <span class="missing-if-branch" title="else path not taken" >E</span>if (feature?.has_geometry)
565
565
  renderer.renderPath(feature.geometry.lengths, feature.geometry.coords, fill, stride, renderer.transform === undefined);
566
566
  }
567
567
  }
@@ -573,7 +573,7 @@ export class ArcGisFeaturePBF extends ArcGisFeatureReader {
573
573
  }
574
574
  &nbsp;
575
575
  const collection = response.data as esriPBuffer.FeatureCollectionPBuffer;
576
- if (!collection.has_queryResult || !collection.queryResult.has_featureResult || collection<span class="branch-0 cbranch-no" title="branch not covered" >?.q</span>ueryResult<span class="branch-0 cbranch-no" title="branch not covered" >?.f</span>eatureResult<span class="branch-0 cbranch-no" title="branch not covered" >?.f</span>eatures === undefined)
576
+ if (!collection.has_queryResult || !collection.queryResult.has_featureResult || collection?.queryResult?.featureResult?.features === undefined)
577
577
  return;
578
578
  &nbsp;
579
579
  const layerInfo: MapLayerFeatureInfo = { layerName: this._settings.name, info: [] };
@@ -692,7 +692,7 @@ export class ArcGisFeaturePBF extends ArcGisFeatureReader {
692
692
  // Convert everything to string for now
693
693
  const info = getRecordInfo(fields[i], attrValue);
694
694
  if (info) {
695
- subLayerInfo.records<span class="branch-0 cbranch-no" title="branch not covered" >?.p</span>ush(info);
695
+ subLayerInfo.records?.push(info);
696
696
  }
697
697
  &nbsp;
698
698
  i++;
@@ -715,7 +715,7 @@ export class ArcGisFeaturePBF extends ArcGisFeatureReader {
715
715
  <div class='footer quiet pad2 space-top1 center small'>
716
716
  Code coverage generated by
717
717
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
718
- at 2023-02-03T05:17:34.880Z
718
+ at 2023-03-09T05:15:18.110Z
719
719
  </div>
720
720
  <script src="../../prettify.js"></script>
721
721
  <script>
@@ -30,9 +30,9 @@
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">82.87% </span>
33
+ <span class="strong">83.72% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>150/181</span>
35
+ <span class='fraction'>108/129</span>
36
36
  </div>
37
37
 
38
38
 
@@ -1098,7 +1098,7 @@ export class ArcGisFeatureProvider extends ArcGISImageryProvider {
1098
1098
  throw new ServerError(IModelStatus.ValidationFailed, "");
1099
1099
  }
1100
1100
  &nbsp;
1101
- if (json<span class="branch-0 cbranch-no" title="branch not covered" >?.e</span>rror?.code === ArcGisErrorCode.TokenRequired || json<span class="branch-0 cbranch-no" title="branch not covered" >?.e</span>rror<span class="branch-1 cbranch-no" title="branch not covered" >?.code </span>=== ArcGisErrorCode.InvalidToken) {
1101
+ if (json?.error?.code === ArcGisErrorCode.TokenRequired || json?.error?.code === ArcGisErrorCode.InvalidToken) {
1102
1102
  // Check again layer status, it might have change during await.
1103
1103
  <span class="missing-if-branch" title="else path not taken" >E</span>if (this.status === MapLayerImageryProviderStatus.Valid) {
1104
1104
  this.setStatus(MapLayerImageryProviderStatus.RequireAuth);
@@ -1173,9 +1173,9 @@ export class ArcGisFeatureProvider extends ArcGISImageryProvider {
1173
1173
  &nbsp;
1174
1174
  // Parse server version
1175
1175
  let majorVersion: number|undefined;
1176
- if (this.serviceJson<span class="branch-0 cbranch-no" title="branch not covered" >?.c</span>urrentVersion) {
1176
+ if (this.serviceJson?.currentVersion) {
1177
1177
  try {
1178
- majorVersion = Math.trunc(this.serviceJson<span class="branch-0 cbranch-no" title="branch not covered" >?.c</span>urrentVersion);
1178
+ majorVersion = Math.trunc(this.serviceJson?.currentVersion);
1179
1179
  } catch {
1180
1180
  }
1181
1181
  }
@@ -1220,8 +1220,8 @@ export class ArcGisFeatureProvider extends ArcGISImageryProvider {
1220
1220
  }
1221
1221
  &nbsp;
1222
1222
  // Check for minScale / max scale
1223
- const minScale = this._layerMetadata<span class="branch-0 cbranch-no" title="branch not covered" >?.m</span>inScale || undefined; // undefined, 0 -&gt; undefined
1224
- const maxScale = this._layerMetadata<span class="branch-0 cbranch-no" title="branch not covered" >?.m</span>axScale || undefined; // undefined, 0 -&gt; undefined
1223
+ const minScale = this._layerMetadata?.minScale || undefined; // undefined, 0 -&gt; undefined
1224
+ const maxScale = this._layerMetadata?.maxScale || undefined; // undefined, 0 -&gt; undefined
1225
1225
  const scales = ArcGisUtilities.getZoomLevelsScales(this.defaultMaximumZoomLevel, this.tileSize, minScale, maxScale, 1.0);
1226
1226
  if (scales.minLod)
1227
1227
  this._minDepthFromLod = scales.minLod;
@@ -1229,7 +1229,7 @@ export class ArcGisFeatureProvider extends ArcGISImageryProvider {
1229
1229
  // Some servers advertises a max LOD of 0, it should be interpreted as 'not defined' (otherwise a max lod of 0 would would mean never display anything)
1230
1230
  this._maxDepthFromLod = (scales.maxLod ? scales.maxLod : this.defaultMaximumZoomLevel);
1231
1231
  &nbsp;
1232
- this._symbologyRenderer = new ArcGisSymbologyRenderer(this._layerMetadata<span class="branch-0 cbranch-no" title="branch not covered" >?.g</span>eometryType, this._layerMetadata<span class="branch-0 cbranch-no" title="branch not covered" >?.d</span>rawingInfo?.renderer);
1232
+ this._symbologyRenderer = new ArcGisSymbologyRenderer(this._layerMetadata?.geometryType, this._layerMetadata?.drawingInfo?.renderer);
1233
1233
  }
1234
1234
  &nbsp;
1235
1235
  protected async getLayerMetadata(layerId: number) {
@@ -1241,7 +1241,7 @@ export class ArcGisFeatureProvider extends ArcGISImageryProvider {
1241
1241
  } catch {
1242
1242
  &nbsp;
1243
1243
  }
1244
- return metadata<span class="branch-0 cbranch-no" title="branch not covered" >?.c</span>ontent;
1244
+ return metadata?.content;
1245
1245
  }
1246
1246
  &nbsp;
1247
1247
  public override get tileSize(): number { return 512; }
@@ -1531,7 +1531,7 @@ export class ArcGisFeatureProvider extends ArcGISImageryProvider {
1531
1531
  <div class='footer quiet pad2 space-top1 center small'>
1532
1532
  Code coverage generated by
1533
1533
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1534
- at 2023-02-03T05:17:34.880Z
1534
+ at 2023-03-09T05:15:18.110Z
1535
1535
  </div>
1536
1536
  <script src="../../prettify.js"></script>
1537
1537
  <script>
@@ -748,7 +748,7 @@ export class ArcGisFeatureQuery {
748
748
  <div class='footer quiet pad2 space-top1 center small'>
749
749
  Code coverage generated by
750
750
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
751
- at 2023-02-03T05:17:34.880Z
751
+ at 2023-03-09T05:15:18.110Z
752
752
  </div>
753
753
  <script src="../../prettify.js"></script>
754
754
  <script>
@@ -208,7 +208,7 @@ export abstract class ArcGisFeatureReader {
208
208
  <div class='footer quiet pad2 space-top1 center small'>
209
209
  Code coverage generated by
210
210
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
211
- at 2023-02-03T05:17:34.880Z
211
+ at 2023-03-09T05:15:18.110Z
212
212
  </div>
213
213
  <script src="../../prettify.js"></script>
214
214
  <script>
@@ -583,7 +583,7 @@ export class ArcGisFeatureRenderer {
583
583
  <div class='footer quiet pad2 space-top1 center small'>
584
584
  Code coverage generated by
585
585
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
586
- at 2023-02-03T05:17:34.880Z
586
+ at 2023-03-09T05:15:18.110Z
587
587
  </div>
588
588
  <script src="../../prettify.js"></script>
589
589
  <script>
@@ -30,9 +30,9 @@
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">80.76% </span>
33
+ <span class="strong">85.71% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>21/26</span>
35
+ <span class='fraction'>12/14</span>
36
36
  </div>
37
37
 
38
38
 
@@ -264,7 +264,7 @@ export class ArcGisFeatureResponse {
264
264
  &nbsp;
265
265
  data = esriPBuffer.FeatureCollectionPBuffer.deserialize(byteArray);
266
266
  const collection = data as esriPBuffer.FeatureCollectionPBuffer;
267
- return {data, exceedTransferLimit: collection<span class="branch-0 cbranch-no" title="branch not covered" >?.q</span>ueryResult<span class="branch-0 cbranch-no" title="branch not covered" >?.f</span>eatureResult<span class="branch-0 cbranch-no" title="branch not covered" >?.e</span>xceededTransferLimit};
267
+ return {data, exceedTransferLimit: collection?.queryResult?.featureResult?.exceededTransferLimit};
268
268
  &nbsp;
269
269
  } else {
270
270
  data = await tileResponse.json();
@@ -286,7 +286,7 @@ export class ArcGisFeatureResponse {
286
286
  <div class='footer quiet pad2 space-top1 center small'>
287
287
  Code coverage generated by
288
288
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
289
- at 2023-02-03T05:17:34.880Z
289
+ at 2023-03-09T05:15:18.110Z
290
290
  </div>
291
291
  <script src="../../prettify.js"></script>
292
292
  <script>