@itwin/map-layers-formats 4.1.0-dev.40 → 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.
- package/.rush/temp/operation/build/all.log +1 -3
- package/.rush/temp/operation/build/state.json +1 -1
- package/.rush/temp/operation/cover/all.log +12 -7
- package/.rush/temp/operation/cover/state.json +1 -1
- package/.rush/temp/operation/docs/all.log +2 -2
- package/.rush/temp/operation/docs/state.json +1 -1
- package/.rush/temp/package-deps_build.json +36 -0
- package/.rush/temp/package-deps_cover.json +7 -7
- package/.rush/temp/package-deps_docs.json +7 -7
- package/.rush/temp/shrinkwrap-deps.json +70 -80
- package/CHANGELOG.json +30 -0
- package/CHANGELOG.md +26 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureFormat.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureJSON.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeaturePBF.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.d.ts +3 -0
- package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.d.ts.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js +49 -11
- package/lib/cjs/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureQuery.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureReader.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureRenderer.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisFeatureResponse.js.map +1 -1
- package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js +3 -3
- package/lib/cjs/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
- package/lib/cjs/ArcGisFeature/esriPBuffer.gen.js.map +1 -1
- package/lib/cjs/map-layers-formats.js.map +1 -1
- package/lib/cjs/mapLayersFormats.js.map +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js.map +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureJSON.test.js.map +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeaturePBF.test.js.map +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js +133 -6
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureQuery.test.js.map +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureRenderer.test.js.map +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisFeatureResponse.test.js.map +1 -1
- package/lib/cjs/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js.map +1 -1
- package/lib/cjs/test/ArcGisFeature/Mocks.js.map +1 -1
- package/lib/cjs/test/ArcGisFeature/NewYorkDataset.js.map +1 -1
- package/lib/cjs/test/ArcGisFeature/PhillyLandmarksDataset.js.map +1 -1
- package/lib/cjs/test/coverage/.nyc_output/49eeff8d-f0c9-43b5-9fa7-717e2ee4f36b.json +1 -0
- package/lib/cjs/test/coverage/.nyc_output/processinfo/49eeff8d-f0c9-43b5-9fa7-717e2ee4f36b.json +1 -0
- package/lib/cjs/test/coverage/.nyc_output/processinfo/b749190e-f7e9-4cdb-80df-74589d31e28d.json +1 -0
- package/lib/cjs/test/coverage/.nyc_output/processinfo/index.json +1 -1
- package/lib/cjs/test/coverage/cobertura-coverage.xml +291 -257
- package/lib/cjs/test/coverage/lcov-report/index.html +18 -18
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureFormat.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureJSON.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeaturePBF.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureProvider.ts.html +202 -76
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureQuery.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureReader.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureRenderer.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisFeatureResponse.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/ArcGisSymbologyRenderer.ts.html +13 -13
- package/lib/cjs/test/coverage/lcov-report/src/ArcGisFeature/index.html +18 -18
- package/lib/cjs/test/coverage/lcov-report/src/index.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/map-layers-formats.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov-report/src/mapLayersFormats.ts.html +1 -1
- package/lib/cjs/test/coverage/lcov.info +420 -384
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureFormat.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureJSON.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeaturePBF.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.d.ts +3 -0
- package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.d.ts.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js +49 -11
- package/lib/esm/ArcGisFeature/ArcGisFeatureProvider.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureQuery.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureReader.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureRenderer.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisFeatureResponse.js.map +1 -1
- package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js +3 -3
- package/lib/esm/ArcGisFeature/ArcGisSymbologyRenderer.js.map +1 -1
- package/lib/esm/ArcGisFeature/esriPBuffer.gen.js.map +1 -1
- package/lib/esm/map-layers-formats.js.map +1 -1
- package/lib/esm/mapLayersFormats.js.map +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureFeatureFormats.test.js.map +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureJSON.test.js.map +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeaturePBF.test.js.map +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js +134 -7
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureProvider.test.js.map +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureQuery.test.js.map +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureRenderer.test.js.map +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisFeatureResponse.test.js.map +1 -1
- package/lib/esm/test/ArcGisFeature/ArcGisSymbologyRenderer.test.js.map +1 -1
- package/lib/esm/test/ArcGisFeature/Mocks.js.map +1 -1
- package/lib/esm/test/ArcGisFeature/NewYorkDataset.js.map +1 -1
- package/lib/esm/test/ArcGisFeature/PhillyLandmarksDataset.js.map +1 -1
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/lib/test/junit_results.xml +49 -39
- package/map-layers-formats.build.cache.log +2 -0
- package/map-layers-formats.cover.log +103 -0
- package/{map-layers-formats.build.log → map-layers-formats.docs.log} +2 -2
- package/map-layers-formats.lint.error.log +1 -0
- package/map-layers-formats.lint.log +2 -0
- package/package.json +12 -12
- package/src/ArcGisFeature/ArcGisFeatureProvider.ts +53 -11
- package/src/ArcGisFeature/ArcGisSymbologyRenderer.ts +3 -3
- package/src/test/ArcGisFeature/ArcGisFeatureProvider.test.ts +173 -7
- package/.rush/temp/56b9a37b833db0202ea00aa252f5eaa1d19cf7bd.log +0 -10
- package/lib/cjs/test/coverage/.nyc_output/4dc5f60e-8ae8-48d3-b717-f77ecf525371.json +0 -1
- package/lib/cjs/test/coverage/.nyc_output/processinfo/4dc5f60e-8ae8-48d3-b717-f77ecf525371.json +0 -1
- package/lib/cjs/test/coverage/.nyc_output/processinfo/dac1e7eb-315e-4558-9250-262b6f23cf4a.json +0 -1
- /package/lib/cjs/test/coverage/.nyc_output/{dac1e7eb-315e-4558-9250-262b6f23cf4a.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="
|
|
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\
|
|
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,7 +35,7 @@
|
|
|
35
35
|
</class>
|
|
36
36
|
</classes>
|
|
37
37
|
</package>
|
|
38
|
-
<package name="src.ArcGisFeature" line-rate="0.
|
|
38
|
+
<package name="src.ArcGisFeature" line-rate="0.9173" branch-rate="0.853">
|
|
39
39
|
<classes>
|
|
40
40
|
<class name="ArcGisFeatureFormat.ts" filename="src\ArcGisFeature\ArcGisFeatureFormat.ts" line-rate="0.8887999999999999" branch-rate="0.5">
|
|
41
41
|
<methods>
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
<line number="213" hits="4" branch="false"/>
|
|
331
331
|
</lines>
|
|
332
332
|
</class>
|
|
333
|
-
<class name="ArcGisFeatureProvider.ts" filename="src\ArcGisFeature\ArcGisFeatureProvider.ts" line-rate="0.
|
|
333
|
+
<class name="ArcGisFeatureProvider.ts" filename="src\ArcGisFeature\ArcGisFeatureProvider.ts" line-rate="0.8887999999999999" branch-rate="0.8393999999999999">
|
|
334
334
|
<methods>
|
|
335
335
|
<method name="(anonymous_0)" hits="0" signature="()V">
|
|
336
336
|
<lines>
|
|
@@ -342,79 +342,89 @@
|
|
|
342
342
|
<line number="47" hits="0"/>
|
|
343
343
|
</lines>
|
|
344
344
|
</method>
|
|
345
|
-
<method name="(anonymous_2)" hits="
|
|
345
|
+
<method name="(anonymous_2)" hits="35" signature="()V">
|
|
346
346
|
<lines>
|
|
347
|
-
<line number="
|
|
347
|
+
<line number="51" hits="35"/>
|
|
348
348
|
</lines>
|
|
349
349
|
</method>
|
|
350
|
-
<method name="(anonymous_3)" hits="
|
|
350
|
+
<method name="(anonymous_3)" hits="30" signature="()V">
|
|
351
351
|
<lines>
|
|
352
|
-
<line number="
|
|
352
|
+
<line number="55" hits="30"/>
|
|
353
353
|
</lines>
|
|
354
354
|
</method>
|
|
355
|
-
<method name="(anonymous_4)" hits="
|
|
355
|
+
<method name="(anonymous_4)" hits="23" signature="()V">
|
|
356
356
|
<lines>
|
|
357
|
-
<line number="
|
|
357
|
+
<line number="206" hits="23"/>
|
|
358
358
|
</lines>
|
|
359
359
|
</method>
|
|
360
|
-
<method name="(anonymous_5)" hits="
|
|
360
|
+
<method name="(anonymous_5)" hits="24" signature="()V">
|
|
361
361
|
<lines>
|
|
362
|
-
<line number="
|
|
362
|
+
<line number="225" hits="24"/>
|
|
363
363
|
</lines>
|
|
364
364
|
</method>
|
|
365
|
-
<method name="(anonymous_6)" hits="
|
|
365
|
+
<method name="(anonymous_6)" hits="1" signature="()V">
|
|
366
366
|
<lines>
|
|
367
|
-
<line number="
|
|
367
|
+
<line number="238" hits="1"/>
|
|
368
368
|
</lines>
|
|
369
369
|
</method>
|
|
370
|
-
<method name="(anonymous_7)" hits="
|
|
370
|
+
<method name="(anonymous_7)" hits="102" signature="()V">
|
|
371
371
|
<lines>
|
|
372
|
-
<line number="
|
|
372
|
+
<line number="250" hits="102"/>
|
|
373
373
|
</lines>
|
|
374
374
|
</method>
|
|
375
|
-
<method name="(anonymous_8)" hits="
|
|
375
|
+
<method name="(anonymous_8)" hits="23" signature="()V">
|
|
376
376
|
<lines>
|
|
377
|
-
<line number="
|
|
377
|
+
<line number="251" hits="23"/>
|
|
378
378
|
</lines>
|
|
379
379
|
</method>
|
|
380
|
-
<method name="(anonymous_9)" hits="
|
|
380
|
+
<method name="(anonymous_9)" hits="1" signature="()V">
|
|
381
381
|
<lines>
|
|
382
|
-
<line number="
|
|
382
|
+
<line number="254" hits="1"/>
|
|
383
383
|
</lines>
|
|
384
384
|
</method>
|
|
385
|
-
<method name="(anonymous_10)" hits="
|
|
385
|
+
<method name="(anonymous_10)" hits="10" signature="()V">
|
|
386
386
|
<lines>
|
|
387
|
-
<line number="
|
|
387
|
+
<line number="258" hits="10"/>
|
|
388
388
|
</lines>
|
|
389
389
|
</method>
|
|
390
|
-
<method name="(anonymous_11)" hits="
|
|
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">
|
|
391
396
|
<lines>
|
|
392
|
-
<line number="
|
|
397
|
+
<line number="325" hits="7"/>
|
|
393
398
|
</lines>
|
|
394
399
|
</method>
|
|
395
|
-
<method name="(
|
|
400
|
+
<method name="(anonymous_13)" hits="2" signature="()V">
|
|
396
401
|
<lines>
|
|
397
|
-
<line number="
|
|
402
|
+
<line number="375" hits="2"/>
|
|
398
403
|
</lines>
|
|
399
404
|
</method>
|
|
400
|
-
<method name="(
|
|
405
|
+
<method name="(anonymous_14)" hits="0" signature="()V">
|
|
401
406
|
<lines>
|
|
402
|
-
<line number="
|
|
407
|
+
<line number="391" hits="0"/>
|
|
403
408
|
</lines>
|
|
404
409
|
</method>
|
|
405
|
-
<method name="(
|
|
410
|
+
<method name="(anonymous_15)" hits="4" signature="()V">
|
|
406
411
|
<lines>
|
|
407
|
-
<line number="
|
|
412
|
+
<line number="401" hits="4"/>
|
|
408
413
|
</lines>
|
|
409
414
|
</method>
|
|
410
|
-
<method name="(
|
|
415
|
+
<method name="(anonymous_16)" hits="3" signature="()V">
|
|
411
416
|
<lines>
|
|
412
|
-
<line number="
|
|
417
|
+
<line number="423" hits="3"/>
|
|
413
418
|
</lines>
|
|
414
419
|
</method>
|
|
415
|
-
<method name="(
|
|
420
|
+
<method name="(anonymous_17)" hits="1" signature="()V">
|
|
416
421
|
<lines>
|
|
417
|
-
<line number="
|
|
422
|
+
<line number="456" hits="1"/>
|
|
423
|
+
</lines>
|
|
424
|
+
</method>
|
|
425
|
+
<method name="(anonymous_18)" hits="7" signature="()V">
|
|
426
|
+
<lines>
|
|
427
|
+
<line number="476" hits="7"/>
|
|
418
428
|
</lines>
|
|
419
429
|
</method>
|
|
420
430
|
</methods>
|
|
@@ -431,231 +441,255 @@
|
|
|
431
441
|
<line number="15" hits="1" branch="false"/>
|
|
432
442
|
<line number="17" hits="1" branch="false"/>
|
|
433
443
|
<line number="29" hits="1" branch="false"/>
|
|
434
|
-
<line number="31" hits="
|
|
435
|
-
<line number="32" hits="
|
|
436
|
-
<line number="34" hits="
|
|
437
|
-
<line number="35" hits="
|
|
438
|
-
<line number="36" hits="
|
|
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"/>
|
|
439
449
|
<line number="41" hits="1" branch="false"/>
|
|
440
|
-
<line number="42" hits="
|
|
441
|
-
<line number="44" hits="
|
|
442
|
-
<line number="45" hits="
|
|
450
|
+
<line number="42" hits="35" branch="false"/>
|
|
451
|
+
<line number="44" hits="35" branch="false"/>
|
|
452
|
+
<line number="45" hits="35" branch="false"/>
|
|
443
453
|
<line number="46" hits="0" branch="false"/>
|
|
444
454
|
<line number="47" hits="0" branch="false"/>
|
|
445
|
-
<line number="
|
|
446
|
-
<line number="
|
|
447
|
-
<line number="
|
|
448
|
-
<line number="57" hits="
|
|
449
|
-
<line number="
|
|
450
|
-
<line number="
|
|
451
|
-
<line number="
|
|
452
|
-
<line number="64" hits="
|
|
453
|
-
<line number="
|
|
454
|
-
<line number="
|
|
455
|
-
<line number="
|
|
456
|
-
<line number="
|
|
457
|
-
<line number="
|
|
458
|
-
<line number="
|
|
459
|
-
<line number="
|
|
460
|
-
<line number="78" hits="
|
|
461
|
-
<line number="
|
|
462
|
-
<line number="81" hits="
|
|
463
|
-
<line number="
|
|
464
|
-
<line number="
|
|
465
|
-
<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)"/>
|
|
466
475
|
<line number="85" hits="20" branch="false"/>
|
|
467
|
-
<line number="
|
|
468
|
-
<line number="
|
|
469
|
-
<line number="
|
|
470
|
-
<line number="
|
|
471
|
-
<line number="98" hits="
|
|
472
|
-
<line number="99" hits="
|
|
473
|
-
<line number="100" hits="
|
|
474
|
-
<line number="
|
|
475
|
-
<line number="
|
|
476
|
-
<line number="
|
|
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"/>
|
|
477
486
|
<line number="108" hits="1" branch="false"/>
|
|
478
|
-
<line number="
|
|
479
|
-
<line number="
|
|
480
|
-
<line number="
|
|
481
|
-
<line number="114" hits="1" branch="
|
|
482
|
-
<line number="
|
|
483
|
-
<line number="
|
|
484
|
-
<line number="
|
|
485
|
-
<line number="
|
|
486
|
-
<line number="
|
|
487
|
-
<line number="131" hits="
|
|
488
|
-
<line number="
|
|
489
|
-
<line number="
|
|
490
|
-
<line number="
|
|
491
|
-
<line number="
|
|
492
|
-
<line number="
|
|
493
|
-
<line number="
|
|
494
|
-
<line number="
|
|
495
|
-
<line number="
|
|
496
|
-
<line number="157" hits="
|
|
497
|
-
<line number="158" hits="
|
|
498
|
-
<line number="159" hits="
|
|
499
|
-
<line number="
|
|
500
|
-
<line number="
|
|
501
|
-
<line number="
|
|
502
|
-
<line number="
|
|
503
|
-
<line number="
|
|
504
|
-
<line number="
|
|
505
|
-
<line number="
|
|
506
|
-
<line number="
|
|
507
|
-
<line number="
|
|
508
|
-
<line number="
|
|
509
|
-
<line number="179" hits="
|
|
510
|
-
<line number="
|
|
511
|
-
<line number="
|
|
512
|
-
<line number="
|
|
513
|
-
<line number="
|
|
514
|
-
<line number="
|
|
515
|
-
<line number="
|
|
516
|
-
<line number="
|
|
517
|
-
<line number="
|
|
518
|
-
<line number="
|
|
519
|
-
<line number="
|
|
520
|
-
<line number="
|
|
521
|
-
<line number="
|
|
522
|
-
<line number="
|
|
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"/>
|
|
523
533
|
<line number="209" hits="23" branch="false"/>
|
|
524
|
-
<line number="
|
|
525
|
-
<line number="
|
|
526
|
-
<line number="
|
|
527
|
-
<line number="
|
|
528
|
-
<line number="
|
|
529
|
-
<line number="
|
|
530
|
-
<line number="
|
|
531
|
-
<line number="
|
|
532
|
-
<line number="
|
|
533
|
-
<line number="
|
|
534
|
-
<line number="
|
|
535
|
-
<line number="
|
|
536
|
-
<line number="
|
|
537
|
-
<line number="
|
|
538
|
-
<line number="
|
|
539
|
-
<line number="
|
|
540
|
-
<line number="
|
|
541
|
-
<line number="
|
|
542
|
-
<line number="
|
|
543
|
-
<line number="
|
|
544
|
-
<line number="
|
|
545
|
-
<line number="
|
|
546
|
-
<line number="
|
|
547
|
-
<line number="
|
|
548
|
-
<line number="
|
|
549
|
-
<line number="
|
|
550
|
-
<line number="
|
|
551
|
-
<line number="
|
|
552
|
-
<line number="
|
|
553
|
-
<line number="
|
|
554
|
-
<line number="
|
|
555
|
-
<line number="
|
|
556
|
-
<line number="
|
|
557
|
-
<line number="
|
|
558
|
-
<line number="
|
|
559
|
-
<line number="
|
|
560
|
-
<line number="
|
|
561
|
-
<line number="
|
|
562
|
-
<line number="316" hits="
|
|
563
|
-
<line number="
|
|
564
|
-
<line number="319" hits="
|
|
565
|
-
<line number="
|
|
566
|
-
<line number="
|
|
567
|
-
<line number="
|
|
568
|
-
<line number="
|
|
569
|
-
<line number="
|
|
570
|
-
<line number="
|
|
571
|
-
<line number="
|
|
572
|
-
<line number="
|
|
573
|
-
<line number="
|
|
574
|
-
<line number="
|
|
575
|
-
<line number="
|
|
576
|
-
<line number="
|
|
577
|
-
<line number="
|
|
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"/>
|
|
578
588
|
<line number="345" hits="1" branch="false"/>
|
|
579
|
-
<line number="346" hits="1" branch="
|
|
589
|
+
<line number="346" hits="1" branch="true" condition-coverage="50% (1/2)"/>
|
|
590
|
+
<line number="347" hits="1" branch="false"/>
|
|
580
591
|
<line number="350" hits="0" branch="false"/>
|
|
581
|
-
<line number="
|
|
582
|
-
<line number="
|
|
583
|
-
<line number="
|
|
584
|
-
<line number="
|
|
585
|
-
<line number="
|
|
586
|
-
<line number="
|
|
587
|
-
<line number="
|
|
588
|
-
<line number="
|
|
589
|
-
<line number="
|
|
590
|
-
<line number="
|
|
591
|
-
<line number="
|
|
592
|
-
<line number="
|
|
593
|
-
<line number="
|
|
594
|
-
<line number="
|
|
595
|
-
<line number="
|
|
596
|
-
<line number="
|
|
597
|
-
<line number="
|
|
598
|
-
<line number="
|
|
599
|
-
<line number="
|
|
600
|
-
<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"/>
|
|
601
611
|
<line number="384" hits="0" branch="false"/>
|
|
602
|
-
<line number="
|
|
603
|
-
<line number="
|
|
604
|
-
<line number="388" hits="3" branch="false"/>
|
|
605
|
-
<line number="390" hits="3" branch="false"/>
|
|
606
|
-
<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"/>
|
|
607
614
|
<line number="392" hits="0" branch="false"/>
|
|
608
615
|
<line number="393" hits="0" branch="false"/>
|
|
609
|
-
<line number="
|
|
610
|
-
<line number="
|
|
611
|
-
<line number="
|
|
612
|
-
<line number="
|
|
613
|
-
<line number="404" hits="
|
|
614
|
-
<line number="405" hits="
|
|
615
|
-
<line number="406" hits="
|
|
616
|
-
<line number="407" hits="
|
|
617
|
-
<line number="
|
|
618
|
-
<line number="
|
|
619
|
-
<line number="
|
|
620
|
-
<line number="
|
|
621
|
-
<line number="
|
|
622
|
-
<line number="
|
|
623
|
-
<line number="
|
|
624
|
-
<line number="
|
|
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"/>
|
|
625
633
|
<line number="420" hits="4" branch="false"/>
|
|
626
|
-
<line number="
|
|
627
|
-
<line number="
|
|
628
|
-
<line number="
|
|
629
|
-
<line number="
|
|
630
|
-
<line number="
|
|
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"/>
|
|
631
645
|
<line number="440" hits="0" branch="false"/>
|
|
632
|
-
<line number="
|
|
633
|
-
<line number="
|
|
634
|
-
<line number="
|
|
635
|
-
<line number="
|
|
636
|
-
<line number="
|
|
637
|
-
<line number="
|
|
638
|
-
<line number="
|
|
639
|
-
<line number="
|
|
640
|
-
<line number="455" hits="1" branch="true" condition-coverage="50% (1/2)"/>
|
|
641
|
-
<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"/>
|
|
642
654
|
<line number="457" hits="1" branch="false"/>
|
|
643
655
|
<line number="458" hits="1" branch="false"/>
|
|
644
|
-
<line number="459" hits="
|
|
645
|
-
<line number="
|
|
646
|
-
<line number="
|
|
647
|
-
<line number="
|
|
648
|
-
<line number="469" hits="
|
|
649
|
-
<line number="470" hits="3" branch="true" condition-coverage="50% (1/2)"/>
|
|
650
|
-
<line number="471" hits="0" branch="false"/>
|
|
651
|
-
<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"/>
|
|
652
661
|
<line number="476" hits="3" branch="false"/>
|
|
653
|
-
<line number="
|
|
654
|
-
<line number="
|
|
655
|
-
<line number="
|
|
656
|
-
<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)"/>
|
|
657
665
|
<line number="482" hits="0" branch="false"/>
|
|
658
|
-
<line number="
|
|
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"/>
|
|
659
693
|
</lines>
|
|
660
694
|
</class>
|
|
661
695
|
<class name="ArcGisFeatureQuery.ts" filename="src\ArcGisFeature\ArcGisFeatureQuery.ts" line-rate="1" branch-rate="0.9687">
|
|
@@ -940,14 +974,14 @@
|
|
|
940
974
|
<line number="45" hits="8"/>
|
|
941
975
|
</lines>
|
|
942
976
|
</method>
|
|
943
|
-
<method name="(anonymous_5)" hits="
|
|
977
|
+
<method name="(anonymous_5)" hits="26" signature="()V">
|
|
944
978
|
<lines>
|
|
945
|
-
<line number="47" hits="
|
|
979
|
+
<line number="47" hits="26"/>
|
|
946
980
|
</lines>
|
|
947
981
|
</method>
|
|
948
|
-
<method name="(anonymous_6)" hits="
|
|
982
|
+
<method name="(anonymous_6)" hits="26" signature="()V">
|
|
949
983
|
<lines>
|
|
950
|
-
<line number="51" hits="
|
|
984
|
+
<line number="51" hits="26"/>
|
|
951
985
|
</lines>
|
|
952
986
|
</method>
|
|
953
987
|
<method name="(anonymous_7)" hits="8" signature="()V">
|
|
@@ -1045,9 +1079,9 @@
|
|
|
1045
1079
|
<line number="120" hits="7"/>
|
|
1046
1080
|
</lines>
|
|
1047
1081
|
</method>
|
|
1048
|
-
<method name="(anonymous_26)" hits="
|
|
1082
|
+
<method name="(anonymous_26)" hits="57" signature="()V">
|
|
1049
1083
|
<lines>
|
|
1050
|
-
<line number="153" hits="
|
|
1084
|
+
<line number="153" hits="57"/>
|
|
1051
1085
|
</lines>
|
|
1052
1086
|
</method>
|
|
1053
1087
|
<method name="(anonymous_27)" hits="5" signature="()V">
|
|
@@ -1078,8 +1112,8 @@
|
|
|
1078
1112
|
<line number="43" hits="26" branch="false"/>
|
|
1079
1113
|
<line number="44" hits="19" branch="false"/>
|
|
1080
1114
|
<line number="45" hits="8" branch="false"/>
|
|
1081
|
-
<line number="48" hits="
|
|
1082
|
-
<line number="52" hits="
|
|
1115
|
+
<line number="48" hits="26" branch="false"/>
|
|
1116
|
+
<line number="52" hits="26" branch="false"/>
|
|
1083
1117
|
<line number="69" hits="1" branch="false"/>
|
|
1084
1118
|
<line number="73" hits="8" branch="false"/>
|
|
1085
1119
|
<line number="74" hits="0" branch="false"/>
|
|
@@ -1109,18 +1143,18 @@
|
|
|
1109
1143
|
<line number="129" hits="1" branch="false"/>
|
|
1110
1144
|
<line number="140" hits="1" branch="false"/>
|
|
1111
1145
|
<line number="147" hits="1" branch="false"/>
|
|
1112
|
-
<line number="155" hits="
|
|
1113
|
-
<line number="156" hits="
|
|
1146
|
+
<line number="155" hits="57" branch="true" condition-coverage="100% (2/2)"/>
|
|
1147
|
+
<line number="156" hits="32" branch="false"/>
|
|
1114
1148
|
<line number="157" hits="25" branch="true" condition-coverage="100% (2/2)"/>
|
|
1115
1149
|
<line number="158" hits="1" branch="false"/>
|
|
1116
|
-
<line number="161" hits="
|
|
1117
|
-
<line number="162" hits="
|
|
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)"/>
|
|
1118
1152
|
<line number="163" hits="5" branch="false"/>
|
|
1119
|
-
<line number="164" hits="
|
|
1120
|
-
<line number="165" hits="
|
|
1153
|
+
<line number="164" hits="28" branch="true" condition-coverage="100% (2/2)"/>
|
|
1154
|
+
<line number="165" hits="17" branch="false"/>
|
|
1121
1155
|
<line number="166" hits="11" branch="true" condition-coverage="50% (1/2)"/>
|
|
1122
1156
|
<line number="167" hits="11" branch="false"/>
|
|
1123
|
-
<line number="174" hits="
|
|
1157
|
+
<line number="174" hits="57" branch="true" condition-coverage="100% (2/2)"/>
|
|
1124
1158
|
<line number="175" hits="24" branch="false"/>
|
|
1125
1159
|
<line number="176" hits="24" branch="true" condition-coverage="100% (4/4)"/>
|
|
1126
1160
|
<line number="177" hits="2" branch="false"/>
|