@kalisio/kdk 2.5.2 → 2.5.3
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/core/client/components/input/KShapePicker.vue +4 -4
- package/coverage/core/api/application.js.html +344 -344
- package/coverage/core/api/authentication.js.html +79 -79
- package/coverage/core/api/db.js.html +167 -167
- package/coverage/core/api/hooks/hooks.authentication.js.html +12 -12
- package/coverage/core/api/hooks/hooks.authorisations.js.html +166 -163
- package/coverage/core/api/hooks/hooks.groups.js.html +1 -1
- package/coverage/core/api/hooks/hooks.logger.js.html +18 -18
- package/coverage/core/api/hooks/hooks.model.js.html +280 -268
- package/coverage/core/api/hooks/hooks.organisations.js.html +1 -1
- package/coverage/core/api/hooks/hooks.push.js.html +12 -12
- package/coverage/core/api/hooks/hooks.query.js.html +92 -92
- package/coverage/core/api/hooks/hooks.schemas.js.html +13 -13
- package/coverage/core/api/hooks/hooks.service.js.html +28 -28
- package/coverage/core/api/hooks/hooks.storage.js.html +7 -7
- package/coverage/core/api/hooks/hooks.users.js.html +48 -48
- package/coverage/core/api/hooks/index.html +49 -49
- package/coverage/core/api/hooks/index.js.html +11 -11
- package/coverage/core/api/index.html +42 -42
- package/coverage/core/api/index.js.html +22 -22
- package/coverage/core/api/marshall.js.html +127 -127
- package/coverage/core/api/models/groups.model.mongodb.js.html +1 -1
- package/coverage/core/api/models/index.html +1 -1
- package/coverage/core/api/models/messages.model.mongodb.js.html +1 -1
- package/coverage/core/api/models/organisations.model.mongodb.js.html +1 -1
- package/coverage/core/api/models/tags.model.mongodb.js.html +1 -1
- package/coverage/core/api/models/users.model.mongodb.js.html +11 -11
- package/coverage/core/api/services/account/account.hooks.js.html +42 -42
- package/coverage/core/api/services/account/account.service.js.html +34 -34
- package/coverage/core/api/services/account/index.html +1 -1
- package/coverage/core/api/services/authorisations/authorisations.hooks.js.html +34 -34
- package/coverage/core/api/services/authorisations/authorisations.service.js.html +108 -120
- package/coverage/core/api/services/authorisations/index.html +19 -19
- package/coverage/core/api/services/databases/databases.hooks.js.html +1 -1
- package/coverage/core/api/services/databases/databases.service.js.html +1 -1
- package/coverage/core/api/services/databases/index.html +1 -1
- package/coverage/core/api/services/groups/groups.hooks.js.html +1 -1
- package/coverage/core/api/services/groups/index.html +1 -1
- package/coverage/core/api/services/import-export/import-export.hooks.js.html +1 -1
- package/coverage/core/api/services/import-export/import-export.service.js.html +1 -1
- package/coverage/core/api/services/import-export/index.html +1 -1
- package/coverage/core/api/services/index.html +15 -15
- package/coverage/core/api/services/index.js.html +97 -85
- package/coverage/core/api/services/mailer/index.html +1 -1
- package/coverage/core/api/services/mailer/mailer.hooks.js.html +1 -1
- package/coverage/core/api/services/mailer/mailer.service.js.html +1 -1
- package/coverage/core/api/services/messages/index.html +5 -5
- package/coverage/core/api/services/messages/messages.hooks.js.html +11 -8
- package/coverage/core/api/services/organisations/index.html +1 -1
- package/coverage/core/api/services/organisations/organisations.hooks.js.html +1 -1
- package/coverage/core/api/services/organisations/organisations.service.js.html +1 -1
- package/coverage/core/api/services/push/index.html +1 -1
- package/coverage/core/api/services/push/push.hooks.js.html +1 -1
- package/coverage/core/api/services/push/push.service.js.html +1 -1
- package/coverage/core/api/services/storage/index.html +1 -1
- package/coverage/core/api/services/storage/storage.hooks.js.html +36 -36
- package/coverage/core/api/services/storage/storage.service.js.html +30 -30
- package/coverage/core/api/services/tags/index.html +1 -1
- package/coverage/core/api/services/tags/tags.hooks.js.html +1 -1
- package/coverage/core/api/services/users/index.html +7 -7
- package/coverage/core/api/services/users/users.hooks.js.html +83 -80
- package/coverage/core/api/services/users/users.service.js.html +4 -4
- package/coverage/core/api/utils.js.html +1 -1
- package/coverage/core/common/errors.js.html +2 -2
- package/coverage/core/common/index.html +30 -30
- package/coverage/core/common/index.js.html +11 -11
- package/coverage/core/common/permissions.js.html +187 -187
- package/coverage/core/common/schema.js.html +26 -26
- package/coverage/core/common/utils.js.html +61 -61
- package/coverage/core/common/utils.offline.js.html +6 -6
- package/coverage/index.html +179 -164
- package/coverage/lcov-report/core/api/application.js.html +344 -344
- package/coverage/lcov-report/core/api/authentication.js.html +79 -79
- package/coverage/lcov-report/core/api/db.js.html +167 -167
- package/coverage/lcov-report/core/api/hooks/hooks.authentication.js.html +12 -12
- package/coverage/lcov-report/core/api/hooks/hooks.authorisations.js.html +166 -163
- package/coverage/lcov-report/core/api/hooks/hooks.groups.js.html +1 -1
- package/coverage/lcov-report/core/api/hooks/hooks.logger.js.html +18 -18
- package/coverage/lcov-report/core/api/hooks/hooks.model.js.html +280 -268
- package/coverage/lcov-report/core/api/hooks/hooks.organisations.js.html +1 -1
- package/coverage/lcov-report/core/api/hooks/hooks.push.js.html +12 -12
- package/coverage/lcov-report/core/api/hooks/hooks.query.js.html +92 -92
- package/coverage/lcov-report/core/api/hooks/hooks.schemas.js.html +13 -13
- package/coverage/lcov-report/core/api/hooks/hooks.service.js.html +28 -28
- package/coverage/lcov-report/core/api/hooks/hooks.storage.js.html +7 -7
- package/coverage/lcov-report/core/api/hooks/hooks.users.js.html +48 -48
- package/coverage/lcov-report/core/api/hooks/index.html +49 -49
- package/coverage/lcov-report/core/api/hooks/index.js.html +11 -11
- package/coverage/lcov-report/core/api/index.html +42 -42
- package/coverage/lcov-report/core/api/index.js.html +22 -22
- package/coverage/lcov-report/core/api/marshall.js.html +127 -127
- package/coverage/lcov-report/core/api/models/groups.model.mongodb.js.html +1 -1
- package/coverage/lcov-report/core/api/models/index.html +1 -1
- package/coverage/lcov-report/core/api/models/messages.model.mongodb.js.html +1 -1
- package/coverage/lcov-report/core/api/models/organisations.model.mongodb.js.html +1 -1
- package/coverage/lcov-report/core/api/models/tags.model.mongodb.js.html +1 -1
- package/coverage/lcov-report/core/api/models/users.model.mongodb.js.html +11 -11
- package/coverage/lcov-report/core/api/services/account/account.hooks.js.html +42 -42
- package/coverage/lcov-report/core/api/services/account/account.service.js.html +34 -34
- package/coverage/lcov-report/core/api/services/account/index.html +1 -1
- package/coverage/lcov-report/core/api/services/authorisations/authorisations.hooks.js.html +34 -34
- package/coverage/lcov-report/core/api/services/authorisations/authorisations.service.js.html +108 -120
- package/coverage/lcov-report/core/api/services/authorisations/index.html +19 -19
- package/coverage/lcov-report/core/api/services/databases/databases.hooks.js.html +1 -1
- package/coverage/lcov-report/core/api/services/databases/databases.service.js.html +1 -1
- package/coverage/lcov-report/core/api/services/databases/index.html +1 -1
- package/coverage/lcov-report/core/api/services/groups/groups.hooks.js.html +1 -1
- package/coverage/lcov-report/core/api/services/groups/index.html +1 -1
- package/coverage/lcov-report/core/api/services/import-export/import-export.hooks.js.html +1 -1
- package/coverage/lcov-report/core/api/services/import-export/import-export.service.js.html +1 -1
- package/coverage/lcov-report/core/api/services/import-export/index.html +1 -1
- package/coverage/lcov-report/core/api/services/index.html +15 -15
- package/coverage/lcov-report/core/api/services/index.js.html +97 -85
- package/coverage/lcov-report/core/api/services/mailer/index.html +1 -1
- package/coverage/lcov-report/core/api/services/mailer/mailer.hooks.js.html +1 -1
- package/coverage/lcov-report/core/api/services/mailer/mailer.service.js.html +1 -1
- package/coverage/lcov-report/core/api/services/messages/index.html +5 -5
- package/coverage/lcov-report/core/api/services/messages/messages.hooks.js.html +11 -8
- package/coverage/lcov-report/core/api/services/organisations/index.html +1 -1
- package/coverage/lcov-report/core/api/services/organisations/organisations.hooks.js.html +1 -1
- package/coverage/lcov-report/core/api/services/organisations/organisations.service.js.html +1 -1
- package/coverage/lcov-report/core/api/services/push/index.html +1 -1
- package/coverage/lcov-report/core/api/services/push/push.hooks.js.html +1 -1
- package/coverage/lcov-report/core/api/services/push/push.service.js.html +1 -1
- package/coverage/lcov-report/core/api/services/storage/index.html +1 -1
- package/coverage/lcov-report/core/api/services/storage/storage.hooks.js.html +36 -36
- package/coverage/lcov-report/core/api/services/storage/storage.service.js.html +30 -30
- package/coverage/lcov-report/core/api/services/tags/index.html +1 -1
- package/coverage/lcov-report/core/api/services/tags/tags.hooks.js.html +1 -1
- package/coverage/lcov-report/core/api/services/users/index.html +7 -7
- package/coverage/lcov-report/core/api/services/users/users.hooks.js.html +83 -80
- package/coverage/lcov-report/core/api/services/users/users.service.js.html +4 -4
- package/coverage/lcov-report/core/api/utils.js.html +1 -1
- package/coverage/lcov-report/core/common/errors.js.html +2 -2
- package/coverage/lcov-report/core/common/index.html +30 -30
- package/coverage/lcov-report/core/common/index.js.html +11 -11
- package/coverage/lcov-report/core/common/permissions.js.html +187 -187
- package/coverage/lcov-report/core/common/schema.js.html +26 -26
- package/coverage/lcov-report/core/common/utils.js.html +61 -61
- package/coverage/lcov-report/core/common/utils.offline.js.html +6 -6
- package/coverage/lcov-report/index.html +179 -164
- package/coverage/lcov-report/map/api/hooks/hooks.catalog.js.html +348 -258
- package/coverage/lcov-report/map/api/hooks/hooks.features.js.html +218 -218
- package/coverage/lcov-report/map/api/hooks/hooks.query.js.html +795 -810
- package/coverage/lcov-report/map/api/hooks/index.html +54 -54
- package/coverage/lcov-report/map/api/hooks/index.js.html +16 -16
- package/coverage/lcov-report/map/api/index.html +32 -32
- package/coverage/lcov-report/map/api/index.js.html +46 -46
- package/coverage/lcov-report/map/api/marshall.js.html +72 -72
- package/coverage/lcov-report/map/api/models/alerts.model.mongodb.js.html +24 -24
- package/coverage/lcov-report/map/api/models/catalog.model.mongodb.js.html +69 -27
- package/coverage/lcov-report/map/api/models/features.model.mongodb.js.html +80 -80
- package/coverage/lcov-report/map/api/models/index.html +69 -54
- package/coverage/lcov-report/map/api/models/projects.model.mongodb.js.html +26 -26
- package/coverage/lcov-report/map/api/models/styles.model.mongodb.js.html +112 -0
- package/coverage/lcov-report/map/api/services/alerts/alerts.hooks.js.html +136 -136
- package/coverage/lcov-report/map/api/services/alerts/alerts.service.js.html +343 -343
- package/coverage/lcov-report/map/api/services/alerts/index.html +32 -32
- package/coverage/lcov-report/map/api/services/catalog/catalog.hooks.js.html +177 -162
- package/coverage/lcov-report/map/api/services/catalog/index.html +21 -21
- package/coverage/lcov-report/map/api/services/daptiles/daptiles.service.js.html +1 -1
- package/coverage/lcov-report/map/api/services/daptiles/index.html +1 -1
- package/coverage/lcov-report/map/api/services/features/features.hooks.js.html +160 -160
- package/coverage/lcov-report/map/api/services/features/features.service.js.html +117 -117
- package/coverage/lcov-report/map/api/services/features/index.html +31 -31
- package/coverage/lcov-report/map/api/services/index.html +21 -21
- package/coverage/lcov-report/map/api/services/index.js.html +404 -296
- package/coverage/lcov-report/map/api/services/projects/index.html +21 -21
- package/coverage/lcov-report/map/api/services/projects/projects.hooks.js.html +237 -237
- package/coverage/lcov-report/map/api/services/styles/index.html +116 -0
- package/coverage/lcov-report/map/api/services/styles/styles.hooks.js.html +196 -0
- package/coverage/lcov-report/map/common/dynamic-grid-source.js.html +68 -68
- package/coverage/lcov-report/map/common/errors.js.html +16 -16
- package/coverage/lcov-report/map/common/geotiff-grid-source.js.html +267 -267
- package/coverage/lcov-report/map/common/grid.js.html +554 -554
- package/coverage/lcov-report/map/common/index.html +158 -158
- package/coverage/lcov-report/map/common/index.js.html +68 -68
- package/coverage/lcov-report/map/common/meteo-model-grid-source.js.html +73 -73
- package/coverage/lcov-report/map/common/moment-utils.js.html +18 -18
- package/coverage/lcov-report/map/common/opendap-grid-source.js.html +484 -484
- package/coverage/lcov-report/map/common/opendap-utils.js.html +353 -353
- package/coverage/lcov-report/map/common/permissions.js.html +42 -36
- package/coverage/lcov-report/map/common/time-based-grid-source.js.html +59 -59
- package/coverage/lcov-report/map/common/tms-utils.js.html +6 -6
- package/coverage/lcov-report/map/common/wcs-grid-source.js.html +190 -190
- package/coverage/lcov-report/map/common/wcs-utils.js.html +339 -339
- package/coverage/lcov-report/map/common/weacast-grid-source.js.html +345 -345
- package/coverage/lcov-report/map/common/wfs-utils.js.html +11 -11
- package/coverage/lcov-report/map/common/wms-utils.js.html +8 -8
- package/coverage/lcov-report/map/common/wmts-utils.js.html +7 -7
- package/coverage/lcov.info +7022 -5894
- package/coverage/map/api/hooks/hooks.catalog.js.html +348 -258
- package/coverage/map/api/hooks/hooks.features.js.html +218 -218
- package/coverage/map/api/hooks/hooks.query.js.html +795 -810
- package/coverage/map/api/hooks/index.html +54 -54
- package/coverage/map/api/hooks/index.js.html +16 -16
- package/coverage/map/api/index.html +32 -32
- package/coverage/map/api/index.js.html +46 -46
- package/coverage/map/api/marshall.js.html +72 -72
- package/coverage/map/api/models/alerts.model.mongodb.js.html +24 -24
- package/coverage/map/api/models/catalog.model.mongodb.js.html +69 -27
- package/coverage/map/api/models/features.model.mongodb.js.html +80 -80
- package/coverage/map/api/models/index.html +69 -54
- package/coverage/map/api/models/projects.model.mongodb.js.html +26 -26
- package/coverage/map/api/models/styles.model.mongodb.js.html +112 -0
- package/coverage/map/api/services/alerts/alerts.hooks.js.html +136 -136
- package/coverage/map/api/services/alerts/alerts.service.js.html +343 -343
- package/coverage/map/api/services/alerts/index.html +32 -32
- package/coverage/map/api/services/catalog/catalog.hooks.js.html +177 -162
- package/coverage/map/api/services/catalog/index.html +21 -21
- package/coverage/map/api/services/daptiles/daptiles.service.js.html +1 -1
- package/coverage/map/api/services/daptiles/index.html +1 -1
- package/coverage/map/api/services/features/features.hooks.js.html +160 -160
- package/coverage/map/api/services/features/features.service.js.html +117 -117
- package/coverage/map/api/services/features/index.html +31 -31
- package/coverage/map/api/services/index.html +21 -21
- package/coverage/map/api/services/index.js.html +404 -296
- package/coverage/map/api/services/projects/index.html +21 -21
- package/coverage/map/api/services/projects/projects.hooks.js.html +237 -237
- package/coverage/map/api/services/styles/index.html +116 -0
- package/coverage/map/api/services/styles/styles.hooks.js.html +196 -0
- package/coverage/map/common/dynamic-grid-source.js.html +68 -68
- package/coverage/map/common/errors.js.html +16 -16
- package/coverage/map/common/geotiff-grid-source.js.html +267 -267
- package/coverage/map/common/grid.js.html +554 -554
- package/coverage/map/common/index.html +158 -158
- package/coverage/map/common/index.js.html +68 -68
- package/coverage/map/common/meteo-model-grid-source.js.html +73 -73
- package/coverage/map/common/moment-utils.js.html +18 -18
- package/coverage/map/common/opendap-grid-source.js.html +484 -484
- package/coverage/map/common/opendap-utils.js.html +353 -353
- package/coverage/map/common/permissions.js.html +42 -36
- package/coverage/map/common/time-based-grid-source.js.html +59 -59
- package/coverage/map/common/tms-utils.js.html +6 -6
- package/coverage/map/common/wcs-grid-source.js.html +190 -190
- package/coverage/map/common/wcs-utils.js.html +339 -339
- package/coverage/map/common/weacast-grid-source.js.html +345 -345
- package/coverage/map/common/wfs-utils.js.html +11 -11
- package/coverage/map/common/wms-utils.js.html +8 -8
- package/coverage/map/common/wmts-utils.js.html +7 -7
- package/coverage/tmp/coverage-151198-1753351220086-0.json +1 -0
- package/coverage/tmp/coverage-151210-1753351220070-0.json +1 -0
- package/coverage/tmp/coverage-151221-1753351129816-0.json +1 -0
- package/coverage/tmp/coverage-151233-1753351129803-0.json +1 -0
- package/coverage/tmp/coverage-151240-1753351129770-0.json +1 -0
- package/coverage/tmp/coverage-151307-1753351220058-0.json +1 -0
- package/coverage/tmp/coverage-151319-1753351220044-0.json +1 -0
- package/coverage/tmp/coverage-151326-1753351220010-0.json +1 -0
- package/map/api/services/styles/styles.hooks.js +1 -1
- package/map/client/components/KLayerEditor.vue +4 -0
- package/map/client/components/catalog/KLayerCategories.vue +2 -0
- package/map/client/components/stickies/KLevelSlider.vue +10 -8
- package/map/client/components/styles/KStyleEditor.vue +1 -1
- package/map/client/components/styles/KStyleManager.vue +7 -1
- package/map/client/composables/highlight.js +5 -1
- package/map/client/i18n/map_en.json +4 -1
- package/map/client/i18n/map_fr.json +4 -1
- package/map/client/mixins/globe/mixin.geojson-layers.js +11 -5
- package/map/client/mixins/mixin.activity.js +9 -0
- package/map/client/utils/utils.layers.js +0 -2
- package/package.json +1 -1
- package/test/api/core/push.test.js +1 -1
- package/test/api/core/test-log-2025-02-05.log +23 -0
- package/test/api/core/test-log-2025-05-21.log +15 -0
- package/test/api/core/test-log-2025-06-25.log +9 -0
- package/test/api/core/test-log-2025-07-24.log +44 -0
- package/test/api/map/test-log-2025-05-27.log +13 -0
- package/test/api/map/test-log-2025-06-23.log +7 -0
- package/test/api/map/{test-log-2025-05-26.log → test-log-2025-07-24.log} +3 -4
- package/coverage/tmp/coverage-122123-1739872365211-0.json +0 -1
- package/coverage/tmp/coverage-122135-1739872365196-0.json +0 -1
- package/coverage/tmp/coverage-122146-1739872365184-0.json +0 -1
- package/coverage/tmp/coverage-122158-1739872365169-0.json +0 -1
- package/coverage/tmp/coverage-122165-1739872365141-0.json +0 -1
- package/test/api/core/test-log-2025-05-26.log +0 -22
|
@@ -23,30 +23,30 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">65.59% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>5761/8783</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">72.74% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>881/1211</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">61.04% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>246/403</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">65.59% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>5761/8783</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
</div>
|
|
62
62
|
</template>
|
|
63
63
|
</div>
|
|
64
|
-
<div class='status-line
|
|
64
|
+
<div class='status-line medium'></div>
|
|
65
65
|
<div class="pad1">
|
|
66
66
|
<table class="coverage-summary">
|
|
67
67
|
<thead>
|
|
@@ -80,32 +80,32 @@
|
|
|
80
80
|
</thead>
|
|
81
81
|
<tbody><tr>
|
|
82
82
|
<td class="file medium" data-value="core/api"><a href="core/api/index.html">core/api</a></td>
|
|
83
|
-
<td data-value="
|
|
84
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
83
|
+
<td data-value="70.95" class="pic medium">
|
|
84
|
+
<div class="chart"><div class="cover-fill" style="width: 70%"></div><div class="cover-empty" style="width: 30%"></div></div>
|
|
85
85
|
</td>
|
|
86
|
-
<td data-value="
|
|
87
|
-
<td data-value="1236" class="abs medium">
|
|
88
|
-
<td data-value="
|
|
89
|
-
<td data-value="
|
|
90
|
-
<td data-value="
|
|
91
|
-
<td data-value="64" class="abs medium">
|
|
92
|
-
<td data-value="
|
|
93
|
-
<td data-value="1236" class="abs medium">
|
|
86
|
+
<td data-value="70.95" class="pct medium">70.95%</td>
|
|
87
|
+
<td data-value="1236" class="abs medium">877/1236</td>
|
|
88
|
+
<td data-value="68.72" class="pct medium">68.72%</td>
|
|
89
|
+
<td data-value="227" class="abs medium">156/227</td>
|
|
90
|
+
<td data-value="73.43" class="pct medium">73.43%</td>
|
|
91
|
+
<td data-value="64" class="abs medium">47/64</td>
|
|
92
|
+
<td data-value="70.95" class="pct medium">70.95%</td>
|
|
93
|
+
<td data-value="1236" class="abs medium">877/1236</td>
|
|
94
94
|
</tr>
|
|
95
95
|
|
|
96
96
|
<tr>
|
|
97
|
-
<td class="file
|
|
98
|
-
<td data-value="
|
|
99
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
97
|
+
<td class="file high" data-value="core/api/hooks"><a href="core/api/hooks/index.html">core/api/hooks</a></td>
|
|
98
|
+
<td data-value="81.78" class="pic high">
|
|
99
|
+
<div class="chart"><div class="cover-fill" style="width: 81%"></div><div class="cover-empty" style="width: 19%"></div></div>
|
|
100
100
|
</td>
|
|
101
|
-
<td data-value="
|
|
102
|
-
<td data-value="
|
|
103
|
-
<td data-value="
|
|
104
|
-
<td data-value="
|
|
105
|
-
<td data-value="
|
|
106
|
-
<td data-value="54" class="abs
|
|
107
|
-
<td data-value="
|
|
108
|
-
<td data-value="
|
|
101
|
+
<td data-value="81.78" class="pct high">81.78%</td>
|
|
102
|
+
<td data-value="1312" class="abs high">1073/1312</td>
|
|
103
|
+
<td data-value="70.58" class="pct medium">70.58%</td>
|
|
104
|
+
<td data-value="340" class="abs medium">240/340</td>
|
|
105
|
+
<td data-value="88.88" class="pct high">88.88%</td>
|
|
106
|
+
<td data-value="54" class="abs high">48/54</td>
|
|
107
|
+
<td data-value="81.78" class="pct high">81.78%</td>
|
|
108
|
+
<td data-value="1312" class="abs high">1073/1312</td>
|
|
109
109
|
</tr>
|
|
110
110
|
|
|
111
111
|
<tr>
|
|
@@ -125,17 +125,17 @@
|
|
|
125
125
|
|
|
126
126
|
<tr>
|
|
127
127
|
<td class="file medium" data-value="core/api/services"><a href="core/api/services/index.html">core/api/services</a></td>
|
|
128
|
-
<td data-value="
|
|
129
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
128
|
+
<td data-value="63.75" class="pic medium">
|
|
129
|
+
<div class="chart"><div class="cover-fill" style="width: 63%"></div><div class="cover-empty" style="width: 37%"></div></div>
|
|
130
130
|
</td>
|
|
131
|
-
<td data-value="
|
|
132
|
-
<td data-value="
|
|
133
|
-
<td data-value="
|
|
134
|
-
<td data-value="
|
|
131
|
+
<td data-value="63.75" class="pct medium">63.75%</td>
|
|
132
|
+
<td data-value="149" class="abs medium">95/149</td>
|
|
133
|
+
<td data-value="87.5" class="pct high">87.5%</td>
|
|
134
|
+
<td data-value="8" class="abs high">7/8</td>
|
|
135
135
|
<td data-value="33.33" class="pct low">33.33%</td>
|
|
136
136
|
<td data-value="9" class="abs low">3/9</td>
|
|
137
|
-
<td data-value="
|
|
138
|
-
<td data-value="
|
|
137
|
+
<td data-value="63.75" class="pct medium">63.75%</td>
|
|
138
|
+
<td data-value="149" class="abs medium">95/149</td>
|
|
139
139
|
</tr>
|
|
140
140
|
|
|
141
141
|
<tr>
|
|
@@ -155,17 +155,17 @@
|
|
|
155
155
|
|
|
156
156
|
<tr>
|
|
157
157
|
<td class="file high" data-value="core/api/services/authorisations"><a href="core/api/services/authorisations/index.html">core/api/services/authorisations</a></td>
|
|
158
|
-
<td data-value="
|
|
159
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
158
|
+
<td data-value="94.94" class="pic high">
|
|
159
|
+
<div class="chart"><div class="cover-fill" style="width: 94%"></div><div class="cover-empty" style="width: 6%"></div></div>
|
|
160
160
|
</td>
|
|
161
|
-
<td data-value="
|
|
162
|
-
<td data-value="
|
|
163
|
-
<td data-value="
|
|
164
|
-
<td data-value="
|
|
165
|
-
<td data-value="
|
|
166
|
-
<td data-value="
|
|
167
|
-
<td data-value="
|
|
168
|
-
<td data-value="
|
|
161
|
+
<td data-value="94.94" class="pct high">94.94%</td>
|
|
162
|
+
<td data-value="178" class="abs high">169/178</td>
|
|
163
|
+
<td data-value="80" class="pct high">80%</td>
|
|
164
|
+
<td data-value="40" class="abs high">32/40</td>
|
|
165
|
+
<td data-value="100" class="pct high">100%</td>
|
|
166
|
+
<td data-value="7" class="abs high">7/7</td>
|
|
167
|
+
<td data-value="94.94" class="pct high">94.94%</td>
|
|
168
|
+
<td data-value="178" class="abs high">169/178</td>
|
|
169
169
|
</tr>
|
|
170
170
|
|
|
171
171
|
<tr>
|
|
@@ -219,13 +219,13 @@
|
|
|
219
219
|
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
220
220
|
</td>
|
|
221
221
|
<td data-value="100" class="pct high">100%</td>
|
|
222
|
-
<td data-value="
|
|
222
|
+
<td data-value="39" class="abs high">39/39</td>
|
|
223
223
|
<td data-value="100" class="pct high">100%</td>
|
|
224
224
|
<td data-value="1" class="abs high">1/1</td>
|
|
225
225
|
<td data-value="100" class="pct high">100%</td>
|
|
226
226
|
<td data-value="0" class="abs high">0/0</td>
|
|
227
227
|
<td data-value="100" class="pct high">100%</td>
|
|
228
|
-
<td data-value="
|
|
228
|
+
<td data-value="39" class="abs high">39/39</td>
|
|
229
229
|
</tr>
|
|
230
230
|
|
|
231
231
|
<tr>
|
|
@@ -260,122 +260,122 @@
|
|
|
260
260
|
|
|
261
261
|
<tr>
|
|
262
262
|
<td class="file high" data-value="core/api/services/users"><a href="core/api/services/users/index.html">core/api/services/users</a></td>
|
|
263
|
-
<td data-value="97.
|
|
263
|
+
<td data-value="97.5" class="pic high">
|
|
264
264
|
<div class="chart"><div class="cover-fill" style="width: 97%"></div><div class="cover-empty" style="width: 3%"></div></div>
|
|
265
265
|
</td>
|
|
266
|
-
<td data-value="97.
|
|
267
|
-
<td data-value="
|
|
266
|
+
<td data-value="97.5" class="pct high">97.5%</td>
|
|
267
|
+
<td data-value="80" class="abs high">78/80</td>
|
|
268
268
|
<td data-value="100" class="pct high">100%</td>
|
|
269
269
|
<td data-value="5" class="abs high">5/5</td>
|
|
270
270
|
<td data-value="33.33" class="pct low">33.33%</td>
|
|
271
271
|
<td data-value="3" class="abs low">1/3</td>
|
|
272
|
-
<td data-value="97.
|
|
273
|
-
<td data-value="
|
|
272
|
+
<td data-value="97.5" class="pct high">97.5%</td>
|
|
273
|
+
<td data-value="80" class="abs high">78/80</td>
|
|
274
274
|
</tr>
|
|
275
275
|
|
|
276
276
|
<tr>
|
|
277
277
|
<td class="file medium" data-value="core/common"><a href="core/common/index.html">core/common</a></td>
|
|
278
|
-
<td data-value="
|
|
279
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
278
|
+
<td data-value="78.38" class="pic medium">
|
|
279
|
+
<div class="chart"><div class="cover-fill" style="width: 78%"></div><div class="cover-empty" style="width: 22%"></div></div>
|
|
280
280
|
</td>
|
|
281
|
-
<td data-value="
|
|
282
|
-
<td data-value="347" class="abs medium">
|
|
283
|
-
<td data-value="
|
|
284
|
-
<td data-value="
|
|
285
|
-
<td data-value="
|
|
286
|
-
<td data-value="27" class="abs low">
|
|
287
|
-
<td data-value="
|
|
288
|
-
<td data-value="347" class="abs medium">
|
|
281
|
+
<td data-value="78.38" class="pct medium">78.38%</td>
|
|
282
|
+
<td data-value="347" class="abs medium">272/347</td>
|
|
283
|
+
<td data-value="77.08" class="pct medium">77.08%</td>
|
|
284
|
+
<td data-value="48" class="abs medium">37/48</td>
|
|
285
|
+
<td data-value="48.14" class="pct low">48.14%</td>
|
|
286
|
+
<td data-value="27" class="abs low">13/27</td>
|
|
287
|
+
<td data-value="78.38" class="pct medium">78.38%</td>
|
|
288
|
+
<td data-value="347" class="abs medium">272/347</td>
|
|
289
289
|
</tr>
|
|
290
290
|
|
|
291
291
|
<tr>
|
|
292
|
-
<td class="file
|
|
293
|
-
<td data-value="
|
|
294
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
292
|
+
<td class="file high" data-value="map/api"><a href="map/api/index.html">map/api</a></td>
|
|
293
|
+
<td data-value="100" class="pic high">
|
|
294
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
295
295
|
</td>
|
|
296
|
-
<td data-value="
|
|
297
|
-
<td data-value="49" class="abs
|
|
298
|
-
<td data-value="
|
|
299
|
-
<td data-value="
|
|
300
|
-
<td data-value="
|
|
301
|
-
<td data-value="
|
|
302
|
-
<td data-value="
|
|
303
|
-
<td data-value="49" class="abs
|
|
296
|
+
<td data-value="100" class="pct high">100%</td>
|
|
297
|
+
<td data-value="49" class="abs high">49/49</td>
|
|
298
|
+
<td data-value="100" class="pct high">100%</td>
|
|
299
|
+
<td data-value="14" class="abs high">14/14</td>
|
|
300
|
+
<td data-value="100" class="pct high">100%</td>
|
|
301
|
+
<td data-value="3" class="abs high">3/3</td>
|
|
302
|
+
<td data-value="100" class="pct high">100%</td>
|
|
303
|
+
<td data-value="49" class="abs high">49/49</td>
|
|
304
304
|
</tr>
|
|
305
305
|
|
|
306
306
|
<tr>
|
|
307
|
-
<td class="file
|
|
308
|
-
<td data-value="
|
|
309
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
307
|
+
<td class="file high" data-value="map/api/hooks"><a href="map/api/hooks/index.html">map/api/hooks</a></td>
|
|
308
|
+
<td data-value="95.5" class="pic high">
|
|
309
|
+
<div class="chart"><div class="cover-fill" style="width: 95%"></div><div class="cover-empty" style="width: 5%"></div></div>
|
|
310
310
|
</td>
|
|
311
|
-
<td data-value="
|
|
312
|
-
<td data-value="
|
|
313
|
-
<td data-value="
|
|
314
|
-
<td data-value="
|
|
315
|
-
<td data-value="
|
|
316
|
-
<td data-value="
|
|
317
|
-
<td data-value="
|
|
318
|
-
<td data-value="
|
|
311
|
+
<td data-value="95.5" class="pct high">95.5%</td>
|
|
312
|
+
<td data-value="667" class="abs high">637/667</td>
|
|
313
|
+
<td data-value="85.92" class="pct high">85.92%</td>
|
|
314
|
+
<td data-value="206" class="abs high">177/206</td>
|
|
315
|
+
<td data-value="100" class="pct high">100%</td>
|
|
316
|
+
<td data-value="22" class="abs high">22/22</td>
|
|
317
|
+
<td data-value="95.5" class="pct high">95.5%</td>
|
|
318
|
+
<td data-value="667" class="abs high">637/667</td>
|
|
319
319
|
</tr>
|
|
320
320
|
|
|
321
321
|
<tr>
|
|
322
|
-
<td class="file
|
|
323
|
-
<td data-value="
|
|
324
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
322
|
+
<td class="file high" data-value="map/api/models"><a href="map/api/models/index.html">map/api/models</a></td>
|
|
323
|
+
<td data-value="83.14" class="pic high">
|
|
324
|
+
<div class="chart"><div class="cover-fill" style="width: 83%"></div><div class="cover-empty" style="width: 17%"></div></div>
|
|
325
325
|
</td>
|
|
326
|
-
<td data-value="
|
|
327
|
-
<td data-value="
|
|
328
|
-
<td data-value="
|
|
329
|
-
<td data-value="
|
|
330
|
-
<td data-value="
|
|
331
|
-
<td data-value="
|
|
332
|
-
<td data-value="
|
|
333
|
-
<td data-value="
|
|
326
|
+
<td data-value="83.14" class="pct high">83.14%</td>
|
|
327
|
+
<td data-value="89" class="abs high">74/89</td>
|
|
328
|
+
<td data-value="82.6" class="pct high">82.6%</td>
|
|
329
|
+
<td data-value="23" class="abs high">19/23</td>
|
|
330
|
+
<td data-value="100" class="pct high">100%</td>
|
|
331
|
+
<td data-value="5" class="abs high">5/5</td>
|
|
332
|
+
<td data-value="83.14" class="pct high">83.14%</td>
|
|
333
|
+
<td data-value="89" class="abs high">74/89</td>
|
|
334
334
|
</tr>
|
|
335
335
|
|
|
336
336
|
<tr>
|
|
337
|
-
<td class="file
|
|
338
|
-
<td data-value="
|
|
339
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
337
|
+
<td class="file medium" data-value="map/api/services"><a href="map/api/services/index.html">map/api/services</a></td>
|
|
338
|
+
<td data-value="50.15" class="pic medium">
|
|
339
|
+
<div class="chart"><div class="cover-fill" style="width: 50%"></div><div class="cover-empty" style="width: 50%"></div></div>
|
|
340
340
|
</td>
|
|
341
|
-
<td data-value="
|
|
342
|
-
<td data-value="
|
|
343
|
-
<td data-value="
|
|
344
|
-
<td data-value="
|
|
345
|
-
<td data-value="
|
|
346
|
-
<td data-value="
|
|
347
|
-
<td data-value="
|
|
348
|
-
<td data-value="
|
|
341
|
+
<td data-value="50.15" class="pct medium">50.15%</td>
|
|
342
|
+
<td data-value="323" class="abs medium">162/323</td>
|
|
343
|
+
<td data-value="76.92" class="pct medium">76.92%</td>
|
|
344
|
+
<td data-value="13" class="abs medium">10/13</td>
|
|
345
|
+
<td data-value="37.5" class="pct low">37.5%</td>
|
|
346
|
+
<td data-value="16" class="abs low">6/16</td>
|
|
347
|
+
<td data-value="50.15" class="pct medium">50.15%</td>
|
|
348
|
+
<td data-value="323" class="abs medium">162/323</td>
|
|
349
349
|
</tr>
|
|
350
350
|
|
|
351
351
|
<tr>
|
|
352
|
-
<td class="file
|
|
353
|
-
<td data-value="
|
|
354
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
352
|
+
<td class="file high" data-value="map/api/services/alerts"><a href="map/api/services/alerts/index.html">map/api/services/alerts</a></td>
|
|
353
|
+
<td data-value="92.85" class="pic high">
|
|
354
|
+
<div class="chart"><div class="cover-fill" style="width: 92%"></div><div class="cover-empty" style="width: 8%"></div></div>
|
|
355
355
|
</td>
|
|
356
|
-
<td data-value="
|
|
357
|
-
<td data-value="238" class="abs
|
|
358
|
-
<td data-value="
|
|
359
|
-
<td data-value="
|
|
360
|
-
<td data-value="
|
|
361
|
-
<td data-value="
|
|
362
|
-
<td data-value="
|
|
363
|
-
<td data-value="238" class="abs
|
|
356
|
+
<td data-value="92.85" class="pct high">92.85%</td>
|
|
357
|
+
<td data-value="238" class="abs high">221/238</td>
|
|
358
|
+
<td data-value="77.41" class="pct medium">77.41%</td>
|
|
359
|
+
<td data-value="31" class="abs medium">24/31</td>
|
|
360
|
+
<td data-value="100" class="pct high">100%</td>
|
|
361
|
+
<td data-value="8" class="abs high">8/8</td>
|
|
362
|
+
<td data-value="92.85" class="pct high">92.85%</td>
|
|
363
|
+
<td data-value="238" class="abs high">221/238</td>
|
|
364
364
|
</tr>
|
|
365
365
|
|
|
366
366
|
<tr>
|
|
367
|
-
<td class="file
|
|
368
|
-
<td data-value="
|
|
369
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
367
|
+
<td class="file high" data-value="map/api/services/catalog"><a href="map/api/services/catalog/index.html">map/api/services/catalog</a></td>
|
|
368
|
+
<td data-value="100" class="pic high">
|
|
369
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
370
370
|
</td>
|
|
371
|
-
<td data-value="
|
|
372
|
-
<td data-value="
|
|
373
|
-
<td data-value="
|
|
374
|
-
<td data-value="
|
|
375
|
-
<td data-value="
|
|
376
|
-
<td data-value="
|
|
377
|
-
<td data-value="
|
|
378
|
-
<td data-value="
|
|
371
|
+
<td data-value="100" class="pct high">100%</td>
|
|
372
|
+
<td data-value="81" class="abs high">81/81</td>
|
|
373
|
+
<td data-value="100" class="pct high">100%</td>
|
|
374
|
+
<td data-value="4" class="abs high">4/4</td>
|
|
375
|
+
<td data-value="75" class="pct medium">75%</td>
|
|
376
|
+
<td data-value="4" class="abs medium">3/4</td>
|
|
377
|
+
<td data-value="100" class="pct high">100%</td>
|
|
378
|
+
<td data-value="81" class="abs high">81/81</td>
|
|
379
379
|
</tr>
|
|
380
380
|
|
|
381
381
|
<tr>
|
|
@@ -394,48 +394,63 @@
|
|
|
394
394
|
</tr>
|
|
395
395
|
|
|
396
396
|
<tr>
|
|
397
|
-
<td class="file
|
|
398
|
-
<td data-value="
|
|
399
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
397
|
+
<td class="file medium" data-value="map/api/services/features"><a href="map/api/services/features/index.html">map/api/services/features</a></td>
|
|
398
|
+
<td data-value="56.57" class="pic medium">
|
|
399
|
+
<div class="chart"><div class="cover-fill" style="width: 56%"></div><div class="cover-empty" style="width: 44%"></div></div>
|
|
400
400
|
</td>
|
|
401
|
-
<td data-value="
|
|
402
|
-
<td data-value="228" class="abs
|
|
403
|
-
<td data-value="
|
|
404
|
-
<td data-value="
|
|
405
|
-
<td data-value="
|
|
406
|
-
<td data-value="
|
|
407
|
-
<td data-value="
|
|
408
|
-
<td data-value="228" class="abs
|
|
401
|
+
<td data-value="56.57" class="pct medium">56.57%</td>
|
|
402
|
+
<td data-value="228" class="abs medium">129/228</td>
|
|
403
|
+
<td data-value="86.66" class="pct high">86.66%</td>
|
|
404
|
+
<td data-value="15" class="abs high">13/15</td>
|
|
405
|
+
<td data-value="83.33" class="pct high">83.33%</td>
|
|
406
|
+
<td data-value="6" class="abs high">5/6</td>
|
|
407
|
+
<td data-value="56.57" class="pct medium">56.57%</td>
|
|
408
|
+
<td data-value="228" class="abs medium">129/228</td>
|
|
409
409
|
</tr>
|
|
410
410
|
|
|
411
411
|
<tr>
|
|
412
|
-
<td class="file
|
|
413
|
-
<td data-value="
|
|
414
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
412
|
+
<td class="file high" data-value="map/api/services/projects"><a href="map/api/services/projects/index.html">map/api/services/projects</a></td>
|
|
413
|
+
<td data-value="92.37" class="pic high">
|
|
414
|
+
<div class="chart"><div class="cover-fill" style="width: 92%"></div><div class="cover-empty" style="width: 8%"></div></div>
|
|
415
415
|
</td>
|
|
416
|
-
<td data-value="
|
|
417
|
-
<td data-value="118" class="abs
|
|
418
|
-
<td data-value="
|
|
419
|
-
<td data-value="
|
|
420
|
-
<td data-value="
|
|
421
|
-
<td data-value="
|
|
422
|
-
<td data-value="
|
|
423
|
-
<td data-value="118" class="abs
|
|
416
|
+
<td data-value="92.37" class="pct high">92.37%</td>
|
|
417
|
+
<td data-value="118" class="abs high">109/118</td>
|
|
418
|
+
<td data-value="50" class="pct medium">50%</td>
|
|
419
|
+
<td data-value="14" class="abs medium">7/14</td>
|
|
420
|
+
<td data-value="100" class="pct high">100%</td>
|
|
421
|
+
<td data-value="2" class="abs high">2/2</td>
|
|
422
|
+
<td data-value="92.37" class="pct high">92.37%</td>
|
|
423
|
+
<td data-value="118" class="abs high">109/118</td>
|
|
424
|
+
</tr>
|
|
425
|
+
|
|
426
|
+
<tr>
|
|
427
|
+
<td class="file high" data-value="map/api/services/styles"><a href="map/api/services/styles/index.html">map/api/services/styles</a></td>
|
|
428
|
+
<td data-value="100" class="pic high">
|
|
429
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
430
|
+
</td>
|
|
431
|
+
<td data-value="100" class="pct high">100%</td>
|
|
432
|
+
<td data-value="37" class="abs high">37/37</td>
|
|
433
|
+
<td data-value="100" class="pct high">100%</td>
|
|
434
|
+
<td data-value="1" class="abs high">1/1</td>
|
|
435
|
+
<td data-value="100" class="pct high">100%</td>
|
|
436
|
+
<td data-value="0" class="abs high">0/0</td>
|
|
437
|
+
<td data-value="100" class="pct high">100%</td>
|
|
438
|
+
<td data-value="37" class="abs high">37/37</td>
|
|
424
439
|
</tr>
|
|
425
440
|
|
|
426
441
|
<tr>
|
|
427
442
|
<td class="file low" data-value="map/common"><a href="map/common/index.html">map/common</a></td>
|
|
428
|
-
<td data-value="
|
|
429
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
443
|
+
<td data-value="48.12" class="pic low">
|
|
444
|
+
<div class="chart"><div class="cover-fill" style="width: 48%"></div><div class="cover-empty" style="width: 52%"></div></div>
|
|
430
445
|
</td>
|
|
431
|
-
<td data-value="
|
|
432
|
-
<td data-value="
|
|
433
|
-
<td data-value="
|
|
434
|
-
<td data-value="
|
|
435
|
-
<td data-value="
|
|
436
|
-
<td data-value="
|
|
437
|
-
<td data-value="
|
|
438
|
-
<td data-value="
|
|
446
|
+
<td data-value="48.12" class="pct low">48.12%</td>
|
|
447
|
+
<td data-value="2714" class="abs low">1306/2714</td>
|
|
448
|
+
<td data-value="58.42" class="pct medium">58.42%</td>
|
|
449
|
+
<td data-value="178" class="abs medium">104/178</td>
|
|
450
|
+
<td data-value="39.37" class="pct low">39.37%</td>
|
|
451
|
+
<td data-value="160" class="abs low">63/160</td>
|
|
452
|
+
<td data-value="48.12" class="pct low">48.12%</td>
|
|
453
|
+
<td data-value="2714" class="abs low">1306/2714</td>
|
|
439
454
|
</tr>
|
|
440
455
|
|
|
441
456
|
</tbody>
|
|
@@ -446,7 +461,7 @@
|
|
|
446
461
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
447
462
|
Code coverage generated by
|
|
448
463
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
449
|
-
at 2025-
|
|
464
|
+
at 2025-07-24T10:00:20.508Z
|
|
450
465
|
</div>
|
|
451
466
|
<script src="prettify.js"></script>
|
|
452
467
|
<script>
|