@mapcomponents/react-maplibre 0.1.10 → 0.1.14
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/ISSUE_TEMPLATE/bug_report.md +2 -2
- package/.github/ISSUE_TEMPLATE/feature_request.md +3 -3
- package/.github/workflows/node_version_test.yml +25 -0
- package/.github/workflows/storybook.yml +6 -3
- package/CONTRIBUTING.md +2 -2
- package/README.md +3 -7
- package/coverage/clover.xml +748 -625
- package/coverage/coverage-final.json +19 -14
- package/coverage/lcov-report/block-navigation.js +8 -0
- package/coverage/lcov-report/index.html +170 -104
- 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 +99 -48
- 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 +91 -31
- package/coverage/lcov-report/{components → src/components}/MlGeoJsonLayer/index.html +35 -29
- package/coverage/lcov-report/{components → src/components}/MlImageMarkerLayer/MlImageMarkerLayer.js.html +26 -23
- package/coverage/lcov-report/{components → src/components}/MlImageMarkerLayer/index.html +26 -20
- package/coverage/lcov-report/{components → src/components}/MlLayer/MlLayer.js.html +37 -31
- package/coverage/lcov-report/{components → src/components}/MlLayer/index.html +33 -27
- 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 +55 -37
- package/coverage/lcov-report/{components → src/components}/MlNavigationTools/index.html +23 -17
- 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 +17 -11
- package/coverage/lcov-report/{components → src/components}/MlShareMapState/index.html +17 -11
- 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/{hooks → src/hooks}/index.html +17 -11
- package/coverage/lcov-report/{hooks → src/hooks}/useMap.js.html +17 -11
- package/coverage/lcov-report/{hooks → src/hooks}/useMapState.js.html +17 -11
- 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 +1278 -1010
- package/dist/b556faa3bc6829d2.png +0 -0
- package/dist/index.esm.js +276 -90
- 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 +58 -73
- package/src/components/MlCreatePdfButton/MlCreatePdfButton.meta.json +1 -1
- package/src/components/MlFeatureEditor/MlFeatureEditor.meta.json +2 -2
- package/src/components/MlFollowGps/MlFollowGps.js +46 -31
- 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 +27 -9
- package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.meta.json +1 -1
- package/src/components/MlGeoJsonLayer/util/transitionFunctions.js +19 -12
- package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.js +3 -4
- package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.test.js +6 -7
- package/src/components/MlLayer/MlLayer.js +2 -2
- 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 +26 -22
- package/src/components/MlScaleReference/MlScaleReference.meta.json +1 -1
- package/src/components/MlScaleReference/MlScaleReference.stories.js +25 -21
- 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 -7
- package/src/decorators/MapContextDecorator.js +7 -8
- package/src/decorators/MapContextKlokantechBasicDecorator.js +8 -9
- package/src/decorators/MultiMapContextDecorator.js +2 -6
- package/src/hooks/useMapState.stories.js +7 -2
- package/src/hooks/useWms.js +7 -6
- package/src/i18n.js +28 -0
- package/src/index.js +1 -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/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="1639590069183" clover="3.2.0">
|
|
3
|
+
<project timestamp="1639590069183" name="All files">
|
|
4
|
+
<metrics statements="1601" coveredstatements="564" conditionals="908" coveredconditionals="254" methods="283" coveredmethods="92" elements="2792" coveredelements="910" complexity="0" loc="1601" ncloc="1601" 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,423 +143,423 @@
|
|
|
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="40" 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="40" 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="
|
|
151
|
-
<line num="33" count="7" type="
|
|
152
|
-
<line num="34" count="
|
|
156
|
+
<line num="31" count="7" type="stmt"/>
|
|
157
|
+
<line num="32" count="7" type="stmt"/>
|
|
158
|
+
<line num="33" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
159
|
+
<line num="34" count="7" type="stmt"/>
|
|
160
|
+
<line num="36" count="7" type="stmt"/>
|
|
153
161
|
<line num="37" count="2" type="stmt"/>
|
|
154
|
-
<line num="
|
|
155
|
-
<line num="
|
|
156
|
-
<line num="
|
|
157
|
-
<line num="48" count="0" type="
|
|
158
|
-
<line num="
|
|
159
|
-
<line num="50" count="0" type="stmt"/>
|
|
162
|
+
<line num="39" count="2" type="stmt"/>
|
|
163
|
+
<line num="46" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
164
|
+
<line num="47" count="0" type="stmt"/>
|
|
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
|
-
<line num="
|
|
162
|
-
<line num="
|
|
163
|
-
<line num="
|
|
164
|
-
<line num="
|
|
168
|
+
<line num="52" count="0" type="stmt"/>
|
|
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
|
-
<line num="
|
|
167
|
-
<line num="
|
|
168
|
-
<line num="
|
|
173
|
+
<line num="63" count="2" type="stmt"/>
|
|
174
|
+
<line num="64" count="2" type="stmt"/>
|
|
175
|
+
<line num="67" count="7" type="stmt"/>
|
|
176
|
+
<line num="68" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
169
177
|
<line num="69" count="0" type="stmt"/>
|
|
170
|
-
<line num="
|
|
171
|
-
<line num="
|
|
172
|
-
<line num="74" count="
|
|
173
|
-
<line num="
|
|
174
|
-
<line num="
|
|
175
|
-
<line num="
|
|
176
|
-
<line num="
|
|
177
|
-
<line num="
|
|
178
|
-
<line num="
|
|
179
|
-
<line num="
|
|
178
|
+
<line num="70" count="0" type="stmt"/>
|
|
179
|
+
<line num="71" count="0" type="stmt"/>
|
|
180
|
+
<line num="74" count="7" type="stmt"/>
|
|
181
|
+
<line num="75" count="0" type="stmt"/>
|
|
182
|
+
<line num="76" count="0" type="stmt"/>
|
|
183
|
+
<line num="79" count="7" type="stmt"/>
|
|
184
|
+
<line num="125" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
185
|
+
<line num="126" count="1" type="stmt"/>
|
|
186
|
+
<line num="128" count="2" type="stmt"/>
|
|
187
|
+
<line num="133" count="3" type="stmt"/>
|
|
188
|
+
<line num="143" count="1" type="stmt"/>
|
|
189
|
+
<line num="161" count="1" type="stmt"/>
|
|
180
190
|
</file>
|
|
181
191
|
</package>
|
|
182
|
-
<package name="components.MlGPXViewer">
|
|
183
|
-
<metrics statements="
|
|
192
|
+
<package name="src.components.MlGPXViewer">
|
|
193
|
+
<metrics statements="397" coveredstatements="71" conditionals="233" coveredconditionals="9" methods="57" coveredmethods="9"/>
|
|
184
194
|
<file name="MlGPXViewer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlGPXViewer/MlGPXViewer.js">
|
|
185
|
-
<metrics statements="
|
|
186
|
-
<line num="
|
|
187
|
-
<line num="
|
|
188
|
-
<line num="
|
|
189
|
-
<line num="28" count="12" type="stmt"/>
|
|
195
|
+
<metrics statements="121" coveredstatements="64" conditionals="30" coveredconditionals="8" methods="27" coveredmethods="8"/>
|
|
196
|
+
<line num="26" count="1" type="stmt"/>
|
|
197
|
+
<line num="27" count="12" type="stmt"/>
|
|
198
|
+
<line num="28" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
190
199
|
<line num="29" count="12" type="stmt"/>
|
|
191
200
|
<line num="30" count="12" type="stmt"/>
|
|
192
201
|
<line num="31" count="12" type="stmt"/>
|
|
193
202
|
<line num="32" count="12" type="stmt"/>
|
|
194
203
|
<line num="33" count="12" type="stmt"/>
|
|
195
204
|
<line num="34" count="12" type="stmt"/>
|
|
196
|
-
<line num="
|
|
205
|
+
<line num="35" count="12" type="stmt"/>
|
|
197
206
|
<line num="37" count="12" type="stmt"/>
|
|
198
207
|
<line num="38" count="12" type="stmt"/>
|
|
199
208
|
<line num="39" count="12" type="stmt"/>
|
|
200
209
|
<line num="40" count="12" type="stmt"/>
|
|
210
|
+
<line num="41" count="12" type="stmt"/>
|
|
201
211
|
<line num="42" count="12" type="stmt"/>
|
|
202
|
-
<line num="
|
|
203
|
-
<line num="
|
|
204
|
-
<line num="51" count="6" type="stmt"/>
|
|
212
|
+
<line num="44" count="12" type="stmt"/>
|
|
213
|
+
<line num="51" count="12" type="stmt"/>
|
|
205
214
|
<line num="52" count="6" type="stmt"/>
|
|
206
|
-
<line num="
|
|
207
|
-
<line num="
|
|
215
|
+
<line num="53" count="6" type="stmt"/>
|
|
216
|
+
<line num="54" count="6" type="stmt"/>
|
|
217
|
+
<line num="56" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
208
218
|
<line num="57" count="3" type="stmt"/>
|
|
209
219
|
<line num="59" count="3" type="stmt"/>
|
|
210
220
|
<line num="61" count="3" type="stmt"/>
|
|
211
|
-
<line num="
|
|
212
|
-
<line num="
|
|
213
|
-
<line num="68" count="
|
|
214
|
-
<line num="
|
|
221
|
+
<line num="63" count="3" type="stmt"/>
|
|
222
|
+
<line num="67" count="12" type="stmt"/>
|
|
223
|
+
<line num="68" count="12" type="cond" truecount="4" falsecount="0"/>
|
|
224
|
+
<line num="70" count="6" type="stmt"/>
|
|
215
225
|
<line num="71" count="6" type="stmt"/>
|
|
216
|
-
<line num="
|
|
217
|
-
<line num="
|
|
218
|
-
<line num="
|
|
219
|
-
<line num="
|
|
220
|
-
<line num="110" count="
|
|
221
|
-
<line num="112" count="
|
|
226
|
+
<line num="73" count="6" type="stmt"/>
|
|
227
|
+
<line num="81" count="6" type="stmt"/>
|
|
228
|
+
<line num="94" count="6" type="stmt"/>
|
|
229
|
+
<line num="109" count="6" type="stmt"/>
|
|
230
|
+
<line num="110" count="12" type="stmt"/>
|
|
231
|
+
<line num="112" count="6" type="stmt"/>
|
|
222
232
|
<line num="114" count="0" type="stmt"/>
|
|
223
233
|
<line num="116" count="0" type="stmt"/>
|
|
224
|
-
<line num="
|
|
225
|
-
<line num="
|
|
226
|
-
<line num="
|
|
227
|
-
<line num="
|
|
228
|
-
<line num="
|
|
229
|
-
<line num="
|
|
230
|
-
<line num="
|
|
231
|
-
<line num="
|
|
232
|
-
<line num="140" count="12" type="stmt"/>
|
|
234
|
+
<line num="118" count="0" type="stmt"/>
|
|
235
|
+
<line num="123" count="0" type="stmt"/>
|
|
236
|
+
<line num="124" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
237
|
+
<line num="130" count="0" type="stmt"/>
|
|
238
|
+
<line num="133" count="6" type="stmt"/>
|
|
239
|
+
<line num="134" count="0" type="stmt"/>
|
|
240
|
+
<line num="135" count="0" type="stmt"/>
|
|
241
|
+
<line num="138" count="6" type="stmt"/>
|
|
233
242
|
<line num="141" count="12" type="stmt"/>
|
|
234
|
-
<line num="142" count="
|
|
235
|
-
<line num="143" count="
|
|
236
|
-
<line num="
|
|
237
|
-
<line num="
|
|
238
|
-
<line num="
|
|
239
|
-
<line num="
|
|
240
|
-
<line num="150" count="
|
|
241
|
-
<line num="
|
|
242
|
-
<line num="
|
|
243
|
+
<line num="142" count="12" type="stmt"/>
|
|
244
|
+
<line num="143" count="12" type="stmt"/>
|
|
245
|
+
<line num="144" count="0" type="stmt"/>
|
|
246
|
+
<line num="145" count="0" type="stmt"/>
|
|
247
|
+
<line num="147" count="12" type="stmt"/>
|
|
248
|
+
<line num="148" count="0" type="stmt"/>
|
|
249
|
+
<line num="150" count="12" type="stmt"/>
|
|
250
|
+
<line num="151" count="0" type="stmt"/>
|
|
251
|
+
<line num="152" count="0" type="stmt"/>
|
|
252
|
+
<line num="155" count="12" type="stmt"/>
|
|
243
253
|
<line num="156" count="12" type="stmt"/>
|
|
244
254
|
<line num="158" count="12" type="stmt"/>
|
|
245
255
|
<line num="160" count="12" type="stmt"/>
|
|
246
|
-
<line num="
|
|
247
|
-
<line num="162" count="9" type="stmt"/>
|
|
256
|
+
<line num="162" count="12" type="stmt"/>
|
|
248
257
|
<line num="163" count="9" type="stmt"/>
|
|
249
258
|
<line num="164" count="9" type="stmt"/>
|
|
250
259
|
<line num="165" count="9" type="stmt"/>
|
|
251
|
-
<line num="
|
|
252
|
-
<line num="
|
|
253
|
-
<line num="171" count="
|
|
254
|
-
<line num="
|
|
255
|
-
<line num="
|
|
256
|
-
<line num="
|
|
257
|
-
<line num="
|
|
258
|
-
<line num="
|
|
259
|
-
<line num="
|
|
260
|
-
<line num="
|
|
261
|
-
<line num="
|
|
262
|
-
<line num="
|
|
263
|
-
<line num="189" count="0" type="
|
|
264
|
-
<line num="
|
|
265
|
-
<line num="
|
|
266
|
-
<line num="194" count="0" type="
|
|
260
|
+
<line num="166" count="9" type="stmt"/>
|
|
261
|
+
<line num="167" count="9" type="stmt"/>
|
|
262
|
+
<line num="171" count="12" type="stmt"/>
|
|
263
|
+
<line num="172" count="0" type="stmt"/>
|
|
264
|
+
<line num="173" count="0" type="stmt"/>
|
|
265
|
+
<line num="176" count="12" type="stmt"/>
|
|
266
|
+
<line num="177" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
267
|
+
<line num="179" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
268
|
+
<line num="181" count="0" type="stmt"/>
|
|
269
|
+
<line num="182" count="0" type="stmt"/>
|
|
270
|
+
<line num="186" count="12" type="stmt"/>
|
|
271
|
+
<line num="187" count="0" type="stmt"/>
|
|
272
|
+
<line num="189" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
273
|
+
<line num="190" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
274
|
+
<line num="191" count="0" type="stmt"/>
|
|
275
|
+
<line num="194" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
267
276
|
<line num="195" count="0" type="stmt"/>
|
|
277
|
+
<line num="196" count="0" type="stmt"/>
|
|
268
278
|
<line num="197" count="0" type="stmt"/>
|
|
269
|
-
<line num="
|
|
270
|
-
<line num="
|
|
271
|
-
<line num="
|
|
272
|
-
<line num="
|
|
273
|
-
<line num="208" count="0" type="stmt"/>
|
|
279
|
+
<line num="199" count="0" type="stmt"/>
|
|
280
|
+
<line num="200" count="0" type="stmt"/>
|
|
281
|
+
<line num="207" count="12" type="stmt"/>
|
|
282
|
+
<line num="208" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
274
283
|
<line num="209" count="0" type="stmt"/>
|
|
275
284
|
<line num="210" count="0" type="stmt"/>
|
|
276
285
|
<line num="211" count="0" type="stmt"/>
|
|
277
286
|
<line num="212" count="0" type="stmt"/>
|
|
278
287
|
<line num="213" count="0" type="stmt"/>
|
|
279
288
|
<line num="214" count="0" type="stmt"/>
|
|
280
|
-
<line num="
|
|
281
|
-
<line num="
|
|
282
|
-
<line num="
|
|
283
|
-
<line num="
|
|
284
|
-
<line num="
|
|
285
|
-
<line num="
|
|
286
|
-
<line num="
|
|
289
|
+
<line num="215" count="0" type="stmt"/>
|
|
290
|
+
<line num="216" count="0" type="stmt"/>
|
|
291
|
+
<line num="218" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
292
|
+
<line num="219" count="0" type="stmt"/>
|
|
293
|
+
<line num="221" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
294
|
+
<line num="222" count="0" type="stmt"/>
|
|
295
|
+
<line num="227" count="0" type="stmt"/>
|
|
287
296
|
<line num="230" count="0" type="stmt"/>
|
|
288
297
|
<line num="231" count="0" type="stmt"/>
|
|
289
298
|
<line num="232" count="0" type="stmt"/>
|
|
299
|
+
<line num="233" count="0" type="stmt"/>
|
|
290
300
|
<line num="234" count="0" type="stmt"/>
|
|
291
|
-
<line num="
|
|
292
|
-
<line num="
|
|
293
|
-
<line num="
|
|
294
|
-
<line num="
|
|
295
|
-
<line num="244" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
301
|
+
<line num="236" count="0" type="stmt"/>
|
|
302
|
+
<line num="240" count="12" type="stmt"/>
|
|
303
|
+
<line num="241" count="0" type="stmt"/>
|
|
304
|
+
<line num="244" count="12" type="stmt"/>
|
|
296
305
|
<line num="245" count="0" type="stmt"/>
|
|
297
|
-
<line num="246" count="0" type="
|
|
306
|
+
<line num="246" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
298
307
|
<line num="247" count="0" type="stmt"/>
|
|
299
|
-
<line num="
|
|
300
|
-
<line num="
|
|
301
|
-
<line num="
|
|
302
|
-
<line num="
|
|
303
|
-
<line num="
|
|
304
|
-
<line num="
|
|
305
|
-
<line num="
|
|
308
|
+
<line num="248" count="0" type="stmt"/>
|
|
309
|
+
<line num="249" count="0" type="stmt"/>
|
|
310
|
+
<line num="252" count="0" type="stmt"/>
|
|
311
|
+
<line num="255" count="12" type="stmt"/>
|
|
312
|
+
<line num="256" count="0" type="stmt"/>
|
|
313
|
+
<line num="258" count="12" type="stmt"/>
|
|
314
|
+
<line num="310" count="0" type="stmt"/>
|
|
315
|
+
<line num="347" count="1" type="stmt"/>
|
|
316
|
+
<line num="351" count="1" type="stmt"/>
|
|
306
317
|
</file>
|
|
307
318
|
<file name="gpxConverter.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlGPXViewer/gpxConverter.js">
|
|
308
|
-
<metrics statements="
|
|
309
|
-
<line num="
|
|
310
|
-
<line num="
|
|
311
|
-
<line num="
|
|
312
|
-
<line num="
|
|
313
|
-
<line num="
|
|
314
|
-
<line num="8" count="0" type="stmt"/>
|
|
315
|
-
<line num="9" count="0" type="stmt"/>
|
|
316
|
-
<line num="11" count="0" type="stmt"/>
|
|
317
|
-
<line num="15" count="0" type="stmt"/>
|
|
318
|
-
<line num="18" count="0" type="stmt"/>
|
|
319
|
+
<metrics statements="276" coveredstatements="7" conditionals="203" coveredconditionals="1" methods="30" coveredmethods="1"/>
|
|
320
|
+
<line num="14" count="1" type="stmt"/>
|
|
321
|
+
<line num="15" count="1" type="stmt"/>
|
|
322
|
+
<line num="16" count="1" type="stmt"/>
|
|
323
|
+
<line num="17" count="1" type="stmt"/>
|
|
324
|
+
<line num="20" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
319
325
|
<line num="21" count="0" type="stmt"/>
|
|
320
|
-
<line num="
|
|
321
|
-
<line num="
|
|
322
|
-
<line num="
|
|
326
|
+
<line num="22" count="0" type="stmt"/>
|
|
327
|
+
<line num="24" count="0" type="stmt"/>
|
|
328
|
+
<line num="28" count="0" type="stmt"/>
|
|
323
329
|
<line num="31" count="0" type="stmt"/>
|
|
324
|
-
<line num="
|
|
325
|
-
<line num="37" count="0" type="stmt"/>
|
|
330
|
+
<line num="34" count="0" type="stmt"/>
|
|
326
331
|
<line num="38" count="0" type="stmt"/>
|
|
327
|
-
<line num="
|
|
328
|
-
<line num="
|
|
329
|
-
<line num="
|
|
330
|
-
<line num="
|
|
332
|
+
<line num="39" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
333
|
+
<line num="43" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
334
|
+
<line num="44" count="0" type="stmt"/>
|
|
335
|
+
<line num="46" count="0" type="stmt"/>
|
|
336
|
+
<line num="50" count="0" type="stmt"/>
|
|
331
337
|
<line num="51" count="0" type="stmt"/>
|
|
332
|
-
<line num="
|
|
333
|
-
<line num="
|
|
334
|
-
<line num="56" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
338
|
+
<line num="53" count="0" type="stmt"/>
|
|
339
|
+
<line num="57" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
335
340
|
<line num="58" count="0" type="stmt"/>
|
|
336
|
-
<line num="
|
|
337
|
-
<line num="
|
|
338
|
-
<line num="
|
|
341
|
+
<line num="60" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
342
|
+
<line num="64" count="0" type="stmt"/>
|
|
343
|
+
<line num="67" count="0" type="stmt"/>
|
|
344
|
+
<line num="68" count="0" type="stmt"/>
|
|
345
|
+
<line num="69" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
339
346
|
<line num="71" count="0" type="stmt"/>
|
|
340
|
-
<line num="72" count="0" type="stmt"/>
|
|
341
|
-
<line num="73" count="0" type="stmt"/>
|
|
342
347
|
<line num="75" count="0" type="stmt"/>
|
|
343
|
-
<line num="78" count="0" type="stmt"/>
|
|
344
348
|
<line num="79" count="0" type="stmt"/>
|
|
345
|
-
<line num="
|
|
346
|
-
<line num="
|
|
347
|
-
<line num="84" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
349
|
+
<line num="83" count="0" type="stmt"/>
|
|
350
|
+
<line num="84" count="0" type="stmt"/>
|
|
348
351
|
<line num="85" count="0" type="stmt"/>
|
|
349
|
-
<line num="86" count="0" type="
|
|
350
|
-
<line num="
|
|
351
|
-
<line num="
|
|
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="
|
|
352
|
+
<line num="86" count="0" type="stmt"/>
|
|
353
|
+
<line num="88" count="0" type="stmt"/>
|
|
354
|
+
<line num="91" count="0" type="stmt"/>
|
|
355
|
+
<line num="92" count="0" type="stmt"/>
|
|
356
|
+
<line num="94" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
357
|
+
<line num="95" count="0" type="stmt"/>
|
|
358
|
+
<line num="97" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
359
|
+
<line num="98" count="0" type="stmt"/>
|
|
360
|
+
<line num="99" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
361
|
+
<line num="100" count="0" type="stmt"/>
|
|
362
|
+
<line num="103" count="0" type="stmt"/>
|
|
363
|
+
<line num="112" count="0" type="stmt"/>
|
|
364
|
+
<line num="119" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
365
|
+
<line num="123" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
366
|
+
<line num="124" count="0" type="stmt"/>
|
|
367
|
+
<line num="125" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
368
|
+
<line num="126" count="0" type="stmt"/>
|
|
361
369
|
<line num="128" count="0" type="stmt"/>
|
|
362
|
-
<line num="130" count="0" type="stmt"/>
|
|
363
|
-
<line num="131" count="0" type="stmt"/>
|
|
364
|
-
<line num="133" count="0" type="stmt"/>
|
|
365
370
|
<line num="136" count="0" type="stmt"/>
|
|
366
|
-
<line num="
|
|
367
|
-
<line num="
|
|
368
|
-
<line num="140" count="0" type="stmt"/>
|
|
369
|
-
<line num="142" count="0" type="stmt"/>
|
|
371
|
+
<line num="139" count="1" type="stmt"/>
|
|
372
|
+
<line num="141" count="0" type="stmt"/>
|
|
370
373
|
<line num="143" count="0" type="stmt"/>
|
|
371
374
|
<line num="144" count="0" type="stmt"/>
|
|
372
|
-
<line num="
|
|
373
|
-
<line num="
|
|
374
|
-
<line num="148" count="0" type="stmt"/>
|
|
375
|
+
<line num="146" count="0" type="stmt"/>
|
|
376
|
+
<line num="149" count="0" type="stmt"/>
|
|
375
377
|
<line num="151" count="0" type="stmt"/>
|
|
376
378
|
<line num="152" count="0" type="stmt"/>
|
|
377
379
|
<line num="153" count="0" type="stmt"/>
|
|
378
|
-
<line num="
|
|
380
|
+
<line num="155" count="0" type="stmt"/>
|
|
381
|
+
<line num="156" count="0" type="stmt"/>
|
|
382
|
+
<line num="157" count="0" type="stmt"/>
|
|
379
383
|
<line num="158" count="0" type="stmt"/>
|
|
380
384
|
<line num="160" count="0" type="stmt"/>
|
|
381
385
|
<line num="161" count="0" type="stmt"/>
|
|
382
|
-
<line num="
|
|
383
|
-
<line num="
|
|
386
|
+
<line num="162" count="0" type="stmt"/>
|
|
387
|
+
<line num="163" count="0" type="stmt"/>
|
|
388
|
+
<line num="164" count="0" type="stmt"/>
|
|
389
|
+
<line num="165" count="0" type="stmt"/>
|
|
384
390
|
<line num="167" count="0" type="stmt"/>
|
|
385
|
-
<line num="169" count="0" type="
|
|
391
|
+
<line num="169" count="0" type="stmt"/>
|
|
386
392
|
<line num="170" count="0" type="stmt"/>
|
|
387
|
-
<line num="
|
|
388
|
-
<line num="
|
|
389
|
-
<line num="
|
|
390
|
-
<line num="
|
|
393
|
+
<line num="174" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
394
|
+
<line num="175" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
395
|
+
<line num="176" count="0" type="stmt"/>
|
|
396
|
+
<line num="178" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
391
397
|
<line num="179" count="0" type="stmt"/>
|
|
398
|
+
<line num="181" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
392
399
|
<line num="182" count="0" type="stmt"/>
|
|
393
400
|
<line num="183" count="0" type="stmt"/>
|
|
394
|
-
<line num="184" count="0" type="stmt"/>
|
|
395
401
|
<line num="185" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
396
|
-
<line num="186" count="0" type="stmt"/>
|
|
397
|
-
<line num="187" count="0" type="stmt"/>
|
|
398
402
|
<line num="188" count="0" type="stmt"/>
|
|
399
|
-
<line num="
|
|
400
|
-
<line num="
|
|
401
|
-
<line num="
|
|
402
|
-
<line num="
|
|
403
|
-
<line num="
|
|
404
|
-
<line num="
|
|
405
|
-
<line num="
|
|
406
|
-
<line num="
|
|
407
|
-
<line num="209" count="0" type="
|
|
403
|
+
<line num="191" count="0" type="stmt"/>
|
|
404
|
+
<line num="192" count="0" type="stmt"/>
|
|
405
|
+
<line num="193" count="0" type="stmt"/>
|
|
406
|
+
<line num="194" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
407
|
+
<line num="195" count="0" type="stmt"/>
|
|
408
|
+
<line num="196" count="0" type="stmt"/>
|
|
409
|
+
<line num="197" count="0" type="stmt"/>
|
|
410
|
+
<line num="198" count="0" type="stmt"/>
|
|
411
|
+
<line num="209" count="0" type="stmt"/>
|
|
408
412
|
<line num="210" count="0" type="stmt"/>
|
|
413
|
+
<line num="211" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
409
414
|
<line num="212" count="0" type="stmt"/>
|
|
410
|
-
<line num="213" count="0" type="stmt"/>
|
|
411
415
|
<line num="214" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
412
416
|
<line num="215" count="0" type="stmt"/>
|
|
413
|
-
<line num="216" count="0" type="stmt"/>
|
|
414
417
|
<line num="217" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
415
418
|
<line num="218" count="0" type="stmt"/>
|
|
419
|
+
<line num="220" count="0" type="stmt"/>
|
|
420
|
+
<line num="221" count="0" type="stmt"/>
|
|
416
421
|
<line num="222" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
417
422
|
<line num="223" count="0" type="stmt"/>
|
|
418
|
-
<line num="
|
|
419
|
-
<line num="
|
|
420
|
-
<line num="
|
|
421
|
-
<line num="230" count="0" type="
|
|
423
|
+
<line num="224" count="0" type="stmt"/>
|
|
424
|
+
<line num="225" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
425
|
+
<line num="226" count="0" type="stmt"/>
|
|
426
|
+
<line num="230" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
422
427
|
<line num="231" count="0" type="stmt"/>
|
|
423
|
-
<line num="
|
|
424
|
-
<line num="
|
|
428
|
+
<line num="235" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
429
|
+
<line num="236" count="0" type="stmt"/>
|
|
430
|
+
<line num="237" count="0" type="stmt"/>
|
|
425
431
|
<line num="238" count="0" type="stmt"/>
|
|
426
432
|
<line num="239" count="0" type="stmt"/>
|
|
427
|
-
<line num="
|
|
428
|
-
<line num="
|
|
429
|
-
<line num="
|
|
433
|
+
<line num="241" count="0" type="stmt"/>
|
|
434
|
+
<line num="245" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
435
|
+
<line num="246" count="0" type="stmt"/>
|
|
436
|
+
<line num="247" count="0" type="stmt"/>
|
|
437
|
+
<line num="251" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
430
438
|
<line num="256" count="0" type="stmt"/>
|
|
431
|
-
<line num="257" count="0" type="stmt"/>
|
|
432
|
-
<line num="258" count="0" type="stmt"/>
|
|
433
|
-
<line num="259" count="0" type="stmt"/>
|
|
434
|
-
<line num="260" count="0" type="stmt"/>
|
|
435
|
-
<line num="261" count="0" type="stmt"/>
|
|
436
439
|
<line num="262" count="0" type="stmt"/>
|
|
437
|
-
<line num="263" count="0" type="stmt"/>
|
|
438
440
|
<line num="264" count="0" type="stmt"/>
|
|
439
441
|
<line num="265" count="0" type="stmt"/>
|
|
440
442
|
<line num="266" count="0" type="stmt"/>
|
|
441
|
-
<line num="
|
|
442
|
-
<line num="
|
|
443
|
-
<line num="
|
|
444
|
-
<line num="
|
|
445
|
-
<line num="
|
|
443
|
+
<line num="267" count="0" type="stmt"/>
|
|
444
|
+
<line num="268" count="0" type="stmt"/>
|
|
445
|
+
<line num="269" count="0" type="stmt"/>
|
|
446
|
+
<line num="270" count="0" type="stmt"/>
|
|
447
|
+
<line num="271" count="0" type="stmt"/>
|
|
448
|
+
<line num="272" count="0" type="stmt"/>
|
|
446
449
|
<line num="273" count="0" type="stmt"/>
|
|
447
|
-
<line num="
|
|
450
|
+
<line num="274" count="0" type="stmt"/>
|
|
451
|
+
<line num="276" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
448
452
|
<line num="277" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
449
|
-
<line num="278" count="0" type="
|
|
453
|
+
<line num="278" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
454
|
+
<line num="279" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
450
455
|
<line num="280" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
451
456
|
<line num="281" count="0" type="stmt"/>
|
|
452
|
-
<line num="
|
|
453
|
-
<line num="285" count="0" type="
|
|
454
|
-
<line num="286" count="0" type="
|
|
455
|
-
<line num="287" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
457
|
+
<line num="284" count="0" type="stmt"/>
|
|
458
|
+
<line num="285" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
459
|
+
<line num="286" count="0" type="stmt"/>
|
|
456
460
|
<line num="288" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
457
461
|
<line num="289" count="0" type="stmt"/>
|
|
458
|
-
<line num="290" count="0" type="
|
|
459
|
-
<line num="291" count="0" type="stmt"/>
|
|
460
|
-
<line num="292" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
462
|
+
<line num="290" count="0" type="stmt"/>
|
|
461
463
|
<line num="293" count="0" type="stmt"/>
|
|
462
464
|
<line num="294" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
463
|
-
<line num="
|
|
465
|
+
<line num="295" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
466
|
+
<line num="296" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
467
|
+
<line num="297" count="0" type="stmt"/>
|
|
468
|
+
<line num="298" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
469
|
+
<line num="299" count="0" type="stmt"/>
|
|
464
470
|
<line num="300" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
465
471
|
<line num="301" count="0" type="stmt"/>
|
|
466
|
-
<line num="302" count="0" type="
|
|
467
|
-
<line num="
|
|
468
|
-
<line num="305" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
469
|
-
<line num="306" count="0" type="stmt"/>
|
|
472
|
+
<line num="302" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
473
|
+
<line num="307" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
470
474
|
<line num="308" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
471
475
|
<line num="309" count="0" type="stmt"/>
|
|
472
476
|
<line num="310" count="0" type="stmt"/>
|
|
473
477
|
<line num="311" count="0" type="stmt"/>
|
|
474
|
-
<line num="312" count="0" type="stmt"/>
|
|
475
478
|
<line num="313" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
476
|
-
<line num="314" count="0" type="
|
|
477
|
-
<line num="
|
|
478
|
-
<line num="317" count="0" type="
|
|
479
|
+
<line num="314" count="0" type="stmt"/>
|
|
480
|
+
<line num="316" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
481
|
+
<line num="317" count="0" type="stmt"/>
|
|
479
482
|
<line num="318" count="0" type="stmt"/>
|
|
480
483
|
<line num="319" count="0" type="stmt"/>
|
|
481
484
|
<line num="320" count="0" type="stmt"/>
|
|
482
|
-
<line num="321" count="0" type="
|
|
483
|
-
<line num="322" count="0" type="
|
|
485
|
+
<line num="321" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
486
|
+
<line num="322" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
484
487
|
<line num="323" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
485
|
-
<line num="324" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
486
488
|
<line num="325" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
487
489
|
<line num="326" count="0" type="stmt"/>
|
|
488
|
-
<line num="
|
|
490
|
+
<line num="327" count="0" type="stmt"/>
|
|
491
|
+
<line num="328" count="0" type="stmt"/>
|
|
489
492
|
<line num="329" count="0" type="stmt"/>
|
|
493
|
+
<line num="330" count="0" type="stmt"/>
|
|
494
|
+
<line num="331" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
490
495
|
<line num="332" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
491
|
-
<line num="333" count="0" type="
|
|
492
|
-
<line num="334" count="0" type="
|
|
493
|
-
<line num="
|
|
494
|
-
<line num="337" count="0" type="
|
|
496
|
+
<line num="333" count="0" type="cond" truecount="0" falsecount="6"/>
|
|
497
|
+
<line num="334" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
498
|
+
<line num="335" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
499
|
+
<line num="337" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
500
|
+
<line num="338" count="0" type="stmt"/>
|
|
501
|
+
<line num="339" count="0" type="stmt"/>
|
|
495
502
|
<line num="341" count="0" type="stmt"/>
|
|
496
503
|
<line num="342" count="0" type="stmt"/>
|
|
497
|
-
<line num="
|
|
498
|
-
<line num="
|
|
499
|
-
<line num="
|
|
500
|
-
<line num="
|
|
501
|
-
<line num="
|
|
502
|
-
<line num="
|
|
503
|
-
<line num="
|
|
504
|
-
<line num="
|
|
505
|
-
<line num="
|
|
504
|
+
<line num="344" count="0" type="stmt"/>
|
|
505
|
+
<line num="345" count="0" type="stmt"/>
|
|
506
|
+
<line num="348" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
507
|
+
<line num="349" count="0" type="stmt"/>
|
|
508
|
+
<line num="351" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
509
|
+
<line num="352" count="0" type="stmt"/>
|
|
510
|
+
<line num="357" count="0" type="stmt"/>
|
|
511
|
+
<line num="368" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
512
|
+
<line num="369" count="0" type="stmt"/>
|
|
513
|
+
<line num="371" count="0" type="stmt"/>
|
|
506
514
|
<line num="375" count="0" type="stmt"/>
|
|
507
515
|
<line num="376" count="0" type="stmt"/>
|
|
508
|
-
<line num="
|
|
509
|
-
<line num="
|
|
516
|
+
<line num="377" count="0" type="stmt"/>
|
|
517
|
+
<line num="379" count="0" type="stmt"/>
|
|
510
518
|
<line num="381" count="0" type="stmt"/>
|
|
511
|
-
<line num="382" count="0" type="
|
|
512
|
-
<line num="
|
|
519
|
+
<line num="382" count="0" type="stmt"/>
|
|
520
|
+
<line num="383" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
513
521
|
<line num="385" count="0" type="stmt"/>
|
|
514
|
-
<line num="386" count="0" type="
|
|
515
|
-
<line num="
|
|
522
|
+
<line num="386" count="0" type="stmt"/>
|
|
523
|
+
<line num="387" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
516
524
|
<line num="389" count="0" type="stmt"/>
|
|
517
|
-
<line num="
|
|
525
|
+
<line num="390" count="0" type="stmt"/>
|
|
518
526
|
<line num="393" count="0" type="stmt"/>
|
|
519
|
-
<line num="
|
|
520
|
-
<line num="
|
|
527
|
+
<line num="394" count="0" type="stmt"/>
|
|
528
|
+
<line num="396" count="0" type="stmt"/>
|
|
521
529
|
<line num="399" count="0" type="stmt"/>
|
|
522
530
|
<line num="400" count="0" type="stmt"/>
|
|
523
531
|
<line num="401" count="0" type="stmt"/>
|
|
524
532
|
<line num="402" count="0" type="stmt"/>
|
|
525
|
-
<line num="403" count="0" type="
|
|
526
|
-
<line num="404" count="0" type="
|
|
533
|
+
<line num="403" count="0" type="stmt"/>
|
|
534
|
+
<line num="404" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
527
535
|
<line num="405" count="0" type="stmt"/>
|
|
528
536
|
<line num="406" count="0" type="stmt"/>
|
|
529
|
-
<line num="407" count="0" type="
|
|
530
|
-
<line num="408" count="0" type="cond" truecount="0" falsecount="
|
|
531
|
-
<line num="409" count="0" type="cond" truecount="0" falsecount="
|
|
537
|
+
<line num="407" count="0" type="stmt"/>
|
|
538
|
+
<line num="408" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
539
|
+
<line num="409" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
532
540
|
<line num="410" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
533
|
-
<line num="
|
|
534
|
-
<line num="
|
|
541
|
+
<line num="411" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
542
|
+
<line num="414" count="0" type="stmt"/>
|
|
535
543
|
<line num="421" count="0" type="stmt"/>
|
|
536
544
|
<line num="422" count="0" type="stmt"/>
|
|
537
545
|
<line num="423" count="0" type="stmt"/>
|
|
538
|
-
<line num="
|
|
546
|
+
<line num="424" count="0" type="stmt"/>
|
|
539
547
|
<line num="426" count="0" type="stmt"/>
|
|
540
|
-
<line num="427" count="0" type="
|
|
548
|
+
<line num="427" count="0" type="stmt"/>
|
|
541
549
|
<line num="428" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
542
|
-
<line num="429" count="0" type="cond" truecount="0" falsecount="
|
|
543
|
-
<line num="430" count="0" type="cond" truecount="0" falsecount="
|
|
544
|
-
<line num="431" count="0" type="cond" truecount="0" falsecount="
|
|
545
|
-
<line num="432" count="0" type="
|
|
550
|
+
<line num="429" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
551
|
+
<line num="430" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
552
|
+
<line num="431" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
553
|
+
<line num="432" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
546
554
|
<line num="433" count="0" type="stmt"/>
|
|
547
|
-
<line num="
|
|
548
|
-
<line num="437" count="0" type="
|
|
549
|
-
<line num="
|
|
550
|
-
<line num="
|
|
551
|
-
<line num="445" count="0" type="
|
|
555
|
+
<line num="434" count="0" type="stmt"/>
|
|
556
|
+
<line num="437" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
557
|
+
<line num="438" count="0" type="stmt"/>
|
|
558
|
+
<line num="440" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
559
|
+
<line num="445" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
552
560
|
<line num="446" count="0" type="stmt"/>
|
|
553
|
-
<line num="447" count="0" type="
|
|
554
|
-
<line num="448" count="0" type="cond" truecount="0" falsecount="
|
|
561
|
+
<line num="447" count="0" type="stmt"/>
|
|
562
|
+
<line num="448" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
555
563
|
<line num="449" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
556
564
|
<line num="450" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
557
565
|
<line num="451" count="0" type="stmt"/>
|
|
@@ -576,21 +584,21 @@
|
|
|
576
584
|
<line num="498" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
577
585
|
<line num="501" count="0" type="stmt"/>
|
|
578
586
|
<line num="504" count="0" type="stmt"/>
|
|
587
|
+
<line num="505" count="0" type="stmt"/>
|
|
588
|
+
<line num="506" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
589
|
+
<line num="507" count="0" type="stmt"/>
|
|
590
|
+
<line num="508" count="0" type="stmt"/>
|
|
591
|
+
<line num="509" count="0" type="stmt"/>
|
|
592
|
+
<line num="510" count="0" type="stmt"/>
|
|
579
593
|
<line num="512" count="0" type="stmt"/>
|
|
580
|
-
<line num="513" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
581
594
|
<line num="514" count="0" type="stmt"/>
|
|
582
|
-
<line num="
|
|
583
|
-
<line num="516" count="0" type="stmt"/>
|
|
584
|
-
<line num="517" count="0" type="stmt"/>
|
|
585
|
-
<line num="519" count="0" type="stmt"/>
|
|
586
|
-
<line num="521" count="0" type="stmt"/>
|
|
587
|
-
<line num="524" count="1" type="stmt"/>
|
|
595
|
+
<line num="517" count="1" type="stmt"/>
|
|
588
596
|
</file>
|
|
589
597
|
</package>
|
|
590
|
-
<package name="components.MlGeoJsonLayer">
|
|
591
|
-
<metrics statements="
|
|
598
|
+
<package name="src.components.MlGeoJsonLayer">
|
|
599
|
+
<metrics statements="62" coveredstatements="41" conditionals="56" coveredconditionals="32" methods="8" coveredmethods="7"/>
|
|
592
600
|
<file name="MlGeoJsonLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlGeoJsonLayer/MlGeoJsonLayer.js">
|
|
593
|
-
<metrics statements="
|
|
601
|
+
<metrics statements="62" coveredstatements="41" conditionals="56" coveredconditionals="32" methods="8" coveredmethods="7"/>
|
|
594
602
|
<line num="10" count="2" type="stmt"/>
|
|
595
603
|
<line num="17" count="2" type="stmt"/>
|
|
596
604
|
<line num="19" count="8" type="stmt"/>
|
|
@@ -602,105 +610,112 @@
|
|
|
602
610
|
<line num="25" count="8" type="stmt"/>
|
|
603
611
|
<line num="26" count="8" type="stmt"/>
|
|
604
612
|
<line num="27" count="8" type="stmt"/>
|
|
605
|
-
<line num="
|
|
606
|
-
<line num="
|
|
607
|
-
<line num="33" count="
|
|
613
|
+
<line num="28" count="8" type="stmt"/>
|
|
614
|
+
<line num="31" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
615
|
+
<line num="33" count="8" type="stmt"/>
|
|
608
616
|
<line num="34" count="4" type="stmt"/>
|
|
609
|
-
<line num="
|
|
610
|
-
<line num="37" count="2" type="
|
|
611
|
-
<line num="
|
|
612
|
-
<line num="
|
|
613
|
-
<line num="
|
|
614
|
-
<line num="
|
|
615
|
-
<line num="
|
|
616
|
-
<line num="
|
|
617
|
-
<line num="
|
|
618
|
-
<line num="
|
|
619
|
-
<line num="
|
|
620
|
-
<line num="
|
|
621
|
-
<line num="
|
|
622
|
-
<line num="
|
|
623
|
-
<line num="
|
|
624
|
-
<line num="
|
|
625
|
-
<line num="
|
|
626
|
-
<line num="
|
|
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="
|
|
642
|
-
<line num="
|
|
643
|
-
<line num="
|
|
617
|
+
<line num="35" count="4" type="stmt"/>
|
|
618
|
+
<line num="37" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
619
|
+
<line num="38" count="0" type="stmt"/>
|
|
620
|
+
<line num="40" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
621
|
+
<line num="41" count="2" type="stmt"/>
|
|
622
|
+
<line num="43" count="2" type="stmt"/>
|
|
623
|
+
<line num="48" count="8" type="stmt"/>
|
|
624
|
+
<line num="49" count="8" type="cond" truecount="2" falsecount="2"/>
|
|
625
|
+
<line num="51" count="0" type="stmt"/>
|
|
626
|
+
<line num="52" count="0" type="stmt"/>
|
|
627
|
+
<line num="56" count="8" type="stmt"/>
|
|
628
|
+
<line num="57" count="8" type="cond" truecount="2" falsecount="2"/>
|
|
629
|
+
<line num="59" count="0" type="stmt"/>
|
|
630
|
+
<line num="60" count="0" type="stmt"/>
|
|
631
|
+
<line num="64" count="8" type="stmt"/>
|
|
632
|
+
<line num="66" count="0" type="stmt"/>
|
|
633
|
+
<line num="83" count="8" type="stmt"/>
|
|
634
|
+
<line num="84" count="8" type="cond" truecount="2" falsecount="2"/>
|
|
635
|
+
<line num="88" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
636
|
+
<line num="93" count="0" type="stmt"/>
|
|
637
|
+
<line num="94" count="0" type="stmt"/>
|
|
638
|
+
<line num="95" count="0" type="stmt"/>
|
|
639
|
+
<line num="96" count="0" type="stmt"/>
|
|
640
|
+
<line num="97" count="0" type="stmt"/>
|
|
641
|
+
<line num="99" count="0" type="stmt"/>
|
|
642
|
+
<line num="101" count="0" type="stmt"/>
|
|
643
|
+
<line num="111" count="8" type="stmt"/>
|
|
644
|
+
<line num="112" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
645
|
+
<line num="116" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
646
|
+
<line num="117" count="4" type="stmt"/>
|
|
647
|
+
<line num="118" count="4" type="stmt"/>
|
|
648
|
+
<line num="120" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
649
|
+
<line num="126" count="0" type="stmt"/>
|
|
650
|
+
<line num="127" count="0" type="stmt"/>
|
|
651
|
+
<line num="130" count="4" type="stmt"/>
|
|
652
|
+
<line num="132" count="4" type="stmt"/>
|
|
644
653
|
<line num="150" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
654
|
+
<line num="151" count="0" type="stmt"/>
|
|
655
|
+
<line num="154" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
645
656
|
<line num="155" count="0" type="stmt"/>
|
|
646
|
-
<line num="
|
|
647
|
-
<line num="
|
|
648
|
-
<line num="
|
|
649
|
-
<line num="
|
|
657
|
+
<line num="158" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
658
|
+
<line num="159" count="0" type="stmt"/>
|
|
659
|
+
<line num="162" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
660
|
+
<line num="167" count="0" type="stmt"/>
|
|
661
|
+
<line num="168" count="0" type="stmt"/>
|
|
662
|
+
<line num="173" count="8" type="stmt"/>
|
|
663
|
+
<line num="176" count="2" type="stmt"/>
|
|
650
664
|
</file>
|
|
651
665
|
</package>
|
|
652
|
-
<package name="components.MlImageMarkerLayer">
|
|
653
|
-
<metrics statements="
|
|
666
|
+
<package name="src.components.MlImageMarkerLayer">
|
|
667
|
+
<metrics statements="43" coveredstatements="35" conditionals="35" coveredconditionals="22" methods="8" coveredmethods="7"/>
|
|
654
668
|
<file name="MlImageMarkerLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlImageMarkerLayer/MlImageMarkerLayer.js">
|
|
655
|
-
<metrics statements="
|
|
669
|
+
<metrics statements="43" coveredstatements="35" conditionals="35" coveredconditionals="22" methods="8" coveredmethods="7"/>
|
|
656
670
|
<line num="6" count="2" type="stmt"/>
|
|
657
671
|
<line num="8" count="8" type="stmt"/>
|
|
658
|
-
<line num="9" count="8" type="
|
|
659
|
-
<line num="
|
|
660
|
-
<line num="
|
|
672
|
+
<line num="9" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
673
|
+
<line num="10" count="8" type="stmt"/>
|
|
674
|
+
<line num="11" count="8" type="stmt"/>
|
|
675
|
+
<line num="12" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
676
|
+
<line num="13" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
661
677
|
<line num="14" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
662
|
-
<line num="
|
|
663
|
-
<line num="
|
|
664
|
-
<line num="18" count="
|
|
665
|
-
<line num="
|
|
666
|
-
<line num="
|
|
667
|
-
<line num="22" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
678
|
+
<line num="16" count="8" type="stmt"/>
|
|
679
|
+
<line num="17" count="4" type="stmt"/>
|
|
680
|
+
<line num="18" count="4" type="stmt"/>
|
|
681
|
+
<line num="20" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
682
|
+
<line num="21" count="2" type="stmt"/>
|
|
668
683
|
<line num="23" count="2" type="stmt"/>
|
|
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="
|
|
681
|
-
<line num="
|
|
682
|
-
<line num="
|
|
683
|
-
<line num="
|
|
684
|
-
<line num="
|
|
685
|
-
<line num="
|
|
684
|
+
<line num="28" count="8" type="stmt"/>
|
|
685
|
+
<line num="29" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
686
|
+
<line num="34" count="8" type="stmt"/>
|
|
687
|
+
<line num="39" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
688
|
+
<line num="40" count="0" type="stmt"/>
|
|
689
|
+
<line num="41" count="0" type="stmt"/>
|
|
690
|
+
<line num="46" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
691
|
+
<line num="47" count="0" type="stmt"/>
|
|
692
|
+
<line num="48" count="0" type="stmt"/>
|
|
693
|
+
<line num="55" count="8" type="stmt"/>
|
|
694
|
+
<line num="56" count="4" type="stmt"/>
|
|
695
|
+
<line num="61" count="4" type="stmt"/>
|
|
696
|
+
<line num="62" count="4" type="stmt"/>
|
|
697
|
+
<line num="69" count="8" type="stmt"/>
|
|
698
|
+
<line num="70" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
699
|
+
<line num="75" count="4" type="stmt"/>
|
|
700
|
+
<line num="79" count="4" type="stmt"/>
|
|
686
701
|
<line num="81" count="4" type="stmt"/>
|
|
687
702
|
<line num="83" count="4" type="stmt"/>
|
|
688
|
-
<line num="
|
|
689
|
-
<line num="
|
|
690
|
-
<line num="
|
|
691
|
-
<line num="
|
|
692
|
-
<line num="
|
|
693
|
-
<line num="
|
|
694
|
-
<line num="
|
|
695
|
-
<line num="
|
|
696
|
-
<line num="
|
|
697
|
-
<line num="
|
|
703
|
+
<line num="84" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
704
|
+
<line num="85" count="4" type="stmt"/>
|
|
705
|
+
<line num="86" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
706
|
+
<line num="87" count="0" type="stmt"/>
|
|
707
|
+
<line num="90" count="4" type="stmt"/>
|
|
708
|
+
<line num="93" count="8" type="stmt"/>
|
|
709
|
+
<line num="94" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
710
|
+
<line num="99" count="4" type="stmt"/>
|
|
711
|
+
<line num="104" count="4" type="stmt"/>
|
|
712
|
+
<line num="107" count="8" type="stmt"/>
|
|
698
713
|
</file>
|
|
699
714
|
</package>
|
|
700
|
-
<package name="components.MlLayer">
|
|
701
|
-
<metrics statements="36" coveredstatements="
|
|
715
|
+
<package name="src.components.MlLayer">
|
|
716
|
+
<metrics statements="36" coveredstatements="27" conditionals="28" coveredconditionals="14" methods="5" coveredmethods="5"/>
|
|
702
717
|
<file name="MlLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlLayer/MlLayer.js">
|
|
703
|
-
<metrics statements="36" coveredstatements="
|
|
718
|
+
<metrics statements="36" coveredstatements="27" conditionals="28" coveredconditionals="14" methods="5" coveredmethods="5"/>
|
|
704
719
|
<line num="6" count="1" type="stmt"/>
|
|
705
720
|
<line num="8" count="12" type="stmt"/>
|
|
706
721
|
<line num="9" count="12" type="stmt"/>
|
|
@@ -717,15 +732,15 @@
|
|
|
717
732
|
<line num="24" count="2" type="stmt"/>
|
|
718
733
|
<line num="25" count="2" type="stmt"/>
|
|
719
734
|
<line num="30" count="12" type="stmt"/>
|
|
720
|
-
<line num="31" count="12" type="cond" truecount="
|
|
721
|
-
<line num="37" count="
|
|
722
|
-
<line num="42" count="
|
|
723
|
-
<line num="43" count="
|
|
735
|
+
<line num="31" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
736
|
+
<line num="37" count="12" type="stmt"/>
|
|
737
|
+
<line num="42" count="0" type="stmt"/>
|
|
738
|
+
<line num="43" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
724
739
|
<line num="44" count="0" type="stmt"/>
|
|
725
740
|
<line num="45" count="0" type="stmt"/>
|
|
726
741
|
<line num="47" count="0" type="stmt"/>
|
|
727
|
-
<line num="50" count="
|
|
728
|
-
<line num="51" count="
|
|
742
|
+
<line num="50" count="0" type="stmt"/>
|
|
743
|
+
<line num="51" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
729
744
|
<line num="52" count="0" type="stmt"/>
|
|
730
745
|
<line num="53" count="0" type="stmt"/>
|
|
731
746
|
<line num="58" count="12" type="stmt"/>
|
|
@@ -739,37 +754,37 @@
|
|
|
739
754
|
<line num="83" count="12" type="stmt"/>
|
|
740
755
|
</file>
|
|
741
756
|
</package>
|
|
742
|
-
<package name="components.MlLayerMagnify">
|
|
743
|
-
<metrics statements="70" coveredstatements="
|
|
757
|
+
<package name="src.components.MlLayerMagnify">
|
|
758
|
+
<metrics statements="70" coveredstatements="52" conditionals="44" coveredconditionals="27" methods="11" coveredmethods="6"/>
|
|
744
759
|
<file name="MlLayerMagnify.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlLayerMagnify/MlLayerMagnify.js">
|
|
745
|
-
<metrics statements="70" coveredstatements="
|
|
760
|
+
<metrics statements="70" coveredstatements="52" conditionals="44" coveredconditionals="27" methods="11" coveredmethods="6"/>
|
|
746
761
|
<line num="14" count="1" type="stmt"/>
|
|
747
|
-
<line num="15" count="
|
|
748
|
-
<line num="16" count="
|
|
749
|
-
<line num="17" count="
|
|
750
|
-
<line num="19" count="
|
|
751
|
-
<line num="20" count="
|
|
752
|
-
<line num="21" count="
|
|
753
|
-
<line num="22" count="
|
|
754
|
-
<line num="24" count="
|
|
755
|
-
<line num="26" count="
|
|
756
|
-
<line num="28" count="
|
|
762
|
+
<line num="15" count="3" type="stmt"/>
|
|
763
|
+
<line num="16" count="3" type="stmt"/>
|
|
764
|
+
<line num="17" count="3" type="stmt"/>
|
|
765
|
+
<line num="19" count="3" type="stmt"/>
|
|
766
|
+
<line num="20" count="3" type="stmt"/>
|
|
767
|
+
<line num="21" count="3" type="stmt"/>
|
|
768
|
+
<line num="22" count="3" type="stmt"/>
|
|
769
|
+
<line num="24" count="3" type="stmt"/>
|
|
770
|
+
<line num="26" count="3" type="stmt"/>
|
|
771
|
+
<line num="28" count="3" type="stmt"/>
|
|
757
772
|
<line num="29" count="3" type="cond" truecount="3" falsecount="1"/>
|
|
758
773
|
<line num="30" count="0" type="stmt"/>
|
|
759
|
-
<line num="32" count="3" type="cond" truecount="
|
|
760
|
-
<line num="33" count="
|
|
761
|
-
<line num="36" count="
|
|
762
|
-
<line num="39" count="
|
|
774
|
+
<line num="32" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
775
|
+
<line num="33" count="1" type="stmt"/>
|
|
776
|
+
<line num="36" count="2" type="stmt"/>
|
|
777
|
+
<line num="39" count="3" type="stmt"/>
|
|
763
778
|
<line num="40" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
764
779
|
<line num="42" count="0" type="stmt"/>
|
|
765
|
-
<line num="48" count="
|
|
780
|
+
<line num="48" count="3" type="stmt"/>
|
|
766
781
|
<line num="49" count="1" type="stmt"/>
|
|
767
782
|
<line num="50" count="1" type="stmt"/>
|
|
768
783
|
<line num="52" count="1" type="stmt"/>
|
|
769
784
|
<line num="53" count="1" type="stmt"/>
|
|
770
785
|
<line num="54" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
771
786
|
<line num="55" count="1" type="stmt"/>
|
|
772
|
-
<line num="60" count="
|
|
787
|
+
<line num="60" count="3" type="stmt"/>
|
|
773
788
|
<line num="62" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
774
789
|
<line num="64" count="1" type="stmt"/>
|
|
775
790
|
<line num="66" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -784,7 +799,7 @@
|
|
|
784
799
|
<line num="84" count="1" type="stmt"/>
|
|
785
800
|
<line num="85" count="1" type="stmt"/>
|
|
786
801
|
<line num="87" count="1" type="stmt"/>
|
|
787
|
-
<line num="98" count="
|
|
802
|
+
<line num="98" count="3" type="stmt"/>
|
|
788
803
|
<line num="99" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
789
804
|
<line num="101" count="1" type="stmt"/>
|
|
790
805
|
<line num="102" count="1" type="stmt"/>
|
|
@@ -793,82 +808,177 @@
|
|
|
793
808
|
<line num="115" count="0" type="stmt"/>
|
|
794
809
|
<line num="118" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
795
810
|
<line num="123" count="0" type="stmt"/>
|
|
796
|
-
<line num="126" count="0" type="stmt"/>
|
|
797
|
-
<line num="129" count="1" type="stmt"/>
|
|
798
|
-
<line num="135" count="
|
|
799
|
-
<line num="136" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
800
|
-
<line num="137" count="0" type="stmt"/>
|
|
801
|
-
<line num="138" count="0" type="stmt"/>
|
|
802
|
-
<line num="140" count="0" type="stmt"/>
|
|
803
|
-
<line num="141" count="0" type="stmt"/>
|
|
804
|
-
<line num="145" count="
|
|
805
|
-
<line num="146" count="0" type="stmt"/>
|
|
806
|
-
<line num="147" count="0" type="stmt"/>
|
|
807
|
-
<line num="150" count="
|
|
808
|
-
<line num="151" count="0" type="stmt"/>
|
|
811
|
+
<line num="126" count="0" type="stmt"/>
|
|
812
|
+
<line num="129" count="1" type="stmt"/>
|
|
813
|
+
<line num="135" count="3" type="stmt"/>
|
|
814
|
+
<line num="136" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
815
|
+
<line num="137" count="0" type="stmt"/>
|
|
816
|
+
<line num="138" count="0" type="stmt"/>
|
|
817
|
+
<line num="140" count="0" type="stmt"/>
|
|
818
|
+
<line num="141" count="0" type="stmt"/>
|
|
819
|
+
<line num="145" count="3" type="stmt"/>
|
|
820
|
+
<line num="146" count="0" type="stmt"/>
|
|
821
|
+
<line num="147" count="0" type="stmt"/>
|
|
822
|
+
<line num="150" count="3" type="stmt"/>
|
|
823
|
+
<line num="151" count="0" type="stmt"/>
|
|
824
|
+
<line num="152" count="0" type="stmt"/>
|
|
825
|
+
<line num="155" count="3" type="stmt"/>
|
|
826
|
+
<line num="156" count="0" type="stmt"/>
|
|
827
|
+
<line num="157" count="0" type="stmt"/>
|
|
828
|
+
<line num="160" count="3" type="stmt"/>
|
|
829
|
+
<line num="189" count="1" type="stmt"/>
|
|
830
|
+
<line num="193" count="1" type="stmt"/>
|
|
831
|
+
</file>
|
|
832
|
+
</package>
|
|
833
|
+
<package name="src.components.MlLayerSwipe">
|
|
834
|
+
<metrics statements="47" coveredstatements="37" conditionals="26" coveredconditionals="18" methods="9" coveredmethods="6"/>
|
|
835
|
+
<file name="MlLayerSwipe.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlLayerSwipe/MlLayerSwipe.js">
|
|
836
|
+
<metrics statements="47" coveredstatements="37" conditionals="26" coveredconditionals="18" methods="9" coveredmethods="6"/>
|
|
837
|
+
<line num="12" count="1" type="stmt"/>
|
|
838
|
+
<line num="13" count="3" type="stmt"/>
|
|
839
|
+
<line num="14" count="3" type="stmt"/>
|
|
840
|
+
<line num="16" count="3" type="stmt"/>
|
|
841
|
+
<line num="17" count="3" type="stmt"/>
|
|
842
|
+
<line num="19" count="3" type="stmt"/>
|
|
843
|
+
<line num="21" count="3" type="stmt"/>
|
|
844
|
+
<line num="22" count="3" type="cond" truecount="3" falsecount="1"/>
|
|
845
|
+
<line num="23" count="0" type="stmt"/>
|
|
846
|
+
<line num="25" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
847
|
+
<line num="26" count="1" type="stmt"/>
|
|
848
|
+
<line num="29" count="2" type="stmt"/>
|
|
849
|
+
<line num="32" count="3" type="stmt"/>
|
|
850
|
+
<line num="33" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
851
|
+
<line num="34" count="1" type="stmt"/>
|
|
852
|
+
<line num="38" count="3" type="stmt"/>
|
|
853
|
+
<line num="40" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
854
|
+
<line num="42" count="1" type="stmt"/>
|
|
855
|
+
<line num="44" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
856
|
+
<line num="49" count="1" type="stmt"/>
|
|
857
|
+
<line num="50" count="1" type="stmt"/>
|
|
858
|
+
<line num="52" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
859
|
+
<line num="53" count="1" type="stmt"/>
|
|
860
|
+
<line num="54" count="1" type="stmt"/>
|
|
861
|
+
<line num="56" count="1" type="stmt"/>
|
|
862
|
+
<line num="58" count="1" type="stmt"/>
|
|
863
|
+
<line num="64" count="3" type="stmt"/>
|
|
864
|
+
<line num="65" count="1" type="stmt"/>
|
|
865
|
+
<line num="68" count="3" type="stmt"/>
|
|
866
|
+
<line num="69" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
867
|
+
<line num="71" count="1" type="stmt"/>
|
|
868
|
+
<line num="72" count="1" type="stmt"/>
|
|
869
|
+
<line num="76" count="1" type="stmt"/>
|
|
870
|
+
<line num="79" count="3" type="stmt"/>
|
|
871
|
+
<line num="80" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
872
|
+
<line num="81" count="0" type="stmt"/>
|
|
873
|
+
<line num="82" count="0" type="stmt"/>
|
|
874
|
+
<line num="84" count="0" type="stmt"/>
|
|
875
|
+
<line num="85" count="0" type="stmt"/>
|
|
876
|
+
<line num="89" count="3" type="stmt"/>
|
|
877
|
+
<line num="90" count="0" type="stmt"/>
|
|
878
|
+
<line num="91" count="0" type="stmt"/>
|
|
879
|
+
<line num="94" count="3" type="stmt"/>
|
|
880
|
+
<line num="95" count="0" type="stmt"/>
|
|
881
|
+
<line num="96" count="0" type="stmt"/>
|
|
882
|
+
<line num="99" count="3" type="stmt"/>
|
|
883
|
+
<line num="126" count="1" type="stmt"/>
|
|
884
|
+
</file>
|
|
885
|
+
</package>
|
|
886
|
+
<package name="src.components.MlLayerSwitcher">
|
|
887
|
+
<metrics statements="66" coveredstatements="0" conditionals="41" coveredconditionals="0" methods="22" coveredmethods="0"/>
|
|
888
|
+
<file name="MlLayerSwitcher.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlLayerSwitcher/MlLayerSwitcher.js">
|
|
889
|
+
<metrics statements="66" coveredstatements="0" conditionals="41" coveredconditionals="0" methods="22" coveredmethods="0"/>
|
|
890
|
+
<line num="23" count="0" type="stmt"/>
|
|
891
|
+
<line num="24" count="0" type="stmt"/>
|
|
892
|
+
<line num="25" count="0" type="stmt"/>
|
|
893
|
+
<line num="26" count="0" type="stmt"/>
|
|
894
|
+
<line num="27" count="0" type="stmt"/>
|
|
895
|
+
<line num="36" count="0" type="stmt"/>
|
|
896
|
+
<line num="37" count="0" type="stmt"/>
|
|
897
|
+
<line num="38" count="0" type="stmt"/>
|
|
898
|
+
<line num="40" count="0" type="stmt"/>
|
|
899
|
+
<line num="42" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
900
|
+
<line num="43" count="0" type="stmt"/>
|
|
901
|
+
<line num="44" count="0" type="stmt"/>
|
|
902
|
+
<line num="45" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
903
|
+
<line num="47" count="0" type="stmt"/>
|
|
904
|
+
<line num="48" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
905
|
+
<line num="49" count="0" type="stmt"/>
|
|
906
|
+
<line num="54" count="0" type="stmt"/>
|
|
907
|
+
<line num="55" count="0" type="stmt"/>
|
|
908
|
+
<line num="57" count="0" type="stmt"/>
|
|
909
|
+
<line num="66" count="0" type="stmt"/>
|
|
910
|
+
<line num="67" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
911
|
+
<line num="68" count="0" type="stmt"/>
|
|
912
|
+
<line num="69" count="0" type="stmt"/>
|
|
913
|
+
<line num="70" count="0" type="stmt"/>
|
|
914
|
+
<line num="71" count="0" type="stmt"/>
|
|
915
|
+
<line num="73" count="0" type="stmt"/>
|
|
916
|
+
<line num="74" count="0" type="stmt"/>
|
|
917
|
+
<line num="75" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
918
|
+
<line num="76" count="0" type="stmt"/>
|
|
919
|
+
<line num="79" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
920
|
+
<line num="80" count="0" type="stmt"/>
|
|
921
|
+
<line num="84" count="0" type="stmt"/>
|
|
922
|
+
<line num="85" count="0" type="stmt"/>
|
|
923
|
+
<line num="86" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
924
|
+
<line num="87" count="0" type="stmt"/>
|
|
925
|
+
<line num="90" count="0" type="stmt"/>
|
|
926
|
+
<line num="92" count="0" type="stmt"/>
|
|
927
|
+
<line num="96" count="0" type="stmt"/>
|
|
928
|
+
<line num="97" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
929
|
+
<line num="100" count="0" type="stmt"/>
|
|
930
|
+
<line num="101" count="0" type="stmt"/>
|
|
931
|
+
<line num="102" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
932
|
+
<line num="103" count="0" type="stmt"/>
|
|
933
|
+
<line num="106" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
934
|
+
<line num="109" count="0" type="stmt"/>
|
|
935
|
+
<line num="112" count="0" type="stmt"/>
|
|
936
|
+
<line num="113" count="0" type="stmt"/>
|
|
937
|
+
<line num="115" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
938
|
+
<line num="119" count="0" type="stmt"/>
|
|
939
|
+
<line num="120" count="0" type="stmt"/>
|
|
940
|
+
<line num="121" count="0" type="stmt"/>
|
|
941
|
+
<line num="122" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
942
|
+
<line num="123" count="0" type="stmt"/>
|
|
943
|
+
<line num="127" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
944
|
+
<line num="128" count="0" type="stmt"/>
|
|
945
|
+
<line num="130" count="0" type="stmt"/>
|
|
946
|
+
<line num="131" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
947
|
+
<line num="132" count="0" type="stmt"/>
|
|
948
|
+
<line num="138" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
949
|
+
<line num="139" count="0" type="stmt"/>
|
|
950
|
+
<line num="142" count="0" type="stmt"/>
|
|
809
951
|
<line num="152" count="0" type="stmt"/>
|
|
810
|
-
<line num="
|
|
811
|
-
<line num="
|
|
812
|
-
<line num="
|
|
813
|
-
<line num="
|
|
814
|
-
<line num="189" count="1" type="stmt"/>
|
|
815
|
-
<line num="193" count="1" type="stmt"/>
|
|
952
|
+
<line num="161" count="0" type="stmt"/>
|
|
953
|
+
<line num="175" count="0" type="stmt"/>
|
|
954
|
+
<line num="184" count="0" type="stmt"/>
|
|
955
|
+
<line num="198" count="0" type="stmt"/>
|
|
816
956
|
</file>
|
|
817
957
|
</package>
|
|
818
|
-
<package name="components.
|
|
819
|
-
<metrics statements="
|
|
820
|
-
<file name="
|
|
821
|
-
<metrics statements="
|
|
822
|
-
<line num="12" count="
|
|
823
|
-
<line num="13" count="
|
|
824
|
-
<line num="14" count="
|
|
825
|
-
<line num="
|
|
826
|
-
<line num="17" count="2" type="stmt"/>
|
|
827
|
-
<line num="19" count="2" type="stmt"/>
|
|
828
|
-
<line num="21" count="2" type="stmt"/>
|
|
829
|
-
<line num="22" count="3" type="cond" truecount="3" falsecount="1"/>
|
|
830
|
-
<line num="23" count="0" type="stmt"/>
|
|
831
|
-
<line num="25" count="3" type="cond" truecount="3" falsecount="1"/>
|
|
958
|
+
<package name="src.components.MlLayerSwitcher.components">
|
|
959
|
+
<metrics statements="17" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
960
|
+
<file name="LayerBox.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlLayerSwitcher/components/LayerBox.js">
|
|
961
|
+
<metrics statements="17" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
962
|
+
<line num="12" count="0" type="stmt"/>
|
|
963
|
+
<line num="13" count="0" type="stmt"/>
|
|
964
|
+
<line num="14" count="0" type="stmt"/>
|
|
965
|
+
<line num="15" count="0" type="stmt"/>
|
|
832
966
|
<line num="26" count="0" type="stmt"/>
|
|
833
|
-
<line num="
|
|
834
|
-
<line num="
|
|
835
|
-
<line num="
|
|
836
|
-
<line num="
|
|
837
|
-
<line num="
|
|
838
|
-
<line num="
|
|
839
|
-
<line num="
|
|
840
|
-
<line num="
|
|
841
|
-
<line num="
|
|
842
|
-
<line num="50" count="
|
|
843
|
-
<line num="
|
|
844
|
-
<line num="
|
|
845
|
-
<line num="54" count="1" type="stmt"/>
|
|
846
|
-
<line num="57" count="1" type="stmt"/>
|
|
847
|
-
<line num="59" count="1" type="stmt"/>
|
|
848
|
-
<line num="65" count="2" type="stmt"/>
|
|
849
|
-
<line num="66" count="1" type="stmt"/>
|
|
850
|
-
<line num="69" count="2" type="stmt"/>
|
|
851
|
-
<line num="70" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
852
|
-
<line num="72" count="1" type="stmt"/>
|
|
853
|
-
<line num="73" count="1" type="stmt"/>
|
|
854
|
-
<line num="77" count="1" type="stmt"/>
|
|
855
|
-
<line num="80" count="2" type="stmt"/>
|
|
856
|
-
<line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
857
|
-
<line num="82" count="0" type="stmt"/>
|
|
858
|
-
<line num="83" count="0" type="stmt"/>
|
|
859
|
-
<line num="85" count="0" type="stmt"/>
|
|
860
|
-
<line num="86" count="0" type="stmt"/>
|
|
861
|
-
<line num="90" count="2" type="stmt"/>
|
|
862
|
-
<line num="91" count="0" type="stmt"/>
|
|
863
|
-
<line num="92" count="0" type="stmt"/>
|
|
864
|
-
<line num="95" count="2" type="stmt"/>
|
|
865
|
-
<line num="96" count="0" type="stmt"/>
|
|
866
|
-
<line num="97" count="0" type="stmt"/>
|
|
867
|
-
<line num="100" count="2" type="stmt"/>
|
|
868
|
-
<line num="127" count="1" type="stmt"/>
|
|
967
|
+
<line num="27" count="0" type="stmt"/>
|
|
968
|
+
<line num="28" count="0" type="stmt"/>
|
|
969
|
+
<line num="30" count="0" type="stmt"/>
|
|
970
|
+
<line num="35" count="0" type="stmt"/>
|
|
971
|
+
<line num="42" count="0" type="stmt"/>
|
|
972
|
+
<line num="44" count="0" type="stmt"/>
|
|
973
|
+
<line num="45" count="0" type="stmt"/>
|
|
974
|
+
<line num="47" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
975
|
+
<line num="48" count="0" type="stmt"/>
|
|
976
|
+
<line num="50" count="0" type="stmt"/>
|
|
977
|
+
<line num="54" count="0" type="stmt"/>
|
|
978
|
+
<line num="68" count="0" type="stmt"/>
|
|
869
979
|
</file>
|
|
870
980
|
</package>
|
|
871
|
-
<package name="components.MlMarker">
|
|
981
|
+
<package name="src.components.MlMarker">
|
|
872
982
|
<metrics statements="37" coveredstatements="0" conditionals="18" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
873
983
|
<file name="MlMarker.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlMarker/MlMarker.js">
|
|
874
984
|
<metrics statements="37" coveredstatements="0" conditionals="18" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
@@ -911,7 +1021,7 @@
|
|
|
911
1021
|
<line num="138" count="0" type="stmt"/>
|
|
912
1022
|
</file>
|
|
913
1023
|
</package>
|
|
914
|
-
<package name="components.MlNavigationCompass">
|
|
1024
|
+
<package name="src.components.MlNavigationCompass">
|
|
915
1025
|
<metrics statements="40" coveredstatements="24" conditionals="16" coveredconditionals="6" methods="8" coveredmethods="4"/>
|
|
916
1026
|
<file name="MlNavigationCompass.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlNavigationCompass/MlNavigationCompass.js">
|
|
917
1027
|
<metrics statements="40" coveredstatements="24" conditionals="16" coveredconditionals="6" methods="8" coveredmethods="4"/>
|
|
@@ -957,57 +1067,58 @@
|
|
|
957
1067
|
<line num="204" count="1" type="stmt"/>
|
|
958
1068
|
</file>
|
|
959
1069
|
</package>
|
|
960
|
-
<package name="components.MlNavigationTools">
|
|
961
|
-
<metrics statements="
|
|
1070
|
+
<package name="src.components.MlNavigationTools">
|
|
1071
|
+
<metrics statements="45" coveredstatements="0" conditionals="44" coveredconditionals="0" methods="11" coveredmethods="0"/>
|
|
962
1072
|
<file name="MlNavigationTools.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlNavigationTools/MlNavigationTools.js">
|
|
963
|
-
<metrics statements="
|
|
964
|
-
<line num="17" count="0" type="stmt"/>
|
|
1073
|
+
<metrics statements="45" coveredstatements="0" conditionals="44" coveredconditionals="0" methods="11" coveredmethods="0"/>
|
|
965
1074
|
<line num="18" count="0" type="stmt"/>
|
|
966
1075
|
<line num="19" count="0" type="stmt"/>
|
|
967
1076
|
<line num="20" count="0" type="stmt"/>
|
|
968
|
-
<line num="21" count="0" type="
|
|
969
|
-
<line num="
|
|
1077
|
+
<line num="21" count="0" type="stmt"/>
|
|
1078
|
+
<line num="22" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
970
1079
|
<line num="24" count="0" type="stmt"/>
|
|
971
1080
|
<line num="25" count="0" type="stmt"/>
|
|
972
|
-
<line num="
|
|
973
|
-
<line num="
|
|
1081
|
+
<line num="26" count="0" type="stmt"/>
|
|
1082
|
+
<line num="27" count="0" type="stmt"/>
|
|
974
1083
|
<line num="45" count="0" type="stmt"/>
|
|
975
|
-
<line num="
|
|
976
|
-
<line num="
|
|
977
|
-
<line num="
|
|
1084
|
+
<line num="46" count="0" type="stmt"/>
|
|
1085
|
+
<line num="48" count="0" type="stmt"/>
|
|
1086
|
+
<line num="55" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
978
1087
|
<line num="56" count="0" type="stmt"/>
|
|
979
|
-
<line num="
|
|
980
|
-
<line num="
|
|
981
|
-
<line num="
|
|
982
|
-
<line num="
|
|
983
|
-
<line num="
|
|
1088
|
+
<line num="57" count="0" type="stmt"/>
|
|
1089
|
+
<line num="59" count="0" type="stmt"/>
|
|
1090
|
+
<line num="63" count="0" type="stmt"/>
|
|
1091
|
+
<line num="64" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1092
|
+
<line num="67" count="0" type="stmt"/>
|
|
1093
|
+
<line num="68" count="0" type="stmt"/>
|
|
984
1094
|
<line num="69" count="0" type="stmt"/>
|
|
985
|
-
<line num="
|
|
1095
|
+
<line num="72" count="0" type="stmt"/>
|
|
986
1096
|
<line num="76" count="0" type="stmt"/>
|
|
987
|
-
<line num="
|
|
988
|
-
<line num="
|
|
989
|
-
<line num="
|
|
990
|
-
<line num="
|
|
991
|
-
<line num="
|
|
992
|
-
<line num="
|
|
993
|
-
<line num="
|
|
994
|
-
<line num="
|
|
995
|
-
<line num="93" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1097
|
+
<line num="79" count="0" type="stmt"/>
|
|
1098
|
+
<line num="80" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1099
|
+
<line num="82" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1100
|
+
<line num="83" count="0" type="stmt"/>
|
|
1101
|
+
<line num="87" count="0" type="stmt"/>
|
|
1102
|
+
<line num="88" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1103
|
+
<line num="90" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1104
|
+
<line num="91" count="0" type="stmt"/>
|
|
996
1105
|
<line num="95" count="0" type="stmt"/>
|
|
997
1106
|
<line num="96" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
998
|
-
<line num="
|
|
999
|
-
<line num="99" count="0" type="
|
|
1107
|
+
<line num="98" count="0" type="stmt"/>
|
|
1108
|
+
<line num="99" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1109
|
+
<line num="100" count="0" type="stmt"/>
|
|
1000
1110
|
<line num="102" count="0" type="stmt"/>
|
|
1001
|
-
<line num="
|
|
1111
|
+
<line num="105" count="0" type="stmt"/>
|
|
1002
1112
|
<line num="106" count="0" type="stmt"/>
|
|
1003
|
-
<line num="
|
|
1113
|
+
<line num="109" count="0" type="stmt"/>
|
|
1004
1114
|
<line num="110" count="0" type="stmt"/>
|
|
1005
|
-
<line num="
|
|
1006
|
-
<line num="
|
|
1115
|
+
<line num="113" count="0" type="stmt"/>
|
|
1116
|
+
<line num="114" count="0" type="stmt"/>
|
|
1007
1117
|
<line num="115" count="0" type="stmt"/>
|
|
1118
|
+
<line num="118" count="0" type="stmt"/>
|
|
1008
1119
|
</file>
|
|
1009
1120
|
</package>
|
|
1010
|
-
<package name="components.MlOsmLayer">
|
|
1121
|
+
<package name="src.components.MlOsmLayer">
|
|
1011
1122
|
<metrics statements="28" coveredstatements="24" conditionals="18" coveredconditionals="10" methods="6" coveredmethods="5"/>
|
|
1012
1123
|
<file name="MlOsmLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlOsmLayer/MlOsmLayer.js">
|
|
1013
1124
|
<metrics statements="28" coveredstatements="24" conditionals="18" coveredconditionals="10" methods="6" coveredmethods="5"/>
|
|
@@ -1041,7 +1152,7 @@
|
|
|
1041
1152
|
<line num="87" count="1" type="stmt"/>
|
|
1042
1153
|
</file>
|
|
1043
1154
|
</package>
|
|
1044
|
-
<package name="components.MlScaleReference">
|
|
1155
|
+
<package name="src.components.MlScaleReference">
|
|
1045
1156
|
<metrics statements="55" coveredstatements="0" conditionals="30" coveredconditionals="0" methods="8" coveredmethods="0"/>
|
|
1046
1157
|
<file name="MlScaleReference.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlScaleReference/MlScaleReference.js">
|
|
1047
1158
|
<metrics statements="55" coveredstatements="0" conditionals="30" coveredconditionals="0" methods="8" coveredmethods="0"/>
|
|
@@ -1102,7 +1213,7 @@
|
|
|
1102
1213
|
<line num="135" count="0" type="stmt"/>
|
|
1103
1214
|
</file>
|
|
1104
1215
|
</package>
|
|
1105
|
-
<package name="components.MlShareMapState">
|
|
1216
|
+
<package name="src.components.MlShareMapState">
|
|
1106
1217
|
<metrics statements="48" coveredstatements="0" conditionals="24" coveredconditionals="0" methods="9" coveredmethods="0"/>
|
|
1107
1218
|
<file name="MlShareMapState.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlShareMapState/MlShareMapState.js">
|
|
1108
1219
|
<metrics statements="48" coveredstatements="0" conditionals="24" coveredconditionals="0" methods="9" coveredmethods="0"/>
|
|
@@ -1156,7 +1267,7 @@
|
|
|
1156
1267
|
<line num="113" count="0" type="stmt"/>
|
|
1157
1268
|
</file>
|
|
1158
1269
|
</package>
|
|
1159
|
-
<package name="components.MlSpatialElevationProfile">
|
|
1270
|
+
<package name="src.components.MlSpatialElevationProfile">
|
|
1160
1271
|
<metrics statements="62" coveredstatements="28" conditionals="26" coveredconditionals="12" methods="10" coveredmethods="5"/>
|
|
1161
1272
|
<file name="MlSpatialElevationProfile.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.js">
|
|
1162
1273
|
<metrics statements="62" coveredstatements="28" conditionals="26" coveredconditionals="12" methods="10" coveredmethods="5"/>
|
|
@@ -1224,10 +1335,10 @@
|
|
|
1224
1335
|
<line num="213" count="1" type="stmt"/>
|
|
1225
1336
|
</file>
|
|
1226
1337
|
</package>
|
|
1227
|
-
<package name="components.MlThreeJsLayer">
|
|
1228
|
-
<metrics statements="
|
|
1338
|
+
<package name="src.components.MlThreeJsLayer">
|
|
1339
|
+
<metrics statements="68" coveredstatements="39" conditionals="24" coveredconditionals="15" methods="9" coveredmethods="5"/>
|
|
1229
1340
|
<file name="MlThreeJsLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlThreeJsLayer/MlThreeJsLayer.js">
|
|
1230
|
-
<metrics statements="
|
|
1341
|
+
<metrics statements="68" coveredstatements="39" conditionals="24" coveredconditionals="15" methods="9" coveredmethods="5"/>
|
|
1231
1342
|
<line num="15" count="1" type="stmt"/>
|
|
1232
1343
|
<line num="16" count="4" type="stmt"/>
|
|
1233
1344
|
<line num="18" count="4" type="stmt"/>
|
|
@@ -1249,58 +1360,56 @@
|
|
|
1249
1360
|
<line num="43" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
1250
1361
|
<line num="45" count="2" type="stmt"/>
|
|
1251
1362
|
<line num="46" count="2" type="stmt"/>
|
|
1363
|
+
<line num="48" count="2" type="stmt"/>
|
|
1252
1364
|
<line num="49" count="2" type="stmt"/>
|
|
1253
1365
|
<line num="50" count="2" type="stmt"/>
|
|
1254
|
-
<line num="51" count="2" type="stmt"/>
|
|
1255
1366
|
<line num="53" count="2" type="stmt"/>
|
|
1256
|
-
<line num="
|
|
1257
|
-
<line num="
|
|
1258
|
-
<line num="
|
|
1259
|
-
<line num="
|
|
1260
|
-
<line num="
|
|
1367
|
+
<line num="55" count="2" type="stmt"/>
|
|
1368
|
+
<line num="56" count="2" type="stmt"/>
|
|
1369
|
+
<line num="58" count="2" type="stmt"/>
|
|
1370
|
+
<line num="64" count="2" type="stmt"/>
|
|
1371
|
+
<line num="80" count="2" type="stmt"/>
|
|
1261
1372
|
<line num="85" count="0" type="stmt"/>
|
|
1262
1373
|
<line num="86" count="0" type="stmt"/>
|
|
1263
|
-
<line num="88" count="0" type="stmt"/>
|
|
1264
1374
|
<line num="89" count="0" type="stmt"/>
|
|
1265
1375
|
<line num="90" count="0" type="stmt"/>
|
|
1376
|
+
<line num="91" count="0" type="stmt"/>
|
|
1266
1377
|
<line num="93" count="0" type="stmt"/>
|
|
1267
1378
|
<line num="94" count="0" type="stmt"/>
|
|
1379
|
+
<line num="95" count="0" type="stmt"/>
|
|
1380
|
+
<line num="98" count="0" type="stmt"/>
|
|
1268
1381
|
<line num="99" count="0" type="stmt"/>
|
|
1269
|
-
<line num="
|
|
1270
|
-
<line num="
|
|
1382
|
+
<line num="103" count="0" type="stmt"/>
|
|
1383
|
+
<line num="104" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1271
1384
|
<line num="105" count="0" type="stmt"/>
|
|
1272
|
-
<line num="
|
|
1273
|
-
<line num="
|
|
1274
|
-
<line num="
|
|
1275
|
-
<line num="
|
|
1385
|
+
<line num="109" count="0" type="stmt"/>
|
|
1386
|
+
<line num="112" count="0" type="stmt"/>
|
|
1387
|
+
<line num="118" count="0" type="stmt"/>
|
|
1388
|
+
<line num="121" count="0" type="stmt"/>
|
|
1276
1389
|
<line num="125" count="0" type="stmt"/>
|
|
1277
1390
|
<line num="129" count="0" type="stmt"/>
|
|
1278
|
-
<line num="
|
|
1279
|
-
<line num="
|
|
1280
|
-
<line num="
|
|
1281
|
-
<line num="
|
|
1282
|
-
<line num="
|
|
1283
|
-
<line num="
|
|
1284
|
-
<line num="155" count="
|
|
1285
|
-
<line num="
|
|
1286
|
-
<line num="
|
|
1287
|
-
<line num="162" count="
|
|
1288
|
-
<line num="
|
|
1289
|
-
<line num="165" count="2" type="
|
|
1290
|
-
<line num="
|
|
1291
|
-
<line num="
|
|
1292
|
-
<line num="170" count="
|
|
1293
|
-
<line num="
|
|
1294
|
-
<line num="
|
|
1295
|
-
<line num="
|
|
1296
|
-
<line num="
|
|
1297
|
-
<line num="183" count="4" type="stmt"/>
|
|
1298
|
-
<line num="189" count="0" type="stmt"/>
|
|
1299
|
-
<line num="190" count="0" type="stmt"/>
|
|
1300
|
-
<line num="199" count="1" type="stmt"/>
|
|
1391
|
+
<line num="134" count="0" type="stmt"/>
|
|
1392
|
+
<line num="135" count="0" type="stmt"/>
|
|
1393
|
+
<line num="148" count="0" type="stmt"/>
|
|
1394
|
+
<line num="149" count="0" type="stmt"/>
|
|
1395
|
+
<line num="150" count="0" type="stmt"/>
|
|
1396
|
+
<line num="151" count="0" type="stmt"/>
|
|
1397
|
+
<line num="155" count="2" type="stmt"/>
|
|
1398
|
+
<line num="157" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1399
|
+
<line num="158" count="2" type="stmt"/>
|
|
1400
|
+
<line num="162" count="4" type="stmt"/>
|
|
1401
|
+
<line num="163" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1402
|
+
<line num="165" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1403
|
+
<line num="167" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1404
|
+
<line num="168" count="2" type="stmt"/>
|
|
1405
|
+
<line num="170" count="0" type="stmt"/>
|
|
1406
|
+
<line num="176" count="4" type="stmt"/>
|
|
1407
|
+
<line num="182" count="0" type="stmt"/>
|
|
1408
|
+
<line num="183" count="0" type="stmt"/>
|
|
1409
|
+
<line num="192" count="1" type="stmt"/>
|
|
1301
1410
|
</file>
|
|
1302
1411
|
</package>
|
|
1303
|
-
<package name="components.MlUseMapDebugger">
|
|
1412
|
+
<package name="src.components.MlUseMapDebugger">
|
|
1304
1413
|
<metrics statements="8" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
1305
1414
|
<file name="MlUseMapDebugger.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlUseMapDebugger/MlUseMapDebugger.js">
|
|
1306
1415
|
<metrics statements="8" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
@@ -1314,7 +1423,7 @@
|
|
|
1314
1423
|
<line num="75" count="0" type="stmt"/>
|
|
1315
1424
|
</file>
|
|
1316
1425
|
</package>
|
|
1317
|
-
<package name="components.MlVectorTileLayer">
|
|
1426
|
+
<package name="src.components.MlVectorTileLayer">
|
|
1318
1427
|
<metrics statements="44" coveredstatements="39" conditionals="22" coveredconditionals="14" methods="6" coveredmethods="6"/>
|
|
1319
1428
|
<file name="MlVectorTileLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlVectorTileLayer/MlVectorTileLayer.js">
|
|
1320
1429
|
<metrics statements="44" coveredstatements="39" conditionals="22" coveredconditionals="14" methods="6" coveredmethods="6"/>
|
|
@@ -1364,7 +1473,7 @@
|
|
|
1364
1473
|
<line num="114" count="1" type="stmt"/>
|
|
1365
1474
|
</file>
|
|
1366
1475
|
</package>
|
|
1367
|
-
<package name="components.MlWmsFeatureInfoPopup">
|
|
1476
|
+
<package name="src.components.MlWmsFeatureInfoPopup">
|
|
1368
1477
|
<metrics statements="20" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
1369
1478
|
<file name="MlWmsFeatureInfoPopup.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.js">
|
|
1370
1479
|
<metrics statements="20" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
@@ -1390,14 +1499,14 @@
|
|
|
1390
1499
|
<line num="58" count="0" type="stmt"/>
|
|
1391
1500
|
</file>
|
|
1392
1501
|
</package>
|
|
1393
|
-
<package name="components.MlWmsLayer">
|
|
1394
|
-
<metrics statements="39" coveredstatements="33" conditionals="22" coveredconditionals="
|
|
1502
|
+
<package name="src.components.MlWmsLayer">
|
|
1503
|
+
<metrics statements="39" coveredstatements="33" conditionals="22" coveredconditionals="14" methods="5" coveredmethods="5"/>
|
|
1395
1504
|
<file name="MlWmsLayer.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlWmsLayer/MlWmsLayer.js">
|
|
1396
|
-
<metrics statements="39" coveredstatements="33" conditionals="22" coveredconditionals="
|
|
1505
|
+
<metrics statements="39" coveredstatements="33" conditionals="22" coveredconditionals="14" methods="5" coveredmethods="5"/>
|
|
1397
1506
|
<line num="7" count="1" type="stmt"/>
|
|
1398
1507
|
<line num="47" count="1" type="stmt"/>
|
|
1399
1508
|
<line num="48" count="8" type="stmt"/>
|
|
1400
|
-
<line num="50" count="8" type="cond" truecount="
|
|
1509
|
+
<line num="50" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1401
1510
|
<line num="51" count="8" type="stmt"/>
|
|
1402
1511
|
<line num="52" count="8" type="stmt"/>
|
|
1403
1512
|
<line num="53" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -1435,10 +1544,10 @@
|
|
|
1435
1544
|
<line num="139" count="1" type="stmt"/>
|
|
1436
1545
|
</file>
|
|
1437
1546
|
</package>
|
|
1438
|
-
<package name="components.MlWmsLoader">
|
|
1439
|
-
<metrics statements="
|
|
1547
|
+
<package name="src.components.MlWmsLoader">
|
|
1548
|
+
<metrics statements="92" coveredstatements="0" conditionals="55" coveredconditionals="0" methods="22" coveredmethods="0"/>
|
|
1440
1549
|
<file name="MlWmsLoader.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/components/MlWmsLoader/MlWmsLoader.js">
|
|
1441
|
-
<metrics statements="
|
|
1550
|
+
<metrics statements="92" coveredstatements="0" conditionals="55" coveredconditionals="0" methods="22" coveredmethods="0"/>
|
|
1442
1551
|
<line num="19" count="0" type="stmt"/>
|
|
1443
1552
|
<line num="20" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1444
1553
|
<line num="21" count="0" type="stmt"/>
|
|
@@ -1467,70 +1576,73 @@
|
|
|
1467
1576
|
<line num="68" count="0" type="stmt"/>
|
|
1468
1577
|
<line num="70" count="0" type="stmt"/>
|
|
1469
1578
|
<line num="74" count="0" type="stmt"/>
|
|
1470
|
-
<line num="75" count="0" type="
|
|
1471
|
-
<line num="
|
|
1579
|
+
<line num="75" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1580
|
+
<line num="77" count="0" type="stmt"/>
|
|
1472
1581
|
<line num="80" count="0" type="stmt"/>
|
|
1473
|
-
<line num="81" count="0" type="stmt"/>
|
|
1474
1582
|
<line num="82" count="0" type="stmt"/>
|
|
1475
1583
|
<line num="83" count="0" type="stmt"/>
|
|
1476
1584
|
<line num="84" count="0" type="stmt"/>
|
|
1477
1585
|
<line num="85" count="0" type="stmt"/>
|
|
1478
1586
|
<line num="86" count="0" type="stmt"/>
|
|
1479
|
-
<line num="
|
|
1480
|
-
<line num="
|
|
1481
|
-
<line num="
|
|
1482
|
-
<line num="
|
|
1483
|
-
<line num="
|
|
1484
|
-
<line num="
|
|
1485
|
-
<line num="
|
|
1486
|
-
<line num="118" count="0" type="
|
|
1587
|
+
<line num="87" count="0" type="stmt"/>
|
|
1588
|
+
<line num="88" count="0" type="stmt"/>
|
|
1589
|
+
<line num="99" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1590
|
+
<line num="100" count="0" type="stmt"/>
|
|
1591
|
+
<line num="102" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1592
|
+
<line num="103" count="0" type="stmt"/>
|
|
1593
|
+
<line num="116" count="0" type="stmt"/>
|
|
1594
|
+
<line num="118" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1595
|
+
<line num="119" count="0" type="stmt"/>
|
|
1487
1596
|
<line num="120" count="0" type="stmt"/>
|
|
1488
1597
|
<line num="122" count="0" type="stmt"/>
|
|
1489
|
-
<line num="
|
|
1598
|
+
<line num="124" count="0" type="stmt"/>
|
|
1490
1599
|
<line num="129" count="0" type="stmt"/>
|
|
1491
|
-
<line num="131" count="0" type="
|
|
1492
|
-
<line num="
|
|
1600
|
+
<line num="131" count="0" type="stmt"/>
|
|
1601
|
+
<line num="133" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1493
1602
|
<line num="134" count="0" type="stmt"/>
|
|
1494
|
-
<line num="
|
|
1495
|
-
<line num="
|
|
1603
|
+
<line num="136" count="0" type="stmt"/>
|
|
1604
|
+
<line num="139" count="0" type="stmt"/>
|
|
1496
1605
|
<line num="140" count="0" type="stmt"/>
|
|
1497
|
-
<line num="
|
|
1498
|
-
<line num="
|
|
1499
|
-
<line num="148" count="0" type="
|
|
1606
|
+
<line num="142" count="0" type="stmt"/>
|
|
1607
|
+
<line num="147" count="0" type="stmt"/>
|
|
1608
|
+
<line num="148" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1500
1609
|
<line num="150" count="0" type="stmt"/>
|
|
1501
|
-
<line num="151" count="0" type="stmt"/>
|
|
1502
1610
|
<line num="152" count="0" type="stmt"/>
|
|
1503
|
-
<line num="
|
|
1504
|
-
<line num="
|
|
1505
|
-
<line num="
|
|
1506
|
-
<line num="
|
|
1611
|
+
<line num="153" count="0" type="stmt"/>
|
|
1612
|
+
<line num="154" count="0" type="stmt"/>
|
|
1613
|
+
<line num="158" count="0" type="stmt"/>
|
|
1614
|
+
<line num="159" count="0" type="stmt"/>
|
|
1615
|
+
<line num="162" count="0" type="stmt"/>
|
|
1507
1616
|
<line num="163" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1508
|
-
<line num="
|
|
1509
|
-
<line num="
|
|
1510
|
-
<line num="
|
|
1511
|
-
<line num="175" count="0" type="
|
|
1512
|
-
<line num="176" count="0" type="stmt"/>
|
|
1617
|
+
<line num="165" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1618
|
+
<line num="166" count="0" type="stmt"/>
|
|
1619
|
+
<line num="170" count="0" type="stmt"/>
|
|
1620
|
+
<line num="175" count="0" type="stmt"/>
|
|
1513
1621
|
<line num="177" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1514
1622
|
<line num="178" count="0" type="stmt"/>
|
|
1515
|
-
<line num="
|
|
1516
|
-
<line num="
|
|
1517
|
-
<line num="
|
|
1518
|
-
<line num="
|
|
1519
|
-
<line num="
|
|
1520
|
-
<line num="
|
|
1521
|
-
<line num="
|
|
1522
|
-
<line num="
|
|
1623
|
+
<line num="179" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1624
|
+
<line num="180" count="0" type="stmt"/>
|
|
1625
|
+
<line num="183" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1626
|
+
<line num="184" count="0" type="stmt"/>
|
|
1627
|
+
<line num="189" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1628
|
+
<line num="190" count="0" type="stmt"/>
|
|
1629
|
+
<line num="198" count="0" type="stmt"/>
|
|
1630
|
+
<line num="199" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1631
|
+
<line num="202" count="0" type="stmt"/>
|
|
1632
|
+
<line num="203" count="0" type="stmt"/>
|
|
1523
1633
|
<line num="204" count="0" type="stmt"/>
|
|
1524
|
-
<line num="
|
|
1525
|
-
<line num="
|
|
1526
|
-
<line num="
|
|
1527
|
-
<line num="
|
|
1528
|
-
<line num="
|
|
1529
|
-
<line num="
|
|
1530
|
-
<line num="
|
|
1634
|
+
<line num="205" count="0" type="stmt"/>
|
|
1635
|
+
<line num="208" count="0" type="stmt"/>
|
|
1636
|
+
<line num="214" count="0" type="stmt"/>
|
|
1637
|
+
<line num="227" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1638
|
+
<line num="235" count="0" type="stmt"/>
|
|
1639
|
+
<line num="236" count="0" type="stmt"/>
|
|
1640
|
+
<line num="237" count="0" type="stmt"/>
|
|
1641
|
+
<line num="267" count="0" type="stmt"/>
|
|
1642
|
+
<line num="279" count="0" type="stmt"/>
|
|
1531
1643
|
</file>
|
|
1532
1644
|
</package>
|
|
1533
|
-
<package name="hooks">
|
|
1645
|
+
<package name="src.hooks">
|
|
1534
1646
|
<metrics statements="124" coveredstatements="0" conditionals="42" coveredconditionals="0" methods="22" coveredmethods="0"/>
|
|
1535
1647
|
<file name="useMap.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/hooks/useMap.js">
|
|
1536
1648
|
<metrics statements="41" coveredstatements="0" conditionals="12" coveredconditionals="0" methods="8" coveredmethods="0"/>
|
|
@@ -1641,29 +1753,40 @@
|
|
|
1641
1753
|
<line num="24" count="0" type="stmt"/>
|
|
1642
1754
|
<line num="26" count="0" type="stmt"/>
|
|
1643
1755
|
<line num="27" count="0" type="stmt"/>
|
|
1644
|
-
<line num="
|
|
1645
|
-
<line num="
|
|
1646
|
-
<line num="
|
|
1647
|
-
<line num="33" count="0" type="stmt"/>
|
|
1756
|
+
<line num="29" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1757
|
+
<line num="32" count="0" type="stmt"/>
|
|
1758
|
+
<line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1648
1759
|
<line num="34" count="0" type="stmt"/>
|
|
1649
|
-
<line num="
|
|
1650
|
-
<line num="
|
|
1651
|
-
<line num="
|
|
1652
|
-
<line num="
|
|
1653
|
-
<line num="
|
|
1654
|
-
<line num="
|
|
1655
|
-
<line num="51" count="0" type="
|
|
1656
|
-
<line num="
|
|
1657
|
-
<line num="
|
|
1658
|
-
<line num="
|
|
1760
|
+
<line num="35" count="0" type="stmt"/>
|
|
1761
|
+
<line num="37" count="0" type="stmt"/>
|
|
1762
|
+
<line num="39" count="0" type="stmt"/>
|
|
1763
|
+
<line num="44" count="0" type="stmt"/>
|
|
1764
|
+
<line num="47" count="0" type="stmt"/>
|
|
1765
|
+
<line num="49" count="0" type="stmt"/>
|
|
1766
|
+
<line num="51" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1767
|
+
<line num="52" count="0" type="stmt"/>
|
|
1768
|
+
<line num="54" count="0" type="stmt"/>
|
|
1769
|
+
<line num="58" count="0" type="stmt"/>
|
|
1659
1770
|
<line num="62" count="0" type="stmt"/>
|
|
1660
1771
|
<line num="63" count="0" type="stmt"/>
|
|
1661
|
-
<line num="
|
|
1662
|
-
<line num="68" count="0" type="
|
|
1663
|
-
<line num="
|
|
1664
|
-
<line num="
|
|
1665
|
-
<line num="
|
|
1666
|
-
<line num="
|
|
1772
|
+
<line num="64" count="0" type="stmt"/>
|
|
1773
|
+
<line num="68" count="0" type="stmt"/>
|
|
1774
|
+
<line num="69" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1775
|
+
<line num="71" count="0" type="stmt"/>
|
|
1776
|
+
<line num="73" count="0" type="stmt"/>
|
|
1777
|
+
<line num="78" count="0" type="stmt"/>
|
|
1778
|
+
<line num="87" count="0" type="stmt"/>
|
|
1779
|
+
</file>
|
|
1780
|
+
</package>
|
|
1781
|
+
<package name="src.translations">
|
|
1782
|
+
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1783
|
+
<file name="english.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/translations/english.js">
|
|
1784
|
+
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1785
|
+
<line num="1" count="0" type="stmt"/>
|
|
1786
|
+
</file>
|
|
1787
|
+
<file name="german.js" path="/home/runner/work/react-map-components-maplibre/react-map-components-maplibre/src/translations/german.js">
|
|
1788
|
+
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1789
|
+
<line num="1" count="0" type="stmt"/>
|
|
1667
1790
|
</file>
|
|
1668
1791
|
</package>
|
|
1669
1792
|
</project>
|