@budibase/server 1.0.123-alpha.0 → 1.0.123
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/builder/assets/index.68a7f4e3.css +6 -0
- package/builder/assets/index.8d4a5b33.js +1291 -0
- package/builder/assets/{vendor.5240f480.js → vendor.8e34a169.js} +1 -1
- package/builder/index.html +3 -3
- package/coverage/clover.xml +1763 -758
- package/coverage/coverage-final.json +43 -28
- package/coverage/lcov-report/api/controllers/analytics.js.html +3 -8
- package/coverage/lcov-report/api/controllers/apikeys.js.html +4 -9
- package/coverage/lcov-report/api/controllers/application.js.html +1436 -0
- package/coverage/lcov-report/api/controllers/auth.js.html +3 -8
- package/coverage/lcov-report/api/controllers/automation.js.html +3 -8
- package/coverage/lcov-report/api/controllers/backup.js.html +3 -8
- package/coverage/lcov-report/api/controllers/cloud.js.html +3 -8
- package/coverage/lcov-report/api/controllers/component.js.html +3 -8
- package/coverage/lcov-report/api/controllers/datasource.js.html +6 -11
- package/coverage/lcov-report/api/controllers/dev.js.html +3 -8
- package/coverage/lcov-report/api/controllers/index.html +26 -16
- package/coverage/lcov-report/api/controllers/integration.js.html +3 -8
- package/coverage/lcov-report/api/controllers/layout.js.html +3 -8
- package/coverage/lcov-report/api/controllers/metadata.js.html +3 -8
- package/coverage/lcov-report/api/controllers/migrations.js.html +3 -8
- package/coverage/lcov-report/api/controllers/permission.js.html +3 -8
- package/coverage/lcov-report/api/controllers/query/index.html +26 -16
- package/coverage/lcov-report/api/controllers/query/index.js.html +713 -0
- package/coverage/lcov-report/api/controllers/query/validation.js.html +3 -8
- package/coverage/lcov-report/api/controllers/role.js.html +5 -10
- package/coverage/lcov-report/api/controllers/routing.js.html +4 -9
- package/coverage/lcov-report/api/controllers/row/external.js.html +3 -8
- package/coverage/lcov-report/api/controllers/row/index.html +35 -25
- package/coverage/lcov-report/api/controllers/row/index.js.html +524 -0
- package/coverage/lcov-report/api/controllers/row/internal.js.html +24 -32
- package/coverage/lcov-report/api/controllers/row/internalSearch.js.html +16 -21
- package/coverage/lcov-report/api/controllers/row/staticFormula.js.html +19 -24
- package/coverage/lcov-report/api/controllers/row/utils.js.html +19 -33
- package/coverage/lcov-report/api/controllers/screen.js.html +4 -9
- package/coverage/lcov-report/api/controllers/script.js.html +3 -8
- package/coverage/lcov-report/api/controllers/table/bulkFormula.js.html +50 -55
- package/coverage/lcov-report/api/controllers/table/external.js.html +3 -8
- package/coverage/lcov-report/api/controllers/table/index.html +44 -19
- package/coverage/lcov-report/api/controllers/table/index.js.html +15 -20
- package/coverage/lcov-report/api/controllers/table/internal.js.html +620 -0
- package/coverage/lcov-report/api/controllers/table/utils.js.html +1331 -0
- package/coverage/lcov-report/api/controllers/templates.js.html +3 -8
- package/coverage/lcov-report/api/controllers/user.js.html +3 -8
- package/coverage/lcov-report/api/controllers/view/exporters.js.html +3 -8
- package/coverage/lcov-report/api/controllers/view/index.html +3 -8
- package/coverage/lcov-report/api/controllers/view/index.js.html +5 -10
- package/coverage/lcov-report/api/controllers/view/utils.js.html +3 -8
- package/coverage/lcov-report/api/controllers/view/viewBuilder.js.html +3 -8
- package/coverage/lcov-report/api/controllers/webhook.js.html +5 -10
- package/coverage/lcov-report/api/index.html +13 -18
- package/coverage/lcov-report/api/index.js.html +8 -28
- package/coverage/lcov-report/api/routes/analytics.js.html +3 -8
- package/coverage/lcov-report/api/routes/apikeys.js.html +3 -8
- package/coverage/lcov-report/api/routes/application.js.html +179 -0
- package/coverage/lcov-report/api/routes/auth.js.html +3 -8
- package/coverage/lcov-report/api/routes/automation.js.html +3 -8
- package/coverage/lcov-report/api/routes/backup.js.html +3 -8
- package/coverage/lcov-report/api/routes/cloud.js.html +3 -8
- package/coverage/lcov-report/api/routes/component.js.html +3 -8
- package/coverage/lcov-report/api/routes/datasource.js.html +3 -8
- package/coverage/lcov-report/api/routes/deploy.js.html +3 -8
- package/coverage/lcov-report/api/routes/dev.js.html +4 -9
- package/coverage/lcov-report/api/routes/index.html +68 -13
- package/coverage/lcov-report/api/routes/index.js.html +266 -0
- package/coverage/lcov-report/api/routes/integration.js.html +3 -8
- package/coverage/lcov-report/api/routes/layout.js.html +3 -8
- package/coverage/lcov-report/api/routes/metadata.js.html +3 -8
- package/coverage/lcov-report/api/routes/migrations.js.html +3 -8
- package/coverage/lcov-report/api/routes/permission.js.html +3 -8
- package/coverage/lcov-report/api/routes/query.js.html +3 -8
- package/coverage/lcov-report/api/routes/role.js.html +3 -8
- package/coverage/lcov-report/api/routes/routing.js.html +3 -8
- package/coverage/lcov-report/api/routes/row.js.html +908 -0
- package/coverage/lcov-report/api/routes/screen.js.html +3 -8
- package/coverage/lcov-report/api/routes/script.js.html +3 -8
- package/coverage/lcov-report/{automations/steps/loop.js.html → api/routes/static.js.html} +80 -70
- package/coverage/lcov-report/api/routes/table.js.html +3 -8
- package/coverage/lcov-report/api/routes/templates.js.html +3 -8
- package/coverage/lcov-report/api/routes/user.js.html +3 -8
- package/coverage/lcov-report/api/routes/utils/index.html +3 -8
- package/coverage/lcov-report/api/routes/utils/validators.js.html +3 -8
- package/coverage/lcov-report/api/routes/view.js.html +3 -8
- package/coverage/lcov-report/api/routes/webhook.js.html +3 -8
- package/coverage/lcov-report/automations/actions.js.html +7 -21
- package/coverage/lcov-report/automations/automationUtils.js.html +23 -64
- package/coverage/lcov-report/automations/bullboard.js.html +3 -8
- package/coverage/lcov-report/automations/index.html +37 -27
- package/coverage/lcov-report/automations/index.js.html +3 -8
- package/coverage/lcov-report/automations/steps/bash.js.html +3 -8
- package/coverage/lcov-report/automations/steps/createRow.js.html +380 -0
- package/coverage/lcov-report/automations/steps/delay.js.html +3 -8
- package/coverage/lcov-report/automations/steps/deleteRow.js.html +347 -0
- package/coverage/lcov-report/automations/steps/discord.js.html +3 -8
- package/coverage/lcov-report/automations/steps/executeQuery.js.html +3 -8
- package/coverage/lcov-report/automations/steps/executeScript.js.html +3 -8
- package/coverage/lcov-report/automations/steps/filter.js.html +3 -8
- package/coverage/lcov-report/automations/steps/index.html +41 -31
- package/coverage/lcov-report/automations/steps/integromat.js.html +3 -8
- package/coverage/lcov-report/automations/steps/outgoingWebhook.js.html +4 -9
- package/coverage/lcov-report/automations/steps/queryRows.js.html +4 -9
- package/coverage/lcov-report/automations/steps/sendSmtpEmail.js.html +3 -8
- package/coverage/lcov-report/automations/steps/serverLog.js.html +3 -8
- package/coverage/lcov-report/automations/steps/slack.js.html +3 -8
- package/coverage/lcov-report/automations/steps/updateRow.js.html +3 -8
- package/coverage/lcov-report/automations/steps/utils.js.html +9 -14
- package/coverage/lcov-report/automations/steps/zapier.js.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/app.js.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/cron.js.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/index.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/index.js.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/rowDeleted.js.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/rowSaved.js.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/rowUpdated.js.html +3 -8
- package/coverage/lcov-report/automations/triggerInfo/webhook.js.html +3 -8
- package/coverage/lcov-report/automations/triggers.js.html +11 -16
- package/coverage/lcov-report/automations/utils.js.html +665 -0
- package/coverage/lcov-report/block-navigation.js +0 -8
- package/coverage/lcov-report/constants/index.html +3 -8
- package/coverage/lcov-report/constants/index.js.html +42 -41
- package/coverage/lcov-report/constants/layouts.js.html +3 -8
- package/coverage/lcov-report/constants/screens.js.html +3 -8
- package/coverage/lcov-report/db/inMemoryView.js.html +3 -8
- package/coverage/lcov-report/db/index.html +3 -8
- package/coverage/lcov-report/db/index.js.html +4 -9
- package/coverage/lcov-report/db/linkedRows/LinkController.js.html +23 -25
- package/coverage/lcov-report/db/linkedRows/index.html +12 -17
- package/coverage/lcov-report/db/linkedRows/index.js.html +17 -22
- package/coverage/lcov-report/db/linkedRows/linkUtils.js.html +7 -12
- package/coverage/lcov-report/db/newid.js.html +6 -11
- package/coverage/lcov-report/db/utils.js.html +79 -84
- package/coverage/lcov-report/events/AutomationEmitter.js.html +9 -14
- package/coverage/lcov-report/events/index.html +3 -8
- package/coverage/lcov-report/events/index.js.html +4 -9
- package/coverage/lcov-report/events/utils.js.html +13 -18
- package/coverage/lcov-report/index.html +132 -137
- package/coverage/lcov-report/integrations/tests/TestConfiguration.js.html +3 -8
- package/coverage/lcov-report/integrations/tests/index.html +3 -8
- package/coverage/lcov-report/middleware/appInfo.js.html +3 -8
- package/coverage/lcov-report/middleware/authorized.js.html +458 -0
- package/coverage/lcov-report/middleware/builder.js.html +3 -8
- package/coverage/lcov-report/middleware/currentapp.js.html +15 -65
- package/coverage/lcov-report/middleware/index.html +50 -25
- package/coverage/lcov-report/middleware/joi-validator.js.html +4 -9
- package/coverage/lcov-report/middleware/publicApi.js.html +3 -8
- package/coverage/lcov-report/middleware/resourceId.js.html +3 -8
- package/coverage/lcov-report/middleware/selfhost.js.html +4 -9
- package/coverage/lcov-report/middleware/usageQuota.js.html +572 -0
- package/coverage/lcov-report/middleware/utils.js.html +3 -8
- package/coverage/lcov-report/sorter.js +0 -26
- package/coverage/lcov-report/threads/automation.js.html +90 -581
- package/coverage/lcov-report/threads/index.html +40 -30
- package/coverage/lcov-report/threads/index.js.html +296 -0
- package/coverage/lcov-report/threads/query.js.html +4 -9
- package/coverage/lcov-report/threads/utils.js.html +9 -17
- package/coverage/lcov-report/utilities/bcrypt.js.html +3 -8
- package/coverage/lcov-report/utilities/budibaseDir.js.html +3 -8
- package/coverage/lcov-report/utilities/centralPath.js.html +3 -8
- package/coverage/lcov-report/utilities/csvParser.js.html +5 -10
- package/coverage/lcov-report/utilities/global.js.html +4 -9
- package/coverage/lcov-report/utilities/index.html +3 -8
- package/coverage/lcov-report/utilities/index.js.html +6 -11
- package/coverage/lcov-report/utilities/queue/inMemoryQueue.js.html +9 -32
- package/coverage/lcov-report/utilities/queue/index.html +7 -12
- package/coverage/lcov-report/utilities/routing/index.html +3 -8
- package/coverage/lcov-report/utilities/routing/index.js.html +3 -8
- package/coverage/lcov-report/utilities/rowProcessor/index.html +27 -32
- package/coverage/lcov-report/utilities/rowProcessor/index.js.html +71 -67
- package/coverage/lcov-report/utilities/rowProcessor/utils.js.html +106 -27
- package/coverage/lcov-report/utilities/scriptRunner.js.html +3 -8
- package/coverage/lcov-report/utilities/security.js.html +4 -9
- package/coverage/lcov-report/utilities/statusCodes.js.html +3 -8
- package/coverage/lcov-report/utilities/usageQuota/index.html +34 -24
- package/coverage/lcov-report/utilities/usageQuota/index.js.html +359 -0
- package/coverage/lcov-report/utilities/usageQuota/rows.js.html +39 -44
- package/coverage/lcov-report/utilities/usageQuota/usageQuoteReset.js.html +3 -8
- package/coverage/lcov-report/utilities/users.js.html +3 -8
- package/coverage/lcov-report/utilities/workerRequests.js.html +4 -9
- package/coverage/lcov.info +3061 -1290
- package/dist/api/controllers/application.js +73 -145
- package/dist/api/controllers/deploy/index.js +36 -68
- package/dist/api/controllers/public/applications.js +9 -29
- package/dist/api/controllers/public/queries.js +7 -27
- package/dist/api/controllers/public/rows.js +12 -32
- package/dist/api/controllers/public/tables.js +2 -2
- package/dist/api/controllers/public/users.js +8 -8
- package/dist/api/controllers/public/utils.js +1 -1
- package/dist/api/controllers/query/import/index.js +3 -3
- package/dist/api/controllers/query/index.js +44 -57
- package/dist/api/controllers/row/ExternalRequest.js +27 -27
- package/dist/api/controllers/row/index.js +60 -83
- package/dist/api/controllers/row/internal.js +1 -2
- package/dist/api/controllers/row/utils.js +1 -2
- package/dist/api/controllers/static/templates/BudibaseApp.svelte +0 -3
- package/dist/api/controllers/table/bulkFormula.js +1 -2
- package/dist/api/controllers/table/internal.js +55 -40
- package/dist/api/controllers/table/utils.js +229 -271
- package/dist/api/index.js +0 -5
- package/dist/api/routes/application.js +13 -39
- package/dist/api/routes/index.js +56 -61
- package/dist/api/routes/public/index.js +9 -6
- package/dist/api/routes/public/queries.js +1 -1
- package/dist/api/routes/public/rows.js +1 -1
- package/dist/api/routes/public/tables.js +3 -3
- package/dist/api/routes/public/users.js +1 -1
- package/dist/api/routes/row.js +17 -43
- package/dist/api/routes/static.js +13 -40
- package/dist/api/routes/tests/utilities/TestFunctions.js +33 -75
- package/dist/app.js +4 -8
- package/dist/automations/actions.js +0 -3
- package/dist/automations/automationUtils.js +0 -10
- package/dist/automations/steps/createRow.js +12 -12
- package/dist/automations/steps/deleteRow.js +16 -13
- package/dist/automations/tests/utilities/index.js +11 -13
- package/dist/automations/utils.js +133 -187
- package/dist/constants/index.js +7 -5
- package/dist/db/linkedRows/LinkController.js +1 -0
- package/dist/definitions/datasource.js +0 -1
- package/dist/environment.js +3 -2
- package/dist/index.js +0 -4
- package/dist/integrations/base/sql.js +2 -2
- package/dist/integrations/base/sqlTable.js +2 -2
- package/dist/integrations/googlesheets.js +1 -1
- package/dist/integrations/index.js +0 -4
- package/dist/integrations/microsoftSqlServer.js +8 -8
- package/dist/integrations/mysql.js +9 -9
- package/dist/integrations/oracle.js +7 -7
- package/dist/integrations/postgres.js +7 -7
- package/dist/integrations/queries/sql.js +2 -2
- package/dist/integrations/rest.js +1 -1
- package/dist/middleware/authorized.js +51 -51
- package/dist/middleware/currentapp.js +1 -15
- package/dist/middleware/usageQuota.js +154 -0
- package/dist/migrations/functions/appUrls.js +1 -1
- package/dist/migrations/functions/quotas1.js +2 -6
- package/dist/migrations/functions/usageQuotas/index.js +4 -0
- package/dist/migrations/functions/usageQuotas/syncApps.js +7 -4
- package/dist/migrations/functions/usageQuotas/syncRows.js +8 -5
- package/dist/migrations/index.js +1 -17
- package/dist/package.json +4 -10
- package/dist/threads/automation.js +27 -149
- package/dist/threads/index.js +10 -36
- package/dist/threads/utils.js +0 -1
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/dist/utilities/queue/inMemoryQueue.js +1 -6
- package/dist/utilities/rowProcessor/index.js +11 -6
- package/dist/utilities/rowProcessor/utils.js +27 -1
- package/dist/utilities/usageQuota/index.js +86 -0
- package/nodemon.json +1 -1
- package/package.json +9 -15
- package/scripts/dev/manage.js +0 -2
- package/src/api/controllers/{application.ts → application.js} +51 -118
- package/src/api/controllers/deploy/{index.ts → index.js} +29 -53
- package/src/api/controllers/public/applications.ts +2 -2
- package/src/api/controllers/public/queries.ts +1 -1
- package/src/api/controllers/public/rows.ts +1 -1
- package/src/api/controllers/query/{index.ts → index.js} +48 -51
- package/src/api/controllers/row/ExternalRequest.ts +1 -1
- package/src/api/controllers/row/{index.ts → index.js} +17 -24
- package/src/api/controllers/row/internal.js +1 -2
- package/src/api/controllers/row/utils.js +1 -4
- package/src/api/controllers/static/templates/BudibaseApp.svelte +0 -3
- package/src/api/controllers/table/bulkFormula.js +1 -1
- package/src/api/controllers/table/{internal.ts → internal.js} +48 -27
- package/src/api/controllers/table/{utils.ts → utils.js} +69 -86
- package/src/api/index.js +0 -5
- package/src/api/routes/{application.ts → application.js} +14 -8
- package/src/api/routes/index.js +62 -0
- package/src/api/routes/public/index.ts +4 -1
- package/src/api/routes/{row.ts → row.js} +15 -7
- package/src/api/routes/{static.ts → static.js} +11 -11
- package/src/api/routes/tests/misc.spec.js +37 -39
- package/src/api/routes/tests/routing.spec.js +0 -1
- package/src/api/routes/tests/utilities/{TestFunctions.ts → TestFunctions.js} +33 -57
- package/src/app.ts +2 -1
- package/src/automations/actions.js +0 -3
- package/src/automations/automationUtils.js +0 -12
- package/src/automations/steps/{createRow.ts → createRow.js} +15 -9
- package/src/automations/steps/{deleteRow.ts → deleteRow.js} +16 -10
- package/src/automations/tests/automation.spec.js +1 -0
- package/src/automations/tests/{createRow.spec.ts → createRow.spec.js} +15 -4
- package/src/automations/tests/{deleteRow.spec.ts → deleteRow.spec.js} +5 -3
- package/src/automations/tests/utilities/index.js +10 -12
- package/src/automations/{utils.ts → utils.js} +28 -39
- package/src/constants/index.js +8 -6
- package/src/db/linkedRows/LinkController.js +1 -0
- package/src/definitions/datasource.ts +0 -1
- package/src/environment.js +3 -2
- package/src/index.ts +0 -3
- package/src/integrations/index.ts +0 -4
- package/src/middleware/{authorized.ts → authorized.js} +14 -20
- package/src/middleware/currentapp.js +1 -16
- package/src/middleware/tests/usageQuota.spec.js +120 -0
- package/src/middleware/usageQuota.js +164 -0
- package/src/migrations/functions/tests/quotas1.spec.js +2 -0
- package/src/migrations/functions/usageQuotas/index.ts +5 -0
- package/src/migrations/functions/usageQuotas/syncApps.ts +6 -3
- package/src/migrations/functions/usageQuotas/syncRows.ts +6 -3
- package/src/migrations/functions/usageQuotas/tests/syncApps.spec.js +41 -0
- package/src/migrations/functions/usageQuotas/tests/syncRows.spec.js +45 -0
- package/src/migrations/index.ts +1 -13
- package/src/threads/automation.js +34 -196
- package/src/threads/{index.ts → index.js} +14 -18
- package/src/threads/utils.js +0 -1
- package/src/utilities/queue/inMemoryQueue.js +1 -7
- package/src/utilities/rowProcessor/index.js +12 -9
- package/src/utilities/rowProcessor/utils.js +29 -1
- package/src/utilities/tests/usageQuota/usageQuota.spec.js +72 -0
- package/src/utilities/usageQuota/index.js +93 -0
- package/tsconfig.json +2 -2
- package/builder/assets/index.89795487.css +0 -6
- package/builder/assets/index.be9a1b80.js +0 -1299
- package/dist/automations/steps/loop.js +0 -51
- package/dist/integrations/redis.js +0 -158
- package/dist/migrations/functions/developerQuota.js +0 -49
- package/dist/migrations/functions/publishedAppsQuota.js +0 -47
- package/dist/migrations/functions/usageQuotas/syncDevelopers.js +0 -24
- package/dist/migrations/functions/usageQuotas/syncPublishedApps.js +0 -26
- package/dist/tsconfig.build.tsbuildinfo +0 -1
- package/src/api/routes/index.ts +0 -60
- package/src/automations/steps/loop.js +0 -50
- package/src/integrations/redis.ts +0 -152
- package/src/integrations/tests/redis.spec.js +0 -60
- package/src/migrations/functions/developerQuota.ts +0 -15
- package/src/migrations/functions/publishedAppsQuota.ts +0 -13
- package/src/migrations/functions/usageQuotas/syncDevelopers.ts +0 -19
- package/src/migrations/functions/usageQuotas/syncPublishedApps.ts +0 -21
- package/src/migrations/functions/usageQuotas/tests/syncApps.spec.ts +0 -34
- package/src/migrations/functions/usageQuotas/tests/syncRows.spec.ts +0 -40
- package/tsconfig.build.json +0 -10
|
@@ -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">73.81% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>3797/5144</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">54.79% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>1149/2097</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">71.77% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>529/737</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">74.08% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>3748/5059</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -54,12 +54,6 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
-
<template id="filterTemplate">
|
|
58
|
-
<div class="quiet">
|
|
59
|
-
Filter:
|
|
60
|
-
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
-
</div>
|
|
62
|
-
</template>
|
|
63
57
|
</div>
|
|
64
58
|
<div class='status-line medium'></div>
|
|
65
59
|
<div class="pad1">
|
|
@@ -80,77 +74,77 @@
|
|
|
80
74
|
</thead>
|
|
81
75
|
<tbody><tr>
|
|
82
76
|
<td class="file high" data-value="api"><a href="api/index.html">api</a></td>
|
|
83
|
-
<td data-value="
|
|
84
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
77
|
+
<td data-value="93.75" class="pic high">
|
|
78
|
+
<div class="chart"><div class="cover-fill" style="width: 93%"></div><div class="cover-empty" style="width: 7%"></div></div>
|
|
85
79
|
</td>
|
|
86
|
-
<td data-value="
|
|
87
|
-
<td data-value="
|
|
80
|
+
<td data-value="93.75" class="pct high">93.75%</td>
|
|
81
|
+
<td data-value="32" class="abs high">30/32</td>
|
|
88
82
|
<td data-value="40" class="pct low">40%</td>
|
|
89
83
|
<td data-value="5" class="abs low">2/5</td>
|
|
90
84
|
<td data-value="100" class="pct high">100%</td>
|
|
91
85
|
<td data-value="4" class="abs high">4/4</td>
|
|
92
|
-
<td data-value="93.
|
|
93
|
-
<td data-value="
|
|
86
|
+
<td data-value="93.33" class="pct high">93.33%</td>
|
|
87
|
+
<td data-value="30" class="abs high">28/30</td>
|
|
94
88
|
</tr>
|
|
95
89
|
|
|
96
90
|
<tr>
|
|
97
91
|
<td class="file medium" data-value="api/controllers"><a href="api/controllers/index.html">api/controllers</a></td>
|
|
98
|
-
<td data-value="
|
|
99
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
92
|
+
<td data-value="70.71" class="pic medium">
|
|
93
|
+
<div class="chart"><div class="cover-fill" style="width: 70%"></div><div class="cover-empty" style="width: 30%"></div></div>
|
|
100
94
|
</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="
|
|
107
|
-
<td data-value="
|
|
108
|
-
<td data-value="
|
|
95
|
+
<td data-value="70.71" class="pct medium">70.71%</td>
|
|
96
|
+
<td data-value="1127" class="abs medium">797/1127</td>
|
|
97
|
+
<td data-value="46.73" class="pct low">46.73%</td>
|
|
98
|
+
<td data-value="368" class="abs low">172/368</td>
|
|
99
|
+
<td data-value="69.23" class="pct medium">69.23%</td>
|
|
100
|
+
<td data-value="156" class="abs medium">108/156</td>
|
|
101
|
+
<td data-value="70.74" class="pct medium">70.74%</td>
|
|
102
|
+
<td data-value="1111" class="abs medium">786/1111</td>
|
|
109
103
|
</tr>
|
|
110
104
|
|
|
111
105
|
<tr>
|
|
112
106
|
<td class="file high" data-value="api/controllers/query"><a href="api/controllers/query/index.html">api/controllers/query</a></td>
|
|
113
|
-
<td data-value="
|
|
114
|
-
<div class="chart"><div class="cover-fill
|
|
107
|
+
<td data-value="81.9" class="pic high">
|
|
108
|
+
<div class="chart"><div class="cover-fill" style="width: 81%"></div><div class="cover-empty" style="width: 19%"></div></div>
|
|
115
109
|
</td>
|
|
116
|
-
<td data-value="
|
|
117
|
-
<td data-value="
|
|
118
|
-
<td data-value="
|
|
119
|
-
<td data-value="
|
|
120
|
-
<td data-value="
|
|
121
|
-
<td data-value="
|
|
122
|
-
<td data-value="
|
|
123
|
-
<td data-value="
|
|
110
|
+
<td data-value="81.9" class="pct high">81.9%</td>
|
|
111
|
+
<td data-value="105" class="abs high">86/105</td>
|
|
112
|
+
<td data-value="65.51" class="pct medium">65.51%</td>
|
|
113
|
+
<td data-value="29" class="abs medium">19/29</td>
|
|
114
|
+
<td data-value="88.23" class="pct high">88.23%</td>
|
|
115
|
+
<td data-value="17" class="abs high">15/17</td>
|
|
116
|
+
<td data-value="81.73" class="pct high">81.73%</td>
|
|
117
|
+
<td data-value="104" class="abs high">85/104</td>
|
|
124
118
|
</tr>
|
|
125
119
|
|
|
126
120
|
<tr>
|
|
127
121
|
<td class="file medium" data-value="api/controllers/row"><a href="api/controllers/row/index.html">api/controllers/row</a></td>
|
|
128
|
-
<td data-value="
|
|
129
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
122
|
+
<td data-value="61.79" class="pic medium">
|
|
123
|
+
<div class="chart"><div class="cover-fill" style="width: 61%"></div><div class="cover-empty" style="width: 39%"></div></div>
|
|
130
124
|
</td>
|
|
131
|
-
<td data-value="
|
|
132
|
-
<td data-value="
|
|
133
|
-
<td data-value="
|
|
134
|
-
<td data-value="
|
|
135
|
-
<td data-value="
|
|
136
|
-
<td data-value="
|
|
137
|
-
<td data-value="
|
|
138
|
-
<td data-value="
|
|
125
|
+
<td data-value="61.79" class="pct medium">61.79%</td>
|
|
126
|
+
<td data-value="691" class="abs medium">427/691</td>
|
|
127
|
+
<td data-value="42.61" class="pct low">42.61%</td>
|
|
128
|
+
<td data-value="298" class="abs low">127/298</td>
|
|
129
|
+
<td data-value="58.16" class="pct medium">58.16%</td>
|
|
130
|
+
<td data-value="98" class="abs medium">57/98</td>
|
|
131
|
+
<td data-value="61.94" class="pct medium">61.94%</td>
|
|
132
|
+
<td data-value="678" class="abs medium">420/678</td>
|
|
139
133
|
</tr>
|
|
140
134
|
|
|
141
135
|
<tr>
|
|
142
|
-
<td class="file
|
|
143
|
-
<td data-value="
|
|
144
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
136
|
+
<td class="file medium" data-value="api/controllers/table"><a href="api/controllers/table/index.html">api/controllers/table</a></td>
|
|
137
|
+
<td data-value="53.58" class="pic medium">
|
|
138
|
+
<div class="chart"><div class="cover-fill" style="width: 53%"></div><div class="cover-empty" style="width: 47%"></div></div>
|
|
145
139
|
</td>
|
|
146
|
-
<td data-value="
|
|
147
|
-
<td data-value="
|
|
148
|
-
<td data-value="
|
|
149
|
-
<td data-value="
|
|
150
|
-
<td data-value="
|
|
151
|
-
<td data-value="
|
|
152
|
-
<td data-value="
|
|
153
|
-
<td data-value="
|
|
140
|
+
<td data-value="53.58" class="pct medium">53.58%</td>
|
|
141
|
+
<td data-value="558" class="abs medium">299/558</td>
|
|
142
|
+
<td data-value="37.24" class="pct low">37.24%</td>
|
|
143
|
+
<td data-value="298" class="abs low">111/298</td>
|
|
144
|
+
<td data-value="53.16" class="pct medium">53.16%</td>
|
|
145
|
+
<td data-value="79" class="abs medium">42/79</td>
|
|
146
|
+
<td data-value="53.94" class="pct medium">53.94%</td>
|
|
147
|
+
<td data-value="545" class="abs medium">294/545</td>
|
|
154
148
|
</tr>
|
|
155
149
|
|
|
156
150
|
<tr>
|
|
@@ -170,17 +164,17 @@
|
|
|
170
164
|
|
|
171
165
|
<tr>
|
|
172
166
|
<td class="file high" data-value="api/routes"><a href="api/routes/index.html">api/routes</a></td>
|
|
173
|
-
<td data-value="
|
|
174
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
167
|
+
<td data-value="97.21" class="pic high">
|
|
168
|
+
<div class="chart"><div class="cover-fill" style="width: 97%"></div><div class="cover-empty" style="width: 3%"></div></div>
|
|
175
169
|
</td>
|
|
176
|
-
<td data-value="
|
|
177
|
-
<td data-value="
|
|
170
|
+
<td data-value="97.21" class="pct high">97.21%</td>
|
|
171
|
+
<td data-value="251" class="abs high">244/251</td>
|
|
178
172
|
<td data-value="50" class="pct medium">50%</td>
|
|
179
|
-
<td data-value="
|
|
173
|
+
<td data-value="6" class="abs medium">3/6</td>
|
|
180
174
|
<td data-value="100" class="pct high">100%</td>
|
|
181
175
|
<td data-value="1" class="abs high">1/1</td>
|
|
182
|
-
<td data-value="
|
|
183
|
-
<td data-value="
|
|
176
|
+
<td data-value="97.21" class="pct high">97.21%</td>
|
|
177
|
+
<td data-value="251" class="abs high">244/251</td>
|
|
184
178
|
</tr>
|
|
185
179
|
|
|
186
180
|
<tr>
|
|
@@ -200,32 +194,32 @@
|
|
|
200
194
|
|
|
201
195
|
<tr>
|
|
202
196
|
<td class="file high" data-value="automations"><a href="automations/index.html">automations</a></td>
|
|
203
|
-
<td data-value="
|
|
204
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
197
|
+
<td data-value="84.18" class="pic high">
|
|
198
|
+
<div class="chart"><div class="cover-fill" style="width: 84%"></div><div class="cover-empty" style="width: 16%"></div></div>
|
|
205
199
|
</td>
|
|
206
|
-
<td data-value="
|
|
207
|
-
<td data-value="
|
|
208
|
-
<td data-value="
|
|
209
|
-
<td data-value="
|
|
210
|
-
<td data-value="
|
|
211
|
-
<td data-value="
|
|
212
|
-
<td data-value="
|
|
213
|
-
<td data-value="
|
|
200
|
+
<td data-value="84.18" class="pct high">84.18%</td>
|
|
201
|
+
<td data-value="215" class="abs high">181/215</td>
|
|
202
|
+
<td data-value="80.2" class="pct high">80.2%</td>
|
|
203
|
+
<td data-value="96" class="abs high">77/96</td>
|
|
204
|
+
<td data-value="78.57" class="pct medium">78.57%</td>
|
|
205
|
+
<td data-value="28" class="abs medium">22/28</td>
|
|
206
|
+
<td data-value="84.18" class="pct high">84.18%</td>
|
|
207
|
+
<td data-value="215" class="abs high">181/215</td>
|
|
214
208
|
</tr>
|
|
215
209
|
|
|
216
210
|
<tr>
|
|
217
211
|
<td class="file medium" data-value="automations/steps"><a href="automations/steps/index.html">automations/steps</a></td>
|
|
218
|
-
<td data-value="
|
|
219
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
212
|
+
<td data-value="73.75" class="pic medium">
|
|
213
|
+
<div class="chart"><div class="cover-fill" style="width: 73%"></div><div class="cover-empty" style="width: 27%"></div></div>
|
|
220
214
|
</td>
|
|
221
|
-
<td data-value="
|
|
222
|
-
<td data-value="
|
|
223
|
-
<td data-value="
|
|
224
|
-
<td data-value="
|
|
225
|
-
<td data-value="
|
|
226
|
-
<td data-value="
|
|
227
|
-
<td data-value="
|
|
228
|
-
<td data-value="
|
|
215
|
+
<td data-value="73.75" class="pct medium">73.75%</td>
|
|
216
|
+
<td data-value="240" class="abs medium">177/240</td>
|
|
217
|
+
<td data-value="68.18" class="pct medium">68.18%</td>
|
|
218
|
+
<td data-value="88" class="abs medium">60/88</td>
|
|
219
|
+
<td data-value="55" class="pct medium">55%</td>
|
|
220
|
+
<td data-value="20" class="abs medium">11/20</td>
|
|
221
|
+
<td data-value="73.75" class="pct medium">73.75%</td>
|
|
222
|
+
<td data-value="240" class="abs medium">177/240</td>
|
|
229
223
|
</tr>
|
|
230
224
|
|
|
231
225
|
<tr>
|
|
@@ -275,17 +269,17 @@
|
|
|
275
269
|
|
|
276
270
|
<tr>
|
|
277
271
|
<td class="file high" data-value="db/linkedRows"><a href="db/linkedRows/index.html">db/linkedRows</a></td>
|
|
278
|
-
<td data-value="95.
|
|
272
|
+
<td data-value="95.76" class="pic high">
|
|
279
273
|
<div class="chart"><div class="cover-fill" style="width: 95%"></div><div class="cover-empty" style="width: 5%"></div></div>
|
|
280
274
|
</td>
|
|
281
|
-
<td data-value="95.
|
|
282
|
-
<td data-value="
|
|
275
|
+
<td data-value="95.76" class="pct high">95.76%</td>
|
|
276
|
+
<td data-value="307" class="abs high">294/307</td>
|
|
283
277
|
<td data-value="84.32" class="pct high">84.32%</td>
|
|
284
278
|
<td data-value="134" class="abs high">113/134</td>
|
|
285
279
|
<td data-value="95" class="pct high">95%</td>
|
|
286
280
|
<td data-value="60" class="abs high">57/60</td>
|
|
287
|
-
<td data-value="95.
|
|
288
|
-
<td data-value="
|
|
281
|
+
<td data-value="95.94" class="pct high">95.94%</td>
|
|
282
|
+
<td data-value="296" class="abs high">284/296</td>
|
|
289
283
|
</tr>
|
|
290
284
|
|
|
291
285
|
<tr>
|
|
@@ -320,32 +314,32 @@
|
|
|
320
314
|
|
|
321
315
|
<tr>
|
|
322
316
|
<td class="file high" data-value="middleware"><a href="middleware/index.html">middleware</a></td>
|
|
323
|
-
<td data-value="
|
|
324
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
317
|
+
<td data-value="81.25" class="pic high">
|
|
318
|
+
<div class="chart"><div class="cover-fill" style="width: 81%"></div><div class="cover-empty" style="width: 19%"></div></div>
|
|
325
319
|
</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="
|
|
320
|
+
<td data-value="81.25" class="pct high">81.25%</td>
|
|
321
|
+
<td data-value="288" class="abs high">234/288</td>
|
|
322
|
+
<td data-value="70.44" class="pct medium">70.44%</td>
|
|
323
|
+
<td data-value="203" class="abs medium">143/203</td>
|
|
324
|
+
<td data-value="87.17" class="pct high">87.17%</td>
|
|
325
|
+
<td data-value="39" class="abs high">34/39</td>
|
|
326
|
+
<td data-value="82.1" class="pct high">82.1%</td>
|
|
327
|
+
<td data-value="285" class="abs high">234/285</td>
|
|
334
328
|
</tr>
|
|
335
329
|
|
|
336
330
|
<tr>
|
|
337
|
-
<td class="file
|
|
338
|
-
<td data-value="
|
|
339
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
331
|
+
<td class="file high" data-value="threads"><a href="threads/index.html">threads</a></td>
|
|
332
|
+
<td data-value="85.77" class="pic high">
|
|
333
|
+
<div class="chart"><div class="cover-fill" style="width: 85%"></div><div class="cover-empty" style="width: 15%"></div></div>
|
|
340
334
|
</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="
|
|
335
|
+
<td data-value="85.77" class="pct high">85.77%</td>
|
|
336
|
+
<td data-value="246" class="abs high">211/246</td>
|
|
337
|
+
<td data-value="68.36" class="pct medium">68.36%</td>
|
|
338
|
+
<td data-value="98" class="abs medium">67/98</td>
|
|
339
|
+
<td data-value="92.1" class="pct high">92.1%</td>
|
|
340
|
+
<td data-value="38" class="abs high">35/38</td>
|
|
341
|
+
<td data-value="86.3" class="pct high">86.3%</td>
|
|
342
|
+
<td data-value="241" class="abs high">208/241</td>
|
|
349
343
|
</tr>
|
|
350
344
|
|
|
351
345
|
<tr>
|
|
@@ -372,8 +366,8 @@
|
|
|
372
366
|
<td data-value="21" class="abs high">18/21</td>
|
|
373
367
|
<td data-value="57.14" class="pct medium">57.14%</td>
|
|
374
368
|
<td data-value="7" class="abs medium">4/7</td>
|
|
375
|
-
<td data-value="
|
|
376
|
-
<td data-value="
|
|
369
|
+
<td data-value="75" class="pct medium">75%</td>
|
|
370
|
+
<td data-value="8" class="abs medium">6/8</td>
|
|
377
371
|
<td data-value="85.71" class="pct high">85.71%</td>
|
|
378
372
|
<td data-value="21" class="abs high">18/21</td>
|
|
379
373
|
</tr>
|
|
@@ -395,32 +389,32 @@
|
|
|
395
389
|
|
|
396
390
|
<tr>
|
|
397
391
|
<td class="file medium" data-value="utilities/rowProcessor"><a href="utilities/rowProcessor/index.html">utilities/rowProcessor</a></td>
|
|
398
|
-
<td data-value="59.
|
|
392
|
+
<td data-value="59.17" class="pic medium">
|
|
399
393
|
<div class="chart"><div class="cover-fill" style="width: 59%"></div><div class="cover-empty" style="width: 41%"></div></div>
|
|
400
394
|
</td>
|
|
401
|
-
<td data-value="59.
|
|
402
|
-
<td data-value="
|
|
403
|
-
<td data-value="
|
|
404
|
-
<td data-value="
|
|
405
|
-
<td data-value="
|
|
406
|
-
<td data-value="
|
|
407
|
-
<td data-value="61.
|
|
408
|
-
<td data-value="
|
|
395
|
+
<td data-value="59.17" class="pct medium">59.17%</td>
|
|
396
|
+
<td data-value="169" class="abs medium">100/169</td>
|
|
397
|
+
<td data-value="48.5" class="pct low">48.5%</td>
|
|
398
|
+
<td data-value="134" class="abs low">65/134</td>
|
|
399
|
+
<td data-value="54.54" class="pct medium">54.54%</td>
|
|
400
|
+
<td data-value="22" class="abs medium">12/22</td>
|
|
401
|
+
<td data-value="61.49" class="pct medium">61.49%</td>
|
|
402
|
+
<td data-value="161" class="abs medium">99/161</td>
|
|
409
403
|
</tr>
|
|
410
404
|
|
|
411
405
|
<tr>
|
|
412
406
|
<td class="file high" data-value="utilities/usageQuota"><a href="utilities/usageQuota/index.html">utilities/usageQuota</a></td>
|
|
413
|
-
<td data-value="
|
|
414
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
407
|
+
<td data-value="84" class="pic high">
|
|
408
|
+
<div class="chart"><div class="cover-fill" style="width: 84%"></div><div class="cover-empty" style="width: 16%"></div></div>
|
|
415
409
|
</td>
|
|
416
|
-
<td data-value="
|
|
417
|
-
<td data-value="
|
|
418
|
-
<td data-value="70" class="pct medium">70%</td>
|
|
419
|
-
<td data-value="
|
|
420
|
-
<td data-value="
|
|
421
|
-
<td data-value="
|
|
422
|
-
<td data-value="
|
|
423
|
-
<td data-value="
|
|
410
|
+
<td data-value="84" class="pct high">84%</td>
|
|
411
|
+
<td data-value="75" class="abs high">63/75</td>
|
|
412
|
+
<td data-value="70.37" class="pct medium">70.37%</td>
|
|
413
|
+
<td data-value="27" class="abs medium">19/27</td>
|
|
414
|
+
<td data-value="81.81" class="pct high">81.81%</td>
|
|
415
|
+
<td data-value="11" class="abs high">9/11</td>
|
|
416
|
+
<td data-value="84" class="pct high">84%</td>
|
|
417
|
+
<td data-value="75" class="abs high">63/75</td>
|
|
424
418
|
</tr>
|
|
425
419
|
|
|
426
420
|
</tbody>
|
|
@@ -430,9 +424,10 @@
|
|
|
430
424
|
</div><!-- /wrapper -->
|
|
431
425
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
432
426
|
Code coverage generated by
|
|
433
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
434
|
-
at Tue Apr 26 2022
|
|
427
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
428
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
435
429
|
</div>
|
|
430
|
+
</div>
|
|
436
431
|
<script src="prettify.js"></script>
|
|
437
432
|
<script>
|
|
438
433
|
window.onload = function () {
|
|
@@ -54,12 +54,6 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
-
<template id="filterTemplate">
|
|
58
|
-
<div class="quiet">
|
|
59
|
-
Filter:
|
|
60
|
-
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
-
</div>
|
|
62
|
-
</template>
|
|
63
57
|
</div>
|
|
64
58
|
<div class='status-line low'></div>
|
|
65
59
|
<pre><table class="coverage">
|
|
@@ -69,9 +63,10 @@
|
|
|
69
63
|
</div><!-- /wrapper -->
|
|
70
64
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
71
65
|
Code coverage generated by
|
|
72
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
73
|
-
at Tue Apr 26 2022
|
|
66
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
67
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
74
68
|
</div>
|
|
69
|
+
</div>
|
|
75
70
|
<script src="../../prettify.js"></script>
|
|
76
71
|
<script>
|
|
77
72
|
window.onload = function () {
|
|
@@ -54,12 +54,6 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
-
<template id="filterTemplate">
|
|
58
|
-
<div class="quiet">
|
|
59
|
-
Filter:
|
|
60
|
-
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
-
</div>
|
|
62
|
-
</template>
|
|
63
57
|
</div>
|
|
64
58
|
<div class='status-line low'></div>
|
|
65
59
|
<div class="pad1">
|
|
@@ -100,9 +94,10 @@
|
|
|
100
94
|
</div><!-- /wrapper -->
|
|
101
95
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
102
96
|
Code coverage generated by
|
|
103
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
104
|
-
at Tue Apr 26 2022
|
|
97
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
98
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
105
99
|
</div>
|
|
100
|
+
</div>
|
|
106
101
|
<script src="../../prettify.js"></script>
|
|
107
102
|
<script>
|
|
108
103
|
window.onload = function () {
|
|
@@ -54,12 +54,6 @@
|
|
|
54
54
|
<p class="quiet">
|
|
55
55
|
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
|
|
56
56
|
</p>
|
|
57
|
-
<template id="filterTemplate">
|
|
58
|
-
<div class="quiet">
|
|
59
|
-
Filter:
|
|
60
|
-
<input oninput="onInput()" type="search" id="fileSearch">
|
|
61
|
-
</div>
|
|
62
|
-
</template>
|
|
63
57
|
</div>
|
|
64
58
|
<div class='status-line high'></div>
|
|
65
59
|
<pre><table class="coverage">
|
|
@@ -126,9 +120,10 @@ exports.middleware =
|
|
|
126
120
|
</div><!-- /wrapper -->
|
|
127
121
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
128
122
|
Code coverage generated by
|
|
129
|
-
<a href="https://istanbul.js.org/" target="_blank"
|
|
130
|
-
at Tue Apr 26 2022
|
|
123
|
+
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
124
|
+
at Tue Apr 26 2022 17:11:02 GMT+0000 (Coordinated Universal Time)
|
|
131
125
|
</div>
|
|
126
|
+
</div>
|
|
132
127
|
<script src="../prettify.js"></script>
|
|
133
128
|
<script>
|
|
134
129
|
window.onload = function () {
|