@mapcomponents/react-maplibre 0.1.14 → 0.1.15
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/.github/workflows/storybook.yml +4 -2
- package/coverage/clover.xml +325 -297
- package/coverage/coverage-final.json +8 -8
- package/coverage/lcov-report/index.html +63 -63
- package/coverage/lcov-report/src/components/MapLibreMap/MapLibreMap.js.html +1 -1
- package/coverage/lcov-report/src/components/MapLibreMap/index.html +1 -1
- package/coverage/lcov-report/src/components/MlCreatePdfButton/MlCreatePdfButton.js.html +1 -1
- package/coverage/lcov-report/src/components/MlCreatePdfButton/index.html +1 -1
- package/coverage/lcov-report/src/components/MlFeatureEditor/MlFeatureEditor.js.html +1 -1
- package/coverage/lcov-report/src/components/MlFeatureEditor/index.html +1 -1
- package/coverage/lcov-report/src/components/MlFillExtrusionLayer/MlFillExtrusionLayer.js.html +1 -1
- package/coverage/lcov-report/src/components/MlFillExtrusionLayer/index.html +1 -1
- package/coverage/lcov-report/src/components/MlFollowGps/MlFollowGps.js.html +37 -34
- package/coverage/lcov-report/src/components/MlFollowGps/index.html +11 -11
- package/coverage/lcov-report/src/components/MlGPXViewer/MlGPXViewer.js.html +1 -1
- package/coverage/lcov-report/src/components/MlGPXViewer/gpxConverter.js.html +1 -1
- package/coverage/lcov-report/src/components/MlGPXViewer/index.html +1 -1
- package/coverage/lcov-report/src/components/MlGeoJsonLayer/MlGeoJsonLayer.js.html +96 -30
- package/coverage/lcov-report/src/components/MlGeoJsonLayer/index.html +19 -19
- package/coverage/lcov-report/src/components/MlImageMarkerLayer/MlImageMarkerLayer.js.html +45 -150
- package/coverage/lcov-report/src/components/MlImageMarkerLayer/index.html +19 -19
- package/coverage/lcov-report/src/components/MlLayer/MlLayer.js.html +93 -27
- package/coverage/lcov-report/src/components/MlLayer/index.html +19 -19
- package/coverage/lcov-report/src/components/MlLayerMagnify/MlLayerMagnify.js.html +1 -1
- package/coverage/lcov-report/src/components/MlLayerMagnify/index.html +1 -1
- package/coverage/lcov-report/src/components/MlLayerSwipe/MlLayerSwipe.js.html +1 -1
- package/coverage/lcov-report/src/components/MlLayerSwipe/index.html +1 -1
- package/coverage/lcov-report/src/components/MlLayerSwitcher/MlLayerSwitcher.js.html +1 -1
- package/coverage/lcov-report/src/components/MlLayerSwitcher/components/LayerBox.js.html +1 -1
- package/coverage/lcov-report/src/components/MlLayerSwitcher/components/index.html +1 -1
- package/coverage/lcov-report/src/components/MlLayerSwitcher/index.html +1 -1
- package/coverage/lcov-report/src/components/MlMarker/MlMarker.js.html +1 -1
- package/coverage/lcov-report/src/components/MlMarker/index.html +1 -1
- package/coverage/lcov-report/src/components/MlNavigationCompass/MlNavigationCompass.js.html +1 -1
- package/coverage/lcov-report/src/components/MlNavigationCompass/index.html +1 -1
- package/coverage/lcov-report/src/components/MlNavigationTools/MlNavigationTools.js.html +10 -13
- package/coverage/lcov-report/src/components/MlNavigationTools/index.html +7 -7
- package/coverage/lcov-report/src/components/MlOsmLayer/MlOsmLayer.js.html +1 -1
- package/coverage/lcov-report/src/components/MlOsmLayer/index.html +1 -1
- package/coverage/lcov-report/src/components/MlScaleReference/MlScaleReference.js.html +1 -1
- package/coverage/lcov-report/src/components/MlScaleReference/index.html +1 -1
- package/coverage/lcov-report/src/components/MlShareMapState/MlShareMapState.js.html +208 -16
- package/coverage/lcov-report/src/components/MlShareMapState/index.html +9 -9
- package/coverage/lcov-report/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.js.html +1 -1
- package/coverage/lcov-report/src/components/MlSpatialElevationProfile/index.html +1 -1
- package/coverage/lcov-report/src/components/MlThreeJsLayer/MlThreeJsLayer.js.html +1 -1
- package/coverage/lcov-report/src/components/MlThreeJsLayer/index.html +1 -1
- package/coverage/lcov-report/src/components/MlUseMapDebugger/MlUseMapDebugger.js.html +1 -1
- package/coverage/lcov-report/src/components/MlUseMapDebugger/index.html +1 -1
- package/coverage/lcov-report/src/components/MlVectorTileLayer/MlVectorTileLayer.js.html +1 -1
- package/coverage/lcov-report/src/components/MlVectorTileLayer/index.html +1 -1
- package/coverage/lcov-report/src/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.js.html +1 -1
- package/coverage/lcov-report/src/components/MlWmsFeatureInfoPopup/index.html +1 -1
- package/coverage/lcov-report/src/components/MlWmsLayer/MlWmsLayer.js.html +1 -1
- package/coverage/lcov-report/src/components/MlWmsLayer/index.html +1 -1
- package/coverage/lcov-report/src/components/MlWmsLoader/MlWmsLoader.js.html +1 -1
- package/coverage/lcov-report/src/components/MlWmsLoader/index.html +1 -1
- package/coverage/lcov-report/src/hooks/index.html +32 -32
- package/coverage/lcov-report/src/hooks/useMap.js.html +85 -163
- package/coverage/lcov-report/src/hooks/useMapState.js.html +82 -82
- package/coverage/lcov-report/src/hooks/useWms.js.html +1 -1
- package/coverage/lcov-report/src/i18n.js.html +1 -1
- package/coverage/lcov-report/src/index.html +1 -1
- package/coverage/lcov-report/src/translations/english.js.html +1 -1
- package/coverage/lcov-report/src/translations/german.js.html +1 -1
- package/coverage/lcov-report/src/translations/index.html +1 -1
- package/coverage/lcov.info +620 -570
- package/dist/index.esm.js +787 -665
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/MapLibreMap/lib/MapLibreGlWrapper.js +13 -12
- package/src/components/MlFollowGps/MlFollowGps.js +23 -22
- package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.js +23 -1
- package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.js +21 -56
- package/src/components/MlLayer/MlLayer.js +26 -4
- package/src/components/MlNavigationTools/MlNavigationTools.js +4 -5
- package/src/components/MlShareMapState/MlShareMapState.js +73 -9
- package/src/components/MlShareMapState/MlShareMapState.stories.js +24 -1
- package/src/hooks/useMap.js +36 -62
- package/src/hooks/useMapState.js +3 -3
- package/src/index.js +2 -0
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1640087482996" clover="3.2.0">
|
|
3
|
+
<project timestamp="1640087482996" name="All files">
|
|
4
|
+
<metrics statements="1629" coveredstatements="612" conditionals="932" coveredconditionals="262" methods="282" coveredmethods="99" elements="2843" coveredelements="973" complexity="0" loc="1629" ncloc="1629" packages="29" files="33" classes="33"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
7
7
|
<file name="i18n.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/i18n.js">
|
|
@@ -144,9 +144,9 @@
|
|
|
144
144
|
</file>
|
|
145
145
|
</package>
|
|
146
146
|
<package name="src.components.MlFollowGps">
|
|
147
|
-
<metrics statements="
|
|
147
|
+
<metrics statements="41" coveredstatements="27" conditionals="22" coveredconditionals="13" methods="7" coveredmethods="4"/>
|
|
148
148
|
<file name="MlFollowGps.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlFollowGps/MlFollowGps.js">
|
|
149
|
-
<metrics statements="
|
|
149
|
+
<metrics statements="41" coveredstatements="27" conditionals="22" coveredconditionals="13" methods="7" coveredmethods="4"/>
|
|
150
150
|
<line num="23" count="1" type="stmt"/>
|
|
151
151
|
<line num="25" count="7" type="stmt"/>
|
|
152
152
|
<line num="26" count="7" type="stmt"/>
|
|
@@ -177,16 +177,17 @@
|
|
|
177
177
|
<line num="69" count="0" type="stmt"/>
|
|
178
178
|
<line num="70" count="0" type="stmt"/>
|
|
179
179
|
<line num="71" count="0" type="stmt"/>
|
|
180
|
-
<line num="
|
|
181
|
-
<line num="75" count="
|
|
180
|
+
<line num="72" count="0" type="stmt"/>
|
|
181
|
+
<line num="75" count="7" type="stmt"/>
|
|
182
182
|
<line num="76" count="0" type="stmt"/>
|
|
183
|
-
<line num="
|
|
184
|
-
<line num="
|
|
185
|
-
<line num="
|
|
186
|
-
<line num="
|
|
187
|
-
<line num="
|
|
188
|
-
<line num="
|
|
189
|
-
<line num="
|
|
183
|
+
<line num="77" count="0" type="stmt"/>
|
|
184
|
+
<line num="80" count="7" type="stmt"/>
|
|
185
|
+
<line num="116" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
186
|
+
<line num="117" count="1" type="stmt"/>
|
|
187
|
+
<line num="119" count="2" type="stmt"/>
|
|
188
|
+
<line num="124" count="3" type="stmt"/>
|
|
189
|
+
<line num="134" count="1" type="stmt"/>
|
|
190
|
+
<line num="154" count="1" type="stmt"/>
|
|
190
191
|
</file>
|
|
191
192
|
</package>
|
|
192
193
|
<package name="src.components.MlGPXViewer">
|
|
@@ -596,162 +597,166 @@
|
|
|
596
597
|
</file>
|
|
597
598
|
</package>
|
|
598
599
|
<package name="src.components.MlGeoJsonLayer">
|
|
599
|
-
<metrics statements="
|
|
600
|
+
<metrics statements="70" coveredstatements="43" conditionals="62" coveredconditionals="33" methods="9" coveredmethods="7"/>
|
|
600
601
|
<file name="MlGeoJsonLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlGeoJsonLayer/MlGeoJsonLayer.js">
|
|
601
|
-
<metrics statements="
|
|
602
|
-
<line num="
|
|
603
|
-
<line num="
|
|
604
|
-
<line num="
|
|
605
|
-
<line num="
|
|
606
|
-
<line num="
|
|
607
|
-
<line num="
|
|
608
|
-
<line num="
|
|
609
|
-
<line num="
|
|
610
|
-
<line num="
|
|
611
|
-
<line num="
|
|
612
|
-
<line num="
|
|
613
|
-
<line num="
|
|
614
|
-
<line num="
|
|
615
|
-
<line num="
|
|
616
|
-
<line num="
|
|
617
|
-
<line num="
|
|
618
|
-
<line num="
|
|
619
|
-
<line num="
|
|
620
|
-
<line num="
|
|
621
|
-
<line num="
|
|
622
|
-
<line num="
|
|
623
|
-
<line num="
|
|
624
|
-
<line num="
|
|
625
|
-
<line num="
|
|
626
|
-
<line num="52" count="0" type="stmt"/>
|
|
627
|
-
<line num="56" count="8" type="stmt"/>
|
|
628
|
-
<line num="57" count="8" type="cond" truecount="2" falsecount="2"/>
|
|
629
|
-
<line num="59" count="0" type="stmt"/>
|
|
602
|
+
<metrics statements="70" coveredstatements="43" conditionals="62" coveredconditionals="33" methods="9" coveredmethods="7"/>
|
|
603
|
+
<line num="11" count="2" type="stmt"/>
|
|
604
|
+
<line num="18" count="2" type="stmt"/>
|
|
605
|
+
<line num="20" count="12" type="stmt"/>
|
|
606
|
+
<line num="21" count="12" type="stmt"/>
|
|
607
|
+
<line num="29" count="12" type="stmt"/>
|
|
608
|
+
<line num="30" count="12" type="stmt"/>
|
|
609
|
+
<line num="31" count="12" type="stmt"/>
|
|
610
|
+
<line num="32" count="12" type="stmt"/>
|
|
611
|
+
<line num="33" count="12" type="stmt"/>
|
|
612
|
+
<line num="34" count="12" type="stmt"/>
|
|
613
|
+
<line num="35" count="12" type="stmt"/>
|
|
614
|
+
<line num="36" count="12" type="stmt"/>
|
|
615
|
+
<line num="37" count="12" type="stmt"/>
|
|
616
|
+
<line num="40" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
617
|
+
<line num="42" count="12" type="stmt"/>
|
|
618
|
+
<line num="43" count="4" type="stmt"/>
|
|
619
|
+
<line num="44" count="4" type="stmt"/>
|
|
620
|
+
<line num="46" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
621
|
+
<line num="47" count="0" type="stmt"/>
|
|
622
|
+
<line num="49" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
623
|
+
<line num="50" count="2" type="stmt"/>
|
|
624
|
+
<line num="52" count="2" type="stmt"/>
|
|
625
|
+
<line num="57" count="12" type="stmt"/>
|
|
626
|
+
<line num="58" count="8" type="cond" truecount="2" falsecount="2"/>
|
|
630
627
|
<line num="60" count="0" type="stmt"/>
|
|
631
|
-
<line num="
|
|
632
|
-
<line num="
|
|
633
|
-
<line num="
|
|
634
|
-
<line num="
|
|
635
|
-
<line num="
|
|
636
|
-
<line num="
|
|
637
|
-
<line num="
|
|
638
|
-
<line num="
|
|
639
|
-
<line num="
|
|
640
|
-
<line num="97" count="0" type="
|
|
641
|
-
<line num="
|
|
642
|
-
<line num="
|
|
643
|
-
<line num="
|
|
644
|
-
<line num="
|
|
645
|
-
<line num="
|
|
646
|
-
<line num="
|
|
647
|
-
<line num="
|
|
648
|
-
<line num="120" count="
|
|
649
|
-
<line num="
|
|
650
|
-
<line num="
|
|
651
|
-
<line num="
|
|
652
|
-
<line num="
|
|
653
|
-
<line num="
|
|
654
|
-
<line num="
|
|
655
|
-
<line num="
|
|
656
|
-
<line num="
|
|
657
|
-
<line num="
|
|
658
|
-
<line num="
|
|
659
|
-
<line num="
|
|
660
|
-
<line num="
|
|
661
|
-
<line num="
|
|
662
|
-
<line num="
|
|
663
|
-
<line num="
|
|
628
|
+
<line num="61" count="0" type="stmt"/>
|
|
629
|
+
<line num="65" count="12" type="stmt"/>
|
|
630
|
+
<line num="66" count="8" type="cond" truecount="2" falsecount="2"/>
|
|
631
|
+
<line num="68" count="0" type="stmt"/>
|
|
632
|
+
<line num="69" count="0" type="stmt"/>
|
|
633
|
+
<line num="73" count="12" type="stmt"/>
|
|
634
|
+
<line num="75" count="0" type="stmt"/>
|
|
635
|
+
<line num="92" count="12" type="stmt"/>
|
|
636
|
+
<line num="93" count="8" type="cond" truecount="2" falsecount="2"/>
|
|
637
|
+
<line num="97" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
638
|
+
<line num="102" count="0" type="stmt"/>
|
|
639
|
+
<line num="103" count="0" type="stmt"/>
|
|
640
|
+
<line num="104" count="0" type="stmt"/>
|
|
641
|
+
<line num="105" count="0" type="stmt"/>
|
|
642
|
+
<line num="106" count="0" type="stmt"/>
|
|
643
|
+
<line num="108" count="0" type="stmt"/>
|
|
644
|
+
<line num="110" count="0" type="stmt"/>
|
|
645
|
+
<line num="120" count="12" type="stmt"/>
|
|
646
|
+
<line num="121" count="12" type="cond" truecount="4" falsecount="0"/>
|
|
647
|
+
<line num="125" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
648
|
+
<line num="127" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
649
|
+
<line num="128" count="0" type="stmt"/>
|
|
650
|
+
<line num="130" count="0" type="stmt"/>
|
|
651
|
+
<line num="131" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
652
|
+
<line num="132" count="0" type="stmt"/>
|
|
653
|
+
<line num="135" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
654
|
+
<line num="136" count="0" type="stmt"/>
|
|
655
|
+
<line num="139" count="4" type="stmt"/>
|
|
656
|
+
<line num="140" count="4" type="stmt"/>
|
|
657
|
+
<line num="142" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
658
|
+
<line num="148" count="0" type="stmt"/>
|
|
659
|
+
<line num="149" count="0" type="stmt"/>
|
|
660
|
+
<line num="152" count="4" type="stmt"/>
|
|
661
|
+
<line num="154" count="4" type="stmt"/>
|
|
662
|
+
<line num="172" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
663
|
+
<line num="173" count="0" type="stmt"/>
|
|
664
|
+
<line num="176" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
665
|
+
<line num="177" count="0" type="stmt"/>
|
|
666
|
+
<line num="180" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
667
|
+
<line num="181" count="0" type="stmt"/>
|
|
668
|
+
<line num="184" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
669
|
+
<line num="189" count="0" type="stmt"/>
|
|
670
|
+
<line num="190" count="0" type="stmt"/>
|
|
671
|
+
<line num="195" count="12" type="stmt"/>
|
|
672
|
+
<line num="198" count="2" type="stmt"/>
|
|
664
673
|
</file>
|
|
665
674
|
</package>
|
|
666
675
|
<package name="src.components.MlImageMarkerLayer">
|
|
667
|
-
<metrics statements="
|
|
676
|
+
<metrics statements="31" coveredstatements="22" conditionals="29" coveredconditionals="14" methods="6" coveredmethods="5"/>
|
|
668
677
|
<file name="MlImageMarkerLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlImageMarkerLayer/MlImageMarkerLayer.js">
|
|
669
|
-
<metrics statements="
|
|
670
|
-
<line num="
|
|
671
|
-
<line num="
|
|
672
|
-
<line num="
|
|
673
|
-
<line num="
|
|
674
|
-
<line num="
|
|
675
|
-
<line num="12" count="
|
|
676
|
-
<line num="13" count="
|
|
677
|
-
<line num="14" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
678
|
-
<line num="16" count="8" type="stmt"/>
|
|
679
|
-
<line num="17" count="4" type="stmt"/>
|
|
678
|
+
<metrics statements="31" coveredstatements="22" conditionals="29" coveredconditionals="14" methods="6" coveredmethods="5"/>
|
|
679
|
+
<line num="5" count="2" type="stmt"/>
|
|
680
|
+
<line num="6" count="12" type="stmt"/>
|
|
681
|
+
<line num="8" count="12" type="stmt"/>
|
|
682
|
+
<line num="9" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
683
|
+
<line num="10" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
684
|
+
<line num="12" count="12" type="stmt"/>
|
|
685
|
+
<line num="13" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
680
686
|
<line num="18" count="4" type="stmt"/>
|
|
681
|
-
<line num="
|
|
682
|
-
<line num="
|
|
683
|
-
<line num="
|
|
684
|
-
<line num="28" count="
|
|
685
|
-
<line num="29" count="
|
|
686
|
-
<line num="
|
|
687
|
-
<line num="
|
|
688
|
-
<line num="
|
|
689
|
-
<line num="41" count="
|
|
690
|
-
<line num="
|
|
691
|
-
<line num="
|
|
692
|
-
<line num="
|
|
693
|
-
<line num="
|
|
694
|
-
<line num="
|
|
695
|
-
<line num="
|
|
696
|
-
<line num="
|
|
697
|
-
<line num="
|
|
698
|
-
<line num="
|
|
699
|
-
<line num="
|
|
700
|
-
<line num="
|
|
701
|
-
<line num="
|
|
702
|
-
<line num="
|
|
703
|
-
<line num="
|
|
704
|
-
<line num="85" count="4" type="stmt"/>
|
|
705
|
-
<line num="86" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
706
|
-
<line num="87" count="0" type="stmt"/>
|
|
707
|
-
<line num="90" count="4" type="stmt"/>
|
|
708
|
-
<line num="93" count="8" type="stmt"/>
|
|
709
|
-
<line num="94" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
710
|
-
<line num="99" count="4" type="stmt"/>
|
|
711
|
-
<line num="104" count="4" type="stmt"/>
|
|
712
|
-
<line num="107" count="8" type="stmt"/>
|
|
687
|
+
<line num="23" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
688
|
+
<line num="24" count="0" type="stmt"/>
|
|
689
|
+
<line num="25" count="0" type="stmt"/>
|
|
690
|
+
<line num="28" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
691
|
+
<line num="29" count="0" type="stmt"/>
|
|
692
|
+
<line num="30" count="0" type="stmt"/>
|
|
693
|
+
<line num="35" count="12" type="stmt"/>
|
|
694
|
+
<line num="36" count="4" type="stmt"/>
|
|
695
|
+
<line num="41" count="4" type="stmt"/>
|
|
696
|
+
<line num="42" count="4" type="stmt"/>
|
|
697
|
+
<line num="45" count="12" type="stmt"/>
|
|
698
|
+
<line num="46" count="8" type="cond" truecount="5" falsecount="0"/>
|
|
699
|
+
<line num="48" count="4" type="stmt"/>
|
|
700
|
+
<line num="50" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
701
|
+
<line num="51" count="4" type="stmt"/>
|
|
702
|
+
<line num="52" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
703
|
+
<line num="53" count="0" type="stmt"/>
|
|
704
|
+
<line num="57" count="4" type="stmt"/>
|
|
705
|
+
<line num="60" count="12" type="stmt"/>
|
|
706
|
+
<line num="61" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
707
|
+
<line num="66" count="4" type="stmt"/>
|
|
708
|
+
<line num="69" count="0" type="stmt"/>
|
|
709
|
+
<line num="72" count="12" type="stmt"/>
|
|
713
710
|
</file>
|
|
714
711
|
</package>
|
|
715
712
|
<package name="src.components.MlLayer">
|
|
716
|
-
<metrics statements="
|
|
713
|
+
<metrics statements="44" coveredstatements="29" conditionals="34" coveredconditionals="15" methods="6" coveredmethods="5"/>
|
|
717
714
|
<file name="MlLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlLayer/MlLayer.js">
|
|
718
|
-
<metrics statements="
|
|
719
|
-
<line num="
|
|
720
|
-
<line num="
|
|
721
|
-
<line num="
|
|
722
|
-
<line num="
|
|
723
|
-
<line num="
|
|
724
|
-
<line num="
|
|
725
|
-
<line num="
|
|
726
|
-
<line num="
|
|
727
|
-
<line num="
|
|
728
|
-
<line num="
|
|
729
|
-
<line num="
|
|
730
|
-
<line num="
|
|
731
|
-
<line num="
|
|
732
|
-
<line num="
|
|
733
|
-
<line num="
|
|
734
|
-
<line num="
|
|
735
|
-
<line num="
|
|
736
|
-
<line num="
|
|
737
|
-
<line num="
|
|
738
|
-
<line num="43" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
739
|
-
<line num="44" count="0" type="stmt"/>
|
|
740
|
-
<line num="45" count="0" type="stmt"/>
|
|
741
|
-
<line num="47" count="0" type="stmt"/>
|
|
715
|
+
<metrics statements="44" coveredstatements="29" conditionals="34" coveredconditionals="15" methods="6" coveredmethods="5"/>
|
|
716
|
+
<line num="7" count="1" type="stmt"/>
|
|
717
|
+
<line num="9" count="16" type="stmt"/>
|
|
718
|
+
<line num="11" count="16" type="stmt"/>
|
|
719
|
+
<line num="19" count="16" type="stmt"/>
|
|
720
|
+
<line num="20" count="16" type="stmt"/>
|
|
721
|
+
<line num="21" count="16" type="cond" truecount="1" falsecount="1"/>
|
|
722
|
+
<line num="22" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
723
|
+
<line num="23" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
724
|
+
<line num="24" count="16" type="stmt"/>
|
|
725
|
+
<line num="25" count="16" type="stmt"/>
|
|
726
|
+
<line num="27" count="16" type="stmt"/>
|
|
727
|
+
<line num="28" count="4" type="stmt"/>
|
|
728
|
+
<line num="30" count="4" type="stmt"/>
|
|
729
|
+
<line num="31" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
730
|
+
<line num="32" count="2" type="stmt"/>
|
|
731
|
+
<line num="33" count="2" type="stmt"/>
|
|
732
|
+
<line num="38" count="16" type="stmt"/>
|
|
733
|
+
<line num="39" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
734
|
+
<line num="45" count="12" type="stmt"/>
|
|
742
735
|
<line num="50" count="0" type="stmt"/>
|
|
743
736
|
<line num="51" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
744
737
|
<line num="52" count="0" type="stmt"/>
|
|
745
738
|
<line num="53" count="0" type="stmt"/>
|
|
746
|
-
<line num="
|
|
747
|
-
<line num="
|
|
748
|
-
<line num="
|
|
749
|
-
<line num="
|
|
750
|
-
<line num="
|
|
751
|
-
<line num="66" count="
|
|
752
|
-
<line num="
|
|
753
|
-
<line num="
|
|
754
|
-
<line num="
|
|
739
|
+
<line num="55" count="0" type="stmt"/>
|
|
740
|
+
<line num="58" count="0" type="stmt"/>
|
|
741
|
+
<line num="59" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
742
|
+
<line num="60" count="0" type="stmt"/>
|
|
743
|
+
<line num="61" count="0" type="stmt"/>
|
|
744
|
+
<line num="66" count="16" type="stmt"/>
|
|
745
|
+
<line num="67" count="16" type="cond" truecount="4" falsecount="0"/>
|
|
746
|
+
<line num="72" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
747
|
+
<line num="73" count="0" type="stmt"/>
|
|
748
|
+
<line num="75" count="0" type="stmt"/>
|
|
749
|
+
<line num="76" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
750
|
+
<line num="77" count="0" type="stmt"/>
|
|
751
|
+
<line num="80" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
752
|
+
<line num="81" count="0" type="stmt"/>
|
|
753
|
+
<line num="85" count="4" type="stmt"/>
|
|
754
|
+
<line num="86" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
755
|
+
<line num="87" count="4" type="stmt"/>
|
|
756
|
+
<line num="88" count="4" type="stmt"/>
|
|
757
|
+
<line num="100" count="4" type="stmt"/>
|
|
758
|
+
<line num="101" count="4" type="stmt"/>
|
|
759
|
+
<line num="105" count="16" type="stmt"/>
|
|
755
760
|
</file>
|
|
756
761
|
</package>
|
|
757
762
|
<package name="src.components.MlLayerMagnify">
|
|
@@ -1068,9 +1073,9 @@
|
|
|
1068
1073
|
</file>
|
|
1069
1074
|
</package>
|
|
1070
1075
|
<package name="src.components.MlNavigationTools">
|
|
1071
|
-
<metrics statements="
|
|
1076
|
+
<metrics statements="46" coveredstatements="0" conditionals="44" coveredconditionals="0" methods="12" coveredmethods="0"/>
|
|
1072
1077
|
<file name="MlNavigationTools.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlNavigationTools/MlNavigationTools.js">
|
|
1073
|
-
<metrics statements="
|
|
1078
|
+
<metrics statements="46" coveredstatements="0" conditionals="44" coveredconditionals="0" methods="12" coveredmethods="0"/>
|
|
1074
1079
|
<line num="18" count="0" type="stmt"/>
|
|
1075
1080
|
<line num="19" count="0" type="stmt"/>
|
|
1076
1081
|
<line num="20" count="0" type="stmt"/>
|
|
@@ -1080,42 +1085,43 @@
|
|
|
1080
1085
|
<line num="25" count="0" type="stmt"/>
|
|
1081
1086
|
<line num="26" count="0" type="stmt"/>
|
|
1082
1087
|
<line num="27" count="0" type="stmt"/>
|
|
1088
|
+
<line num="44" count="0" type="stmt"/>
|
|
1083
1089
|
<line num="45" count="0" type="stmt"/>
|
|
1084
|
-
<line num="
|
|
1085
|
-
<line num="
|
|
1086
|
-
<line num="55" count="0" type="
|
|
1090
|
+
<line num="47" count="0" type="stmt"/>
|
|
1091
|
+
<line num="54" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1092
|
+
<line num="55" count="0" type="stmt"/>
|
|
1087
1093
|
<line num="56" count="0" type="stmt"/>
|
|
1088
|
-
<line num="
|
|
1089
|
-
<line num="
|
|
1090
|
-
<line num="63" count="0" type="
|
|
1091
|
-
<line num="
|
|
1094
|
+
<line num="58" count="0" type="stmt"/>
|
|
1095
|
+
<line num="62" count="0" type="stmt"/>
|
|
1096
|
+
<line num="63" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1097
|
+
<line num="66" count="0" type="stmt"/>
|
|
1092
1098
|
<line num="67" count="0" type="stmt"/>
|
|
1093
1099
|
<line num="68" count="0" type="stmt"/>
|
|
1094
|
-
<line num="
|
|
1095
|
-
<line num="
|
|
1096
|
-
<line num="
|
|
1097
|
-
<line num="79" count="0" type="
|
|
1098
|
-
<line num="
|
|
1099
|
-
<line num="82" count="0" type="
|
|
1100
|
-
<line num="
|
|
1101
|
-
<line num="87" count="0" type="
|
|
1102
|
-
<line num="
|
|
1103
|
-
<line num="90" count="0" type="
|
|
1104
|
-
<line num="
|
|
1105
|
-
<line num="95" count="0" type="
|
|
1106
|
-
<line num="
|
|
1107
|
-
<line num="98" count="0" type="
|
|
1108
|
-
<line num="99" count="0" type="
|
|
1109
|
-
<line num="
|
|
1110
|
-
<line num="
|
|
1100
|
+
<line num="71" count="0" type="stmt"/>
|
|
1101
|
+
<line num="75" count="0" type="stmt"/>
|
|
1102
|
+
<line num="78" count="0" type="stmt"/>
|
|
1103
|
+
<line num="79" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1104
|
+
<line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1105
|
+
<line num="82" count="0" type="stmt"/>
|
|
1106
|
+
<line num="86" count="0" type="stmt"/>
|
|
1107
|
+
<line num="87" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1108
|
+
<line num="89" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1109
|
+
<line num="90" count="0" type="stmt"/>
|
|
1110
|
+
<line num="94" count="0" type="stmt"/>
|
|
1111
|
+
<line num="95" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1112
|
+
<line num="97" count="0" type="stmt"/>
|
|
1113
|
+
<line num="98" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1114
|
+
<line num="99" count="0" type="stmt"/>
|
|
1115
|
+
<line num="101" count="0" type="stmt"/>
|
|
1116
|
+
<line num="104" count="0" type="stmt"/>
|
|
1111
1117
|
<line num="105" count="0" type="stmt"/>
|
|
1112
|
-
<line num="
|
|
1118
|
+
<line num="108" count="0" type="stmt"/>
|
|
1113
1119
|
<line num="109" count="0" type="stmt"/>
|
|
1114
|
-
<line num="
|
|
1120
|
+
<line num="112" count="0" type="stmt"/>
|
|
1115
1121
|
<line num="113" count="0" type="stmt"/>
|
|
1116
1122
|
<line num="114" count="0" type="stmt"/>
|
|
1117
|
-
<line num="
|
|
1118
|
-
<line num="
|
|
1123
|
+
<line num="117" count="0" type="stmt"/>
|
|
1124
|
+
<line num="146" count="0" type="stmt"/>
|
|
1119
1125
|
</file>
|
|
1120
1126
|
</package>
|
|
1121
1127
|
<package name="src.components.MlOsmLayer">
|
|
@@ -1214,57 +1220,90 @@
|
|
|
1214
1220
|
</file>
|
|
1215
1221
|
</package>
|
|
1216
1222
|
<package name="src.components.MlShareMapState">
|
|
1217
|
-
<metrics statements="
|
|
1223
|
+
<metrics statements="81" coveredstatements="0" conditionals="42" coveredconditionals="0" methods="10" coveredmethods="0"/>
|
|
1218
1224
|
<file name="MlShareMapState.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlShareMapState/MlShareMapState.js">
|
|
1219
|
-
<metrics statements="
|
|
1220
|
-
<line num="
|
|
1221
|
-
<line num="
|
|
1225
|
+
<metrics statements="81" coveredstatements="0" conditionals="42" coveredconditionals="0" methods="10" coveredmethods="0"/>
|
|
1226
|
+
<line num="16" count="0" type="stmt"/>
|
|
1227
|
+
<line num="18" count="0" type="stmt"/>
|
|
1222
1228
|
<line num="19" count="0" type="stmt"/>
|
|
1223
1229
|
<line num="20" count="0" type="stmt"/>
|
|
1224
1230
|
<line num="21" count="0" type="stmt"/>
|
|
1225
1231
|
<line num="22" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1232
|
+
<line num="23" count="0" type="stmt"/>
|
|
1226
1233
|
<line num="24" count="0" type="stmt"/>
|
|
1227
|
-
<line num="
|
|
1228
|
-
<line num="27" count="0" type="stmt"/>
|
|
1229
|
-
<line num="29" count="0" type="stmt"/>
|
|
1230
|
-
<line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1234
|
+
<line num="35" count="0" type="stmt"/>
|
|
1231
1235
|
<line num="37" count="0" type="stmt"/>
|
|
1232
1236
|
<line num="38" count="0" type="stmt"/>
|
|
1233
1237
|
<line num="40" count="0" type="stmt"/>
|
|
1234
|
-
<line num="
|
|
1235
|
-
<line num="45" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1238
|
+
<line num="47" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1236
1239
|
<line num="48" count="0" type="stmt"/>
|
|
1237
1240
|
<line num="49" count="0" type="stmt"/>
|
|
1238
|
-
<line num="
|
|
1239
|
-
<line num="52" count="0" type="stmt"/>
|
|
1240
|
-
<line num="53" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1241
|
-
<line num="54" count="0" type="stmt"/>
|
|
1241
|
+
<line num="51" count="0" type="stmt"/>
|
|
1242
1242
|
<line num="55" count="0" type="stmt"/>
|
|
1243
|
-
<line num="56" count="0" type="
|
|
1244
|
-
<line num="
|
|
1245
|
-
<line num="
|
|
1246
|
-
<line num="
|
|
1247
|
-
<line num="63" count="0" type="
|
|
1248
|
-
<line num="
|
|
1243
|
+
<line num="56" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1244
|
+
<line num="59" count="0" type="stmt"/>
|
|
1245
|
+
<line num="60" count="0" type="stmt"/>
|
|
1246
|
+
<line num="61" count="0" type="stmt"/>
|
|
1247
|
+
<line num="63" count="0" type="stmt"/>
|
|
1248
|
+
<line num="64" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1249
|
+
<line num="65" count="0" type="stmt"/>
|
|
1249
1250
|
<line num="66" count="0" type="stmt"/>
|
|
1250
|
-
<line num="
|
|
1251
|
-
<line num="
|
|
1252
|
-
<line num="
|
|
1251
|
+
<line num="67" count="0" type="stmt"/>
|
|
1252
|
+
<line num="68" count="0" type="stmt"/>
|
|
1253
|
+
<line num="72" count="0" type="stmt"/>
|
|
1254
|
+
<line num="73" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1255
|
+
<line num="74" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1253
1256
|
<line num="75" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1254
|
-
<line num="
|
|
1255
|
-
<line num="
|
|
1256
|
-
<line num="
|
|
1257
|
-
<line num="
|
|
1257
|
+
<line num="77" count="0" type="stmt"/>
|
|
1258
|
+
<line num="79" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1259
|
+
<line num="80" count="0" type="stmt"/>
|
|
1260
|
+
<line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1261
|
+
<line num="82" count="0" type="stmt"/>
|
|
1262
|
+
<line num="88" count="0" type="stmt"/>
|
|
1263
|
+
<line num="89" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1264
|
+
<line num="90" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1265
|
+
<line num="92" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1266
|
+
<line num="93" count="0" type="stmt"/>
|
|
1258
1267
|
<line num="94" count="0" type="stmt"/>
|
|
1259
|
-
<line num="95" count="0" type="stmt"/>
|
|
1260
|
-
<line num="96" count="0" type="stmt"/>
|
|
1261
1268
|
<line num="97" count="0" type="stmt"/>
|
|
1262
|
-
<line num="
|
|
1263
|
-
<line num="
|
|
1264
|
-
<line num="
|
|
1269
|
+
<line num="98" count="0" type="stmt"/>
|
|
1270
|
+
<line num="99" count="0" type="stmt"/>
|
|
1271
|
+
<line num="105" count="0" type="stmt"/>
|
|
1265
1272
|
<line num="106" count="0" type="stmt"/>
|
|
1266
|
-
<line num="
|
|
1267
|
-
<line num="113" count="0" type="
|
|
1273
|
+
<line num="112" count="0" type="stmt"/>
|
|
1274
|
+
<line num="113" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1275
|
+
<line num="114" count="0" type="stmt"/>
|
|
1276
|
+
<line num="124" count="0" type="stmt"/>
|
|
1277
|
+
<line num="128" count="0" type="stmt"/>
|
|
1278
|
+
<line num="129" count="0" type="stmt"/>
|
|
1279
|
+
<line num="131" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1280
|
+
<line num="132" count="0" type="stmt"/>
|
|
1281
|
+
<line num="133" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1282
|
+
<line num="134" count="0" type="stmt"/>
|
|
1283
|
+
<line num="135" count="0" type="stmt"/>
|
|
1284
|
+
<line num="136" count="0" type="stmt"/>
|
|
1285
|
+
<line num="137" count="0" type="stmt"/>
|
|
1286
|
+
<line num="138" count="0" type="stmt"/>
|
|
1287
|
+
<line num="140" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1288
|
+
<line num="141" count="0" type="stmt"/>
|
|
1289
|
+
<line num="143" count="0" type="stmt"/>
|
|
1290
|
+
<line num="146" count="0" type="stmt"/>
|
|
1291
|
+
<line num="147" count="0" type="stmt"/>
|
|
1292
|
+
<line num="148" count="0" type="stmt"/>
|
|
1293
|
+
<line num="149" count="0" type="stmt"/>
|
|
1294
|
+
<line num="150" count="0" type="stmt"/>
|
|
1295
|
+
<line num="153" count="0" type="stmt"/>
|
|
1296
|
+
<line num="155" count="0" type="stmt"/>
|
|
1297
|
+
<line num="158" count="0" type="stmt"/>
|
|
1298
|
+
<line num="159" count="0" type="stmt"/>
|
|
1299
|
+
<line num="160" count="0" type="stmt"/>
|
|
1300
|
+
<line num="161" count="0" type="stmt"/>
|
|
1301
|
+
<line num="164" count="0" type="stmt"/>
|
|
1302
|
+
<line num="165" count="0" type="cond" truecount="0" falsecount="6"/>
|
|
1303
|
+
<line num="166" count="0" type="stmt"/>
|
|
1304
|
+
<line num="170" count="0" type="stmt"/>
|
|
1305
|
+
<line num="173" count="0" type="stmt"/>
|
|
1306
|
+
<line num="177" count="0" type="stmt"/>
|
|
1268
1307
|
</file>
|
|
1269
1308
|
</package>
|
|
1270
1309
|
<package name="src.components.MlSpatialElevationProfile">
|
|
@@ -1643,63 +1682,52 @@
|
|
|
1643
1682
|
</file>
|
|
1644
1683
|
</package>
|
|
1645
1684
|
<package name="src.hooks">
|
|
1646
|
-
<metrics statements="
|
|
1685
|
+
<metrics statements="113" coveredstatements="57" conditionals="42" coveredconditionals="14" methods="19" coveredmethods="9"/>
|
|
1647
1686
|
<file name="useMap.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/hooks/useMap.js">
|
|
1648
|
-
<metrics statements="
|
|
1649
|
-
<line num="
|
|
1650
|
-
<line num="
|
|
1651
|
-
<line num="
|
|
1652
|
-
<line num="
|
|
1653
|
-
<line num="
|
|
1654
|
-
<line num="
|
|
1655
|
-
<line num="
|
|
1656
|
-
<line num="
|
|
1657
|
-
<line num="
|
|
1658
|
-
<line num="
|
|
1659
|
-
<line num="
|
|
1660
|
-
<line num="
|
|
1661
|
-
<line num="
|
|
1662
|
-
<line num="
|
|
1663
|
-
<line num="
|
|
1664
|
-
<line num="
|
|
1665
|
-
<line num="
|
|
1666
|
-
<line num="
|
|
1667
|
-
<line num="
|
|
1668
|
-
<line num="
|
|
1669
|
-
<line num="
|
|
1670
|
-
<line num="
|
|
1671
|
-
<line num="
|
|
1672
|
-
<line num="
|
|
1673
|
-
<line num="
|
|
1674
|
-
<line num="
|
|
1675
|
-
<line num="
|
|
1676
|
-
<line num="
|
|
1677
|
-
<line num="
|
|
1678
|
-
<line num="
|
|
1679
|
-
<line num="68" count="0" type="stmt"/>
|
|
1680
|
-
<line num="69" count="0" type="stmt"/>
|
|
1681
|
-
<line num="72" count="0" type="stmt"/>
|
|
1682
|
-
<line num="73" count="0" type="stmt"/>
|
|
1683
|
-
<line num="74" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1684
|
-
<line num="75" count="0" type="stmt"/>
|
|
1685
|
-
<line num="76" count="0" type="stmt"/>
|
|
1686
|
-
<line num="82" count="0" type="stmt"/>
|
|
1687
|
-
<line num="83" count="0" type="stmt"/>
|
|
1688
|
-
<line num="86" count="0" type="stmt"/>
|
|
1689
|
-
<line num="92" count="0" type="stmt"/>
|
|
1687
|
+
<metrics statements="30" coveredstatements="23" conditionals="12" coveredconditionals="6" methods="5" coveredmethods="4"/>
|
|
1688
|
+
<line num="8" count="12" type="stmt"/>
|
|
1689
|
+
<line num="10" count="12" type="stmt"/>
|
|
1690
|
+
<line num="19" count="12" type="stmt"/>
|
|
1691
|
+
<line num="20" count="12" type="stmt"/>
|
|
1692
|
+
<line num="22" count="12" type="stmt"/>
|
|
1693
|
+
<line num="24" count="12" type="stmt"/>
|
|
1694
|
+
<line num="26" count="12" type="stmt"/>
|
|
1695
|
+
<line num="27" count="4" type="stmt"/>
|
|
1696
|
+
<line num="29" count="4" type="stmt"/>
|
|
1697
|
+
<line num="30" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1698
|
+
<line num="31" count="2" type="stmt"/>
|
|
1699
|
+
<line num="32" count="2" type="stmt"/>
|
|
1700
|
+
<line num="34" count="2" type="stmt"/>
|
|
1701
|
+
<line num="35" count="2" type="stmt"/>
|
|
1702
|
+
<line num="39" count="12" type="stmt"/>
|
|
1703
|
+
<line num="40" count="12" type="cond" truecount="4" falsecount="0"/>
|
|
1704
|
+
<line num="42" count="4" type="stmt"/>
|
|
1705
|
+
<line num="44" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1706
|
+
<line num="45" count="0" type="stmt"/>
|
|
1707
|
+
<line num="47" count="0" type="stmt"/>
|
|
1708
|
+
<line num="48" count="0" type="stmt"/>
|
|
1709
|
+
<line num="49" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1710
|
+
<line num="50" count="0" type="stmt"/>
|
|
1711
|
+
<line num="53" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1712
|
+
<line num="54" count="0" type="stmt"/>
|
|
1713
|
+
<line num="57" count="4" type="stmt"/>
|
|
1714
|
+
<line num="60" count="4" type="stmt"/>
|
|
1715
|
+
<line num="61" count="4" type="stmt"/>
|
|
1716
|
+
<line num="62" count="4" type="stmt"/>
|
|
1717
|
+
<line num="65" count="12" type="stmt"/>
|
|
1690
1718
|
</file>
|
|
1691
1719
|
<file name="useMapState.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/hooks/useMapState.js">
|
|
1692
|
-
<metrics statements="46" coveredstatements="
|
|
1693
|
-
<line num="13" count="
|
|
1694
|
-
<line num="15" count="
|
|
1695
|
-
<line num="16" count="
|
|
1696
|
-
<line num="18" count="
|
|
1697
|
-
<line num="20" count="
|
|
1698
|
-
<line num="21" count="
|
|
1699
|
-
<line num="23" count="
|
|
1700
|
-
<line num="24" count="
|
|
1701
|
-
<line num="26" count="
|
|
1702
|
-
<line num="35" count="
|
|
1720
|
+
<metrics statements="46" coveredstatements="34" conditionals="22" coveredconditionals="8" methods="7" coveredmethods="5"/>
|
|
1721
|
+
<line num="13" count="40" type="stmt"/>
|
|
1722
|
+
<line num="15" count="40" type="stmt"/>
|
|
1723
|
+
<line num="16" count="40" type="stmt"/>
|
|
1724
|
+
<line num="18" count="40" type="stmt"/>
|
|
1725
|
+
<line num="20" count="40" type="stmt"/>
|
|
1726
|
+
<line num="21" count="40" type="stmt"/>
|
|
1727
|
+
<line num="23" count="40" type="stmt"/>
|
|
1728
|
+
<line num="24" count="40" type="stmt"/>
|
|
1729
|
+
<line num="26" count="40" type="stmt"/>
|
|
1730
|
+
<line num="35" count="40" type="stmt"/>
|
|
1703
1731
|
<line num="37" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1704
1732
|
<line num="38" count="0" type="stmt"/>
|
|
1705
1733
|
<line num="41" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -1707,35 +1735,35 @@
|
|
|
1707
1735
|
<line num="43" count="0" type="stmt"/>
|
|
1708
1736
|
<line num="45" count="0" type="stmt"/>
|
|
1709
1737
|
<line num="49" count="0" type="stmt"/>
|
|
1710
|
-
<line num="54" count="
|
|
1711
|
-
<line num="55" count="
|
|
1712
|
-
<line num="56" count="
|
|
1713
|
-
<line num="57" count="
|
|
1714
|
-
<line num="58" count="
|
|
1715
|
-
<line num="59" count="
|
|
1716
|
-
<line num="63" count="
|
|
1717
|
-
<line num="64" count="
|
|
1718
|
-
<line num="66" count="
|
|
1719
|
-
<line num="67" count="
|
|
1720
|
-
<line num="68" count="
|
|
1721
|
-
<line num="69" count="
|
|
1722
|
-
<line num="71" count="
|
|
1723
|
-
<line num="75" count="
|
|
1724
|
-
<line num="76" count="
|
|
1725
|
-
<line num="79" count="
|
|
1726
|
-
<line num="80" count="
|
|
1727
|
-
<line num="92" count="
|
|
1738
|
+
<line num="54" count="40" type="stmt"/>
|
|
1739
|
+
<line num="55" count="12" type="stmt"/>
|
|
1740
|
+
<line num="56" count="12" type="stmt"/>
|
|
1741
|
+
<line num="57" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
1742
|
+
<line num="58" count="12" type="stmt"/>
|
|
1743
|
+
<line num="59" count="12" type="stmt"/>
|
|
1744
|
+
<line num="63" count="40" type="stmt"/>
|
|
1745
|
+
<line num="64" count="12" type="stmt"/>
|
|
1746
|
+
<line num="66" count="12" type="stmt"/>
|
|
1747
|
+
<line num="67" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
1748
|
+
<line num="68" count="6" type="stmt"/>
|
|
1749
|
+
<line num="69" count="6" type="stmt"/>
|
|
1750
|
+
<line num="71" count="6" type="stmt"/>
|
|
1751
|
+
<line num="75" count="40" type="stmt"/>
|
|
1752
|
+
<line num="76" count="24" type="cond" truecount="4" falsecount="0"/>
|
|
1753
|
+
<line num="79" count="12" type="stmt"/>
|
|
1754
|
+
<line num="80" count="12" type="stmt"/>
|
|
1755
|
+
<line num="92" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
1728
1756
|
<line num="93" count="0" type="stmt"/>
|
|
1729
1757
|
<line num="95" count="0" type="stmt"/>
|
|
1730
1758
|
<line num="98" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1731
1759
|
<line num="99" count="0" type="stmt"/>
|
|
1732
1760
|
<line num="100" count="0" type="stmt"/>
|
|
1733
|
-
<line num="107" count="
|
|
1734
|
-
<line num="108" count="
|
|
1735
|
-
<line num="110" count="
|
|
1736
|
-
<line num="122" count="
|
|
1737
|
-
<line num="128" count="
|
|
1738
|
-
<line num="140" count="
|
|
1761
|
+
<line num="107" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
1762
|
+
<line num="108" count="12" type="stmt"/>
|
|
1763
|
+
<line num="110" count="12" type="stmt"/>
|
|
1764
|
+
<line num="122" count="40" type="stmt"/>
|
|
1765
|
+
<line num="128" count="4" type="stmt"/>
|
|
1766
|
+
<line num="140" count="4" type="stmt"/>
|
|
1739
1767
|
</file>
|
|
1740
1768
|
<file name="useWms.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/hooks/useWms.js">
|
|
1741
1769
|
<metrics statements="37" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="7" coveredmethods="0"/>
|