@mapcomponents/react-maplibre 0.1.11 → 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 +10 -5
- package/coverage/clover.xml +894 -747
- package/coverage/coverage-final.json +22 -17
- package/coverage/lcov-report/block-navigation.js +8 -0
- package/coverage/lcov-report/index.html +188 -122
- package/coverage/lcov-report/sorter.js +26 -0
- package/coverage/lcov-report/{components → src/components}/MapLibreMap/MapLibreMap.js.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MapLibreMap/index.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MlCreatePdfButton/MlCreatePdfButton.js.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MlCreatePdfButton/index.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MlFeatureEditor/MlFeatureEditor.js.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MlFeatureEditor/index.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MlFillExtrusionLayer/MlFillExtrusionLayer.js.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MlFillExtrusionLayer/index.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MlFollowGps/MlFollowGps.js.html +84 -69
- package/coverage/lcov-report/{components → src/components}/MlFollowGps/index.html +27 -21
- package/coverage/lcov-report/{components → src/components}/MlGPXViewer/MlGPXViewer.js.html +73 -61
- package/coverage/lcov-report/{components → src/components}/MlGPXViewer/gpxConverter.js.html +56 -71
- package/coverage/lcov-report/{components → src/components}/MlGPXViewer/index.html +32 -26
- package/coverage/lcov-report/{components → src/components}/MlGeoJsonLayer/MlGeoJsonLayer.js.html +162 -48
- package/coverage/lcov-report/{components → src/components}/MlGeoJsonLayer/index.html +35 -29
- package/coverage/lcov-report/src/components/MlImageMarkerLayer/MlImageMarkerLayer.js.html +311 -0
- package/coverage/lcov-report/{components → src/components}/MlImageMarkerLayer/index.html +35 -29
- package/coverage/lcov-report/{components/MlImageMarkerLayer/MlImageMarkerLayer.js.html → src/components/MlLayer/MlLayer.js.html} +123 -126
- package/coverage/lcov-report/src/components/MlLayer/index.html +117 -0
- package/coverage/lcov-report/{components → src/components}/MlLayerMagnify/MlLayerMagnify.js.html +48 -42
- package/coverage/lcov-report/{components → src/components}/MlLayerMagnify/index.html +31 -25
- package/coverage/lcov-report/{components → src/components}/MlLayerSwipe/MlLayerSwipe.js.html +45 -42
- package/coverage/lcov-report/{components → src/components}/MlLayerSwipe/index.html +31 -25
- package/coverage/lcov-report/src/components/MlLayerSwitcher/MlLayerSwitcher.js.html +755 -0
- package/coverage/lcov-report/src/components/MlLayerSwitcher/components/LayerBox.js.html +380 -0
- package/coverage/lcov-report/src/components/MlLayerSwitcher/components/index.html +117 -0
- package/coverage/lcov-report/src/components/MlLayerSwitcher/index.html +117 -0
- package/coverage/lcov-report/{components → src/components}/MlMarker/MlMarker.js.html +18 -12
- package/coverage/lcov-report/{components → src/components}/MlMarker/index.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MlNavigationCompass/MlNavigationCompass.js.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MlNavigationCompass/index.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MlNavigationTools/MlNavigationTools.js.html +57 -42
- package/coverage/lcov-report/{components → src/components}/MlNavigationTools/index.html +25 -19
- package/coverage/lcov-report/{components → src/components}/MlOsmLayer/MlOsmLayer.js.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MlOsmLayer/index.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MlScaleReference/MlScaleReference.js.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MlScaleReference/index.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MlShareMapState/MlShareMapState.js.html +224 -26
- package/coverage/lcov-report/{components → src/components}/MlShareMapState/index.html +25 -19
- package/coverage/lcov-report/{components → src/components}/MlSpatialElevationProfile/MlSpatialElevationProfile.js.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MlSpatialElevationProfile/index.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MlThreeJsLayer/MlThreeJsLayer.js.html +37 -55
- package/coverage/lcov-report/{components → src/components}/MlThreeJsLayer/index.html +31 -25
- package/coverage/lcov-report/{components → src/components}/MlUseMapDebugger/MlUseMapDebugger.js.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MlUseMapDebugger/index.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MlVectorTileLayer/MlVectorTileLayer.js.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MlVectorTileLayer/index.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.js.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MlWmsFeatureInfoPopup/index.html +17 -11
- package/coverage/lcov-report/{components → src/components}/MlWmsLayer/MlWmsLayer.js.html +20 -14
- package/coverage/lcov-report/{components → src/components}/MlWmsLayer/index.html +21 -15
- package/coverage/lcov-report/{components → src/components}/MlWmsLoader/MlWmsLoader.js.html +38 -20
- package/coverage/lcov-report/{components → src/components}/MlWmsLoader/index.html +23 -17
- package/coverage/lcov-report/src/hooks/index.html +147 -0
- package/coverage/lcov-report/{components/MlLayer/MlLayer.js.html → src/hooks/useMap.js.html} +86 -119
- package/coverage/lcov-report/{hooks → src/hooks}/useMapState.js.html +98 -92
- package/coverage/lcov-report/{hooks → src/hooks}/useWms.js.html +25 -19
- package/coverage/lcov-report/src/i18n.js.html +167 -0
- package/coverage/lcov-report/src/index.html +117 -0
- package/coverage/lcov-report/src/translations/english.js.html +95 -0
- package/coverage/lcov-report/src/translations/german.js.html +95 -0
- package/coverage/lcov-report/src/translations/index.html +132 -0
- package/coverage/lcov.info +1620 -1306
- package/dist/b556faa3bc6829d2.png +0 -0
- package/dist/index.esm.js +976 -688
- package/dist/index.esm.js.map +1 -1
- package/package.json +3 -1
- package/public/assets/dop.png +0 -0
- package/public/assets/historic.png +0 -0
- package/public/assets/osm.png +0 -0
- package/public/thumbnails/MlFollowGps.png +0 -0
- package/public/thumbnails/MlThreeJsLayer.png +0 -0
- package/rollup.config.js +7 -1
- package/src/components/MapLibreMap/lib/MapLibreGlWrapper.js +53 -67
- package/src/components/MlCreatePdfButton/MlCreatePdfButton.meta.json +1 -1
- package/src/components/MlFeatureEditor/MlFeatureEditor.meta.json +2 -2
- package/src/components/MlFollowGps/MlFollowGps.js +49 -46
- package/src/components/MlFollowGps/MlFollowGps.meta.json +2 -2
- package/src/components/MlFollowGps/assets/marker.png +0 -0
- package/src/components/MlGPXViewer/MlGPXViewer.js +45 -43
- package/src/components/MlGPXViewer/gpxConverter.js +22 -29
- package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.js +45 -9
- package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.meta.json +1 -1
- package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.js +21 -57
- package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.test.js +6 -7
- package/src/components/MlLayer/MlLayer.js +28 -6
- package/src/components/MlLayer/MlLayer.test.js +12 -10
- package/src/components/MlLayerMagnify/MlLayerMagnify.js +3 -3
- package/src/components/MlLayerSwipe/MlLayerSwipe.js +4 -5
- package/src/components/MlLayerSwitcher/MlLayerSwitcher.css +17 -0
- package/src/components/MlLayerSwitcher/MlLayerSwitcher.doc.de.md +3 -0
- package/src/components/MlLayerSwitcher/MlLayerSwitcher.js +223 -0
- package/src/components/MlLayerSwitcher/MlLayerSwitcher.meta_.json +15 -0
- package/src/components/MlLayerSwitcher/MlLayerSwitcher.stories.js +106 -0
- package/src/components/MlLayerSwitcher/assets/sample_1.json +26 -0
- package/src/components/MlLayerSwitcher/assets/sample_2.json +22 -0
- package/src/components/MlLayerSwitcher/components/LayerBox.js +98 -0
- package/src/components/MlMarker/MlMarker.js +1 -1
- package/src/components/MlNavigationTools/MlNavigationTools.js +29 -26
- package/src/components/MlScaleReference/MlScaleReference.meta.json +1 -1
- package/src/components/MlScaleReference/MlScaleReference.stories.js +25 -21
- package/src/components/MlShareMapState/MlShareMapState.js +73 -9
- package/src/components/MlShareMapState/MlShareMapState.stories.js +24 -1
- package/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.stories.js +12 -6
- package/src/components/MlThreeJsLayer/MlThreeJsLayer.js +8 -15
- package/src/components/MlVectorTileLayer/MlVectorTileLayer.meta.json +3 -3
- package/src/components/MlWmsLayer/MlWmsLayer.js +1 -1
- package/src/components/MlWmsLoader/MlWmsLoader.js +8 -4
- package/src/components/MlWmsLoader/MlWmsLoader.meta.json +1 -1
- package/src/components/MlWmsLoader/MlWmsLoader.stories.js +5 -4
- package/src/decorators/EmptyMapContextDecorator.js +11 -6
- package/src/decorators/MapContext3DDecorator.js +25 -20
- package/src/decorators/MapContextDashboardDecorator.js +7 -2
- package/src/decorators/MapContextDecorator.js +7 -3
- package/src/decorators/MapContextKlokantechBasicDecorator.js +8 -4
- package/src/decorators/MultiMapContextDecorator.js +2 -1
- package/src/hooks/useMap.js +36 -62
- package/src/hooks/useMapState.js +3 -3
- package/src/hooks/useWms.js +7 -6
- package/src/i18n.js +28 -0
- package/src/index.js +3 -0
- package/src/translations/english.js +4 -0
- package/src/translations/german.js +4 -0
- package/src/ui_components/ImageLoader.js +73 -0
- package/src/ui_components/Sidebar.js +76 -22
- package/src/ui_components/TopToolbar.js +18 -18
- package/coverage/lcov-report/components/MlLayer/index.html +0 -111
- package/coverage/lcov-report/hooks/index.html +0 -141
- package/coverage/lcov-report/hooks/useMap.js.html +0 -377
package/coverage/clover.xml
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
5
|
-
<package name="
|
|
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
|
+
<package name="src">
|
|
6
|
+
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
7
|
+
<file name="i18n.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/i18n.js">
|
|
8
|
+
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
9
|
+
<line num="10" count="0" type="stmt"/>
|
|
10
|
+
<line num="13" count="0" type="stmt"/>
|
|
11
|
+
</file>
|
|
12
|
+
</package>
|
|
13
|
+
<package name="src.components.MapLibreMap">
|
|
6
14
|
<metrics statements="25" coveredstatements="25" conditionals="4" coveredconditionals="3" methods="6" coveredmethods="6"/>
|
|
7
15
|
<file name="MapLibreMap.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MapLibreMap/MapLibreMap.js">
|
|
8
16
|
<metrics statements="25" coveredstatements="25" conditionals="4" coveredconditionals="3" methods="6" coveredmethods="6"/>
|
|
@@ -33,7 +41,7 @@
|
|
|
33
41
|
<line num="77" count="17" type="stmt"/>
|
|
34
42
|
</file>
|
|
35
43
|
</package>
|
|
36
|
-
<package name="components.MlCreatePdfButton">
|
|
44
|
+
<package name="src.components.MlCreatePdfButton">
|
|
37
45
|
<metrics statements="12" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
38
46
|
<file name="MlCreatePdfButton.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlCreatePdfButton/MlCreatePdfButton.js">
|
|
39
47
|
<metrics statements="12" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
@@ -51,7 +59,7 @@
|
|
|
51
59
|
<line num="45" count="0" type="stmt"/>
|
|
52
60
|
</file>
|
|
53
61
|
</package>
|
|
54
|
-
<package name="components.MlFeatureEditor">
|
|
62
|
+
<package name="src.components.MlFeatureEditor">
|
|
55
63
|
<metrics statements="41" coveredstatements="34" conditionals="34" coveredconditionals="23" methods="9" coveredmethods="7"/>
|
|
56
64
|
<file name="MlFeatureEditor.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlFeatureEditor/MlFeatureEditor.js">
|
|
57
65
|
<metrics statements="41" coveredstatements="34" conditionals="34" coveredconditionals="23" methods="9" coveredmethods="7"/>
|
|
@@ -98,7 +106,7 @@
|
|
|
98
106
|
<line num="116" count="12" type="stmt"/>
|
|
99
107
|
</file>
|
|
100
108
|
</package>
|
|
101
|
-
<package name="components.MlFillExtrusionLayer">
|
|
109
|
+
<package name="src.components.MlFillExtrusionLayer">
|
|
102
110
|
<metrics statements="31" coveredstatements="28" conditionals="28" coveredconditionals="22" methods="6" coveredmethods="5"/>
|
|
103
111
|
<file name="MlFillExtrusionLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlFillExtrusionLayer/MlFillExtrusionLayer.js">
|
|
104
112
|
<metrics statements="31" coveredstatements="28" conditionals="28" coveredconditionals="22" methods="6" coveredmethods="5"/>
|
|
@@ -135,425 +143,424 @@
|
|
|
135
143
|
<line num="110" count="1" type="stmt"/>
|
|
136
144
|
</file>
|
|
137
145
|
</package>
|
|
138
|
-
<package name="components.MlFollowGps">
|
|
139
|
-
<metrics statements="
|
|
146
|
+
<package name="src.components.MlFollowGps">
|
|
147
|
+
<metrics statements="41" coveredstatements="27" conditionals="22" coveredconditionals="13" methods="7" coveredmethods="4"/>
|
|
140
148
|
<file name="MlFollowGps.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlFollowGps/MlFollowGps.js">
|
|
141
|
-
<metrics statements="
|
|
142
|
-
<line num="
|
|
143
|
-
<line num="23" count="7" type="stmt"/>
|
|
144
|
-
<line num="24" count="7" type="stmt"/>
|
|
149
|
+
<metrics statements="41" coveredstatements="27" conditionals="22" coveredconditionals="13" methods="7" coveredmethods="4"/>
|
|
150
|
+
<line num="23" count="1" type="stmt"/>
|
|
145
151
|
<line num="25" count="7" type="stmt"/>
|
|
146
152
|
<line num="26" count="7" type="stmt"/>
|
|
147
153
|
<line num="27" count="7" type="stmt"/>
|
|
154
|
+
<line num="28" count="7" type="stmt"/>
|
|
148
155
|
<line num="29" count="7" type="stmt"/>
|
|
149
|
-
<line num="
|
|
150
|
-
<line num="31" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
156
|
+
<line num="31" count="7" type="stmt"/>
|
|
151
157
|
<line num="32" count="7" type="stmt"/>
|
|
158
|
+
<line num="33" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
152
159
|
<line num="34" count="7" type="stmt"/>
|
|
153
|
-
<line num="
|
|
154
|
-
<line num="
|
|
155
|
-
<line num="
|
|
156
|
-
<line num="46" count="0" type="
|
|
160
|
+
<line num="36" count="7" type="stmt"/>
|
|
161
|
+
<line num="37" count="2" type="stmt"/>
|
|
162
|
+
<line num="39" count="2" type="stmt"/>
|
|
163
|
+
<line num="46" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
157
164
|
<line num="47" count="0" type="stmt"/>
|
|
158
|
-
<line num="
|
|
159
|
-
<line num="50" count="0" type="
|
|
165
|
+
<line num="48" count="0" type="stmt"/>
|
|
166
|
+
<line num="50" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
160
167
|
<line num="51" count="0" type="stmt"/>
|
|
161
168
|
<line num="52" count="0" type="stmt"/>
|
|
162
|
-
<line num="
|
|
163
|
-
<line num="58" count="
|
|
164
|
-
<line num="
|
|
169
|
+
<line num="53" count="0" type="stmt"/>
|
|
170
|
+
<line num="58" count="7" type="stmt"/>
|
|
171
|
+
<line num="59" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
165
172
|
<line num="62" count="2" type="stmt"/>
|
|
166
173
|
<line num="63" count="2" type="stmt"/>
|
|
174
|
+
<line num="64" count="2" type="stmt"/>
|
|
167
175
|
<line num="67" count="7" type="stmt"/>
|
|
168
176
|
<line num="68" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
169
177
|
<line num="69" count="0" type="stmt"/>
|
|
170
178
|
<line num="70" count="0" type="stmt"/>
|
|
171
179
|
<line num="71" count="0" type="stmt"/>
|
|
172
|
-
<line num="
|
|
173
|
-
<line num="75" count="
|
|
180
|
+
<line num="72" count="0" type="stmt"/>
|
|
181
|
+
<line num="75" count="7" type="stmt"/>
|
|
174
182
|
<line num="76" count="0" type="stmt"/>
|
|
175
|
-
<line num="
|
|
176
|
-
<line num="
|
|
177
|
-
<line num="
|
|
178
|
-
<line num="
|
|
179
|
-
<line num="
|
|
180
|
-
<line num="
|
|
181
|
-
<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"/>
|
|
182
191
|
</file>
|
|
183
192
|
</package>
|
|
184
|
-
<package name="components.MlGPXViewer">
|
|
185
|
-
<metrics statements="
|
|
193
|
+
<package name="src.components.MlGPXViewer">
|
|
194
|
+
<metrics statements="397" coveredstatements="71" conditionals="233" coveredconditionals="9" methods="57" coveredmethods="9"/>
|
|
186
195
|
<file name="MlGPXViewer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlGPXViewer/MlGPXViewer.js">
|
|
187
|
-
<metrics statements="
|
|
188
|
-
<line num="
|
|
189
|
-
<line num="
|
|
190
|
-
<line num="
|
|
191
|
-
<line num="28" count="12" type="stmt"/>
|
|
196
|
+
<metrics statements="121" coveredstatements="64" conditionals="30" coveredconditionals="8" methods="27" coveredmethods="8"/>
|
|
197
|
+
<line num="26" count="1" type="stmt"/>
|
|
198
|
+
<line num="27" count="12" type="stmt"/>
|
|
199
|
+
<line num="28" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
192
200
|
<line num="29" count="12" type="stmt"/>
|
|
193
201
|
<line num="30" count="12" type="stmt"/>
|
|
194
202
|
<line num="31" count="12" type="stmt"/>
|
|
195
203
|
<line num="32" count="12" type="stmt"/>
|
|
196
204
|
<line num="33" count="12" type="stmt"/>
|
|
197
205
|
<line num="34" count="12" type="stmt"/>
|
|
198
|
-
<line num="
|
|
206
|
+
<line num="35" count="12" type="stmt"/>
|
|
199
207
|
<line num="37" count="12" type="stmt"/>
|
|
200
208
|
<line num="38" count="12" type="stmt"/>
|
|
201
209
|
<line num="39" count="12" type="stmt"/>
|
|
202
210
|
<line num="40" count="12" type="stmt"/>
|
|
211
|
+
<line num="41" count="12" type="stmt"/>
|
|
203
212
|
<line num="42" count="12" type="stmt"/>
|
|
204
|
-
<line num="
|
|
205
|
-
<line num="
|
|
206
|
-
<line num="51" count="6" type="stmt"/>
|
|
213
|
+
<line num="44" count="12" type="stmt"/>
|
|
214
|
+
<line num="51" count="12" type="stmt"/>
|
|
207
215
|
<line num="52" count="6" type="stmt"/>
|
|
208
|
-
<line num="
|
|
209
|
-
<line num="
|
|
216
|
+
<line num="53" count="6" type="stmt"/>
|
|
217
|
+
<line num="54" count="6" type="stmt"/>
|
|
218
|
+
<line num="56" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
210
219
|
<line num="57" count="3" type="stmt"/>
|
|
211
220
|
<line num="59" count="3" type="stmt"/>
|
|
212
221
|
<line num="61" count="3" type="stmt"/>
|
|
213
|
-
<line num="
|
|
214
|
-
<line num="
|
|
215
|
-
<line num="68" count="
|
|
216
|
-
<line num="
|
|
222
|
+
<line num="63" count="3" type="stmt"/>
|
|
223
|
+
<line num="67" count="12" type="stmt"/>
|
|
224
|
+
<line num="68" count="12" type="cond" truecount="4" falsecount="0"/>
|
|
225
|
+
<line num="70" count="6" type="stmt"/>
|
|
217
226
|
<line num="71" count="6" type="stmt"/>
|
|
218
|
-
<line num="
|
|
219
|
-
<line num="
|
|
220
|
-
<line num="
|
|
221
|
-
<line num="
|
|
222
|
-
<line num="110" count="
|
|
223
|
-
<line num="112" count="
|
|
227
|
+
<line num="73" count="6" type="stmt"/>
|
|
228
|
+
<line num="81" count="6" type="stmt"/>
|
|
229
|
+
<line num="94" count="6" type="stmt"/>
|
|
230
|
+
<line num="109" count="6" type="stmt"/>
|
|
231
|
+
<line num="110" count="12" type="stmt"/>
|
|
232
|
+
<line num="112" count="6" type="stmt"/>
|
|
224
233
|
<line num="114" count="0" type="stmt"/>
|
|
225
234
|
<line num="116" count="0" type="stmt"/>
|
|
226
|
-
<line num="
|
|
227
|
-
<line num="
|
|
228
|
-
<line num="
|
|
229
|
-
<line num="
|
|
230
|
-
<line num="
|
|
231
|
-
<line num="
|
|
232
|
-
<line num="
|
|
233
|
-
<line num="
|
|
234
|
-
<line num="140" count="12" type="stmt"/>
|
|
235
|
+
<line num="118" count="0" type="stmt"/>
|
|
236
|
+
<line num="123" count="0" type="stmt"/>
|
|
237
|
+
<line num="124" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
238
|
+
<line num="130" count="0" type="stmt"/>
|
|
239
|
+
<line num="133" count="6" type="stmt"/>
|
|
240
|
+
<line num="134" count="0" type="stmt"/>
|
|
241
|
+
<line num="135" count="0" type="stmt"/>
|
|
242
|
+
<line num="138" count="6" type="stmt"/>
|
|
235
243
|
<line num="141" count="12" type="stmt"/>
|
|
236
|
-
<line num="142" count="
|
|
237
|
-
<line num="143" count="
|
|
238
|
-
<line num="
|
|
239
|
-
<line num="
|
|
240
|
-
<line num="
|
|
241
|
-
<line num="
|
|
242
|
-
<line num="150" count="
|
|
243
|
-
<line num="
|
|
244
|
-
<line num="
|
|
244
|
+
<line num="142" count="12" type="stmt"/>
|
|
245
|
+
<line num="143" count="12" type="stmt"/>
|
|
246
|
+
<line num="144" count="0" type="stmt"/>
|
|
247
|
+
<line num="145" count="0" type="stmt"/>
|
|
248
|
+
<line num="147" count="12" type="stmt"/>
|
|
249
|
+
<line num="148" count="0" type="stmt"/>
|
|
250
|
+
<line num="150" count="12" type="stmt"/>
|
|
251
|
+
<line num="151" count="0" type="stmt"/>
|
|
252
|
+
<line num="152" count="0" type="stmt"/>
|
|
253
|
+
<line num="155" count="12" type="stmt"/>
|
|
245
254
|
<line num="156" count="12" type="stmt"/>
|
|
246
255
|
<line num="158" count="12" type="stmt"/>
|
|
247
256
|
<line num="160" count="12" type="stmt"/>
|
|
248
|
-
<line num="
|
|
249
|
-
<line num="162" count="9" type="stmt"/>
|
|
257
|
+
<line num="162" count="12" type="stmt"/>
|
|
250
258
|
<line num="163" count="9" type="stmt"/>
|
|
251
259
|
<line num="164" count="9" type="stmt"/>
|
|
252
260
|
<line num="165" count="9" type="stmt"/>
|
|
253
|
-
<line num="
|
|
254
|
-
<line num="
|
|
255
|
-
<line num="171" count="
|
|
256
|
-
<line num="
|
|
257
|
-
<line num="
|
|
258
|
-
<line num="
|
|
259
|
-
<line num="
|
|
260
|
-
<line num="
|
|
261
|
-
<line num="
|
|
262
|
-
<line num="
|
|
263
|
-
<line num="
|
|
264
|
-
<line num="
|
|
265
|
-
<line num="189" count="0" type="
|
|
266
|
-
<line num="
|
|
267
|
-
<line num="
|
|
268
|
-
<line num="194" count="0" type="
|
|
261
|
+
<line num="166" count="9" type="stmt"/>
|
|
262
|
+
<line num="167" count="9" type="stmt"/>
|
|
263
|
+
<line num="171" count="12" type="stmt"/>
|
|
264
|
+
<line num="172" count="0" type="stmt"/>
|
|
265
|
+
<line num="173" count="0" type="stmt"/>
|
|
266
|
+
<line num="176" count="12" type="stmt"/>
|
|
267
|
+
<line num="177" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
268
|
+
<line num="179" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
269
|
+
<line num="181" count="0" type="stmt"/>
|
|
270
|
+
<line num="182" count="0" type="stmt"/>
|
|
271
|
+
<line num="186" count="12" type="stmt"/>
|
|
272
|
+
<line num="187" count="0" type="stmt"/>
|
|
273
|
+
<line num="189" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
274
|
+
<line num="190" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
275
|
+
<line num="191" count="0" type="stmt"/>
|
|
276
|
+
<line num="194" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
269
277
|
<line num="195" count="0" type="stmt"/>
|
|
278
|
+
<line num="196" count="0" type="stmt"/>
|
|
270
279
|
<line num="197" count="0" type="stmt"/>
|
|
271
|
-
<line num="
|
|
272
|
-
<line num="
|
|
273
|
-
<line num="
|
|
274
|
-
<line num="
|
|
275
|
-
<line num="208" count="0" type="stmt"/>
|
|
280
|
+
<line num="199" count="0" type="stmt"/>
|
|
281
|
+
<line num="200" count="0" type="stmt"/>
|
|
282
|
+
<line num="207" count="12" type="stmt"/>
|
|
283
|
+
<line num="208" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
276
284
|
<line num="209" count="0" type="stmt"/>
|
|
277
285
|
<line num="210" count="0" type="stmt"/>
|
|
278
286
|
<line num="211" count="0" type="stmt"/>
|
|
279
287
|
<line num="212" count="0" type="stmt"/>
|
|
280
288
|
<line num="213" count="0" type="stmt"/>
|
|
281
289
|
<line num="214" count="0" type="stmt"/>
|
|
282
|
-
<line num="
|
|
283
|
-
<line num="
|
|
284
|
-
<line num="
|
|
285
|
-
<line num="
|
|
286
|
-
<line num="
|
|
287
|
-
<line num="
|
|
288
|
-
<line num="
|
|
290
|
+
<line num="215" count="0" type="stmt"/>
|
|
291
|
+
<line num="216" count="0" type="stmt"/>
|
|
292
|
+
<line num="218" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
293
|
+
<line num="219" count="0" type="stmt"/>
|
|
294
|
+
<line num="221" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
295
|
+
<line num="222" count="0" type="stmt"/>
|
|
296
|
+
<line num="227" count="0" type="stmt"/>
|
|
289
297
|
<line num="230" count="0" type="stmt"/>
|
|
290
298
|
<line num="231" count="0" type="stmt"/>
|
|
291
299
|
<line num="232" count="0" type="stmt"/>
|
|
300
|
+
<line num="233" count="0" type="stmt"/>
|
|
292
301
|
<line num="234" count="0" type="stmt"/>
|
|
293
|
-
<line num="
|
|
294
|
-
<line num="
|
|
295
|
-
<line num="
|
|
296
|
-
<line num="
|
|
297
|
-
<line num="244" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
302
|
+
<line num="236" count="0" type="stmt"/>
|
|
303
|
+
<line num="240" count="12" type="stmt"/>
|
|
304
|
+
<line num="241" count="0" type="stmt"/>
|
|
305
|
+
<line num="244" count="12" type="stmt"/>
|
|
298
306
|
<line num="245" count="0" type="stmt"/>
|
|
299
|
-
<line num="246" count="0" type="
|
|
307
|
+
<line num="246" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
300
308
|
<line num="247" count="0" type="stmt"/>
|
|
301
|
-
<line num="
|
|
302
|
-
<line num="
|
|
303
|
-
<line num="
|
|
304
|
-
<line num="
|
|
305
|
-
<line num="
|
|
306
|
-
<line num="
|
|
307
|
-
<line num="
|
|
309
|
+
<line num="248" count="0" type="stmt"/>
|
|
310
|
+
<line num="249" count="0" type="stmt"/>
|
|
311
|
+
<line num="252" count="0" type="stmt"/>
|
|
312
|
+
<line num="255" count="12" type="stmt"/>
|
|
313
|
+
<line num="256" count="0" type="stmt"/>
|
|
314
|
+
<line num="258" count="12" type="stmt"/>
|
|
315
|
+
<line num="310" count="0" type="stmt"/>
|
|
316
|
+
<line num="347" count="1" type="stmt"/>
|
|
317
|
+
<line num="351" count="1" type="stmt"/>
|
|
308
318
|
</file>
|
|
309
319
|
<file name="gpxConverter.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlGPXViewer/gpxConverter.js">
|
|
310
|
-
<metrics statements="
|
|
311
|
-
<line num="
|
|
312
|
-
<line num="
|
|
313
|
-
<line num="
|
|
314
|
-
<line num="
|
|
315
|
-
<line num="
|
|
316
|
-
<line num="8" count="0" type="stmt"/>
|
|
317
|
-
<line num="9" count="0" type="stmt"/>
|
|
318
|
-
<line num="11" count="0" type="stmt"/>
|
|
319
|
-
<line num="15" count="0" type="stmt"/>
|
|
320
|
-
<line num="18" count="0" type="stmt"/>
|
|
320
|
+
<metrics statements="276" coveredstatements="7" conditionals="203" coveredconditionals="1" methods="30" coveredmethods="1"/>
|
|
321
|
+
<line num="14" count="1" type="stmt"/>
|
|
322
|
+
<line num="15" count="1" type="stmt"/>
|
|
323
|
+
<line num="16" count="1" type="stmt"/>
|
|
324
|
+
<line num="17" count="1" type="stmt"/>
|
|
325
|
+
<line num="20" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
321
326
|
<line num="21" count="0" type="stmt"/>
|
|
322
|
-
<line num="
|
|
323
|
-
<line num="
|
|
324
|
-
<line num="
|
|
327
|
+
<line num="22" count="0" type="stmt"/>
|
|
328
|
+
<line num="24" count="0" type="stmt"/>
|
|
329
|
+
<line num="28" count="0" type="stmt"/>
|
|
325
330
|
<line num="31" count="0" type="stmt"/>
|
|
326
|
-
<line num="
|
|
327
|
-
<line num="37" count="0" type="stmt"/>
|
|
331
|
+
<line num="34" count="0" type="stmt"/>
|
|
328
332
|
<line num="38" count="0" type="stmt"/>
|
|
329
|
-
<line num="
|
|
330
|
-
<line num="
|
|
331
|
-
<line num="
|
|
332
|
-
<line num="
|
|
333
|
+
<line num="39" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
334
|
+
<line num="43" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
335
|
+
<line num="44" count="0" type="stmt"/>
|
|
336
|
+
<line num="46" count="0" type="stmt"/>
|
|
337
|
+
<line num="50" count="0" type="stmt"/>
|
|
333
338
|
<line num="51" count="0" type="stmt"/>
|
|
334
|
-
<line num="
|
|
335
|
-
<line num="
|
|
336
|
-
<line num="56" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
339
|
+
<line num="53" count="0" type="stmt"/>
|
|
340
|
+
<line num="57" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
337
341
|
<line num="58" count="0" type="stmt"/>
|
|
338
|
-
<line num="
|
|
339
|
-
<line num="
|
|
340
|
-
<line num="
|
|
342
|
+
<line num="60" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
343
|
+
<line num="64" count="0" type="stmt"/>
|
|
344
|
+
<line num="67" count="0" type="stmt"/>
|
|
345
|
+
<line num="68" count="0" type="stmt"/>
|
|
346
|
+
<line num="69" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
341
347
|
<line num="71" count="0" type="stmt"/>
|
|
342
|
-
<line num="72" count="0" type="stmt"/>
|
|
343
|
-
<line num="73" count="0" type="stmt"/>
|
|
344
348
|
<line num="75" count="0" type="stmt"/>
|
|
345
|
-
<line num="78" count="0" type="stmt"/>
|
|
346
349
|
<line num="79" count="0" type="stmt"/>
|
|
347
|
-
<line num="
|
|
348
|
-
<line num="
|
|
349
|
-
<line num="84" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
350
|
+
<line num="83" count="0" type="stmt"/>
|
|
351
|
+
<line num="84" count="0" type="stmt"/>
|
|
350
352
|
<line num="85" count="0" type="stmt"/>
|
|
351
|
-
<line num="86" count="0" type="
|
|
352
|
-
<line num="
|
|
353
|
-
<line num="
|
|
354
|
-
<line num="
|
|
355
|
-
<line num="
|
|
356
|
-
<line num="
|
|
357
|
-
<line num="
|
|
358
|
-
<line num="
|
|
359
|
-
<line num="
|
|
360
|
-
<line num="
|
|
361
|
-
<line num="
|
|
362
|
-
<line num="
|
|
353
|
+
<line num="86" count="0" type="stmt"/>
|
|
354
|
+
<line num="88" count="0" type="stmt"/>
|
|
355
|
+
<line num="91" count="0" type="stmt"/>
|
|
356
|
+
<line num="92" count="0" type="stmt"/>
|
|
357
|
+
<line num="94" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
358
|
+
<line num="95" count="0" type="stmt"/>
|
|
359
|
+
<line num="97" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
360
|
+
<line num="98" count="0" type="stmt"/>
|
|
361
|
+
<line num="99" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
362
|
+
<line num="100" count="0" type="stmt"/>
|
|
363
|
+
<line num="103" count="0" type="stmt"/>
|
|
364
|
+
<line num="112" count="0" type="stmt"/>
|
|
365
|
+
<line num="119" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
366
|
+
<line num="123" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
367
|
+
<line num="124" count="0" type="stmt"/>
|
|
368
|
+
<line num="125" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
369
|
+
<line num="126" count="0" type="stmt"/>
|
|
363
370
|
<line num="128" count="0" type="stmt"/>
|
|
364
|
-
<line num="130" count="0" type="stmt"/>
|
|
365
|
-
<line num="131" count="0" type="stmt"/>
|
|
366
|
-
<line num="133" count="0" type="stmt"/>
|
|
367
371
|
<line num="136" count="0" type="stmt"/>
|
|
368
|
-
<line num="
|
|
369
|
-
<line num="
|
|
370
|
-
<line num="140" count="0" type="stmt"/>
|
|
371
|
-
<line num="142" count="0" type="stmt"/>
|
|
372
|
+
<line num="139" count="1" type="stmt"/>
|
|
373
|
+
<line num="141" count="0" type="stmt"/>
|
|
372
374
|
<line num="143" count="0" type="stmt"/>
|
|
373
375
|
<line num="144" count="0" type="stmt"/>
|
|
374
|
-
<line num="
|
|
375
|
-
<line num="
|
|
376
|
-
<line num="148" count="0" type="stmt"/>
|
|
376
|
+
<line num="146" count="0" type="stmt"/>
|
|
377
|
+
<line num="149" count="0" type="stmt"/>
|
|
377
378
|
<line num="151" count="0" type="stmt"/>
|
|
378
379
|
<line num="152" count="0" type="stmt"/>
|
|
379
380
|
<line num="153" count="0" type="stmt"/>
|
|
380
|
-
<line num="
|
|
381
|
+
<line num="155" count="0" type="stmt"/>
|
|
382
|
+
<line num="156" count="0" type="stmt"/>
|
|
383
|
+
<line num="157" count="0" type="stmt"/>
|
|
381
384
|
<line num="158" count="0" type="stmt"/>
|
|
382
385
|
<line num="160" count="0" type="stmt"/>
|
|
383
386
|
<line num="161" count="0" type="stmt"/>
|
|
384
|
-
<line num="
|
|
385
|
-
<line num="
|
|
387
|
+
<line num="162" count="0" type="stmt"/>
|
|
388
|
+
<line num="163" count="0" type="stmt"/>
|
|
389
|
+
<line num="164" count="0" type="stmt"/>
|
|
390
|
+
<line num="165" count="0" type="stmt"/>
|
|
386
391
|
<line num="167" count="0" type="stmt"/>
|
|
387
|
-
<line num="169" count="0" type="
|
|
392
|
+
<line num="169" count="0" type="stmt"/>
|
|
388
393
|
<line num="170" count="0" type="stmt"/>
|
|
389
|
-
<line num="
|
|
390
|
-
<line num="
|
|
391
|
-
<line num="
|
|
392
|
-
<line num="
|
|
394
|
+
<line num="174" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
395
|
+
<line num="175" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
396
|
+
<line num="176" count="0" type="stmt"/>
|
|
397
|
+
<line num="178" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
393
398
|
<line num="179" count="0" type="stmt"/>
|
|
399
|
+
<line num="181" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
394
400
|
<line num="182" count="0" type="stmt"/>
|
|
395
401
|
<line num="183" count="0" type="stmt"/>
|
|
396
|
-
<line num="184" count="0" type="stmt"/>
|
|
397
402
|
<line num="185" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
398
|
-
<line num="186" count="0" type="stmt"/>
|
|
399
|
-
<line num="187" count="0" type="stmt"/>
|
|
400
403
|
<line num="188" count="0" type="stmt"/>
|
|
401
|
-
<line num="
|
|
402
|
-
<line num="
|
|
403
|
-
<line num="
|
|
404
|
-
<line num="
|
|
405
|
-
<line num="
|
|
406
|
-
<line num="
|
|
407
|
-
<line num="
|
|
408
|
-
<line num="
|
|
409
|
-
<line num="209" count="0" type="
|
|
404
|
+
<line num="191" count="0" type="stmt"/>
|
|
405
|
+
<line num="192" count="0" type="stmt"/>
|
|
406
|
+
<line num="193" count="0" type="stmt"/>
|
|
407
|
+
<line num="194" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
408
|
+
<line num="195" count="0" type="stmt"/>
|
|
409
|
+
<line num="196" count="0" type="stmt"/>
|
|
410
|
+
<line num="197" count="0" type="stmt"/>
|
|
411
|
+
<line num="198" count="0" type="stmt"/>
|
|
412
|
+
<line num="209" count="0" type="stmt"/>
|
|
410
413
|
<line num="210" count="0" type="stmt"/>
|
|
414
|
+
<line num="211" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
411
415
|
<line num="212" count="0" type="stmt"/>
|
|
412
|
-
<line num="213" count="0" type="stmt"/>
|
|
413
416
|
<line num="214" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
414
417
|
<line num="215" count="0" type="stmt"/>
|
|
415
|
-
<line num="216" count="0" type="stmt"/>
|
|
416
418
|
<line num="217" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
417
419
|
<line num="218" count="0" type="stmt"/>
|
|
420
|
+
<line num="220" count="0" type="stmt"/>
|
|
421
|
+
<line num="221" count="0" type="stmt"/>
|
|
418
422
|
<line num="222" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
419
423
|
<line num="223" count="0" type="stmt"/>
|
|
420
|
-
<line num="
|
|
421
|
-
<line num="
|
|
422
|
-
<line num="
|
|
423
|
-
<line num="230" count="0" type="
|
|
424
|
+
<line num="224" count="0" type="stmt"/>
|
|
425
|
+
<line num="225" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
426
|
+
<line num="226" count="0" type="stmt"/>
|
|
427
|
+
<line num="230" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
424
428
|
<line num="231" count="0" type="stmt"/>
|
|
425
|
-
<line num="
|
|
426
|
-
<line num="
|
|
429
|
+
<line num="235" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
430
|
+
<line num="236" count="0" type="stmt"/>
|
|
431
|
+
<line num="237" count="0" type="stmt"/>
|
|
427
432
|
<line num="238" count="0" type="stmt"/>
|
|
428
433
|
<line num="239" count="0" type="stmt"/>
|
|
429
|
-
<line num="
|
|
430
|
-
<line num="
|
|
431
|
-
<line num="
|
|
434
|
+
<line num="241" count="0" type="stmt"/>
|
|
435
|
+
<line num="245" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
436
|
+
<line num="246" count="0" type="stmt"/>
|
|
437
|
+
<line num="247" count="0" type="stmt"/>
|
|
438
|
+
<line num="251" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
432
439
|
<line num="256" count="0" type="stmt"/>
|
|
433
|
-
<line num="257" count="0" type="stmt"/>
|
|
434
|
-
<line num="258" count="0" type="stmt"/>
|
|
435
|
-
<line num="259" count="0" type="stmt"/>
|
|
436
|
-
<line num="260" count="0" type="stmt"/>
|
|
437
|
-
<line num="261" count="0" type="stmt"/>
|
|
438
440
|
<line num="262" count="0" type="stmt"/>
|
|
439
|
-
<line num="263" count="0" type="stmt"/>
|
|
440
441
|
<line num="264" count="0" type="stmt"/>
|
|
441
442
|
<line num="265" count="0" type="stmt"/>
|
|
442
443
|
<line num="266" count="0" type="stmt"/>
|
|
443
|
-
<line num="
|
|
444
|
-
<line num="
|
|
445
|
-
<line num="
|
|
446
|
-
<line num="
|
|
447
|
-
<line num="
|
|
444
|
+
<line num="267" count="0" type="stmt"/>
|
|
445
|
+
<line num="268" count="0" type="stmt"/>
|
|
446
|
+
<line num="269" count="0" type="stmt"/>
|
|
447
|
+
<line num="270" count="0" type="stmt"/>
|
|
448
|
+
<line num="271" count="0" type="stmt"/>
|
|
449
|
+
<line num="272" count="0" type="stmt"/>
|
|
448
450
|
<line num="273" count="0" type="stmt"/>
|
|
449
|
-
<line num="
|
|
451
|
+
<line num="274" count="0" type="stmt"/>
|
|
452
|
+
<line num="276" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
450
453
|
<line num="277" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
451
|
-
<line num="278" count="0" type="
|
|
454
|
+
<line num="278" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
455
|
+
<line num="279" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
452
456
|
<line num="280" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
453
457
|
<line num="281" count="0" type="stmt"/>
|
|
454
|
-
<line num="
|
|
455
|
-
<line num="285" count="0" type="
|
|
456
|
-
<line num="286" count="0" type="
|
|
457
|
-
<line num="287" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
458
|
+
<line num="284" count="0" type="stmt"/>
|
|
459
|
+
<line num="285" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
460
|
+
<line num="286" count="0" type="stmt"/>
|
|
458
461
|
<line num="288" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
459
462
|
<line num="289" count="0" type="stmt"/>
|
|
460
|
-
<line num="290" count="0" type="
|
|
461
|
-
<line num="291" count="0" type="stmt"/>
|
|
462
|
-
<line num="292" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
463
|
+
<line num="290" count="0" type="stmt"/>
|
|
463
464
|
<line num="293" count="0" type="stmt"/>
|
|
464
465
|
<line num="294" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
465
|
-
<line num="
|
|
466
|
+
<line num="295" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
467
|
+
<line num="296" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
468
|
+
<line num="297" count="0" type="stmt"/>
|
|
469
|
+
<line num="298" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
470
|
+
<line num="299" count="0" type="stmt"/>
|
|
466
471
|
<line num="300" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
467
472
|
<line num="301" count="0" type="stmt"/>
|
|
468
|
-
<line num="302" count="0" type="
|
|
469
|
-
<line num="
|
|
470
|
-
<line num="305" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
471
|
-
<line num="306" count="0" type="stmt"/>
|
|
473
|
+
<line num="302" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
474
|
+
<line num="307" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
472
475
|
<line num="308" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
473
476
|
<line num="309" count="0" type="stmt"/>
|
|
474
477
|
<line num="310" count="0" type="stmt"/>
|
|
475
478
|
<line num="311" count="0" type="stmt"/>
|
|
476
|
-
<line num="312" count="0" type="stmt"/>
|
|
477
479
|
<line num="313" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
478
|
-
<line num="314" count="0" type="
|
|
479
|
-
<line num="
|
|
480
|
-
<line num="317" count="0" type="
|
|
480
|
+
<line num="314" count="0" type="stmt"/>
|
|
481
|
+
<line num="316" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
482
|
+
<line num="317" count="0" type="stmt"/>
|
|
481
483
|
<line num="318" count="0" type="stmt"/>
|
|
482
484
|
<line num="319" count="0" type="stmt"/>
|
|
483
485
|
<line num="320" count="0" type="stmt"/>
|
|
484
|
-
<line num="321" count="0" type="
|
|
485
|
-
<line num="322" count="0" type="
|
|
486
|
+
<line num="321" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
487
|
+
<line num="322" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
486
488
|
<line num="323" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
487
|
-
<line num="324" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
488
489
|
<line num="325" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
489
490
|
<line num="326" count="0" type="stmt"/>
|
|
490
|
-
<line num="
|
|
491
|
+
<line num="327" count="0" type="stmt"/>
|
|
492
|
+
<line num="328" count="0" type="stmt"/>
|
|
491
493
|
<line num="329" count="0" type="stmt"/>
|
|
494
|
+
<line num="330" count="0" type="stmt"/>
|
|
495
|
+
<line num="331" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
492
496
|
<line num="332" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
493
|
-
<line num="333" count="0" type="
|
|
494
|
-
<line num="334" count="0" type="
|
|
495
|
-
<line num="
|
|
496
|
-
<line num="337" count="0" type="
|
|
497
|
+
<line num="333" count="0" type="cond" truecount="0" falsecount="6"/>
|
|
498
|
+
<line num="334" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
499
|
+
<line num="335" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
500
|
+
<line num="337" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
501
|
+
<line num="338" count="0" type="stmt"/>
|
|
502
|
+
<line num="339" count="0" type="stmt"/>
|
|
497
503
|
<line num="341" count="0" type="stmt"/>
|
|
498
504
|
<line num="342" count="0" type="stmt"/>
|
|
499
|
-
<line num="
|
|
500
|
-
<line num="
|
|
501
|
-
<line num="
|
|
502
|
-
<line num="
|
|
503
|
-
<line num="
|
|
504
|
-
<line num="
|
|
505
|
-
<line num="
|
|
506
|
-
<line num="
|
|
507
|
-
<line num="
|
|
505
|
+
<line num="344" count="0" type="stmt"/>
|
|
506
|
+
<line num="345" count="0" type="stmt"/>
|
|
507
|
+
<line num="348" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
508
|
+
<line num="349" count="0" type="stmt"/>
|
|
509
|
+
<line num="351" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
510
|
+
<line num="352" count="0" type="stmt"/>
|
|
511
|
+
<line num="357" count="0" type="stmt"/>
|
|
512
|
+
<line num="368" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
513
|
+
<line num="369" count="0" type="stmt"/>
|
|
514
|
+
<line num="371" count="0" type="stmt"/>
|
|
508
515
|
<line num="375" count="0" type="stmt"/>
|
|
509
516
|
<line num="376" count="0" type="stmt"/>
|
|
510
|
-
<line num="
|
|
511
|
-
<line num="
|
|
517
|
+
<line num="377" count="0" type="stmt"/>
|
|
518
|
+
<line num="379" count="0" type="stmt"/>
|
|
512
519
|
<line num="381" count="0" type="stmt"/>
|
|
513
|
-
<line num="382" count="0" type="
|
|
514
|
-
<line num="
|
|
520
|
+
<line num="382" count="0" type="stmt"/>
|
|
521
|
+
<line num="383" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
515
522
|
<line num="385" count="0" type="stmt"/>
|
|
516
|
-
<line num="386" count="0" type="
|
|
517
|
-
<line num="
|
|
523
|
+
<line num="386" count="0" type="stmt"/>
|
|
524
|
+
<line num="387" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
518
525
|
<line num="389" count="0" type="stmt"/>
|
|
519
|
-
<line num="
|
|
526
|
+
<line num="390" count="0" type="stmt"/>
|
|
520
527
|
<line num="393" count="0" type="stmt"/>
|
|
521
|
-
<line num="
|
|
522
|
-
<line num="
|
|
528
|
+
<line num="394" count="0" type="stmt"/>
|
|
529
|
+
<line num="396" count="0" type="stmt"/>
|
|
523
530
|
<line num="399" count="0" type="stmt"/>
|
|
524
531
|
<line num="400" count="0" type="stmt"/>
|
|
525
532
|
<line num="401" count="0" type="stmt"/>
|
|
526
533
|
<line num="402" count="0" type="stmt"/>
|
|
527
|
-
<line num="403" count="0" type="
|
|
528
|
-
<line num="404" count="0" type="
|
|
534
|
+
<line num="403" count="0" type="stmt"/>
|
|
535
|
+
<line num="404" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
529
536
|
<line num="405" count="0" type="stmt"/>
|
|
530
537
|
<line num="406" count="0" type="stmt"/>
|
|
531
|
-
<line num="407" count="0" type="
|
|
532
|
-
<line num="408" count="0" type="cond" truecount="0" falsecount="
|
|
533
|
-
<line num="409" count="0" type="cond" truecount="0" falsecount="
|
|
538
|
+
<line num="407" count="0" type="stmt"/>
|
|
539
|
+
<line num="408" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
540
|
+
<line num="409" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
534
541
|
<line num="410" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
535
|
-
<line num="
|
|
536
|
-
<line num="
|
|
542
|
+
<line num="411" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
543
|
+
<line num="414" count="0" type="stmt"/>
|
|
537
544
|
<line num="421" count="0" type="stmt"/>
|
|
538
545
|
<line num="422" count="0" type="stmt"/>
|
|
539
546
|
<line num="423" count="0" type="stmt"/>
|
|
540
|
-
<line num="
|
|
547
|
+
<line num="424" count="0" type="stmt"/>
|
|
541
548
|
<line num="426" count="0" type="stmt"/>
|
|
542
|
-
<line num="427" count="0" type="
|
|
549
|
+
<line num="427" count="0" type="stmt"/>
|
|
543
550
|
<line num="428" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
544
|
-
<line num="429" count="0" type="cond" truecount="0" falsecount="
|
|
545
|
-
<line num="430" count="0" type="cond" truecount="0" falsecount="
|
|
546
|
-
<line num="431" count="0" type="cond" truecount="0" falsecount="
|
|
547
|
-
<line num="432" count="0" type="
|
|
551
|
+
<line num="429" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
552
|
+
<line num="430" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
553
|
+
<line num="431" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
554
|
+
<line num="432" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
548
555
|
<line num="433" count="0" type="stmt"/>
|
|
549
|
-
<line num="
|
|
550
|
-
<line num="437" count="0" type="
|
|
551
|
-
<line num="
|
|
552
|
-
<line num="
|
|
553
|
-
<line num="445" count="0" type="
|
|
556
|
+
<line num="434" count="0" type="stmt"/>
|
|
557
|
+
<line num="437" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
558
|
+
<line num="438" count="0" type="stmt"/>
|
|
559
|
+
<line num="440" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
560
|
+
<line num="445" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
554
561
|
<line num="446" count="0" type="stmt"/>
|
|
555
|
-
<line num="447" count="0" type="
|
|
556
|
-
<line num="448" count="0" type="cond" truecount="0" falsecount="
|
|
562
|
+
<line num="447" count="0" type="stmt"/>
|
|
563
|
+
<line num="448" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
557
564
|
<line num="449" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
558
565
|
<line num="450" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
559
566
|
<line num="451" count="0" type="stmt"/>
|
|
@@ -578,202 +585,211 @@
|
|
|
578
585
|
<line num="498" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
579
586
|
<line num="501" count="0" type="stmt"/>
|
|
580
587
|
<line num="504" count="0" type="stmt"/>
|
|
588
|
+
<line num="505" count="0" type="stmt"/>
|
|
589
|
+
<line num="506" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
590
|
+
<line num="507" count="0" type="stmt"/>
|
|
591
|
+
<line num="508" count="0" type="stmt"/>
|
|
592
|
+
<line num="509" count="0" type="stmt"/>
|
|
593
|
+
<line num="510" count="0" type="stmt"/>
|
|
581
594
|
<line num="512" count="0" type="stmt"/>
|
|
582
|
-
<line num="513" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
583
595
|
<line num="514" count="0" type="stmt"/>
|
|
584
|
-
<line num="
|
|
585
|
-
<line num="516" count="0" type="stmt"/>
|
|
586
|
-
<line num="517" count="0" type="stmt"/>
|
|
587
|
-
<line num="519" count="0" type="stmt"/>
|
|
588
|
-
<line num="521" count="0" type="stmt"/>
|
|
589
|
-
<line num="524" count="1" type="stmt"/>
|
|
596
|
+
<line num="517" count="1" type="stmt"/>
|
|
590
597
|
</file>
|
|
591
598
|
</package>
|
|
592
|
-
<package name="components.MlGeoJsonLayer">
|
|
593
|
-
<metrics statements="
|
|
599
|
+
<package name="src.components.MlGeoJsonLayer">
|
|
600
|
+
<metrics statements="70" coveredstatements="43" conditionals="62" coveredconditionals="33" methods="9" coveredmethods="7"/>
|
|
594
601
|
<file name="MlGeoJsonLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlGeoJsonLayer/MlGeoJsonLayer.js">
|
|
595
|
-
<metrics statements="
|
|
596
|
-
<line num="
|
|
597
|
-
<line num="
|
|
598
|
-
<line num="
|
|
599
|
-
<line num="
|
|
600
|
-
<line num="
|
|
601
|
-
<line num="
|
|
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="59" count="8" 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"/>
|
|
627
|
+
<line num="60" count="0" type="stmt"/>
|
|
622
628
|
<line num="61" count="0" type="stmt"/>
|
|
623
|
-
<line num="
|
|
624
|
-
<line num="
|
|
625
|
-
<line num="
|
|
626
|
-
<line num="
|
|
627
|
-
<line num="
|
|
628
|
-
<line num="
|
|
629
|
-
<line num="
|
|
630
|
-
<line num="
|
|
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="
|
|
641
|
-
<line num="125" count="4" type="
|
|
642
|
-
<line num="127" count="4" type="
|
|
643
|
-
<line num="
|
|
644
|
-
<line num="
|
|
645
|
-
<line num="
|
|
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"/>
|
|
646
659
|
<line num="149" count="0" type="stmt"/>
|
|
647
|
-
<line num="152" count="4" type="
|
|
648
|
-
<line num="
|
|
649
|
-
<line num="
|
|
650
|
-
<line num="
|
|
651
|
-
<line num="
|
|
652
|
-
<line num="
|
|
653
|
-
<line num="
|
|
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"/>
|
|
654
673
|
</file>
|
|
655
674
|
</package>
|
|
656
|
-
<package name="components.MlImageMarkerLayer">
|
|
657
|
-
<metrics statements="
|
|
675
|
+
<package name="src.components.MlImageMarkerLayer">
|
|
676
|
+
<metrics statements="31" coveredstatements="22" conditionals="29" coveredconditionals="14" methods="6" coveredmethods="5"/>
|
|
658
677
|
<file name="MlImageMarkerLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlImageMarkerLayer/MlImageMarkerLayer.js">
|
|
659
|
-
<metrics statements="
|
|
660
|
-
<line num="
|
|
661
|
-
<line num="
|
|
662
|
-
<line num="
|
|
663
|
-
<line num="
|
|
664
|
-
<line num="
|
|
665
|
-
<line num="
|
|
666
|
-
<line num="
|
|
667
|
-
<line num="
|
|
668
|
-
<line num="
|
|
669
|
-
<line num="
|
|
670
|
-
<line num="
|
|
671
|
-
<line num="
|
|
672
|
-
<line num="
|
|
673
|
-
<line num="
|
|
674
|
-
<line num="
|
|
675
|
-
<line num="
|
|
676
|
-
<line num="
|
|
677
|
-
<line num="
|
|
678
|
-
<line num="
|
|
679
|
-
<line num="
|
|
680
|
-
<line num="48" count="
|
|
681
|
-
<line num="
|
|
682
|
-
<line num="
|
|
683
|
-
<line num="
|
|
684
|
-
<line num="
|
|
685
|
-
<line num="
|
|
686
|
-
<line num="
|
|
687
|
-
<line num="
|
|
688
|
-
<line num="
|
|
689
|
-
<line num="
|
|
690
|
-
<line num="
|
|
691
|
-
<line num="83" count="4" type="stmt"/>
|
|
692
|
-
<line num="85" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
693
|
-
<line num="86" count="4" type="stmt"/>
|
|
694
|
-
<line num="87" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
695
|
-
<line num="88" count="0" type="stmt"/>
|
|
696
|
-
<line num="91" count="4" type="stmt"/>
|
|
697
|
-
<line num="94" count="8" type="stmt"/>
|
|
698
|
-
<line num="95" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
699
|
-
<line num="100" count="4" type="stmt"/>
|
|
700
|
-
<line num="105" count="4" type="stmt"/>
|
|
701
|
-
<line num="108" count="8" 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"/>
|
|
686
|
+
<line num="18" count="4" 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"/>
|
|
702
710
|
</file>
|
|
703
711
|
</package>
|
|
704
|
-
<package name="components.MlLayer">
|
|
705
|
-
<metrics statements="
|
|
712
|
+
<package name="src.components.MlLayer">
|
|
713
|
+
<metrics statements="44" coveredstatements="29" conditionals="34" coveredconditionals="15" methods="6" coveredmethods="5"/>
|
|
706
714
|
<file name="MlLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlLayer/MlLayer.js">
|
|
707
|
-
<metrics statements="
|
|
708
|
-
<line num="
|
|
709
|
-
<line num="
|
|
710
|
-
<line num="
|
|
711
|
-
<line num="
|
|
712
|
-
<line num="
|
|
713
|
-
<line num="
|
|
714
|
-
<line num="
|
|
715
|
-
<line num="
|
|
716
|
-
<line num="
|
|
717
|
-
<line num="
|
|
718
|
-
<line num="
|
|
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="45" count="0" type="stmt"/>
|
|
730
|
-
<line num="47" count="0" type="stmt"/>
|
|
731
|
-
<line num="50" count="4" type="stmt"/>
|
|
732
|
-
<line num="51" count="4" type="cond" truecount="2" falsecount="2"/>
|
|
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"/>
|
|
735
|
+
<line num="50" count="0" type="stmt"/>
|
|
736
|
+
<line num="51" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
733
737
|
<line num="52" count="0" type="stmt"/>
|
|
734
738
|
<line num="53" count="0" type="stmt"/>
|
|
735
|
-
<line num="
|
|
736
|
-
<line num="
|
|
737
|
-
<line num="
|
|
738
|
-
<line num="
|
|
739
|
-
<line num="
|
|
740
|
-
<line num="66" count="
|
|
741
|
-
<line num="
|
|
742
|
-
<line num="
|
|
743
|
-
<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"/>
|
|
744
760
|
</file>
|
|
745
761
|
</package>
|
|
746
|
-
<package name="components.MlLayerMagnify">
|
|
747
|
-
<metrics statements="70" coveredstatements="
|
|
762
|
+
<package name="src.components.MlLayerMagnify">
|
|
763
|
+
<metrics statements="70" coveredstatements="52" conditionals="44" coveredconditionals="27" methods="11" coveredmethods="6"/>
|
|
748
764
|
<file name="MlLayerMagnify.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlLayerMagnify/MlLayerMagnify.js">
|
|
749
|
-
<metrics statements="70" coveredstatements="
|
|
765
|
+
<metrics statements="70" coveredstatements="52" conditionals="44" coveredconditionals="27" methods="11" coveredmethods="6"/>
|
|
750
766
|
<line num="14" count="1" type="stmt"/>
|
|
751
|
-
<line num="15" count="
|
|
752
|
-
<line num="16" count="
|
|
753
|
-
<line num="17" count="
|
|
754
|
-
<line num="19" count="
|
|
755
|
-
<line num="20" count="
|
|
756
|
-
<line num="21" count="
|
|
757
|
-
<line num="22" count="
|
|
758
|
-
<line num="24" count="
|
|
759
|
-
<line num="26" count="
|
|
760
|
-
<line num="28" count="
|
|
767
|
+
<line num="15" count="3" type="stmt"/>
|
|
768
|
+
<line num="16" count="3" type="stmt"/>
|
|
769
|
+
<line num="17" count="3" type="stmt"/>
|
|
770
|
+
<line num="19" count="3" type="stmt"/>
|
|
771
|
+
<line num="20" count="3" type="stmt"/>
|
|
772
|
+
<line num="21" count="3" type="stmt"/>
|
|
773
|
+
<line num="22" count="3" type="stmt"/>
|
|
774
|
+
<line num="24" count="3" type="stmt"/>
|
|
775
|
+
<line num="26" count="3" type="stmt"/>
|
|
776
|
+
<line num="28" count="3" type="stmt"/>
|
|
761
777
|
<line num="29" count="3" type="cond" truecount="3" falsecount="1"/>
|
|
762
778
|
<line num="30" count="0" type="stmt"/>
|
|
763
|
-
<line num="32" count="3" type="cond" truecount="
|
|
764
|
-
<line num="33" count="
|
|
765
|
-
<line num="36" count="
|
|
766
|
-
<line num="39" count="
|
|
779
|
+
<line num="32" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
780
|
+
<line num="33" count="1" type="stmt"/>
|
|
781
|
+
<line num="36" count="2" type="stmt"/>
|
|
782
|
+
<line num="39" count="3" type="stmt"/>
|
|
767
783
|
<line num="40" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
768
784
|
<line num="42" count="0" type="stmt"/>
|
|
769
|
-
<line num="48" count="
|
|
785
|
+
<line num="48" count="3" type="stmt"/>
|
|
770
786
|
<line num="49" count="1" type="stmt"/>
|
|
771
787
|
<line num="50" count="1" type="stmt"/>
|
|
772
788
|
<line num="52" count="1" type="stmt"/>
|
|
773
789
|
<line num="53" count="1" type="stmt"/>
|
|
774
790
|
<line num="54" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
775
791
|
<line num="55" count="1" type="stmt"/>
|
|
776
|
-
<line num="60" count="
|
|
792
|
+
<line num="60" count="3" type="stmt"/>
|
|
777
793
|
<line num="62" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
778
794
|
<line num="64" count="1" type="stmt"/>
|
|
779
795
|
<line num="66" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -788,7 +804,7 @@
|
|
|
788
804
|
<line num="84" count="1" type="stmt"/>
|
|
789
805
|
<line num="85" count="1" type="stmt"/>
|
|
790
806
|
<line num="87" count="1" type="stmt"/>
|
|
791
|
-
<line num="98" count="
|
|
807
|
+
<line num="98" count="3" type="stmt"/>
|
|
792
808
|
<line num="99" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
793
809
|
<line num="101" count="1" type="stmt"/>
|
|
794
810
|
<line num="102" count="1" type="stmt"/>
|
|
@@ -799,46 +815,46 @@
|
|
|
799
815
|
<line num="123" count="0" type="stmt"/>
|
|
800
816
|
<line num="126" count="0" type="stmt"/>
|
|
801
817
|
<line num="129" count="1" type="stmt"/>
|
|
802
|
-
<line num="135" count="
|
|
818
|
+
<line num="135" count="3" type="stmt"/>
|
|
803
819
|
<line num="136" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
804
820
|
<line num="137" count="0" type="stmt"/>
|
|
805
821
|
<line num="138" count="0" type="stmt"/>
|
|
806
822
|
<line num="140" count="0" type="stmt"/>
|
|
807
823
|
<line num="141" count="0" type="stmt"/>
|
|
808
|
-
<line num="145" count="
|
|
824
|
+
<line num="145" count="3" type="stmt"/>
|
|
809
825
|
<line num="146" count="0" type="stmt"/>
|
|
810
826
|
<line num="147" count="0" type="stmt"/>
|
|
811
|
-
<line num="150" count="
|
|
827
|
+
<line num="150" count="3" type="stmt"/>
|
|
812
828
|
<line num="151" count="0" type="stmt"/>
|
|
813
829
|
<line num="152" count="0" type="stmt"/>
|
|
814
|
-
<line num="155" count="
|
|
830
|
+
<line num="155" count="3" type="stmt"/>
|
|
815
831
|
<line num="156" count="0" type="stmt"/>
|
|
816
832
|
<line num="157" count="0" type="stmt"/>
|
|
817
|
-
<line num="160" count="
|
|
833
|
+
<line num="160" count="3" type="stmt"/>
|
|
818
834
|
<line num="189" count="1" type="stmt"/>
|
|
819
835
|
<line num="193" count="1" type="stmt"/>
|
|
820
836
|
</file>
|
|
821
837
|
</package>
|
|
822
|
-
<package name="components.MlLayerSwipe">
|
|
823
|
-
<metrics statements="47" coveredstatements="
|
|
838
|
+
<package name="src.components.MlLayerSwipe">
|
|
839
|
+
<metrics statements="47" coveredstatements="37" conditionals="26" coveredconditionals="18" methods="9" coveredmethods="6"/>
|
|
824
840
|
<file name="MlLayerSwipe.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlLayerSwipe/MlLayerSwipe.js">
|
|
825
|
-
<metrics statements="47" coveredstatements="
|
|
841
|
+
<metrics statements="47" coveredstatements="37" conditionals="26" coveredconditionals="18" methods="9" coveredmethods="6"/>
|
|
826
842
|
<line num="12" count="1" type="stmt"/>
|
|
827
|
-
<line num="13" count="
|
|
828
|
-
<line num="14" count="
|
|
829
|
-
<line num="16" count="
|
|
830
|
-
<line num="17" count="
|
|
831
|
-
<line num="19" count="
|
|
832
|
-
<line num="21" count="
|
|
843
|
+
<line num="13" count="3" type="stmt"/>
|
|
844
|
+
<line num="14" count="3" type="stmt"/>
|
|
845
|
+
<line num="16" count="3" type="stmt"/>
|
|
846
|
+
<line num="17" count="3" type="stmt"/>
|
|
847
|
+
<line num="19" count="3" type="stmt"/>
|
|
848
|
+
<line num="21" count="3" type="stmt"/>
|
|
833
849
|
<line num="22" count="3" type="cond" truecount="3" falsecount="1"/>
|
|
834
850
|
<line num="23" count="0" type="stmt"/>
|
|
835
|
-
<line num="25" count="3" type="cond" truecount="
|
|
836
|
-
<line num="26" count="
|
|
837
|
-
<line num="29" count="
|
|
838
|
-
<line num="32" count="
|
|
851
|
+
<line num="25" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
852
|
+
<line num="26" count="1" type="stmt"/>
|
|
853
|
+
<line num="29" count="2" type="stmt"/>
|
|
854
|
+
<line num="32" count="3" type="stmt"/>
|
|
839
855
|
<line num="33" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
840
856
|
<line num="34" count="1" type="stmt"/>
|
|
841
|
-
<line num="38" count="
|
|
857
|
+
<line num="38" count="3" type="stmt"/>
|
|
842
858
|
<line num="40" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
843
859
|
<line num="42" count="1" type="stmt"/>
|
|
844
860
|
<line num="44" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -847,32 +863,127 @@
|
|
|
847
863
|
<line num="52" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
848
864
|
<line num="53" count="1" type="stmt"/>
|
|
849
865
|
<line num="54" count="1" type="stmt"/>
|
|
850
|
-
<line num="
|
|
851
|
-
<line num="
|
|
852
|
-
<line num="
|
|
853
|
-
<line num="
|
|
854
|
-
<line num="
|
|
855
|
-
<line num="
|
|
866
|
+
<line num="56" count="1" type="stmt"/>
|
|
867
|
+
<line num="58" count="1" type="stmt"/>
|
|
868
|
+
<line num="64" count="3" type="stmt"/>
|
|
869
|
+
<line num="65" count="1" type="stmt"/>
|
|
870
|
+
<line num="68" count="3" type="stmt"/>
|
|
871
|
+
<line num="69" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
872
|
+
<line num="71" count="1" type="stmt"/>
|
|
856
873
|
<line num="72" count="1" type="stmt"/>
|
|
857
|
-
<line num="
|
|
858
|
-
<line num="
|
|
859
|
-
<line num="80" count="
|
|
860
|
-
<line num="81" count="0" type="
|
|
874
|
+
<line num="76" count="1" type="stmt"/>
|
|
875
|
+
<line num="79" count="3" type="stmt"/>
|
|
876
|
+
<line num="80" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
877
|
+
<line num="81" count="0" type="stmt"/>
|
|
861
878
|
<line num="82" count="0" type="stmt"/>
|
|
862
|
-
<line num="
|
|
879
|
+
<line num="84" count="0" type="stmt"/>
|
|
863
880
|
<line num="85" count="0" type="stmt"/>
|
|
864
|
-
<line num="
|
|
865
|
-
<line num="90" count="
|
|
881
|
+
<line num="89" count="3" type="stmt"/>
|
|
882
|
+
<line num="90" count="0" type="stmt"/>
|
|
866
883
|
<line num="91" count="0" type="stmt"/>
|
|
884
|
+
<line num="94" count="3" type="stmt"/>
|
|
885
|
+
<line num="95" count="0" type="stmt"/>
|
|
886
|
+
<line num="96" count="0" type="stmt"/>
|
|
887
|
+
<line num="99" count="3" type="stmt"/>
|
|
888
|
+
<line num="126" count="1" type="stmt"/>
|
|
889
|
+
</file>
|
|
890
|
+
</package>
|
|
891
|
+
<package name="src.components.MlLayerSwitcher">
|
|
892
|
+
<metrics statements="66" coveredstatements="0" conditionals="41" coveredconditionals="0" methods="22" coveredmethods="0"/>
|
|
893
|
+
<file name="MlLayerSwitcher.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlLayerSwitcher/MlLayerSwitcher.js">
|
|
894
|
+
<metrics statements="66" coveredstatements="0" conditionals="41" coveredconditionals="0" methods="22" coveredmethods="0"/>
|
|
895
|
+
<line num="23" count="0" type="stmt"/>
|
|
896
|
+
<line num="24" count="0" type="stmt"/>
|
|
897
|
+
<line num="25" count="0" type="stmt"/>
|
|
898
|
+
<line num="26" count="0" type="stmt"/>
|
|
899
|
+
<line num="27" count="0" type="stmt"/>
|
|
900
|
+
<line num="36" count="0" type="stmt"/>
|
|
901
|
+
<line num="37" count="0" type="stmt"/>
|
|
902
|
+
<line num="38" count="0" type="stmt"/>
|
|
903
|
+
<line num="40" count="0" type="stmt"/>
|
|
904
|
+
<line num="42" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
905
|
+
<line num="43" count="0" type="stmt"/>
|
|
906
|
+
<line num="44" count="0" type="stmt"/>
|
|
907
|
+
<line num="45" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
908
|
+
<line num="47" count="0" type="stmt"/>
|
|
909
|
+
<line num="48" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
910
|
+
<line num="49" count="0" type="stmt"/>
|
|
911
|
+
<line num="54" count="0" type="stmt"/>
|
|
912
|
+
<line num="55" count="0" type="stmt"/>
|
|
913
|
+
<line num="57" count="0" type="stmt"/>
|
|
914
|
+
<line num="66" count="0" type="stmt"/>
|
|
915
|
+
<line num="67" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
916
|
+
<line num="68" count="0" type="stmt"/>
|
|
917
|
+
<line num="69" count="0" type="stmt"/>
|
|
918
|
+
<line num="70" count="0" type="stmt"/>
|
|
919
|
+
<line num="71" count="0" type="stmt"/>
|
|
920
|
+
<line num="73" count="0" type="stmt"/>
|
|
921
|
+
<line num="74" count="0" type="stmt"/>
|
|
922
|
+
<line num="75" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
923
|
+
<line num="76" count="0" type="stmt"/>
|
|
924
|
+
<line num="79" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
925
|
+
<line num="80" count="0" type="stmt"/>
|
|
926
|
+
<line num="84" count="0" type="stmt"/>
|
|
927
|
+
<line num="85" count="0" type="stmt"/>
|
|
928
|
+
<line num="86" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
929
|
+
<line num="87" count="0" type="stmt"/>
|
|
930
|
+
<line num="90" count="0" type="stmt"/>
|
|
867
931
|
<line num="92" count="0" type="stmt"/>
|
|
868
|
-
<line num="95" count="2" type="stmt"/>
|
|
869
932
|
<line num="96" count="0" type="stmt"/>
|
|
870
|
-
<line num="97" count="0" type="
|
|
871
|
-
<line num="100" count="
|
|
872
|
-
<line num="
|
|
933
|
+
<line num="97" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
934
|
+
<line num="100" count="0" type="stmt"/>
|
|
935
|
+
<line num="101" count="0" type="stmt"/>
|
|
936
|
+
<line num="102" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
937
|
+
<line num="103" count="0" type="stmt"/>
|
|
938
|
+
<line num="106" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
939
|
+
<line num="109" count="0" type="stmt"/>
|
|
940
|
+
<line num="112" count="0" type="stmt"/>
|
|
941
|
+
<line num="113" count="0" type="stmt"/>
|
|
942
|
+
<line num="115" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
943
|
+
<line num="119" count="0" type="stmt"/>
|
|
944
|
+
<line num="120" count="0" type="stmt"/>
|
|
945
|
+
<line num="121" count="0" type="stmt"/>
|
|
946
|
+
<line num="122" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
947
|
+
<line num="123" count="0" type="stmt"/>
|
|
948
|
+
<line num="127" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
949
|
+
<line num="128" count="0" type="stmt"/>
|
|
950
|
+
<line num="130" count="0" type="stmt"/>
|
|
951
|
+
<line num="131" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
952
|
+
<line num="132" count="0" type="stmt"/>
|
|
953
|
+
<line num="138" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
954
|
+
<line num="139" count="0" type="stmt"/>
|
|
955
|
+
<line num="142" count="0" type="stmt"/>
|
|
956
|
+
<line num="152" count="0" type="stmt"/>
|
|
957
|
+
<line num="161" count="0" type="stmt"/>
|
|
958
|
+
<line num="175" count="0" type="stmt"/>
|
|
959
|
+
<line num="184" count="0" type="stmt"/>
|
|
960
|
+
<line num="198" count="0" type="stmt"/>
|
|
873
961
|
</file>
|
|
874
962
|
</package>
|
|
875
|
-
<package name="components.
|
|
963
|
+
<package name="src.components.MlLayerSwitcher.components">
|
|
964
|
+
<metrics statements="17" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
965
|
+
<file name="LayerBox.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlLayerSwitcher/components/LayerBox.js">
|
|
966
|
+
<metrics statements="17" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
967
|
+
<line num="12" count="0" type="stmt"/>
|
|
968
|
+
<line num="13" count="0" type="stmt"/>
|
|
969
|
+
<line num="14" count="0" type="stmt"/>
|
|
970
|
+
<line num="15" count="0" type="stmt"/>
|
|
971
|
+
<line num="26" count="0" type="stmt"/>
|
|
972
|
+
<line num="27" count="0" type="stmt"/>
|
|
973
|
+
<line num="28" count="0" type="stmt"/>
|
|
974
|
+
<line num="30" count="0" type="stmt"/>
|
|
975
|
+
<line num="35" count="0" type="stmt"/>
|
|
976
|
+
<line num="42" count="0" type="stmt"/>
|
|
977
|
+
<line num="44" count="0" type="stmt"/>
|
|
978
|
+
<line num="45" count="0" type="stmt"/>
|
|
979
|
+
<line num="47" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
980
|
+
<line num="48" count="0" type="stmt"/>
|
|
981
|
+
<line num="50" count="0" type="stmt"/>
|
|
982
|
+
<line num="54" count="0" type="stmt"/>
|
|
983
|
+
<line num="68" count="0" type="stmt"/>
|
|
984
|
+
</file>
|
|
985
|
+
</package>
|
|
986
|
+
<package name="src.components.MlMarker">
|
|
876
987
|
<metrics statements="37" coveredstatements="0" conditionals="18" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
877
988
|
<file name="MlMarker.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlMarker/MlMarker.js">
|
|
878
989
|
<metrics statements="37" coveredstatements="0" conditionals="18" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
@@ -915,7 +1026,7 @@
|
|
|
915
1026
|
<line num="138" count="0" type="stmt"/>
|
|
916
1027
|
</file>
|
|
917
1028
|
</package>
|
|
918
|
-
<package name="components.MlNavigationCompass">
|
|
1029
|
+
<package name="src.components.MlNavigationCompass">
|
|
919
1030
|
<metrics statements="40" coveredstatements="24" conditionals="16" coveredconditionals="6" methods="8" coveredmethods="4"/>
|
|
920
1031
|
<file name="MlNavigationCompass.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlNavigationCompass/MlNavigationCompass.js">
|
|
921
1032
|
<metrics statements="40" coveredstatements="24" conditionals="16" coveredconditionals="6" methods="8" coveredmethods="4"/>
|
|
@@ -961,57 +1072,59 @@
|
|
|
961
1072
|
<line num="204" count="1" type="stmt"/>
|
|
962
1073
|
</file>
|
|
963
1074
|
</package>
|
|
964
|
-
<package name="components.MlNavigationTools">
|
|
965
|
-
<metrics statements="
|
|
1075
|
+
<package name="src.components.MlNavigationTools">
|
|
1076
|
+
<metrics statements="46" coveredstatements="0" conditionals="44" coveredconditionals="0" methods="12" coveredmethods="0"/>
|
|
966
1077
|
<file name="MlNavigationTools.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlNavigationTools/MlNavigationTools.js">
|
|
967
|
-
<metrics statements="
|
|
968
|
-
<line num="17" count="0" type="stmt"/>
|
|
1078
|
+
<metrics statements="46" coveredstatements="0" conditionals="44" coveredconditionals="0" methods="12" coveredmethods="0"/>
|
|
969
1079
|
<line num="18" count="0" type="stmt"/>
|
|
970
1080
|
<line num="19" count="0" type="stmt"/>
|
|
971
1081
|
<line num="20" count="0" type="stmt"/>
|
|
972
|
-
<line num="21" count="0" type="
|
|
973
|
-
<line num="
|
|
1082
|
+
<line num="21" count="0" type="stmt"/>
|
|
1083
|
+
<line num="22" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
974
1084
|
<line num="24" count="0" type="stmt"/>
|
|
975
1085
|
<line num="25" count="0" type="stmt"/>
|
|
976
|
-
<line num="
|
|
977
|
-
<line num="
|
|
1086
|
+
<line num="26" count="0" type="stmt"/>
|
|
1087
|
+
<line num="27" count="0" type="stmt"/>
|
|
1088
|
+
<line num="44" count="0" type="stmt"/>
|
|
978
1089
|
<line num="45" count="0" type="stmt"/>
|
|
979
|
-
<line num="
|
|
980
|
-
<line num="
|
|
981
|
-
<line num="
|
|
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"/>
|
|
982
1093
|
<line num="56" count="0" type="stmt"/>
|
|
983
|
-
<line num="
|
|
984
|
-
<line num="
|
|
985
|
-
<line num="
|
|
986
|
-
<line num="65" count="0" type="stmt"/>
|
|
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"/>
|
|
987
1097
|
<line num="66" count="0" type="stmt"/>
|
|
988
|
-
<line num="
|
|
989
|
-
<line num="
|
|
990
|
-
<line num="
|
|
991
|
-
<line num="
|
|
1098
|
+
<line num="67" count="0" type="stmt"/>
|
|
1099
|
+
<line num="68" count="0" type="stmt"/>
|
|
1100
|
+
<line num="71" count="0" type="stmt"/>
|
|
1101
|
+
<line num="75" count="0" type="stmt"/>
|
|
1102
|
+
<line num="78" count="0" type="stmt"/>
|
|
992
1103
|
<line num="79" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
993
|
-
<line num="
|
|
994
|
-
<line num="
|
|
995
|
-
<line num="
|
|
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"/>
|
|
996
1107
|
<line num="87" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
997
|
-
<line num="
|
|
998
|
-
<line num="
|
|
999
|
-
<line num="
|
|
1000
|
-
<line num="95" count="0" type="
|
|
1001
|
-
<line num="96" 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"/>
|
|
1002
1112
|
<line num="97" count="0" type="stmt"/>
|
|
1113
|
+
<line num="98" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1003
1114
|
<line num="99" count="0" type="stmt"/>
|
|
1004
|
-
<line num="
|
|
1005
|
-
<line num="
|
|
1006
|
-
<line num="
|
|
1007
|
-
<line num="
|
|
1008
|
-
<line num="
|
|
1009
|
-
<line num="111" count="0" type="stmt"/>
|
|
1115
|
+
<line num="101" count="0" type="stmt"/>
|
|
1116
|
+
<line num="104" count="0" type="stmt"/>
|
|
1117
|
+
<line num="105" count="0" type="stmt"/>
|
|
1118
|
+
<line num="108" count="0" type="stmt"/>
|
|
1119
|
+
<line num="109" count="0" type="stmt"/>
|
|
1010
1120
|
<line num="112" count="0" type="stmt"/>
|
|
1011
|
-
<line num="
|
|
1121
|
+
<line num="113" count="0" type="stmt"/>
|
|
1122
|
+
<line num="114" count="0" type="stmt"/>
|
|
1123
|
+
<line num="117" count="0" type="stmt"/>
|
|
1124
|
+
<line num="146" count="0" type="stmt"/>
|
|
1012
1125
|
</file>
|
|
1013
1126
|
</package>
|
|
1014
|
-
<package name="components.MlOsmLayer">
|
|
1127
|
+
<package name="src.components.MlOsmLayer">
|
|
1015
1128
|
<metrics statements="28" coveredstatements="24" conditionals="18" coveredconditionals="10" methods="6" coveredmethods="5"/>
|
|
1016
1129
|
<file name="MlOsmLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlOsmLayer/MlOsmLayer.js">
|
|
1017
1130
|
<metrics statements="28" coveredstatements="24" conditionals="18" coveredconditionals="10" methods="6" coveredmethods="5"/>
|
|
@@ -1045,7 +1158,7 @@
|
|
|
1045
1158
|
<line num="87" count="1" type="stmt"/>
|
|
1046
1159
|
</file>
|
|
1047
1160
|
</package>
|
|
1048
|
-
<package name="components.MlScaleReference">
|
|
1161
|
+
<package name="src.components.MlScaleReference">
|
|
1049
1162
|
<metrics statements="55" coveredstatements="0" conditionals="30" coveredconditionals="0" methods="8" coveredmethods="0"/>
|
|
1050
1163
|
<file name="MlScaleReference.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlScaleReference/MlScaleReference.js">
|
|
1051
1164
|
<metrics statements="55" coveredstatements="0" conditionals="30" coveredconditionals="0" methods="8" coveredmethods="0"/>
|
|
@@ -1106,61 +1219,94 @@
|
|
|
1106
1219
|
<line num="135" count="0" type="stmt"/>
|
|
1107
1220
|
</file>
|
|
1108
1221
|
</package>
|
|
1109
|
-
<package name="components.MlShareMapState">
|
|
1110
|
-
<metrics statements="
|
|
1222
|
+
<package name="src.components.MlShareMapState">
|
|
1223
|
+
<metrics statements="81" coveredstatements="0" conditionals="42" coveredconditionals="0" methods="10" coveredmethods="0"/>
|
|
1111
1224
|
<file name="MlShareMapState.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlShareMapState/MlShareMapState.js">
|
|
1112
|
-
<metrics statements="
|
|
1113
|
-
<line num="
|
|
1114
|
-
<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"/>
|
|
1115
1228
|
<line num="19" count="0" type="stmt"/>
|
|
1116
1229
|
<line num="20" count="0" type="stmt"/>
|
|
1117
1230
|
<line num="21" count="0" type="stmt"/>
|
|
1118
1231
|
<line num="22" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1232
|
+
<line num="23" count="0" type="stmt"/>
|
|
1119
1233
|
<line num="24" count="0" type="stmt"/>
|
|
1120
|
-
<line num="
|
|
1121
|
-
<line num="27" count="0" type="stmt"/>
|
|
1122
|
-
<line num="29" count="0" type="stmt"/>
|
|
1123
|
-
<line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1234
|
+
<line num="35" count="0" type="stmt"/>
|
|
1124
1235
|
<line num="37" count="0" type="stmt"/>
|
|
1125
1236
|
<line num="38" count="0" type="stmt"/>
|
|
1126
1237
|
<line num="40" count="0" type="stmt"/>
|
|
1127
|
-
<line num="
|
|
1128
|
-
<line num="45" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1238
|
+
<line num="47" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1129
1239
|
<line num="48" count="0" type="stmt"/>
|
|
1130
1240
|
<line num="49" count="0" type="stmt"/>
|
|
1131
|
-
<line num="
|
|
1132
|
-
<line num="52" count="0" type="stmt"/>
|
|
1133
|
-
<line num="53" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1134
|
-
<line num="54" count="0" type="stmt"/>
|
|
1241
|
+
<line num="51" count="0" type="stmt"/>
|
|
1135
1242
|
<line num="55" count="0" type="stmt"/>
|
|
1136
|
-
<line num="56" count="0" type="
|
|
1137
|
-
<line num="
|
|
1138
|
-
<line num="
|
|
1139
|
-
<line num="
|
|
1140
|
-
<line num="63" count="0" type="
|
|
1141
|
-
<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"/>
|
|
1142
1250
|
<line num="66" count="0" type="stmt"/>
|
|
1143
|
-
<line num="
|
|
1144
|
-
<line num="
|
|
1145
|
-
<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"/>
|
|
1146
1256
|
<line num="75" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1147
|
-
<line num="
|
|
1148
|
-
<line num="
|
|
1149
|
-
<line num="
|
|
1150
|
-
<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"/>
|
|
1151
1267
|
<line num="94" count="0" type="stmt"/>
|
|
1152
|
-
<line num="95" count="0" type="stmt"/>
|
|
1153
|
-
<line num="96" count="0" type="stmt"/>
|
|
1154
1268
|
<line num="97" count="0" type="stmt"/>
|
|
1155
|
-
<line num="
|
|
1156
|
-
<line num="
|
|
1157
|
-
<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"/>
|
|
1158
1272
|
<line num="106" count="0" type="stmt"/>
|
|
1159
|
-
<line num="
|
|
1160
|
-
<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"/>
|
|
1161
1307
|
</file>
|
|
1162
1308
|
</package>
|
|
1163
|
-
<package name="components.MlSpatialElevationProfile">
|
|
1309
|
+
<package name="src.components.MlSpatialElevationProfile">
|
|
1164
1310
|
<metrics statements="62" coveredstatements="28" conditionals="26" coveredconditionals="12" methods="10" coveredmethods="5"/>
|
|
1165
1311
|
<file name="MlSpatialElevationProfile.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.js">
|
|
1166
1312
|
<metrics statements="62" coveredstatements="28" conditionals="26" coveredconditionals="12" methods="10" coveredmethods="5"/>
|
|
@@ -1228,10 +1374,10 @@
|
|
|
1228
1374
|
<line num="213" count="1" type="stmt"/>
|
|
1229
1375
|
</file>
|
|
1230
1376
|
</package>
|
|
1231
|
-
<package name="components.MlThreeJsLayer">
|
|
1232
|
-
<metrics statements="
|
|
1377
|
+
<package name="src.components.MlThreeJsLayer">
|
|
1378
|
+
<metrics statements="68" coveredstatements="39" conditionals="24" coveredconditionals="15" methods="9" coveredmethods="5"/>
|
|
1233
1379
|
<file name="MlThreeJsLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlThreeJsLayer/MlThreeJsLayer.js">
|
|
1234
|
-
<metrics statements="
|
|
1380
|
+
<metrics statements="68" coveredstatements="39" conditionals="24" coveredconditionals="15" methods="9" coveredmethods="5"/>
|
|
1235
1381
|
<line num="15" count="1" type="stmt"/>
|
|
1236
1382
|
<line num="16" count="4" type="stmt"/>
|
|
1237
1383
|
<line num="18" count="4" type="stmt"/>
|
|
@@ -1253,58 +1399,56 @@
|
|
|
1253
1399
|
<line num="43" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
1254
1400
|
<line num="45" count="2" type="stmt"/>
|
|
1255
1401
|
<line num="46" count="2" type="stmt"/>
|
|
1402
|
+
<line num="48" count="2" type="stmt"/>
|
|
1256
1403
|
<line num="49" count="2" type="stmt"/>
|
|
1257
1404
|
<line num="50" count="2" type="stmt"/>
|
|
1258
|
-
<line num="51" count="2" type="stmt"/>
|
|
1259
1405
|
<line num="53" count="2" type="stmt"/>
|
|
1260
|
-
<line num="
|
|
1261
|
-
<line num="
|
|
1262
|
-
<line num="
|
|
1263
|
-
<line num="
|
|
1264
|
-
<line num="
|
|
1406
|
+
<line num="55" count="2" type="stmt"/>
|
|
1407
|
+
<line num="56" count="2" type="stmt"/>
|
|
1408
|
+
<line num="58" count="2" type="stmt"/>
|
|
1409
|
+
<line num="64" count="2" type="stmt"/>
|
|
1410
|
+
<line num="80" count="2" type="stmt"/>
|
|
1265
1411
|
<line num="85" count="0" type="stmt"/>
|
|
1266
1412
|
<line num="86" count="0" type="stmt"/>
|
|
1267
|
-
<line num="88" count="0" type="stmt"/>
|
|
1268
1413
|
<line num="89" count="0" type="stmt"/>
|
|
1269
1414
|
<line num="90" count="0" type="stmt"/>
|
|
1415
|
+
<line num="91" count="0" type="stmt"/>
|
|
1270
1416
|
<line num="93" count="0" type="stmt"/>
|
|
1271
1417
|
<line num="94" count="0" type="stmt"/>
|
|
1418
|
+
<line num="95" count="0" type="stmt"/>
|
|
1419
|
+
<line num="98" count="0" type="stmt"/>
|
|
1272
1420
|
<line num="99" count="0" type="stmt"/>
|
|
1273
|
-
<line num="
|
|
1274
|
-
<line num="
|
|
1421
|
+
<line num="103" count="0" type="stmt"/>
|
|
1422
|
+
<line num="104" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1275
1423
|
<line num="105" count="0" type="stmt"/>
|
|
1276
|
-
<line num="
|
|
1277
|
-
<line num="
|
|
1278
|
-
<line num="
|
|
1279
|
-
<line num="
|
|
1424
|
+
<line num="109" count="0" type="stmt"/>
|
|
1425
|
+
<line num="112" count="0" type="stmt"/>
|
|
1426
|
+
<line num="118" count="0" type="stmt"/>
|
|
1427
|
+
<line num="121" count="0" type="stmt"/>
|
|
1280
1428
|
<line num="125" count="0" type="stmt"/>
|
|
1281
1429
|
<line num="129" count="0" type="stmt"/>
|
|
1282
|
-
<line num="
|
|
1283
|
-
<line num="
|
|
1284
|
-
<line num="
|
|
1285
|
-
<line num="
|
|
1286
|
-
<line num="
|
|
1287
|
-
<line num="
|
|
1288
|
-
<line num="155" count="
|
|
1289
|
-
<line num="
|
|
1290
|
-
<line num="
|
|
1291
|
-
<line num="162" count="
|
|
1292
|
-
<line num="
|
|
1293
|
-
<line num="165" count="2" type="
|
|
1294
|
-
<line num="
|
|
1295
|
-
<line num="
|
|
1296
|
-
<line num="170" count="
|
|
1297
|
-
<line num="
|
|
1298
|
-
<line num="
|
|
1299
|
-
<line num="
|
|
1300
|
-
<line num="
|
|
1301
|
-
<line num="183" count="4" type="stmt"/>
|
|
1302
|
-
<line num="189" count="0" type="stmt"/>
|
|
1303
|
-
<line num="190" count="0" type="stmt"/>
|
|
1304
|
-
<line num="199" count="1" type="stmt"/>
|
|
1430
|
+
<line num="134" count="0" type="stmt"/>
|
|
1431
|
+
<line num="135" count="0" type="stmt"/>
|
|
1432
|
+
<line num="148" count="0" type="stmt"/>
|
|
1433
|
+
<line num="149" count="0" type="stmt"/>
|
|
1434
|
+
<line num="150" count="0" type="stmt"/>
|
|
1435
|
+
<line num="151" count="0" type="stmt"/>
|
|
1436
|
+
<line num="155" count="2" type="stmt"/>
|
|
1437
|
+
<line num="157" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1438
|
+
<line num="158" count="2" type="stmt"/>
|
|
1439
|
+
<line num="162" count="4" type="stmt"/>
|
|
1440
|
+
<line num="163" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1441
|
+
<line num="165" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1442
|
+
<line num="167" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1443
|
+
<line num="168" count="2" type="stmt"/>
|
|
1444
|
+
<line num="170" count="0" type="stmt"/>
|
|
1445
|
+
<line num="176" count="4" type="stmt"/>
|
|
1446
|
+
<line num="182" count="0" type="stmt"/>
|
|
1447
|
+
<line num="183" count="0" type="stmt"/>
|
|
1448
|
+
<line num="192" count="1" type="stmt"/>
|
|
1305
1449
|
</file>
|
|
1306
1450
|
</package>
|
|
1307
|
-
<package name="components.MlUseMapDebugger">
|
|
1451
|
+
<package name="src.components.MlUseMapDebugger">
|
|
1308
1452
|
<metrics statements="8" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
1309
1453
|
<file name="MlUseMapDebugger.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlUseMapDebugger/MlUseMapDebugger.js">
|
|
1310
1454
|
<metrics statements="8" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
@@ -1318,7 +1462,7 @@
|
|
|
1318
1462
|
<line num="75" count="0" type="stmt"/>
|
|
1319
1463
|
</file>
|
|
1320
1464
|
</package>
|
|
1321
|
-
<package name="components.MlVectorTileLayer">
|
|
1465
|
+
<package name="src.components.MlVectorTileLayer">
|
|
1322
1466
|
<metrics statements="44" coveredstatements="39" conditionals="22" coveredconditionals="14" methods="6" coveredmethods="6"/>
|
|
1323
1467
|
<file name="MlVectorTileLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlVectorTileLayer/MlVectorTileLayer.js">
|
|
1324
1468
|
<metrics statements="44" coveredstatements="39" conditionals="22" coveredconditionals="14" methods="6" coveredmethods="6"/>
|
|
@@ -1368,7 +1512,7 @@
|
|
|
1368
1512
|
<line num="114" count="1" type="stmt"/>
|
|
1369
1513
|
</file>
|
|
1370
1514
|
</package>
|
|
1371
|
-
<package name="components.MlWmsFeatureInfoPopup">
|
|
1515
|
+
<package name="src.components.MlWmsFeatureInfoPopup">
|
|
1372
1516
|
<metrics statements="20" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
1373
1517
|
<file name="MlWmsFeatureInfoPopup.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.js">
|
|
1374
1518
|
<metrics statements="20" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
@@ -1394,14 +1538,14 @@
|
|
|
1394
1538
|
<line num="58" count="0" type="stmt"/>
|
|
1395
1539
|
</file>
|
|
1396
1540
|
</package>
|
|
1397
|
-
<package name="components.MlWmsLayer">
|
|
1398
|
-
<metrics statements="39" coveredstatements="33" conditionals="22" coveredconditionals="
|
|
1541
|
+
<package name="src.components.MlWmsLayer">
|
|
1542
|
+
<metrics statements="39" coveredstatements="33" conditionals="22" coveredconditionals="14" methods="5" coveredmethods="5"/>
|
|
1399
1543
|
<file name="MlWmsLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlWmsLayer/MlWmsLayer.js">
|
|
1400
|
-
<metrics statements="39" coveredstatements="33" conditionals="22" coveredconditionals="
|
|
1544
|
+
<metrics statements="39" coveredstatements="33" conditionals="22" coveredconditionals="14" methods="5" coveredmethods="5"/>
|
|
1401
1545
|
<line num="7" count="1" type="stmt"/>
|
|
1402
1546
|
<line num="47" count="1" type="stmt"/>
|
|
1403
1547
|
<line num="48" count="8" type="stmt"/>
|
|
1404
|
-
<line num="50" count="8" type="cond" truecount="
|
|
1548
|
+
<line num="50" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1405
1549
|
<line num="51" count="8" type="stmt"/>
|
|
1406
1550
|
<line num="52" count="8" type="stmt"/>
|
|
1407
1551
|
<line num="53" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -1439,10 +1583,10 @@
|
|
|
1439
1583
|
<line num="139" count="1" type="stmt"/>
|
|
1440
1584
|
</file>
|
|
1441
1585
|
</package>
|
|
1442
|
-
<package name="components.MlWmsLoader">
|
|
1443
|
-
<metrics statements="
|
|
1586
|
+
<package name="src.components.MlWmsLoader">
|
|
1587
|
+
<metrics statements="92" coveredstatements="0" conditionals="55" coveredconditionals="0" methods="22" coveredmethods="0"/>
|
|
1444
1588
|
<file name="MlWmsLoader.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlWmsLoader/MlWmsLoader.js">
|
|
1445
|
-
<metrics statements="
|
|
1589
|
+
<metrics statements="92" coveredstatements="0" conditionals="55" coveredconditionals="0" methods="22" coveredmethods="0"/>
|
|
1446
1590
|
<line num="19" count="0" type="stmt"/>
|
|
1447
1591
|
<line num="20" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1448
1592
|
<line num="21" count="0" type="stmt"/>
|
|
@@ -1471,127 +1615,119 @@
|
|
|
1471
1615
|
<line num="68" count="0" type="stmt"/>
|
|
1472
1616
|
<line num="70" count="0" type="stmt"/>
|
|
1473
1617
|
<line num="74" count="0" type="stmt"/>
|
|
1474
|
-
<line num="75" count="0" type="
|
|
1475
|
-
<line num="
|
|
1618
|
+
<line num="75" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1619
|
+
<line num="77" count="0" type="stmt"/>
|
|
1476
1620
|
<line num="80" count="0" type="stmt"/>
|
|
1477
|
-
<line num="81" count="0" type="stmt"/>
|
|
1478
1621
|
<line num="82" count="0" type="stmt"/>
|
|
1479
1622
|
<line num="83" count="0" type="stmt"/>
|
|
1480
1623
|
<line num="84" count="0" type="stmt"/>
|
|
1481
1624
|
<line num="85" count="0" type="stmt"/>
|
|
1482
1625
|
<line num="86" count="0" type="stmt"/>
|
|
1483
|
-
<line num="
|
|
1484
|
-
<line num="
|
|
1485
|
-
<line num="
|
|
1486
|
-
<line num="
|
|
1487
|
-
<line num="
|
|
1488
|
-
<line num="
|
|
1489
|
-
<line num="
|
|
1490
|
-
<line num="118" count="0" type="
|
|
1626
|
+
<line num="87" count="0" type="stmt"/>
|
|
1627
|
+
<line num="88" count="0" type="stmt"/>
|
|
1628
|
+
<line num="99" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1629
|
+
<line num="100" count="0" type="stmt"/>
|
|
1630
|
+
<line num="102" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1631
|
+
<line num="103" count="0" type="stmt"/>
|
|
1632
|
+
<line num="116" count="0" type="stmt"/>
|
|
1633
|
+
<line num="118" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1634
|
+
<line num="119" count="0" type="stmt"/>
|
|
1491
1635
|
<line num="120" count="0" type="stmt"/>
|
|
1492
1636
|
<line num="122" count="0" type="stmt"/>
|
|
1493
|
-
<line num="
|
|
1637
|
+
<line num="124" count="0" type="stmt"/>
|
|
1494
1638
|
<line num="129" count="0" type="stmt"/>
|
|
1495
|
-
<line num="131" count="0" type="
|
|
1496
|
-
<line num="
|
|
1639
|
+
<line num="131" count="0" type="stmt"/>
|
|
1640
|
+
<line num="133" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1497
1641
|
<line num="134" count="0" type="stmt"/>
|
|
1498
|
-
<line num="
|
|
1499
|
-
<line num="
|
|
1642
|
+
<line num="136" count="0" type="stmt"/>
|
|
1643
|
+
<line num="139" count="0" type="stmt"/>
|
|
1500
1644
|
<line num="140" count="0" type="stmt"/>
|
|
1501
|
-
<line num="
|
|
1502
|
-
<line num="
|
|
1503
|
-
<line num="148" count="0" type="
|
|
1645
|
+
<line num="142" count="0" type="stmt"/>
|
|
1646
|
+
<line num="147" count="0" type="stmt"/>
|
|
1647
|
+
<line num="148" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1504
1648
|
<line num="150" count="0" type="stmt"/>
|
|
1505
|
-
<line num="151" count="0" type="stmt"/>
|
|
1506
1649
|
<line num="152" count="0" type="stmt"/>
|
|
1507
|
-
<line num="
|
|
1508
|
-
<line num="
|
|
1509
|
-
<line num="
|
|
1510
|
-
<line num="
|
|
1650
|
+
<line num="153" count="0" type="stmt"/>
|
|
1651
|
+
<line num="154" count="0" type="stmt"/>
|
|
1652
|
+
<line num="158" count="0" type="stmt"/>
|
|
1653
|
+
<line num="159" count="0" type="stmt"/>
|
|
1654
|
+
<line num="162" count="0" type="stmt"/>
|
|
1511
1655
|
<line num="163" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1512
|
-
<line num="
|
|
1513
|
-
<line num="
|
|
1514
|
-
<line num="
|
|
1515
|
-
<line num="175" count="0" type="
|
|
1516
|
-
<line num="176" count="0" type="stmt"/>
|
|
1656
|
+
<line num="165" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1657
|
+
<line num="166" count="0" type="stmt"/>
|
|
1658
|
+
<line num="170" count="0" type="stmt"/>
|
|
1659
|
+
<line num="175" count="0" type="stmt"/>
|
|
1517
1660
|
<line num="177" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1518
1661
|
<line num="178" count="0" type="stmt"/>
|
|
1519
|
-
<line num="
|
|
1520
|
-
<line num="
|
|
1521
|
-
<line num="
|
|
1522
|
-
<line num="
|
|
1523
|
-
<line num="
|
|
1524
|
-
<line num="
|
|
1525
|
-
<line num="
|
|
1526
|
-
<line num="
|
|
1662
|
+
<line num="179" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1663
|
+
<line num="180" count="0" type="stmt"/>
|
|
1664
|
+
<line num="183" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1665
|
+
<line num="184" count="0" type="stmt"/>
|
|
1666
|
+
<line num="189" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1667
|
+
<line num="190" count="0" type="stmt"/>
|
|
1668
|
+
<line num="198" count="0" type="stmt"/>
|
|
1669
|
+
<line num="199" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1670
|
+
<line num="202" count="0" type="stmt"/>
|
|
1671
|
+
<line num="203" count="0" type="stmt"/>
|
|
1527
1672
|
<line num="204" count="0" type="stmt"/>
|
|
1528
|
-
<line num="
|
|
1529
|
-
<line num="
|
|
1530
|
-
<line num="
|
|
1531
|
-
<line num="
|
|
1532
|
-
<line num="
|
|
1533
|
-
<line num="
|
|
1534
|
-
<line num="
|
|
1673
|
+
<line num="205" count="0" type="stmt"/>
|
|
1674
|
+
<line num="208" count="0" type="stmt"/>
|
|
1675
|
+
<line num="214" count="0" type="stmt"/>
|
|
1676
|
+
<line num="227" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1677
|
+
<line num="235" count="0" type="stmt"/>
|
|
1678
|
+
<line num="236" count="0" type="stmt"/>
|
|
1679
|
+
<line num="237" count="0" type="stmt"/>
|
|
1680
|
+
<line num="267" count="0" type="stmt"/>
|
|
1681
|
+
<line num="279" count="0" type="stmt"/>
|
|
1535
1682
|
</file>
|
|
1536
1683
|
</package>
|
|
1537
|
-
<package name="hooks">
|
|
1538
|
-
<metrics statements="
|
|
1684
|
+
<package name="src.hooks">
|
|
1685
|
+
<metrics statements="113" coveredstatements="57" conditionals="42" coveredconditionals="14" methods="19" coveredmethods="9"/>
|
|
1539
1686
|
<file name="useMap.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/hooks/useMap.js">
|
|
1540
|
-
<metrics statements="
|
|
1541
|
-
<line num="
|
|
1542
|
-
<line num="
|
|
1543
|
-
<line num="
|
|
1544
|
-
<line num="
|
|
1545
|
-
<line num="
|
|
1546
|
-
<line num="
|
|
1547
|
-
<line num="
|
|
1548
|
-
<line num="
|
|
1549
|
-
<line num="
|
|
1550
|
-
<line num="
|
|
1551
|
-
<line num="
|
|
1552
|
-
<line num="
|
|
1553
|
-
<line num="
|
|
1554
|
-
<line num="
|
|
1555
|
-
<line num="
|
|
1556
|
-
<line num="
|
|
1557
|
-
<line num="
|
|
1558
|
-
<line num="
|
|
1559
|
-
<line num="
|
|
1560
|
-
<line num="
|
|
1561
|
-
<line num="
|
|
1562
|
-
<line num="
|
|
1563
|
-
<line num="
|
|
1564
|
-
<line num="
|
|
1565
|
-
<line num="
|
|
1566
|
-
<line num="
|
|
1567
|
-
<line num="
|
|
1568
|
-
<line num="
|
|
1569
|
-
<line num="
|
|
1570
|
-
<line num="
|
|
1571
|
-
<line num="68" count="0" type="stmt"/>
|
|
1572
|
-
<line num="69" count="0" type="stmt"/>
|
|
1573
|
-
<line num="72" count="0" type="stmt"/>
|
|
1574
|
-
<line num="73" count="0" type="stmt"/>
|
|
1575
|
-
<line num="74" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1576
|
-
<line num="75" count="0" type="stmt"/>
|
|
1577
|
-
<line num="76" count="0" type="stmt"/>
|
|
1578
|
-
<line num="82" count="0" type="stmt"/>
|
|
1579
|
-
<line num="83" count="0" type="stmt"/>
|
|
1580
|
-
<line num="86" count="0" type="stmt"/>
|
|
1581
|
-
<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"/>
|
|
1582
1718
|
</file>
|
|
1583
1719
|
<file name="useMapState.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/hooks/useMapState.js">
|
|
1584
|
-
<metrics statements="46" coveredstatements="
|
|
1585
|
-
<line num="13" count="
|
|
1586
|
-
<line num="15" count="
|
|
1587
|
-
<line num="16" count="
|
|
1588
|
-
<line num="18" count="
|
|
1589
|
-
<line num="20" count="
|
|
1590
|
-
<line num="21" count="
|
|
1591
|
-
<line num="23" count="
|
|
1592
|
-
<line num="24" count="
|
|
1593
|
-
<line num="26" count="
|
|
1594
|
-
<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"/>
|
|
1595
1731
|
<line num="37" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1596
1732
|
<line num="38" count="0" type="stmt"/>
|
|
1597
1733
|
<line num="41" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -1599,35 +1735,35 @@
|
|
|
1599
1735
|
<line num="43" count="0" type="stmt"/>
|
|
1600
1736
|
<line num="45" count="0" type="stmt"/>
|
|
1601
1737
|
<line num="49" count="0" type="stmt"/>
|
|
1602
|
-
<line num="54" count="
|
|
1603
|
-
<line num="55" count="
|
|
1604
|
-
<line num="56" count="
|
|
1605
|
-
<line num="57" count="
|
|
1606
|
-
<line num="58" count="
|
|
1607
|
-
<line num="59" count="
|
|
1608
|
-
<line num="63" count="
|
|
1609
|
-
<line num="64" count="
|
|
1610
|
-
<line num="66" count="
|
|
1611
|
-
<line num="67" count="
|
|
1612
|
-
<line num="68" count="
|
|
1613
|
-
<line num="69" count="
|
|
1614
|
-
<line num="71" count="
|
|
1615
|
-
<line num="75" count="
|
|
1616
|
-
<line num="76" count="
|
|
1617
|
-
<line num="79" count="
|
|
1618
|
-
<line num="80" count="
|
|
1619
|
-
<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"/>
|
|
1620
1756
|
<line num="93" count="0" type="stmt"/>
|
|
1621
1757
|
<line num="95" count="0" type="stmt"/>
|
|
1622
1758
|
<line num="98" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1623
1759
|
<line num="99" count="0" type="stmt"/>
|
|
1624
1760
|
<line num="100" count="0" type="stmt"/>
|
|
1625
|
-
<line num="107" count="
|
|
1626
|
-
<line num="108" count="
|
|
1627
|
-
<line num="110" count="
|
|
1628
|
-
<line num="122" count="
|
|
1629
|
-
<line num="128" count="
|
|
1630
|
-
<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"/>
|
|
1631
1767
|
</file>
|
|
1632
1768
|
<file name="useWms.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/hooks/useWms.js">
|
|
1633
1769
|
<metrics statements="37" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
@@ -1645,29 +1781,40 @@
|
|
|
1645
1781
|
<line num="24" count="0" type="stmt"/>
|
|
1646
1782
|
<line num="26" count="0" type="stmt"/>
|
|
1647
1783
|
<line num="27" count="0" type="stmt"/>
|
|
1648
|
-
<line num="
|
|
1649
|
-
<line num="
|
|
1650
|
-
<line num="
|
|
1651
|
-
<line num="33" count="0" type="stmt"/>
|
|
1784
|
+
<line num="29" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1785
|
+
<line num="32" count="0" type="stmt"/>
|
|
1786
|
+
<line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1652
1787
|
<line num="34" count="0" type="stmt"/>
|
|
1653
|
-
<line num="
|
|
1654
|
-
<line num="
|
|
1655
|
-
<line num="
|
|
1656
|
-
<line num="
|
|
1657
|
-
<line num="
|
|
1658
|
-
<line num="
|
|
1659
|
-
<line num="51" count="0" type="
|
|
1660
|
-
<line num="
|
|
1661
|
-
<line num="
|
|
1662
|
-
<line num="
|
|
1788
|
+
<line num="35" count="0" type="stmt"/>
|
|
1789
|
+
<line num="37" count="0" type="stmt"/>
|
|
1790
|
+
<line num="39" count="0" type="stmt"/>
|
|
1791
|
+
<line num="44" count="0" type="stmt"/>
|
|
1792
|
+
<line num="47" count="0" type="stmt"/>
|
|
1793
|
+
<line num="49" count="0" type="stmt"/>
|
|
1794
|
+
<line num="51" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1795
|
+
<line num="52" count="0" type="stmt"/>
|
|
1796
|
+
<line num="54" count="0" type="stmt"/>
|
|
1797
|
+
<line num="58" count="0" type="stmt"/>
|
|
1663
1798
|
<line num="62" count="0" type="stmt"/>
|
|
1664
1799
|
<line num="63" count="0" type="stmt"/>
|
|
1665
|
-
<line num="
|
|
1666
|
-
<line num="68" count="0" type="
|
|
1667
|
-
<line num="
|
|
1668
|
-
<line num="
|
|
1669
|
-
<line num="
|
|
1670
|
-
<line num="
|
|
1800
|
+
<line num="64" count="0" type="stmt"/>
|
|
1801
|
+
<line num="68" count="0" type="stmt"/>
|
|
1802
|
+
<line num="69" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1803
|
+
<line num="71" count="0" type="stmt"/>
|
|
1804
|
+
<line num="73" count="0" type="stmt"/>
|
|
1805
|
+
<line num="78" count="0" type="stmt"/>
|
|
1806
|
+
<line num="87" count="0" type="stmt"/>
|
|
1807
|
+
</file>
|
|
1808
|
+
</package>
|
|
1809
|
+
<package name="src.translations">
|
|
1810
|
+
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1811
|
+
<file name="english.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/translations/english.js">
|
|
1812
|
+
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1813
|
+
<line num="1" count="0" type="stmt"/>
|
|
1814
|
+
</file>
|
|
1815
|
+
<file name="german.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/translations/german.js">
|
|
1816
|
+
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1817
|
+
<line num="1" count="0" type="stmt"/>
|
|
1671
1818
|
</file>
|
|
1672
1819
|
</package>
|
|
1673
1820
|
</project>
|