@budibase/server 1.0.105-alpha.3 → 1.0.105-alpha.32
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.0572486a.js +1296 -0
- package/builder/assets/{index.ea3718aa.css → index.f602f4de.css} +2 -2
- package/builder/index.html +2 -2
- package/coverage/clover.xml +711 -1678
- package/coverage/coverage-final.json +30 -45
- package/coverage/lcov-report/api/controllers/analytics.js.html +8 -3
- package/coverage/lcov-report/api/controllers/apikeys.js.html +9 -4
- package/coverage/lcov-report/api/controllers/auth.js.html +8 -3
- package/coverage/lcov-report/api/controllers/automation.js.html +8 -3
- package/coverage/lcov-report/api/controllers/backup.js.html +8 -3
- package/coverage/lcov-report/api/controllers/cloud.js.html +8 -3
- package/coverage/lcov-report/api/controllers/component.js.html +8 -3
- package/coverage/lcov-report/api/controllers/datasource.js.html +11 -6
- package/coverage/lcov-report/api/controllers/dev.js.html +8 -3
- package/coverage/lcov-report/api/controllers/index.html +16 -26
- package/coverage/lcov-report/api/controllers/integration.js.html +8 -3
- package/coverage/lcov-report/api/controllers/layout.js.html +8 -3
- package/coverage/lcov-report/api/controllers/metadata.js.html +8 -3
- package/coverage/lcov-report/api/controllers/migrations.js.html +8 -3
- package/coverage/lcov-report/api/controllers/permission.js.html +8 -3
- package/coverage/lcov-report/api/controllers/query/index.html +16 -26
- package/coverage/lcov-report/api/controllers/query/validation.js.html +8 -3
- package/coverage/lcov-report/api/controllers/role.js.html +10 -5
- package/coverage/lcov-report/api/controllers/routing.js.html +9 -4
- package/coverage/lcov-report/api/controllers/row/external.js.html +8 -3
- package/coverage/lcov-report/api/controllers/row/index.html +25 -35
- package/coverage/lcov-report/api/controllers/row/internal.js.html +32 -24
- package/coverage/lcov-report/api/controllers/row/internalSearch.js.html +21 -16
- package/coverage/lcov-report/api/controllers/row/staticFormula.js.html +24 -19
- package/coverage/lcov-report/api/controllers/row/utils.js.html +33 -19
- package/coverage/lcov-report/api/controllers/screen.js.html +9 -4
- package/coverage/lcov-report/api/controllers/script.js.html +8 -3
- package/coverage/lcov-report/api/controllers/table/bulkFormula.js.html +55 -50
- package/coverage/lcov-report/api/controllers/table/external.js.html +8 -3
- package/coverage/lcov-report/api/controllers/table/index.html +19 -44
- package/coverage/lcov-report/api/controllers/table/index.js.html +20 -15
- package/coverage/lcov-report/api/controllers/templates.js.html +8 -3
- package/coverage/lcov-report/api/controllers/user.js.html +8 -3
- package/coverage/lcov-report/api/controllers/view/exporters.js.html +8 -3
- package/coverage/lcov-report/api/controllers/view/index.html +8 -3
- package/coverage/lcov-report/api/controllers/view/index.js.html +10 -5
- package/coverage/lcov-report/api/controllers/view/utils.js.html +8 -3
- package/coverage/lcov-report/api/controllers/view/viewBuilder.js.html +8 -3
- package/coverage/lcov-report/api/controllers/webhook.js.html +10 -5
- package/coverage/lcov-report/api/index.html +18 -13
- package/coverage/lcov-report/api/index.js.html +28 -8
- package/coverage/lcov-report/api/routes/analytics.js.html +8 -3
- package/coverage/lcov-report/api/routes/apikeys.js.html +8 -3
- package/coverage/lcov-report/api/routes/auth.js.html +8 -3
- package/coverage/lcov-report/api/routes/automation.js.html +8 -3
- package/coverage/lcov-report/api/routes/backup.js.html +8 -3
- package/coverage/lcov-report/api/routes/cloud.js.html +8 -3
- package/coverage/lcov-report/api/routes/component.js.html +8 -3
- package/coverage/lcov-report/api/routes/datasource.js.html +8 -3
- package/coverage/lcov-report/api/routes/deploy.js.html +8 -3
- package/coverage/lcov-report/api/routes/dev.js.html +9 -4
- package/coverage/lcov-report/api/routes/index.html +13 -68
- package/coverage/lcov-report/api/routes/integration.js.html +8 -3
- package/coverage/lcov-report/api/routes/layout.js.html +8 -3
- package/coverage/lcov-report/api/routes/metadata.js.html +8 -3
- package/coverage/lcov-report/api/routes/migrations.js.html +8 -3
- package/coverage/lcov-report/api/routes/permission.js.html +8 -3
- package/coverage/lcov-report/api/routes/query.js.html +8 -3
- package/coverage/lcov-report/api/routes/role.js.html +8 -3
- package/coverage/lcov-report/api/routes/routing.js.html +8 -3
- package/coverage/lcov-report/api/routes/screen.js.html +8 -3
- package/coverage/lcov-report/api/routes/script.js.html +8 -3
- package/coverage/lcov-report/api/routes/table.js.html +8 -3
- package/coverage/lcov-report/api/routes/templates.js.html +8 -3
- package/coverage/lcov-report/api/routes/user.js.html +8 -3
- package/coverage/lcov-report/api/routes/utils/index.html +8 -3
- package/coverage/lcov-report/api/routes/utils/validators.js.html +8 -3
- package/coverage/lcov-report/api/routes/view.js.html +8 -3
- package/coverage/lcov-report/api/routes/webhook.js.html +8 -3
- package/coverage/lcov-report/automations/actions.js.html +21 -7
- package/coverage/lcov-report/automations/automationUtils.js.html +64 -23
- package/coverage/lcov-report/automations/bullboard.js.html +8 -3
- package/coverage/lcov-report/automations/index.html +27 -37
- package/coverage/lcov-report/automations/index.js.html +8 -3
- package/coverage/lcov-report/automations/steps/bash.js.html +8 -3
- package/coverage/lcov-report/automations/steps/delay.js.html +8 -3
- package/coverage/lcov-report/automations/steps/discord.js.html +8 -3
- package/coverage/lcov-report/automations/steps/executeQuery.js.html +8 -3
- package/coverage/lcov-report/automations/steps/executeScript.js.html +8 -3
- package/coverage/lcov-report/automations/steps/filter.js.html +8 -3
- package/coverage/lcov-report/automations/steps/index.html +31 -41
- package/coverage/lcov-report/automations/steps/integromat.js.html +8 -3
- package/coverage/lcov-report/{api/routes/static.js.html → automations/steps/loop.js.html} +70 -80
- package/coverage/lcov-report/automations/steps/outgoingWebhook.js.html +9 -4
- package/coverage/lcov-report/automations/steps/queryRows.js.html +9 -4
- package/coverage/lcov-report/automations/steps/sendSmtpEmail.js.html +8 -3
- package/coverage/lcov-report/automations/steps/serverLog.js.html +8 -3
- package/coverage/lcov-report/automations/steps/slack.js.html +8 -3
- package/coverage/lcov-report/automations/steps/updateRow.js.html +8 -3
- package/coverage/lcov-report/automations/steps/utils.js.html +14 -9
- package/coverage/lcov-report/automations/steps/zapier.js.html +8 -3
- package/coverage/lcov-report/automations/triggerInfo/app.js.html +8 -3
- package/coverage/lcov-report/automations/triggerInfo/cron.js.html +8 -3
- package/coverage/lcov-report/automations/triggerInfo/index.html +8 -3
- package/coverage/lcov-report/automations/triggerInfo/index.js.html +8 -3
- package/coverage/lcov-report/automations/triggerInfo/rowDeleted.js.html +8 -3
- package/coverage/lcov-report/automations/triggerInfo/rowSaved.js.html +8 -3
- package/coverage/lcov-report/automations/triggerInfo/rowUpdated.js.html +8 -3
- package/coverage/lcov-report/automations/triggerInfo/webhook.js.html +8 -3
- package/coverage/lcov-report/automations/triggers.js.html +16 -11
- package/coverage/lcov-report/block-navigation.js +8 -0
- package/coverage/lcov-report/constants/index.html +12 -7
- package/coverage/lcov-report/constants/index.js.html +54 -31
- package/coverage/lcov-report/constants/layouts.js.html +8 -3
- package/coverage/lcov-report/constants/screens.js.html +8 -3
- package/coverage/lcov-report/db/client.js.html +26 -21
- package/coverage/lcov-report/db/inMemoryView.js.html +8 -3
- package/coverage/lcov-report/db/index.html +8 -3
- package/coverage/lcov-report/db/index.js.html +10 -5
- package/coverage/lcov-report/db/linkedRows/LinkController.js.html +20 -15
- package/coverage/lcov-report/db/linkedRows/index.html +8 -3
- package/coverage/lcov-report/db/linkedRows/index.js.html +22 -17
- package/coverage/lcov-report/db/linkedRows/linkUtils.js.html +12 -7
- package/coverage/lcov-report/db/newid.js.html +11 -6
- package/coverage/lcov-report/db/utils.js.html +83 -78
- package/coverage/lcov-report/events/AutomationEmitter.js.html +14 -9
- package/coverage/lcov-report/events/index.html +8 -3
- package/coverage/lcov-report/events/index.js.html +9 -4
- package/coverage/lcov-report/events/utils.js.html +18 -13
- package/coverage/lcov-report/index.html +124 -119
- package/coverage/lcov-report/integrations/tests/TestConfiguration.js.html +8 -3
- package/coverage/lcov-report/integrations/tests/index.html +8 -3
- package/coverage/lcov-report/middleware/appInfo.js.html +8 -3
- package/coverage/lcov-report/middleware/builder.js.html +8 -3
- package/coverage/lcov-report/middleware/currentapp.js.html +65 -15
- package/coverage/lcov-report/middleware/index.html +25 -50
- package/coverage/lcov-report/middleware/joi-validator.js.html +9 -4
- package/coverage/lcov-report/middleware/publicApi.js.html +8 -3
- package/coverage/lcov-report/middleware/resourceId.js.html +8 -3
- package/coverage/lcov-report/middleware/selfhost.js.html +9 -4
- package/coverage/lcov-report/middleware/utils.js.html +8 -3
- package/coverage/lcov-report/sorter.js +26 -0
- package/coverage/lcov-report/threads/automation.js.html +581 -90
- package/coverage/lcov-report/threads/index.html +27 -37
- package/coverage/lcov-report/threads/query.js.html +10 -5
- package/coverage/lcov-report/threads/utils.js.html +11 -6
- package/coverage/lcov-report/utilities/bcrypt.js.html +8 -3
- package/coverage/lcov-report/utilities/budibaseDir.js.html +8 -3
- package/coverage/lcov-report/utilities/centralPath.js.html +8 -3
- package/coverage/lcov-report/utilities/csvParser.js.html +10 -5
- package/coverage/lcov-report/utilities/global.js.html +9 -4
- package/coverage/lcov-report/utilities/index.html +8 -3
- package/coverage/lcov-report/utilities/index.js.html +11 -6
- package/coverage/lcov-report/utilities/queue/inMemoryQueue.js.html +32 -9
- package/coverage/lcov-report/utilities/queue/index.html +12 -7
- package/coverage/lcov-report/utilities/routing/index.html +8 -3
- package/coverage/lcov-report/utilities/routing/index.js.html +8 -3
- package/coverage/lcov-report/utilities/rowProcessor/index.html +8 -3
- package/coverage/lcov-report/utilities/rowProcessor/index.js.html +46 -41
- package/coverage/lcov-report/utilities/rowProcessor/utils.js.html +18 -13
- package/coverage/lcov-report/utilities/scriptRunner.js.html +8 -3
- package/coverage/lcov-report/utilities/security.js.html +9 -4
- package/coverage/lcov-report/utilities/statusCodes.js.html +8 -3
- package/coverage/lcov-report/utilities/usageQuota/index.html +24 -34
- package/coverage/lcov-report/utilities/usageQuota/rows.js.html +45 -40
- package/coverage/lcov-report/utilities/usageQuota/usageQuoteReset.js.html +8 -3
- package/coverage/lcov-report/utilities/users.js.html +8 -3
- package/coverage/lcov-report/utilities/workerRequests.js.html +9 -4
- package/coverage/lcov.info +1141 -2837
- package/dist/api/controllers/application.js +138 -70
- package/dist/api/controllers/deploy/index.js +64 -35
- package/dist/api/controllers/public/applications.js +29 -9
- package/dist/api/controllers/public/queries.js +27 -7
- package/dist/api/controllers/public/rows.js +32 -12
- 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 +57 -44
- package/dist/api/controllers/row/ExternalRequest.js +27 -27
- package/dist/api/controllers/row/index.js +83 -60
- package/dist/api/controllers/row/internal.js +2 -1
- package/dist/api/controllers/row/utils.js +2 -1
- package/dist/api/controllers/static/templates/BudibaseApp.svelte +3 -0
- package/dist/api/controllers/table/bulkFormula.js +2 -1
- package/dist/api/controllers/table/internal.js +40 -34
- package/dist/api/controllers/table/utils.js +271 -229
- package/dist/api/index.js +5 -0
- package/dist/api/routes/application.js +39 -13
- package/dist/api/routes/index.js +61 -56
- package/dist/api/routes/public/index.js +6 -9
- 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 +43 -17
- package/dist/api/routes/static.js +40 -13
- package/dist/api/routes/tests/utilities/TestFunctions.js +62 -26
- package/dist/app.js +11 -4
- package/dist/automations/actions.js +3 -0
- package/dist/automations/automationUtils.js +10 -0
- package/dist/automations/steps/createRow.js +12 -12
- package/dist/automations/steps/deleteRow.js +13 -16
- package/dist/automations/steps/loop.js +51 -0
- package/dist/automations/tests/utilities/index.js +0 -2
- package/dist/automations/utils.js +187 -132
- package/dist/constants/index.js +5 -0
- package/dist/environment.js +1 -2
- 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/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/rest.js +1 -1
- package/dist/middleware/authorized.js +51 -51
- package/dist/middleware/currentapp.js +15 -1
- package/dist/migrations/functions/appUrls.js +1 -1
- package/dist/migrations/functions/developerQuota.js +49 -0
- package/dist/migrations/functions/publishedAppsQuota.js +47 -0
- package/dist/migrations/functions/quotas1.js +6 -2
- package/dist/migrations/functions/usageQuotas/index.js +0 -4
- package/dist/migrations/functions/usageQuotas/syncApps.js +4 -7
- package/dist/migrations/functions/usageQuotas/syncDevelopers.js +24 -0
- package/dist/migrations/functions/usageQuotas/syncPublishedApps.js +26 -0
- package/dist/migrations/functions/usageQuotas/syncRows.js +5 -8
- package/dist/migrations/index.js +17 -1
- package/dist/package.json +11 -8
- package/dist/threads/automation.js +149 -27
- package/dist/threads/index.js +35 -8
- package/dist/tsconfig.build.tsbuildinfo +1 -0
- package/dist/utilities/queue/inMemoryQueue.js +6 -1
- package/nodemon.json +1 -1
- package/package.json +12 -9
- package/scripts/dev/manage.js +2 -0
- package/src/api/controllers/{application.js → application.ts} +103 -44
- package/src/api/controllers/deploy/{index.js → index.ts} +45 -28
- 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.js → index.ts} +51 -48
- package/src/api/controllers/row/ExternalRequest.ts +1 -1
- package/src/api/controllers/row/{index.js → index.ts} +24 -17
- package/src/api/controllers/row/internal.js +2 -1
- package/src/api/controllers/row/utils.js +4 -1
- package/src/api/controllers/static/templates/BudibaseApp.svelte +3 -0
- package/src/api/controllers/table/bulkFormula.js +1 -1
- package/src/api/controllers/table/{internal.js → internal.ts} +27 -24
- package/src/api/controllers/table/{utils.js → utils.ts} +86 -69
- package/src/api/index.js +5 -0
- package/src/api/routes/{application.js → application.ts} +8 -14
- package/src/api/routes/index.ts +60 -0
- package/src/api/routes/public/index.ts +1 -4
- package/src/api/routes/{row.js → row.ts} +7 -15
- package/src/api/routes/{static.js → static.ts} +11 -11
- package/src/api/routes/tests/utilities/{TestFunctions.js → TestFunctions.ts} +42 -25
- package/src/app.ts +1 -2
- package/src/automations/actions.js +3 -0
- package/src/automations/automationUtils.js +12 -0
- package/src/automations/steps/{createRow.js → createRow.ts} +9 -15
- package/src/automations/steps/{deleteRow.js → deleteRow.ts} +10 -16
- package/src/automations/steps/loop.js +50 -0
- package/src/automations/tests/automation.spec.js +0 -1
- package/src/automations/tests/{createRow.spec.js → createRow.spec.ts} +4 -15
- package/src/automations/tests/{deleteRow.spec.js → deleteRow.spec.ts} +3 -5
- package/src/automations/tests/utilities/index.js +0 -2
- package/src/automations/{utils.js → utils.ts} +39 -27
- package/src/constants/index.js +6 -0
- package/src/environment.js +1 -2
- package/src/middleware/{authorized.js → authorized.ts} +20 -14
- package/src/middleware/currentapp.js +16 -1
- package/src/migrations/functions/developerQuota.ts +15 -0
- package/src/migrations/functions/publishedAppsQuota.ts +13 -0
- package/src/migrations/functions/tests/quotas1.spec.js +0 -2
- package/src/migrations/functions/usageQuotas/index.ts +0 -5
- package/src/migrations/functions/usageQuotas/syncApps.ts +3 -6
- package/src/migrations/functions/usageQuotas/syncDevelopers.ts +19 -0
- package/src/migrations/functions/usageQuotas/syncPublishedApps.ts +21 -0
- package/src/migrations/functions/usageQuotas/syncRows.ts +3 -6
- package/src/migrations/functions/usageQuotas/tests/syncApps.spec.ts +32 -0
- package/src/migrations/functions/usageQuotas/tests/syncRows.spec.ts +38 -0
- package/src/migrations/index.ts +13 -1
- package/src/module.d.ts +4 -0
- package/src/threads/automation.js +196 -34
- package/src/threads/{index.js → index.ts} +14 -12
- package/src/utilities/queue/inMemoryQueue.js +7 -1
- package/tsconfig.build.json +10 -0
- package/tsconfig.json +2 -2
- package/builder/assets/index.5778ea01.js +0 -1291
- package/coverage/lcov-report/api/controllers/application.js.html +0 -1430
- package/coverage/lcov-report/api/controllers/query/index.js.html +0 -713
- package/coverage/lcov-report/api/controllers/row/index.js.html +0 -524
- package/coverage/lcov-report/api/controllers/table/internal.js.html +0 -548
- package/coverage/lcov-report/api/controllers/table/utils.js.html +0 -1331
- package/coverage/lcov-report/api/routes/application.js.html +0 -179
- package/coverage/lcov-report/api/routes/index.js.html +0 -266
- package/coverage/lcov-report/api/routes/row.js.html +0 -908
- package/coverage/lcov-report/automations/steps/createRow.js.html +0 -380
- package/coverage/lcov-report/automations/steps/deleteRow.js.html +0 -347
- package/coverage/lcov-report/automations/utils.js.html +0 -662
- package/coverage/lcov-report/middleware/authorized.js.html +0 -458
- package/coverage/lcov-report/middleware/usageQuota.js.html +0 -572
- package/coverage/lcov-report/threads/index.js.html +0 -278
- package/coverage/lcov-report/utilities/usageQuota/index.js.html +0 -359
- package/dist/middleware/usageQuota.js +0 -154
- package/dist/tsconfig.tsbuildinfo +0 -1
- package/dist/utilities/usageQuota/index.js +0 -86
- package/src/api/routes/index.js +0 -62
- package/src/middleware/tests/usageQuota.spec.js +0 -134
- package/src/middleware/usageQuota.js +0 -164
- package/src/migrations/functions/usageQuotas/tests/syncApps.spec.js +0 -37
- package/src/migrations/functions/usageQuotas/tests/syncRows.spec.js +0 -43
- package/src/utilities/tests/usageQuota/usageQuota.spec.js +0 -72
- package/src/utilities/usageQuota/index.js +0 -93
package/coverage/clover.xml
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1650625080952" clover="3.2.0">
|
|
3
|
+
<project timestamp="1650625080952" name="All files">
|
|
4
|
+
<metrics statements="4152" coveredstatements="2981" conditionals="1695" coveredconditionals="871" methods="612" coveredmethods="430" elements="6459" coveredelements="4282" complexity="0" loc="4152" ncloc="4152" packages="23" files="132" classes="132"/>
|
|
5
5
|
<package name="api">
|
|
6
|
-
<metrics statements="
|
|
6
|
+
<metrics statements="33" coveredstatements="31" conditionals="5" coveredconditionals="2" methods="4" coveredmethods="4"/>
|
|
7
7
|
<file name="index.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/index.js">
|
|
8
|
-
<metrics statements="
|
|
8
|
+
<metrics statements="33" coveredstatements="31" conditionals="5" coveredconditionals="2" methods="4" coveredmethods="4"/>
|
|
9
9
|
<line num="1" count="24" type="stmt"/>
|
|
10
10
|
<line num="6" count="24" type="stmt"/>
|
|
11
11
|
<line num="7" count="24" type="stmt"/>
|
|
@@ -14,32 +14,35 @@
|
|
|
14
14
|
<line num="10" count="24" type="stmt"/>
|
|
15
15
|
<line num="11" count="24" type="stmt"/>
|
|
16
16
|
<line num="12" count="24" type="stmt"/>
|
|
17
|
+
<line num="13" count="24" type="stmt"/>
|
|
17
18
|
<line num="14" count="24" type="stmt"/>
|
|
18
19
|
<line num="16" count="24" type="stmt"/>
|
|
19
|
-
<line num="
|
|
20
|
+
<line num="18" count="24" type="stmt"/>
|
|
20
21
|
<line num="19" count="24" type="stmt"/>
|
|
21
|
-
<line num="
|
|
22
|
-
<line num="
|
|
23
|
-
<line num="
|
|
24
|
-
<line num="
|
|
25
|
-
<line num="
|
|
26
|
-
<line num="
|
|
27
|
-
<line num="
|
|
28
|
-
<line num="
|
|
29
|
-
<line num="
|
|
30
|
-
<line num="
|
|
31
|
-
<line num="
|
|
32
|
-
<line num="
|
|
33
|
-
<line num="78" count="624" type="stmt"/>
|
|
22
|
+
<line num="21" count="24" type="stmt"/>
|
|
23
|
+
<line num="35" count="188" type="stmt"/>
|
|
24
|
+
<line num="39" count="188" type="stmt"/>
|
|
25
|
+
<line num="61" count="24" type="stmt"/>
|
|
26
|
+
<line num="62" count="186" type="stmt"/>
|
|
27
|
+
<line num="63" count="186" type="stmt"/>
|
|
28
|
+
<line num="65" count="39" type="cond" truecount="1" falsecount="2"/>
|
|
29
|
+
<line num="66" count="39" type="stmt"/>
|
|
30
|
+
<line num="67" count="39" type="stmt"/>
|
|
31
|
+
<line num="73" count="39" type="cond" truecount="1" falsecount="1"/>
|
|
32
|
+
<line num="74" count="0" type="stmt"/>
|
|
33
|
+
<line num="75" count="0" type="stmt"/>
|
|
34
34
|
<line num="81" count="24" type="stmt"/>
|
|
35
|
-
<line num="82" count="
|
|
36
|
-
<line num="
|
|
35
|
+
<line num="82" count="624" type="stmt"/>
|
|
36
|
+
<line num="83" count="624" type="stmt"/>
|
|
37
37
|
<line num="86" count="24" type="stmt"/>
|
|
38
|
-
<line num="
|
|
38
|
+
<line num="87" count="24" type="stmt"/>
|
|
39
|
+
<line num="90" count="24" type="stmt"/>
|
|
40
|
+
<line num="91" count="24" type="stmt"/>
|
|
41
|
+
<line num="93" count="24" type="stmt"/>
|
|
39
42
|
</file>
|
|
40
43
|
</package>
|
|
41
44
|
<package name="api.controllers">
|
|
42
|
-
<metrics statements="
|
|
45
|
+
<metrics statements="907" coveredstatements="622" conditionals="290" coveredconditionals="125" methods="130" coveredmethods="85"/>
|
|
43
46
|
<file name="analytics.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/analytics.js">
|
|
44
47
|
<metrics statements="13" coveredstatements="6" conditionals="13" coveredconditionals="4" methods="2" coveredmethods="1"/>
|
|
45
48
|
<line num="1" count="24" type="stmt"/>
|
|
@@ -83,210 +86,6 @@
|
|
|
83
86
|
<line num="45" count="1" type="stmt"/>
|
|
84
87
|
<line num="46" count="1" type="stmt"/>
|
|
85
88
|
</file>
|
|
86
|
-
<file name="application.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/application.js">
|
|
87
|
-
<metrics statements="201" coveredstatements="164" conditionals="78" coveredconditionals="47" methods="26" coveredmethods="23"/>
|
|
88
|
-
<line num="1" count="39" type="stmt"/>
|
|
89
|
-
<line num="2" count="39" type="stmt"/>
|
|
90
|
-
<line num="7" count="39" type="stmt"/>
|
|
91
|
-
<line num="12" count="39" type="stmt"/>
|
|
92
|
-
<line num="20" count="39" type="stmt"/>
|
|
93
|
-
<line num="24" count="39" type="stmt"/>
|
|
94
|
-
<line num="25" count="39" type="stmt"/>
|
|
95
|
-
<line num="26" count="39" type="stmt"/>
|
|
96
|
-
<line num="27" count="39" type="stmt"/>
|
|
97
|
-
<line num="33" count="39" type="stmt"/>
|
|
98
|
-
<line num="34" count="39" type="stmt"/>
|
|
99
|
-
<line num="35" count="39" type="stmt"/>
|
|
100
|
-
<line num="36" count="39" type="stmt"/>
|
|
101
|
-
<line num="37" count="39" type="stmt"/>
|
|
102
|
-
<line num="42" count="39" type="stmt"/>
|
|
103
|
-
<line num="43" count="39" type="stmt"/>
|
|
104
|
-
<line num="44" count="39" type="stmt"/>
|
|
105
|
-
<line num="45" count="39" type="stmt"/>
|
|
106
|
-
<line num="46" count="39" type="stmt"/>
|
|
107
|
-
<line num="51" count="39" type="stmt"/>
|
|
108
|
-
<line num="53" count="39" type="stmt"/>
|
|
109
|
-
<line num="57" count="211" type="stmt"/>
|
|
110
|
-
<line num="58" count="211" type="stmt"/>
|
|
111
|
-
<line num="64" count="422" type="stmt"/>
|
|
112
|
-
<line num="68" count="211" type="stmt"/>
|
|
113
|
-
<line num="69" count="211" type="stmt"/>
|
|
114
|
-
<line num="75" count="12" type="stmt"/>
|
|
115
|
-
<line num="79" count="205" type="cond" truecount="4" falsecount="0"/>
|
|
116
|
-
<line num="84" count="39" type="stmt"/>
|
|
117
|
-
<line num="87" count="202" type="cond" truecount="2" falsecount="0"/>
|
|
118
|
-
<line num="89" count="1" type="stmt"/>
|
|
119
|
-
<line num="90" count="201" type="cond" truecount="1" falsecount="1"/>
|
|
120
|
-
<line num="92" count="201" type="stmt"/>
|
|
121
|
-
<line num="94" count="202" type="cond" truecount="1" falsecount="1"/>
|
|
122
|
-
<line num="95" count="202" type="stmt"/>
|
|
123
|
-
<line num="97" count="202" type="stmt"/>
|
|
124
|
-
<line num="100" count="39" type="stmt"/>
|
|
125
|
-
<line num="101" count="201" type="cond" truecount="2" falsecount="0"/>
|
|
126
|
-
<line num="102" count="4" type="stmt"/>
|
|
127
|
-
<line num="104" count="736" type="cond" truecount="1" falsecount="1"/>
|
|
128
|
-
<line num="105" count="0" type="stmt"/>
|
|
129
|
-
<line num="109" count="39" type="stmt"/>
|
|
130
|
-
<line num="111" count="201" type="cond" truecount="1" falsecount="1"/>
|
|
131
|
-
<line num="112" count="0" type="stmt"/>
|
|
132
|
-
<line num="114" count="201" type="cond" truecount="2" falsecount="0"/>
|
|
133
|
-
<line num="115" count="4" type="stmt"/>
|
|
134
|
-
<line num="117" count="736" type="cond" truecount="1" falsecount="1"/>
|
|
135
|
-
<line num="118" count="0" type="stmt"/>
|
|
136
|
-
<line num="123" count="198" type="cond" truecount="1" falsecount="1"/>
|
|
137
|
-
<line num="124" count="198" type="stmt"/>
|
|
138
|
-
<line num="125" count="198" type="stmt"/>
|
|
139
|
-
<line num="126" count="198" type="stmt"/>
|
|
140
|
-
<line num="128" count="198" type="stmt"/>
|
|
141
|
-
<line num="129" count="198" type="stmt"/>
|
|
142
|
-
<line num="138" count="198" type="stmt"/>
|
|
143
|
-
<line num="139" count="198" type="stmt"/>
|
|
144
|
-
<line num="140" count="198" type="stmt"/>
|
|
145
|
-
<line num="144" count="198" type="cond" truecount="3" falsecount="1"/>
|
|
146
|
-
<line num="145" count="0" type="stmt"/>
|
|
147
|
-
<line num="146" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
148
|
-
<line num="147" count="0" type="stmt"/>
|
|
149
|
-
<line num="149" count="198" type="cond" truecount="3" falsecount="1"/>
|
|
150
|
-
<line num="152" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
151
|
-
<line num="153" count="0" type="stmt"/>
|
|
152
|
-
<line num="157" count="198" type="stmt"/>
|
|
153
|
-
<line num="160" count="198" type="stmt"/>
|
|
154
|
-
<line num="163" count="39" type="stmt"/>
|
|
155
|
-
<line num="164" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
156
|
-
<line num="165" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
157
|
-
<line num="166" count="10" type="stmt"/>
|
|
158
|
-
<line num="169" count="10" type="cond" truecount="2" falsecount="2"/>
|
|
159
|
-
<line num="170" count="10" type="stmt"/>
|
|
160
|
-
<line num="171" count="10" type="stmt"/>
|
|
161
|
-
<line num="172" count="14" type="cond" truecount="1" falsecount="1"/>
|
|
162
|
-
<line num="173" count="0" type="stmt"/>
|
|
163
|
-
<line num="175" count="14" type="stmt"/>
|
|
164
|
-
<line num="176" count="14" type="cond" truecount="1" falsecount="1"/>
|
|
165
|
-
<line num="177" count="0" type="stmt"/>
|
|
166
|
-
<line num="180" count="14" type="stmt"/>
|
|
167
|
-
<line num="185" count="10" type="stmt"/>
|
|
168
|
-
<line num="188" count="39" type="stmt"/>
|
|
169
|
-
<line num="189" count="1" type="stmt"/>
|
|
170
|
-
<line num="190" count="1" type="stmt"/>
|
|
171
|
-
<line num="191" count="1" type="stmt"/>
|
|
172
|
-
<line num="192" count="1" type="stmt"/>
|
|
173
|
-
<line num="196" count="1" type="stmt"/>
|
|
174
|
-
<line num="203" count="39" type="stmt"/>
|
|
175
|
-
<line num="204" count="210" type="stmt"/>
|
|
176
|
-
<line num="205" count="210" type="stmt"/>
|
|
177
|
-
<line num="206" count="210" type="stmt"/>
|
|
178
|
-
<line num="207" count="210" type="stmt"/>
|
|
179
|
-
<line num="210" count="210" type="cond" truecount="4" falsecount="0"/>
|
|
180
|
-
<line num="211" count="204" type="stmt"/>
|
|
181
|
-
<line num="212" count="204" type="stmt"/>
|
|
182
|
-
<line num="213" count="204" type="stmt"/>
|
|
183
|
-
<line num="216" count="210" type="stmt"/>
|
|
184
|
-
<line num="224" count="39" type="stmt"/>
|
|
185
|
-
<line num="225" count="198" type="stmt"/>
|
|
186
|
-
<line num="226" count="198" type="stmt"/>
|
|
187
|
-
<line num="227" count="198" type="stmt"/>
|
|
188
|
-
<line num="228" count="198" type="stmt"/>
|
|
189
|
-
<line num="229" count="198" type="stmt"/>
|
|
190
|
-
<line num="231" count="198" type="stmt"/>
|
|
191
|
-
<line num="232" count="198" type="stmt"/>
|
|
192
|
-
<line num="237" count="198" type="cond" truecount="2" falsecount="2"/>
|
|
193
|
-
<line num="238" count="0" type="stmt"/>
|
|
194
|
-
<line num="240" count="198" type="stmt"/>
|
|
195
|
-
<line num="241" count="198" type="stmt"/>
|
|
196
|
-
<line num="243" count="198" type="stmt"/>
|
|
197
|
-
<line num="245" count="198" type="stmt"/>
|
|
198
|
-
<line num="247" count="198" type="stmt"/>
|
|
199
|
-
<line num="248" count="0" type="stmt"/>
|
|
200
|
-
<line num="252" count="198" type="stmt"/>
|
|
201
|
-
<line num="268" count="198" type="stmt"/>
|
|
202
|
-
<line num="269" count="198" type="stmt"/>
|
|
203
|
-
<line num="273" count="198" type="cond" truecount="1" falsecount="1"/>
|
|
204
|
-
<line num="274" count="198" type="stmt"/>
|
|
205
|
-
<line num="282" count="198" type="stmt"/>
|
|
206
|
-
<line num="283" count="198" type="stmt"/>
|
|
207
|
-
<line num="284" count="198" type="stmt"/>
|
|
208
|
-
<line num="289" count="39" type="stmt"/>
|
|
209
|
-
<line num="290" count="3" type="stmt"/>
|
|
210
|
-
<line num="292" count="3" type="stmt"/>
|
|
211
|
-
<line num="293" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
212
|
-
<line num="294" count="3" type="stmt"/>
|
|
213
|
-
<line num="296" count="3" type="stmt"/>
|
|
214
|
-
<line num="297" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
215
|
-
<line num="298" count="3" type="stmt"/>
|
|
216
|
-
<line num="299" count="3" type="stmt"/>
|
|
217
|
-
<line num="302" count="3" type="stmt"/>
|
|
218
|
-
<line num="303" count="3" type="stmt"/>
|
|
219
|
-
<line num="304" count="3" type="stmt"/>
|
|
220
|
-
<line num="307" count="39" type="stmt"/>
|
|
221
|
-
<line num="309" count="2" type="stmt"/>
|
|
222
|
-
<line num="310" count="2" type="stmt"/>
|
|
223
|
-
<line num="311" count="2" type="stmt"/>
|
|
224
|
-
<line num="314" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
225
|
-
<line num="315" count="0" type="stmt"/>
|
|
226
|
-
<line num="316" count="0" type="stmt"/>
|
|
227
|
-
<line num="320" count="2" type="stmt"/>
|
|
228
|
-
<line num="324" count="2" type="stmt"/>
|
|
229
|
-
<line num="325" count="2" type="stmt"/>
|
|
230
|
-
<line num="326" count="2" type="stmt"/>
|
|
231
|
-
<line num="329" count="39" type="stmt"/>
|
|
232
|
-
<line num="331" count="1" type="stmt"/>
|
|
233
|
-
<line num="332" count="1" type="stmt"/>
|
|
234
|
-
<line num="333" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
235
|
-
<line num="334" count="0" type="stmt"/>
|
|
236
|
-
<line num="338" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
237
|
-
<line num="339" count="0" type="stmt"/>
|
|
238
|
-
<line num="343" count="1" type="stmt"/>
|
|
239
|
-
<line num="347" count="1" type="stmt"/>
|
|
240
|
-
<line num="348" count="1" type="stmt"/>
|
|
241
|
-
<line num="349" count="1" type="stmt"/>
|
|
242
|
-
<line num="352" count="39" type="stmt"/>
|
|
243
|
-
<line num="353" count="12" type="stmt"/>
|
|
244
|
-
<line num="355" count="12" type="stmt"/>
|
|
245
|
-
<line num="360" count="12" type="cond" truecount="3" falsecount="1"/>
|
|
246
|
-
<line num="361" count="0" type="stmt"/>
|
|
247
|
-
<line num="364" count="12" type="stmt"/>
|
|
248
|
-
<line num="365" count="12" type="stmt"/>
|
|
249
|
-
<line num="367" count="12" type="stmt"/>
|
|
250
|
-
<line num="368" count="12" type="stmt"/>
|
|
251
|
-
<line num="371" count="39" type="stmt"/>
|
|
252
|
-
<line num="372" count="0" type="stmt"/>
|
|
253
|
-
<line num="373" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
254
|
-
<line num="374" count="0" type="stmt"/>
|
|
255
|
-
<line num="378" count="0" type="stmt"/>
|
|
256
|
-
<line num="380" count="0" type="stmt"/>
|
|
257
|
-
<line num="382" count="0" type="stmt"/>
|
|
258
|
-
<line num="383" count="0" type="stmt"/>
|
|
259
|
-
<line num="384" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
260
|
-
<line num="387" count="0" type="stmt"/>
|
|
261
|
-
<line num="388" count="0" type="stmt"/>
|
|
262
|
-
<line num="391" count="0" type="stmt"/>
|
|
263
|
-
<line num="394" count="0" type="stmt"/>
|
|
264
|
-
<line num="399" count="0" type="stmt"/>
|
|
265
|
-
<line num="400" count="0" type="stmt"/>
|
|
266
|
-
<line num="402" count="0" type="stmt"/>
|
|
267
|
-
<line num="406" count="0" type="stmt"/>
|
|
268
|
-
<line num="410" count="0" type="stmt"/>
|
|
269
|
-
<line num="412" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
270
|
-
<line num="413" count="0" type="stmt"/>
|
|
271
|
-
<line num="415" count="0" type="stmt"/>
|
|
272
|
-
<line num="421" count="39" type="stmt"/>
|
|
273
|
-
<line num="422" count="6" type="stmt"/>
|
|
274
|
-
<line num="423" count="6" type="stmt"/>
|
|
275
|
-
<line num="425" count="6" type="stmt"/>
|
|
276
|
-
<line num="426" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
277
|
-
<line num="427" count="5" type="stmt"/>
|
|
278
|
-
<line num="432" count="6" type="stmt"/>
|
|
279
|
-
<line num="434" count="6" type="stmt"/>
|
|
280
|
-
<line num="436" count="6" type="stmt"/>
|
|
281
|
-
<line num="437" count="6" type="stmt"/>
|
|
282
|
-
<line num="440" count="39" type="stmt"/>
|
|
283
|
-
<line num="441" count="198" type="stmt"/>
|
|
284
|
-
<line num="443" count="198" type="stmt"/>
|
|
285
|
-
<line num="444" count="198" type="stmt"/>
|
|
286
|
-
<line num="445" count="396" type="stmt"/>
|
|
287
|
-
<line num="446" count="396" type="stmt"/>
|
|
288
|
-
<line num="449" count="198" type="stmt"/>
|
|
289
|
-
</file>
|
|
290
89
|
<file name="auth.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/auth.js">
|
|
291
90
|
<metrics statements="28" coveredstatements="23" conditionals="8" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
|
292
91
|
<line num="1" count="24" type="stmt"/>
|
|
@@ -1216,105 +1015,7 @@
|
|
|
1216
1015
|
</file>
|
|
1217
1016
|
</package>
|
|
1218
1017
|
<package name="api.controllers.query">
|
|
1219
|
-
<metrics statements="
|
|
1220
|
-
<file name="index.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/query/index.js">
|
|
1221
|
-
<metrics statements="95" coveredstatements="76" conditionals="29" coveredconditionals="19" methods="14" coveredmethods="12"/>
|
|
1222
|
-
<line num="5" count="40" type="stmt"/>
|
|
1223
|
-
<line num="6" count="40" type="stmt"/>
|
|
1224
|
-
<line num="7" count="40" type="stmt"/>
|
|
1225
|
-
<line num="8" count="40" type="stmt"/>
|
|
1226
|
-
<line num="9" count="40" type="stmt"/>
|
|
1227
|
-
<line num="10" count="40" type="stmt"/>
|
|
1228
|
-
<line num="11" count="40" type="stmt"/>
|
|
1229
|
-
<line num="12" count="40" type="stmt"/>
|
|
1230
|
-
<line num="14" count="40" type="stmt"/>
|
|
1231
|
-
<line num="20" count="6" type="stmt"/>
|
|
1232
|
-
<line num="21" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1233
|
-
<line num="22" count="6" type="stmt"/>
|
|
1234
|
-
<line num="23" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1235
|
-
<line num="24" count="4" type="stmt"/>
|
|
1236
|
-
<line num="27" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1237
|
-
<line num="30" count="40" type="stmt"/>
|
|
1238
|
-
<line num="31" count="3" type="stmt"/>
|
|
1239
|
-
<line num="33" count="3" type="stmt"/>
|
|
1240
|
-
<line num="39" count="3" type="stmt"/>
|
|
1241
|
-
<line num="42" count="40" type="stmt"/>
|
|
1242
|
-
<line num="43" count="0" type="stmt"/>
|
|
1243
|
-
<line num="44" count="0" type="stmt"/>
|
|
1244
|
-
<line num="46" count="0" type="stmt"/>
|
|
1245
|
-
<line num="47" count="0" type="stmt"/>
|
|
1246
|
-
<line num="50" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1247
|
-
<line num="52" count="0" type="stmt"/>
|
|
1248
|
-
<line num="53" count="0" type="stmt"/>
|
|
1249
|
-
<line num="63" count="0" type="stmt"/>
|
|
1250
|
-
<line num="64" count="0" type="stmt"/>
|
|
1251
|
-
<line num="65" count="0" type="stmt"/>
|
|
1252
|
-
<line num="66" count="0" type="stmt"/>
|
|
1253
|
-
<line num="69" count="0" type="stmt"/>
|
|
1254
|
-
<line num="72" count="0" type="stmt"/>
|
|
1255
|
-
<line num="74" count="0" type="stmt"/>
|
|
1256
|
-
<line num="78" count="0" type="stmt"/>
|
|
1257
|
-
<line num="81" count="40" type="stmt"/>
|
|
1258
|
-
<line num="82" count="28" type="stmt"/>
|
|
1259
|
-
<line num="83" count="28" type="stmt"/>
|
|
1260
|
-
<line num="85" count="28" type="cond" truecount="1" falsecount="1"/>
|
|
1261
|
-
<line num="86" count="28" type="stmt"/>
|
|
1262
|
-
<line num="89" count="28" type="stmt"/>
|
|
1263
|
-
<line num="90" count="28" type="stmt"/>
|
|
1264
|
-
<line num="92" count="28" type="stmt"/>
|
|
1265
|
-
<line num="93" count="28" type="stmt"/>
|
|
1266
|
-
<line num="96" count="40" type="stmt"/>
|
|
1267
|
-
<line num="97" count="3" type="stmt"/>
|
|
1268
|
-
<line num="98" count="3" type="stmt"/>
|
|
1269
|
-
<line num="100" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1270
|
-
<line num="101" count="1" type="stmt"/>
|
|
1271
|
-
<line num="102" count="1" type="stmt"/>
|
|
1272
|
-
<line num="104" count="3" type="stmt"/>
|
|
1273
|
-
<line num="107" count="40" type="stmt"/>
|
|
1274
|
-
<line num="108" count="8" type="stmt"/>
|
|
1275
|
-
<line num="110" count="8" type="stmt"/>
|
|
1276
|
-
<line num="114" count="8" type="stmt"/>
|
|
1277
|
-
<line num="116" count="8" type="stmt"/>
|
|
1278
|
-
<line num="117" count="8" type="stmt"/>
|
|
1279
|
-
<line num="127" count="7" type="stmt"/>
|
|
1280
|
-
<line num="134" count="1" type="stmt"/>
|
|
1281
|
-
<line num="139" count="2" type="stmt"/>
|
|
1282
|
-
<line num="141" count="2" type="stmt"/>
|
|
1283
|
-
<line num="142" count="2" type="stmt"/>
|
|
1284
|
-
<line num="144" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1285
|
-
<line num="146" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
1286
|
-
<line num="147" count="2" type="stmt"/>
|
|
1287
|
-
<line num="148" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1288
|
-
<line num="149" count="0" type="stmt"/>
|
|
1289
|
-
<line num="155" count="2" type="stmt"/>
|
|
1290
|
-
<line num="156" count="2" type="stmt"/>
|
|
1291
|
-
<line num="166" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
1292
|
-
<line num="167" count="1" type="stmt"/>
|
|
1293
|
-
<line num="169" count="0" type="stmt"/>
|
|
1294
|
-
<line num="172" count="1" type="stmt"/>
|
|
1295
|
-
<line num="176" count="40" type="stmt"/>
|
|
1296
|
-
<line num="177" count="2" type="stmt"/>
|
|
1297
|
-
<line num="180" count="40" type="stmt"/>
|
|
1298
|
-
<line num="181" count="0" type="stmt"/>
|
|
1299
|
-
<line num="184" count="40" type="stmt"/>
|
|
1300
|
-
<line num="185" count="2" type="stmt"/>
|
|
1301
|
-
<line num="186" count="2" type="stmt"/>
|
|
1302
|
-
<line num="187" count="2" type="stmt"/>
|
|
1303
|
-
<line num="188" count="2" type="stmt"/>
|
|
1304
|
-
<line num="190" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1305
|
-
<line num="192" count="1" type="stmt"/>
|
|
1306
|
-
<line num="193" count="1" type="stmt"/>
|
|
1307
|
-
<line num="195" count="1" type="stmt"/>
|
|
1308
|
-
<line num="198" count="1" type="stmt"/>
|
|
1309
|
-
<line num="199" count="1" type="stmt"/>
|
|
1310
|
-
<line num="201" count="1" type="stmt"/>
|
|
1311
|
-
<line num="205" count="40" type="stmt"/>
|
|
1312
|
-
<line num="206" count="2" type="stmt"/>
|
|
1313
|
-
<line num="207" count="2" type="stmt"/>
|
|
1314
|
-
<line num="208" count="2" type="stmt"/>
|
|
1315
|
-
<line num="209" count="2" type="stmt"/>
|
|
1316
|
-
<line num="210" count="2" type="stmt"/>
|
|
1317
|
-
</file>
|
|
1018
|
+
<metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
|
|
1318
1019
|
<file name="validation.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/query/validation.js">
|
|
1319
1020
|
<metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
|
|
1320
1021
|
<line num="1" count="41" type="stmt"/>
|
|
@@ -1329,7 +1030,7 @@
|
|
|
1329
1030
|
</file>
|
|
1330
1031
|
</package>
|
|
1331
1032
|
<package name="api.controllers.row">
|
|
1332
|
-
<metrics statements="
|
|
1033
|
+
<metrics statements="588" coveredstatements="340" conditionals="268" coveredconditionals="96" methods="86" coveredmethods="46"/>
|
|
1333
1034
|
<file name="external.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/row/external.js">
|
|
1334
1035
|
<metrics statements="110" coveredstatements="18" conditionals="46" coveredconditionals="0" methods="15" coveredmethods="0"/>
|
|
1335
1036
|
<line num="6" count="40" type="stmt"/>
|
|
@@ -1443,101 +1144,8 @@
|
|
|
1443
1144
|
<line num="219" count="0" type="stmt"/>
|
|
1444
1145
|
<line num="232" count="0" type="stmt"/>
|
|
1445
1146
|
</file>
|
|
1446
|
-
<file name="index.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/row/index.js">
|
|
1447
|
-
<metrics statements="90" coveredstatements="80" conditionals="34" coveredconditionals="32" methods="12" coveredmethods="11"/>
|
|
1448
|
-
<line num="1" count="40" type="stmt"/>
|
|
1449
|
-
<line num="2" count="40" type="stmt"/>
|
|
1450
|
-
<line num="3" count="40" type="stmt"/>
|
|
1451
|
-
<line num="6" count="119" type="cond" truecount="1" falsecount="1"/>
|
|
1452
|
-
<line num="7" count="0" type="stmt"/>
|
|
1453
|
-
<line num="9" count="118" type="stmt"/>
|
|
1454
|
-
<line num="13" count="122" type="cond" truecount="4" falsecount="0"/>
|
|
1455
|
-
<line num="14" count="80" type="stmt"/>
|
|
1456
|
-
<line num="16" count="42" type="cond" truecount="4" falsecount="0"/>
|
|
1457
|
-
<line num="17" count="34" type="stmt"/>
|
|
1458
|
-
<line num="19" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
1459
|
-
<line num="20" count="7" type="stmt"/>
|
|
1460
|
-
<line num="24" count="40" type="stmt"/>
|
|
1461
|
-
<line num="25" count="7" type="stmt"/>
|
|
1462
|
-
<line num="26" count="7" type="stmt"/>
|
|
1463
|
-
<line num="27" count="7" type="stmt"/>
|
|
1464
|
-
<line num="29" count="7" type="cond" truecount="3" falsecount="1"/>
|
|
1465
|
-
<line num="30" count="0" type="stmt"/>
|
|
1466
|
-
<line num="32" count="7" type="stmt"/>
|
|
1467
|
-
<line num="33" count="7" type="stmt"/>
|
|
1468
|
-
<line num="34" count="5" type="stmt"/>
|
|
1469
|
-
<line num="35" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
1470
|
-
<line num="37" count="5" type="stmt"/>
|
|
1471
|
-
<line num="38" count="5" type="stmt"/>
|
|
1472
|
-
<line num="40" count="2" type="stmt"/>
|
|
1473
|
-
<line num="44" count="40" type="stmt"/>
|
|
1474
|
-
<line num="45" count="74" type="stmt"/>
|
|
1475
|
-
<line num="46" count="74" type="stmt"/>
|
|
1476
|
-
<line num="47" count="74" type="stmt"/>
|
|
1477
|
-
<line num="49" count="74" type="cond" truecount="4" falsecount="0"/>
|
|
1478
|
-
<line num="50" count="3" type="stmt"/>
|
|
1479
|
-
<line num="52" count="71" type="stmt"/>
|
|
1480
|
-
<line num="53" count="71" type="stmt"/>
|
|
1481
|
-
<line num="54" count="70" type="stmt"/>
|
|
1482
|
-
<line num="55" count="70" type="cond" truecount="2" falsecount="0"/>
|
|
1483
|
-
<line num="56" count="70" type="stmt"/>
|
|
1484
|
-
<line num="57" count="70" type="stmt"/>
|
|
1485
|
-
<line num="59" count="1" type="stmt"/>
|
|
1486
|
-
<line num="63" count="40" type="stmt"/>
|
|
1487
|
-
<line num="64" count="7" type="stmt"/>
|
|
1488
|
-
<line num="65" count="7" type="stmt"/>
|
|
1489
|
-
<line num="66" count="7" type="stmt"/>
|
|
1490
|
-
<line num="68" count="1" type="stmt"/>
|
|
1491
|
-
<line num="72" count="40" type="stmt"/>
|
|
1492
|
-
<line num="73" count="4" type="stmt"/>
|
|
1493
|
-
<line num="74" count="4" type="stmt"/>
|
|
1494
|
-
<line num="75" count="4" type="stmt"/>
|
|
1495
|
-
<line num="77" count="0" type="stmt"/>
|
|
1496
|
-
<line num="81" count="40" type="stmt"/>
|
|
1497
|
-
<line num="82" count="18" type="stmt"/>
|
|
1498
|
-
<line num="83" count="18" type="stmt"/>
|
|
1499
|
-
<line num="84" count="18" type="stmt"/>
|
|
1500
|
-
<line num="86" count="3" type="stmt"/>
|
|
1501
|
-
<line num="90" count="40" type="stmt"/>
|
|
1502
|
-
<line num="91" count="6" type="stmt"/>
|
|
1503
|
-
<line num="92" count="6" type="stmt"/>
|
|
1504
|
-
<line num="93" count="6" type="stmt"/>
|
|
1505
|
-
<line num="95" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1506
|
-
<line num="96" count="2" type="stmt"/>
|
|
1507
|
-
<line num="97" count="2" type="stmt"/>
|
|
1508
|
-
<line num="98" count="2" type="stmt"/>
|
|
1509
|
-
<line num="99" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1510
|
-
<line num="102" count="4" type="stmt"/>
|
|
1511
|
-
<line num="103" count="3" type="stmt"/>
|
|
1512
|
-
<line num="104" count="3" type="stmt"/>
|
|
1513
|
-
<line num="105" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1514
|
-
<line num="107" count="5" type="stmt"/>
|
|
1515
|
-
<line num="109" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
1516
|
-
<line num="110" count="5" type="stmt"/>
|
|
1517
|
-
<line num="113" count="40" type="stmt"/>
|
|
1518
|
-
<line num="114" count="2" type="stmt"/>
|
|
1519
|
-
<line num="115" count="2" type="stmt"/>
|
|
1520
|
-
<line num="116" count="2" type="stmt"/>
|
|
1521
|
-
<line num="117" count="2" type="stmt"/>
|
|
1522
|
-
<line num="119" count="0" type="stmt"/>
|
|
1523
|
-
<line num="123" count="40" type="stmt"/>
|
|
1524
|
-
<line num="124" count="2" type="stmt"/>
|
|
1525
|
-
<line num="125" count="2" type="stmt"/>
|
|
1526
|
-
<line num="126" count="2" type="stmt"/>
|
|
1527
|
-
<line num="128" count="0" type="stmt"/>
|
|
1528
|
-
<line num="132" count="40" type="stmt"/>
|
|
1529
|
-
<line num="133" count="2" type="stmt"/>
|
|
1530
|
-
<line num="134" count="2" type="stmt"/>
|
|
1531
|
-
<line num="135" count="2" type="stmt"/>
|
|
1532
|
-
<line num="137" count="0" type="stmt"/>
|
|
1533
|
-
<line num="141" count="40" type="stmt"/>
|
|
1534
|
-
<line num="142" count="0" type="stmt"/>
|
|
1535
|
-
<line num="143" count="0" type="stmt"/>
|
|
1536
|
-
<line num="144" count="0" type="stmt"/>
|
|
1537
|
-
<line num="146" count="0" type="stmt"/>
|
|
1538
|
-
</file>
|
|
1539
1147
|
<file name="internal.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/row/internal.js">
|
|
1540
|
-
<metrics statements="
|
|
1148
|
+
<metrics statements="212" coveredstatements="171" conditionals="64" coveredconditionals="40" methods="26" coveredmethods="22"/>
|
|
1541
1149
|
<line num="1" count="40" type="stmt"/>
|
|
1542
1150
|
<line num="8" count="40" type="stmt"/>
|
|
1543
1151
|
<line num="9" count="40" type="stmt"/>
|
|
@@ -1604,18 +1212,18 @@
|
|
|
1604
1212
|
<line num="137" count="0" type="stmt"/>
|
|
1605
1213
|
<line num="140" count="5" type="stmt"/>
|
|
1606
1214
|
<line num="146" count="40" type="stmt"/>
|
|
1607
|
-
<line num="147" count="
|
|
1608
|
-
<line num="148" count="
|
|
1609
|
-
<line num="149" count="
|
|
1610
|
-
<line num="151" count="
|
|
1611
|
-
<line num="152" count="
|
|
1612
|
-
<line num="156" count="
|
|
1613
|
-
<line num="157" count="
|
|
1614
|
-
<line num="158" count="
|
|
1615
|
-
<line num="163" count="
|
|
1215
|
+
<line num="147" count="70" type="stmt"/>
|
|
1216
|
+
<line num="148" count="70" type="stmt"/>
|
|
1217
|
+
<line num="149" count="70" type="stmt"/>
|
|
1218
|
+
<line num="151" count="70" type="cond" truecount="3" falsecount="1"/>
|
|
1219
|
+
<line num="152" count="70" type="stmt"/>
|
|
1220
|
+
<line num="156" count="70" type="stmt"/>
|
|
1221
|
+
<line num="157" count="70" type="stmt"/>
|
|
1222
|
+
<line num="158" count="70" type="stmt"/>
|
|
1223
|
+
<line num="163" count="70" type="cond" truecount="1" falsecount="1"/>
|
|
1616
1224
|
<line num="164" count="0" type="stmt"/>
|
|
1617
|
-
<line num="168" count="
|
|
1618
|
-
<line num="175" count="
|
|
1225
|
+
<line num="168" count="70" type="stmt"/>
|
|
1226
|
+
<line num="175" count="69" type="stmt"/>
|
|
1619
1227
|
<line num="181" count="40" type="stmt"/>
|
|
1620
1228
|
<line num="182" count="7" type="stmt"/>
|
|
1621
1229
|
<line num="185" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -1656,99 +1264,100 @@
|
|
|
1656
1264
|
<line num="261" count="4" type="stmt"/>
|
|
1657
1265
|
<line num="262" count="4" type="stmt"/>
|
|
1658
1266
|
<line num="263" count="4" type="stmt"/>
|
|
1659
|
-
<line num="
|
|
1660
|
-
<line num="266" count="
|
|
1661
|
-
<line num="
|
|
1662
|
-
<line num="
|
|
1663
|
-
<line num="
|
|
1664
|
-
<line num="
|
|
1665
|
-
<line num="
|
|
1666
|
-
<line num="
|
|
1667
|
-
<line num="284" count="
|
|
1668
|
-
<line num="
|
|
1267
|
+
<line num="264" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
1268
|
+
<line num="266" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
1269
|
+
<line num="267" count="0" type="stmt"/>
|
|
1270
|
+
<line num="269" count="3" type="stmt"/>
|
|
1271
|
+
<line num="271" count="3" type="stmt"/>
|
|
1272
|
+
<line num="273" count="3" type="stmt"/>
|
|
1273
|
+
<line num="279" count="3" type="stmt"/>
|
|
1274
|
+
<line num="281" count="3" type="stmt"/>
|
|
1275
|
+
<line num="284" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
1276
|
+
<line num="285" count="0" type="stmt"/>
|
|
1669
1277
|
<line num="288" count="0" type="stmt"/>
|
|
1670
|
-
<line num="
|
|
1671
|
-
<line num="
|
|
1672
|
-
<line num="
|
|
1673
|
-
<line num="296" count="
|
|
1278
|
+
<line num="289" count="0" type="stmt"/>
|
|
1279
|
+
<line num="291" count="3" type="stmt"/>
|
|
1280
|
+
<line num="293" count="3" type="stmt"/>
|
|
1281
|
+
<line num="296" count="40" type="stmt"/>
|
|
1674
1282
|
<line num="297" count="2" type="stmt"/>
|
|
1675
1283
|
<line num="298" count="2" type="stmt"/>
|
|
1676
1284
|
<line num="299" count="2" type="stmt"/>
|
|
1677
|
-
<line num="
|
|
1678
|
-
<line num="
|
|
1679
|
-
<line num="307" count="
|
|
1680
|
-
<line num="
|
|
1681
|
-
<line num="314" count="
|
|
1682
|
-
<line num="
|
|
1683
|
-
<line num="
|
|
1684
|
-
<line num="
|
|
1685
|
-
<line num="
|
|
1285
|
+
<line num="300" count="2" type="stmt"/>
|
|
1286
|
+
<line num="304" count="2" type="stmt"/>
|
|
1287
|
+
<line num="307" count="2" type="stmt"/>
|
|
1288
|
+
<line num="308" count="3" type="stmt"/>
|
|
1289
|
+
<line num="314" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1290
|
+
<line num="315" count="0" type="stmt"/>
|
|
1291
|
+
<line num="317" count="0" type="stmt"/>
|
|
1292
|
+
<line num="320" count="0" type="stmt"/>
|
|
1293
|
+
<line num="324" count="3" type="stmt"/>
|
|
1686
1294
|
<line num="327" count="2" type="stmt"/>
|
|
1687
1295
|
<line num="328" count="2" type="stmt"/>
|
|
1688
1296
|
<line num="329" count="2" type="stmt"/>
|
|
1689
|
-
<line num="
|
|
1690
|
-
<line num="
|
|
1691
|
-
<line num="335" count="
|
|
1692
|
-
<line num="
|
|
1297
|
+
<line num="330" count="2" type="stmt"/>
|
|
1298
|
+
<line num="333" count="40" type="stmt"/>
|
|
1299
|
+
<line num="335" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1300
|
+
<line num="336" count="0" type="stmt"/>
|
|
1693
1301
|
<line num="339" count="2" type="stmt"/>
|
|
1694
1302
|
<line num="340" count="2" type="stmt"/>
|
|
1695
1303
|
<line num="341" count="2" type="stmt"/>
|
|
1696
1304
|
<line num="342" count="2" type="stmt"/>
|
|
1697
|
-
<line num="
|
|
1698
|
-
<line num="346" count="
|
|
1699
|
-
<line num="
|
|
1700
|
-
<line num="
|
|
1701
|
-
<line num="
|
|
1702
|
-
<line num="355" count="
|
|
1703
|
-
<line num="
|
|
1305
|
+
<line num="343" count="2" type="stmt"/>
|
|
1306
|
+
<line num="346" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1307
|
+
<line num="347" count="0" type="stmt"/>
|
|
1308
|
+
<line num="349" count="2" type="stmt"/>
|
|
1309
|
+
<line num="353" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
1310
|
+
<line num="355" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1311
|
+
<line num="356" count="0" type="stmt"/>
|
|
1704
1312
|
<line num="358" count="2" type="stmt"/>
|
|
1705
|
-
<line num="
|
|
1706
|
-
<line num="
|
|
1707
|
-
<line num="365" count="
|
|
1708
|
-
<line num="
|
|
1709
|
-
<line num="372" count="
|
|
1313
|
+
<line num="359" count="2" type="stmt"/>
|
|
1314
|
+
<line num="362" count="2" type="stmt"/>
|
|
1315
|
+
<line num="365" count="40" type="stmt"/>
|
|
1316
|
+
<line num="366" count="2" type="stmt"/>
|
|
1317
|
+
<line num="372" count="40" type="stmt"/>
|
|
1710
1318
|
<line num="373" count="0" type="stmt"/>
|
|
1711
1319
|
<line num="374" count="0" type="stmt"/>
|
|
1712
1320
|
<line num="375" count="0" type="stmt"/>
|
|
1713
1321
|
<line num="376" count="0" type="stmt"/>
|
|
1714
|
-
<line num="
|
|
1715
|
-
<line num="
|
|
1716
|
-
<line num="
|
|
1322
|
+
<line num="377" count="0" type="stmt"/>
|
|
1323
|
+
<line num="382" count="0" type="stmt"/>
|
|
1324
|
+
<line num="384" count="0" type="stmt"/>
|
|
1717
1325
|
<line num="386" count="0" type="stmt"/>
|
|
1718
1326
|
<line num="387" count="0" type="stmt"/>
|
|
1719
|
-
<line num="
|
|
1327
|
+
<line num="388" count="0" type="stmt"/>
|
|
1720
1328
|
<line num="391" count="0" type="stmt"/>
|
|
1721
|
-
<line num="
|
|
1722
|
-
<line num="395" count="
|
|
1329
|
+
<line num="392" count="0" type="stmt"/>
|
|
1330
|
+
<line num="395" count="40" type="stmt"/>
|
|
1723
1331
|
<line num="396" count="2" type="stmt"/>
|
|
1724
1332
|
<line num="397" count="2" type="stmt"/>
|
|
1725
|
-
<line num="
|
|
1726
|
-
<line num="
|
|
1727
|
-
<line num="
|
|
1728
|
-
<line num="
|
|
1729
|
-
<line num="
|
|
1730
|
-
<line num="
|
|
1333
|
+
<line num="398" count="2" type="stmt"/>
|
|
1334
|
+
<line num="400" count="2" type="stmt"/>
|
|
1335
|
+
<line num="405" count="2" type="stmt"/>
|
|
1336
|
+
<line num="410" count="2" type="stmt"/>
|
|
1337
|
+
<line num="413" count="1" type="stmt"/>
|
|
1338
|
+
<line num="415" count="1" type="stmt"/>
|
|
1731
1339
|
<line num="417" count="2" type="stmt"/>
|
|
1732
1340
|
<line num="418" count="2" type="stmt"/>
|
|
1733
|
-
<line num="419" count="
|
|
1734
|
-
<line num="420" count="
|
|
1735
|
-
<line num="
|
|
1736
|
-
<line num="423" count="1" type="
|
|
1737
|
-
<line num="424" count="1" type="
|
|
1341
|
+
<line num="419" count="2" type="stmt"/>
|
|
1342
|
+
<line num="420" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1343
|
+
<line num="421" count="0" type="stmt"/>
|
|
1344
|
+
<line num="423" count="1" type="stmt"/>
|
|
1345
|
+
<line num="424" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1738
1346
|
<line num="425" count="1" type="stmt"/>
|
|
1739
|
-
<line num="
|
|
1740
|
-
<line num="
|
|
1347
|
+
<line num="426" count="1" type="stmt"/>
|
|
1348
|
+
<line num="428" count="0" type="stmt"/>
|
|
1741
1349
|
<line num="431" count="2" type="stmt"/>
|
|
1742
|
-
<line num="
|
|
1743
|
-
<line num="
|
|
1744
|
-
<line num="440" count="
|
|
1745
|
-
<line num="441" count="5" type="
|
|
1746
|
-
<line num="
|
|
1350
|
+
<line num="432" count="2" type="stmt"/>
|
|
1351
|
+
<line num="434" count="1" type="stmt"/>
|
|
1352
|
+
<line num="440" count="2" type="stmt"/>
|
|
1353
|
+
<line num="441" count="5" type="stmt"/>
|
|
1354
|
+
<line num="442" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
1747
1355
|
<line num="444" count="1" type="stmt"/>
|
|
1748
1356
|
<line num="445" count="1" type="stmt"/>
|
|
1749
|
-
<line num="
|
|
1357
|
+
<line num="446" count="1" type="stmt"/>
|
|
1750
1358
|
<line num="448" count="1" type="stmt"/>
|
|
1751
|
-
<line num="
|
|
1359
|
+
<line num="449" count="1" type="stmt"/>
|
|
1360
|
+
<line num="453" count="2" type="stmt"/>
|
|
1752
1361
|
</file>
|
|
1753
1362
|
<file name="internalSearch.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/row/internalSearch.js">
|
|
1754
1363
|
<metrics statements="152" coveredstatements="93" conditionals="95" coveredconditionals="38" methods="33" coveredmethods="18"/>
|
|
@@ -1914,9 +1523,9 @@
|
|
|
1914
1523
|
<line num="9" count="40" type="stmt"/>
|
|
1915
1524
|
<line num="10" count="40" type="stmt"/>
|
|
1916
1525
|
<line num="18" count="40" type="stmt"/>
|
|
1917
|
-
<line num="19" count="
|
|
1918
|
-
<line num="21" count="
|
|
1919
|
-
<line num="22" count="
|
|
1526
|
+
<line num="19" count="79" type="stmt"/>
|
|
1527
|
+
<line num="21" count="79" type="cond" truecount="1" falsecount="1"/>
|
|
1528
|
+
<line num="22" count="79" type="stmt"/>
|
|
1920
1529
|
<line num="24" count="0" type="stmt"/>
|
|
1921
1530
|
<line num="25" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1922
1531
|
<line num="29" count="0" type="stmt"/>
|
|
@@ -1951,11 +1560,11 @@
|
|
|
1951
1560
|
<line num="98" count="0" type="stmt"/>
|
|
1952
1561
|
<line num="102" count="0" type="stmt"/>
|
|
1953
1562
|
<line num="111" count="40" type="stmt"/>
|
|
1954
|
-
<line num="116" count="
|
|
1955
|
-
<line num="117" count="
|
|
1956
|
-
<line num="119" count="
|
|
1957
|
-
<line num="123" count="
|
|
1958
|
-
<line num="131" count="
|
|
1563
|
+
<line num="116" count="74" type="stmt"/>
|
|
1564
|
+
<line num="117" count="74" type="stmt"/>
|
|
1565
|
+
<line num="119" count="74" type="stmt"/>
|
|
1566
|
+
<line num="123" count="74" type="stmt"/>
|
|
1567
|
+
<line num="131" count="74" type="cond" truecount="3" falsecount="1"/>
|
|
1959
1568
|
<line num="132" count="0" type="stmt"/>
|
|
1960
1569
|
<line num="133" count="0" type="stmt"/>
|
|
1961
1570
|
<line num="135" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -1964,15 +1573,15 @@
|
|
|
1964
1573
|
<line num="140" count="0" type="stmt"/>
|
|
1965
1574
|
<line num="141" count="0" type="stmt"/>
|
|
1966
1575
|
<line num="143" count="0" type="stmt"/>
|
|
1967
|
-
<line num="147" count="
|
|
1968
|
-
<line num="149" count="
|
|
1969
|
-
<line num="150" count="
|
|
1970
|
-
<line num="152" count="
|
|
1971
|
-
<line num="153" count="
|
|
1972
|
-
<line num="155" count="
|
|
1576
|
+
<line num="147" count="74" type="stmt"/>
|
|
1577
|
+
<line num="149" count="74" type="stmt"/>
|
|
1578
|
+
<line num="150" count="74" type="stmt"/>
|
|
1579
|
+
<line num="152" count="74" type="cond" truecount="1" falsecount="1"/>
|
|
1580
|
+
<line num="153" count="74" type="stmt"/>
|
|
1581
|
+
<line num="155" count="74" type="stmt"/>
|
|
1973
1582
|
</file>
|
|
1974
1583
|
<file name="utils.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/row/utils.js">
|
|
1975
|
-
<metrics statements="51" coveredstatements="35" conditionals="
|
|
1584
|
+
<metrics statements="51" coveredstatements="35" conditionals="32" coveredconditionals="13" methods="6" coveredmethods="4"/>
|
|
1976
1585
|
<line num="1" count="40" type="stmt"/>
|
|
1977
1586
|
<line num="2" count="40" type="stmt"/>
|
|
1978
1587
|
<line num="3" count="40" type="stmt"/>
|
|
@@ -1999,37 +1608,37 @@
|
|
|
1999
1608
|
<line num="40" count="0" type="stmt"/>
|
|
2000
1609
|
<line num="42" count="23" type="stmt"/>
|
|
2001
1610
|
<line num="45" count="40" type="stmt"/>
|
|
2002
|
-
<line num="46" count="
|
|
1611
|
+
<line num="46" count="78" type="cond" truecount="2" falsecount="0"/>
|
|
2003
1612
|
<line num="47" count="2" type="stmt"/>
|
|
2004
1613
|
<line num="48" count="2" type="stmt"/>
|
|
2005
|
-
<line num="50" count="
|
|
2006
|
-
<line num="51" count="
|
|
2007
|
-
<line num="52" count="
|
|
2008
|
-
<line num="53" count="
|
|
2009
|
-
<line num="55" count="
|
|
1614
|
+
<line num="50" count="78" type="stmt"/>
|
|
1615
|
+
<line num="51" count="78" type="stmt"/>
|
|
1616
|
+
<line num="52" count="214" type="stmt"/>
|
|
1617
|
+
<line num="53" count="214" type="stmt"/>
|
|
1618
|
+
<line num="55" count="214" type="cond" truecount="1" falsecount="1"/>
|
|
2010
1619
|
<line num="56" count="0" type="stmt"/>
|
|
2011
|
-
<line num="59" count="
|
|
1620
|
+
<line num="59" count="214" type="cond" truecount="2" falsecount="2"/>
|
|
2012
1621
|
<line num="60" count="0" type="stmt"/>
|
|
2013
|
-
<line num="65" count="
|
|
1622
|
+
<line num="65" count="214" type="cond" truecount="2" falsecount="2"/>
|
|
2014
1623
|
<line num="66" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2015
1624
|
<line num="67" count="0" type="stmt"/>
|
|
2016
1625
|
<line num="68" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2017
|
-
<line num="
|
|
2018
|
-
<line num="
|
|
2019
|
-
<line num="
|
|
2020
|
-
<line num="
|
|
2021
|
-
<line num="78" count="0" type="stmt"/>
|
|
2022
|
-
<line num="79" count="0" type="stmt"/>
|
|
1626
|
+
<line num="72" count="0" type="stmt"/>
|
|
1627
|
+
<line num="75" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1628
|
+
<line num="77" count="0" type="stmt"/>
|
|
1629
|
+
<line num="79" count="214" type="cond" truecount="2" falsecount="2"/>
|
|
2023
1630
|
<line num="81" count="0" type="stmt"/>
|
|
2024
|
-
<line num="
|
|
2025
|
-
<line num="
|
|
2026
|
-
<line num="
|
|
1631
|
+
<line num="82" count="0" type="stmt"/>
|
|
1632
|
+
<line num="84" count="0" type="stmt"/>
|
|
1633
|
+
<line num="87" count="214" type="stmt"/>
|
|
1634
|
+
<line num="89" count="214" type="cond" truecount="2" falsecount="0"/>
|
|
1635
|
+
<line num="91" count="78" type="stmt"/>
|
|
2027
1636
|
</file>
|
|
2028
1637
|
</package>
|
|
2029
1638
|
<package name="api.controllers.table">
|
|
2030
|
-
<metrics statements="
|
|
1639
|
+
<metrics statements="269" coveredstatements="107" conditionals="159" coveredconditionals="41" methods="39" coveredmethods="19"/>
|
|
2031
1640
|
<file name="bulkFormula.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/table/bulkFormula.js">
|
|
2032
|
-
<metrics statements="75" coveredstatements="52" conditionals="
|
|
1641
|
+
<metrics statements="75" coveredstatements="52" conditionals="57" coveredconditionals="24" methods="16" coveredmethods="13"/>
|
|
2033
1642
|
<line num="1" count="40" type="stmt"/>
|
|
2034
1643
|
<line num="2" count="40" type="stmt"/>
|
|
2035
1644
|
<line num="3" count="40" type="stmt"/>
|
|
@@ -2037,30 +1646,30 @@
|
|
|
2037
1646
|
<line num="5" count="40" type="stmt"/>
|
|
2038
1647
|
<line num="6" count="40" type="stmt"/>
|
|
2039
1648
|
<line num="7" count="40" type="stmt"/>
|
|
2040
|
-
<line num="10" count="
|
|
2041
|
-
<line num="21" count="
|
|
2042
|
-
<line num="22" count="
|
|
2043
|
-
<line num="23" count="
|
|
2044
|
-
<line num="25" count="
|
|
2045
|
-
<line num="26" count="
|
|
2046
|
-
<line num="28" count="0" type="cond" truecount="0" falsecount="
|
|
1649
|
+
<line num="10" count="1378" type="stmt"/>
|
|
1650
|
+
<line num="21" count="269" type="stmt"/>
|
|
1651
|
+
<line num="22" count="269" type="cond" truecount="1" falsecount="1"/>
|
|
1652
|
+
<line num="23" count="269" type="stmt"/>
|
|
1653
|
+
<line num="25" count="1111" type="cond" truecount="1" falsecount="1"/>
|
|
1654
|
+
<line num="26" count="1111" type="stmt"/>
|
|
1655
|
+
<line num="28" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
2047
1656
|
<line num="29" count="0" type="stmt"/>
|
|
2048
1657
|
<line num="31" count="0" type="stmt"/>
|
|
2049
|
-
<line num="33" count="
|
|
2050
|
-
<line num="42" count="
|
|
2051
|
-
<line num="43" count="
|
|
2052
|
-
<line num="45" count="
|
|
2053
|
-
<line num="46" count="
|
|
2054
|
-
<line num="47" count="
|
|
2055
|
-
<line num="50" count="
|
|
2056
|
-
<line num="51" count="
|
|
2057
|
-
<line num="53" count="
|
|
1658
|
+
<line num="33" count="269" type="stmt"/>
|
|
1659
|
+
<line num="42" count="108" type="stmt"/>
|
|
1660
|
+
<line num="43" count="249" type="stmt"/>
|
|
1661
|
+
<line num="45" count="108" type="cond" truecount="2" falsecount="0"/>
|
|
1662
|
+
<line num="46" count="108" type="stmt"/>
|
|
1663
|
+
<line num="47" count="272" type="cond" truecount="2" falsecount="0"/>
|
|
1664
|
+
<line num="50" count="108" type="stmt"/>
|
|
1665
|
+
<line num="51" count="236" type="stmt"/>
|
|
1666
|
+
<line num="53" count="236" type="cond" truecount="2" falsecount="0"/>
|
|
2058
1667
|
<line num="54" count="2" type="stmt"/>
|
|
2059
|
-
<line num="56" count="
|
|
2060
|
-
<line num="57" count="
|
|
1668
|
+
<line num="56" count="236" type="stmt"/>
|
|
1669
|
+
<line num="57" count="236" type="cond" truecount="1" falsecount="1"/>
|
|
2061
1670
|
<line num="58" count="0" type="stmt"/>
|
|
2062
|
-
<line num="62" count="
|
|
2063
|
-
<line num="63" count="
|
|
1671
|
+
<line num="62" count="236" type="cond" truecount="1" falsecount="1"/>
|
|
1672
|
+
<line num="63" count="236" type="stmt"/>
|
|
2064
1673
|
<line num="65" count="0" type="stmt"/>
|
|
2065
1674
|
<line num="66" count="0" type="stmt"/>
|
|
2066
1675
|
<line num="67" count="0" type="stmt"/>
|
|
@@ -2071,20 +1680,20 @@
|
|
|
2071
1680
|
<line num="75" count="0" type="stmt"/>
|
|
2072
1681
|
<line num="82" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2073
1682
|
<line num="83" count="0" type="stmt"/>
|
|
2074
|
-
<line num="100" count="
|
|
2075
|
-
<line num="102" count="
|
|
2076
|
-
<line num="103" count="
|
|
2077
|
-
<line num="106" count="
|
|
2078
|
-
<line num="108" count="
|
|
2079
|
-
<line num="109" count="
|
|
2080
|
-
<line num="112" count="
|
|
2081
|
-
<line num="113" count="
|
|
2082
|
-
<line num="114" count="
|
|
1683
|
+
<line num="100" count="108" type="stmt"/>
|
|
1684
|
+
<line num="102" count="108" type="stmt"/>
|
|
1685
|
+
<line num="103" count="249" type="stmt"/>
|
|
1686
|
+
<line num="106" count="108" type="stmt"/>
|
|
1687
|
+
<line num="108" count="108" type="stmt"/>
|
|
1688
|
+
<line num="109" count="274" type="stmt"/>
|
|
1689
|
+
<line num="112" count="108" type="stmt"/>
|
|
1690
|
+
<line num="113" count="144" type="cond" truecount="1" falsecount="1"/>
|
|
1691
|
+
<line num="114" count="144" type="stmt"/>
|
|
2083
1692
|
<line num="116" count="0" type="stmt"/>
|
|
2084
1693
|
<line num="117" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2085
1694
|
<line num="118" count="0" type="stmt"/>
|
|
2086
|
-
<line num="122" count="
|
|
2087
|
-
<line num="123" count="
|
|
1695
|
+
<line num="122" count="108" type="cond" truecount="2" falsecount="0"/>
|
|
1696
|
+
<line num="123" count="105" type="stmt"/>
|
|
2088
1697
|
<line num="124" count="33" type="stmt"/>
|
|
2089
1698
|
<line num="125" count="33" type="cond" truecount="3" falsecount="1"/>
|
|
2090
1699
|
<line num="126" count="33" type="stmt"/>
|
|
@@ -2092,19 +1701,19 @@
|
|
|
2092
1701
|
<line num="129" count="0" type="stmt"/>
|
|
2093
1702
|
<line num="132" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2094
1703
|
<line num="137" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2095
|
-
<line num="144" count="
|
|
2096
|
-
<line num="145" count="
|
|
2097
|
-
<line num="146" count="
|
|
1704
|
+
<line num="144" count="108" type="stmt"/>
|
|
1705
|
+
<line num="145" count="191" type="stmt"/>
|
|
1706
|
+
<line num="146" count="144" type="cond" truecount="3" falsecount="1"/>
|
|
2098
1707
|
<line num="147" count="0" type="stmt"/>
|
|
2099
|
-
<line num="154" count="
|
|
2100
|
-
<line num="156" count="
|
|
2101
|
-
<line num="162" count="
|
|
1708
|
+
<line num="154" count="105" type="stmt"/>
|
|
1709
|
+
<line num="156" count="267" type="cond" truecount="1" falsecount="3"/>
|
|
1710
|
+
<line num="162" count="105" type="cond" truecount="1" falsecount="1"/>
|
|
2102
1711
|
<line num="163" count="0" type="stmt"/>
|
|
2103
1712
|
<line num="167" count="40" type="stmt"/>
|
|
2104
|
-
<line num="168" count="
|
|
2105
|
-
<line num="169" count="
|
|
2106
|
-
<line num="170" count="
|
|
2107
|
-
<line num="171" count="
|
|
1713
|
+
<line num="168" count="108" type="stmt"/>
|
|
1714
|
+
<line num="169" count="108" type="stmt"/>
|
|
1715
|
+
<line num="170" count="108" type="cond" truecount="2" falsecount="0"/>
|
|
1716
|
+
<line num="171" count="105" type="stmt"/>
|
|
2108
1717
|
</file>
|
|
2109
1718
|
<file name="external.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/table/external.js">
|
|
2110
1719
|
<metrics statements="138" coveredstatements="11" conditionals="79" coveredconditionals="0" methods="14" coveredmethods="0"/>
|
|
@@ -2256,13 +1865,13 @@
|
|
|
2256
1865
|
<line num="5" count="40" type="stmt"/>
|
|
2257
1866
|
<line num="6" count="40" type="stmt"/>
|
|
2258
1867
|
<line num="7" count="40" type="stmt"/>
|
|
2259
|
-
<line num="10" count="
|
|
2260
|
-
<line num="11" count="
|
|
2261
|
-
<line num="13" count="
|
|
1868
|
+
<line num="10" count="108" type="cond" truecount="4" falsecount="0"/>
|
|
1869
|
+
<line num="11" count="105" type="stmt"/>
|
|
1870
|
+
<line num="13" count="108" type="cond" truecount="3" falsecount="1"/>
|
|
2262
1871
|
<line num="14" count="0" type="stmt"/>
|
|
2263
|
-
<line num="15" count="
|
|
1872
|
+
<line num="15" count="108" type="cond" truecount="3" falsecount="1"/>
|
|
2264
1873
|
<line num="16" count="0" type="stmt"/>
|
|
2265
|
-
<line num="18" count="
|
|
1874
|
+
<line num="18" count="108" type="stmt"/>
|
|
2266
1875
|
<line num="22" count="40" type="stmt"/>
|
|
2267
1876
|
<line num="23" count="2" type="stmt"/>
|
|
2268
1877
|
<line num="25" count="2" type="stmt"/>
|
|
@@ -2277,13 +1886,13 @@
|
|
|
2277
1886
|
<line num="51" count="20" type="stmt"/>
|
|
2278
1887
|
<line num="52" count="20" type="stmt"/>
|
|
2279
1888
|
<line num="55" count="40" type="stmt"/>
|
|
2280
|
-
<line num="56" count="
|
|
2281
|
-
<line num="57" count="
|
|
2282
|
-
<line num="58" count="
|
|
2283
|
-
<line num="59" count="
|
|
2284
|
-
<line num="60" count="
|
|
2285
|
-
<line num="61" count="
|
|
2286
|
-
<line num="63" count="
|
|
1889
|
+
<line num="56" count="105" type="stmt"/>
|
|
1890
|
+
<line num="57" count="105" type="stmt"/>
|
|
1891
|
+
<line num="58" count="105" type="stmt"/>
|
|
1892
|
+
<line num="59" count="105" type="stmt"/>
|
|
1893
|
+
<line num="60" count="105" type="stmt"/>
|
|
1894
|
+
<line num="61" count="105" type="cond" truecount="2" falsecount="0"/>
|
|
1895
|
+
<line num="63" count="105" type="stmt"/>
|
|
2287
1896
|
<line num="66" count="40" type="stmt"/>
|
|
2288
1897
|
<line num="67" count="3" type="stmt"/>
|
|
2289
1898
|
<line num="68" count="3" type="stmt"/>
|
|
@@ -2306,319 +1915,48 @@
|
|
|
2306
1915
|
<line num="96" count="0" type="stmt"/>
|
|
2307
1916
|
<line num="98" count="1" type="stmt"/>
|
|
2308
1917
|
</file>
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
<
|
|
2314
|
-
<line num="9" count="40" type="stmt"/>
|
|
2315
|
-
<line num="10" count="40" type="stmt"/>
|
|
2316
|
-
<line num="11" count="40" type="stmt"/>
|
|
2317
|
-
<line num="12" count="40" type="stmt"/>
|
|
2318
|
-
<line num="13" count="40" type="stmt"/>
|
|
2319
|
-
<line num="14" count="40" type="stmt"/>
|
|
2320
|
-
<line num="16" count="40" type="stmt"/>
|
|
2321
|
-
<line num="17" count="106" type="stmt"/>
|
|
2322
|
-
<line num="18" count="106" type="stmt"/>
|
|
2323
|
-
<line num="19" count="106" type="stmt"/>
|
|
2324
|
-
<line num="28" count="106" type="cond" truecount="4" falsecount="0"/>
|
|
2325
|
-
<line num="29" count="5" type="stmt"/>
|
|
2326
|
-
<line num="32" count="106" type="cond" truecount="1" falsecount="1"/>
|
|
2327
|
-
<line num="33" count="0" type="stmt"/>
|
|
2328
|
-
<line num="38" count="106" type="stmt"/>
|
|
2329
|
-
<line num="43" count="106" type="stmt"/>
|
|
2330
|
-
<line num="47" count="106" type="cond" truecount="4" falsecount="0"/>
|
|
2331
|
-
<line num="48" count="5" type="stmt"/>
|
|
2332
|
-
<line num="49" count="15" type="stmt"/>
|
|
2333
|
-
<line num="50" count="15" type="cond" truecount="3" falsecount="1"/>
|
|
2334
|
-
<line num="51" count="0" type="stmt"/>
|
|
2335
|
-
<line num="57" count="106" type="stmt"/>
|
|
2336
|
-
<line num="70" count="106" type="stmt"/>
|
|
2337
|
-
<line num="73" count="106" type="stmt"/>
|
|
2338
|
-
<line num="74" count="0" type="stmt"/>
|
|
2339
|
-
<line num="75" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2340
|
-
<line num="77" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
2341
|
-
<line num="78" count="0" type="stmt"/>
|
|
2342
|
-
<line num="82" count="106" type="stmt"/>
|
|
2343
|
-
<line num="83" count="106" type="stmt"/>
|
|
2344
|
-
<line num="90" count="106" type="cond" truecount="4" falsecount="0"/>
|
|
2345
|
-
<line num="91" count="5" type="stmt"/>
|
|
2346
|
-
<line num="94" count="0" type="stmt"/>
|
|
2347
|
-
<line num="99" count="106" type="stmt"/>
|
|
2348
|
-
<line num="100" count="106" type="cond" truecount="4" falsecount="0"/>
|
|
2349
|
-
<line num="101" count="1" type="stmt"/>
|
|
2350
|
-
<line num="103" count="106" type="stmt"/>
|
|
2351
|
-
<line num="104" count="106" type="stmt"/>
|
|
2352
|
-
<line num="106" count="106" type="stmt"/>
|
|
2353
|
-
<line num="108" count="106" type="stmt"/>
|
|
2354
|
-
<line num="109" count="106" type="stmt"/>
|
|
2355
|
-
<line num="112" count="40" type="stmt"/>
|
|
2356
|
-
<line num="113" count="3" type="stmt"/>
|
|
2357
|
-
<line num="114" count="3" type="stmt"/>
|
|
2358
|
-
<line num="117" count="3" type="stmt"/>
|
|
2359
|
-
<line num="122" count="3" type="stmt"/>
|
|
2360
|
-
<line num="123" count="3" type="stmt"/>
|
|
2361
|
-
<line num="126" count="3" type="stmt"/>
|
|
2362
|
-
<line num="132" count="3" type="stmt"/>
|
|
2363
|
-
<line num="135" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2364
|
-
<line num="136" count="0" type="stmt"/>
|
|
2365
|
-
<line num="137" count="0" type="stmt"/>
|
|
2366
|
-
<line num="138" count="0" type="stmt"/>
|
|
2367
|
-
<line num="140" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2368
|
-
<line num="141" count="0" type="stmt"/>
|
|
2369
|
-
<line num="146" count="3" type="stmt"/>
|
|
2370
|
-
<line num="147" count="3" type="stmt"/>
|
|
2371
|
-
<line num="148" count="3" type="stmt"/>
|
|
2372
|
-
<line num="151" count="40" type="stmt"/>
|
|
2373
|
-
<line num="152" count="0" type="stmt"/>
|
|
2374
|
-
<line num="153" count="0" type="stmt"/>
|
|
2375
|
-
<line num="154" count="0" type="stmt"/>
|
|
2376
|
-
<line num="155" count="0" type="stmt"/>
|
|
2377
|
-
</file>
|
|
2378
|
-
<file name="utils.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/table/utils.js">
|
|
2379
|
-
<metrics statements="199" coveredstatements="128" conditionals="95" coveredconditionals="38" methods="34" coveredmethods="20"/>
|
|
1918
|
+
</package>
|
|
1919
|
+
<package name="api.controllers.view">
|
|
1920
|
+
<metrics statements="193" coveredstatements="143" conditionals="83" coveredconditionals="53" methods="25" coveredmethods="18"/>
|
|
1921
|
+
<file name="exporters.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/view/exporters.js">
|
|
1922
|
+
<metrics statements="11" coveredstatements="11" conditionals="2" coveredconditionals="1" methods="4" coveredmethods="4"/>
|
|
2380
1923
|
<line num="1" count="40" type="stmt"/>
|
|
2381
|
-
<line num="
|
|
2382
|
-
<line num="
|
|
2383
|
-
<line num="
|
|
2384
|
-
<line num="
|
|
1924
|
+
<line num="2" count="2" type="stmt"/>
|
|
1925
|
+
<line num="4" count="1" type="stmt"/>
|
|
1926
|
+
<line num="5" count="1" type="stmt"/>
|
|
1927
|
+
<line num="7" count="2" type="stmt"/>
|
|
1928
|
+
<line num="8" count="2" type="stmt"/>
|
|
1929
|
+
<line num="12" count="2" type="stmt"/>
|
|
1930
|
+
<line num="16" count="1" type="stmt"/>
|
|
2385
1931
|
<line num="19" count="40" type="stmt"/>
|
|
2386
|
-
<line num="
|
|
2387
|
-
<line num="
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
<
|
|
2391
|
-
<line num="
|
|
2392
|
-
<line num="
|
|
2393
|
-
<line num="
|
|
2394
|
-
<line num="
|
|
2395
|
-
<line num="
|
|
2396
|
-
<line num="
|
|
2397
|
-
<line num="
|
|
2398
|
-
<line num="
|
|
2399
|
-
<line num="
|
|
2400
|
-
<line num="
|
|
2401
|
-
<line num="
|
|
2402
|
-
<line num="
|
|
2403
|
-
<line num="
|
|
2404
|
-
<line num="
|
|
2405
|
-
<line num="
|
|
2406
|
-
<line num="
|
|
2407
|
-
<line num="
|
|
2408
|
-
<line num="
|
|
2409
|
-
<line num="
|
|
2410
|
-
<line num="
|
|
2411
|
-
<line num="
|
|
2412
|
-
<line num="
|
|
2413
|
-
<line num="
|
|
2414
|
-
<line num="70" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2415
|
-
<line num="71" count="0" type="stmt"/>
|
|
2416
|
-
<line num="73" count="1" type="stmt"/>
|
|
2417
|
-
<line num="77" count="1" type="stmt"/>
|
|
2418
|
-
<line num="79" count="1" type="stmt"/>
|
|
2419
|
-
<line num="80" count="1" type="stmt"/>
|
|
2420
|
-
<line num="82" count="106" type="stmt"/>
|
|
2421
|
-
<line num="86" count="40" type="stmt"/>
|
|
2422
|
-
<line num="87" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
2423
|
-
<line num="88" count="0" type="stmt"/>
|
|
2424
|
-
<line num="91" count="5" type="stmt"/>
|
|
2425
|
-
<line num="94" count="5" type="stmt"/>
|
|
2426
|
-
<line num="95" count="13" type="cond" truecount="1" falsecount="1"/>
|
|
2427
|
-
<line num="100" count="0" type="stmt"/>
|
|
2428
|
-
<line num="103" count="5" type="stmt"/>
|
|
2429
|
-
<line num="106" count="40" type="stmt"/>
|
|
2430
|
-
<line num="107" count="107" type="cond" truecount="4" falsecount="0"/>
|
|
2431
|
-
<line num="108" count="106" type="stmt"/>
|
|
2432
|
-
<line num="111" count="1" type="stmt"/>
|
|
2433
|
-
<line num="113" count="1" type="stmt"/>
|
|
2434
|
-
<line num="118" count="1" type="stmt"/>
|
|
2435
|
-
<line num="119" count="1" type="stmt"/>
|
|
2436
|
-
<line num="120" count="1" type="stmt"/>
|
|
2437
|
-
<line num="121" count="1" type="stmt"/>
|
|
2438
|
-
<line num="122" count="1" type="stmt"/>
|
|
2439
|
-
<line num="123" count="1" type="stmt"/>
|
|
2440
|
-
<line num="126" count="1" type="stmt"/>
|
|
2441
|
-
<line num="127" count="1" type="stmt"/>
|
|
2442
|
-
<line num="129" count="1" type="stmt"/>
|
|
2443
|
-
<line num="131" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
2444
|
-
<line num="136" count="0" type="stmt"/>
|
|
2445
|
-
<line num="143" count="1" type="stmt"/>
|
|
2446
|
-
<line num="146" count="1" type="stmt"/>
|
|
2447
|
-
<line num="149" count="1" type="stmt"/>
|
|
2448
|
-
<line num="150" count="1" type="stmt"/>
|
|
2449
|
-
<line num="151" count="1" type="stmt"/>
|
|
2450
|
-
<line num="152" count="1" type="stmt"/>
|
|
2451
|
-
<line num="153" count="1" type="stmt"/>
|
|
2452
|
-
<line num="156" count="40" type="stmt"/>
|
|
2453
|
-
<line num="157" count="106" type="stmt"/>
|
|
2454
|
-
<line num="159" count="106" type="cond" truecount="4" falsecount="0"/>
|
|
2455
|
-
<line num="160" count="2" type="stmt"/>
|
|
2456
|
-
<line num="161" count="2" type="stmt"/>
|
|
2457
|
-
<line num="163" count="2" type="stmt"/>
|
|
2458
|
-
<line num="164" count="3" type="stmt"/>
|
|
2459
|
-
<line num="167" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2460
|
-
<line num="168" count="1" type="stmt"/>
|
|
2461
|
-
<line num="169" count="1" type="stmt"/>
|
|
2462
|
-
<line num="173" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2463
|
-
<line num="174" count="1" type="stmt"/>
|
|
2464
|
-
<line num="176" count="1" type="stmt"/>
|
|
2465
|
-
<line num="187" count="1" type="stmt"/>
|
|
2466
|
-
<line num="197" count="106" type="stmt"/>
|
|
2467
|
-
<line num="200" count="40" type="stmt"/>
|
|
2468
|
-
<line num="202" count="106" type="cond" truecount="2" falsecount="0"/>
|
|
2469
|
-
<line num="203" count="1" type="stmt"/>
|
|
2470
|
-
<line num="205" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
2471
|
-
<line num="206" count="5" type="stmt"/>
|
|
2472
|
-
<line num="210" count="106" type="stmt"/>
|
|
2473
|
-
<line num="215" count="106" type="stmt"/>
|
|
2474
|
-
<line num="216" count="106" type="stmt"/>
|
|
2475
|
-
<line num="217" count="106" type="stmt"/>
|
|
2476
|
-
<line num="218" count="106" type="stmt"/>
|
|
2477
|
-
<line num="220" count="106" type="stmt"/>
|
|
2478
|
-
<line num="225" count="106" type="cond" truecount="2" falsecount="0"/>
|
|
2479
|
-
<line num="226" count="5" type="stmt"/>
|
|
2480
|
-
<line num="228" count="106" type="stmt"/>
|
|
2481
|
-
<line num="229" count="106" type="stmt"/>
|
|
2482
|
-
<line num="234" count="106" type="stmt"/>
|
|
2483
|
-
<line num="235" count="106" type="stmt"/>
|
|
2484
|
-
<line num="236" count="106" type="stmt"/>
|
|
2485
|
-
<line num="241" count="106" type="stmt"/>
|
|
2486
|
-
<line num="242" count="106" type="stmt"/>
|
|
2487
|
-
<line num="243" count="106" type="stmt"/>
|
|
2488
|
-
<line num="247" count="106" type="stmt"/>
|
|
2489
|
-
<line num="251" count="40" type="stmt"/>
|
|
2490
|
-
<line num="252" count="220" type="stmt"/>
|
|
2491
|
-
<line num="253" count="220" type="stmt"/>
|
|
2492
|
-
<line num="258" count="506" type="stmt"/>
|
|
2493
|
-
<line num="265" count="40" type="stmt"/>
|
|
2494
|
-
<line num="266" count="0" type="stmt"/>
|
|
2495
|
-
<line num="267" count="0" type="stmt"/>
|
|
2496
|
-
<line num="268" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
2497
|
-
<line num="269" count="0" type="stmt"/>
|
|
2498
|
-
<line num="271" count="0" type="stmt"/>
|
|
2499
|
-
<line num="274" count="40" type="stmt"/>
|
|
2500
|
-
<line num="275" count="0" type="stmt"/>
|
|
2501
|
-
<line num="276" count="0" type="stmt"/>
|
|
2502
|
-
<line num="279" count="40" type="stmt"/>
|
|
2503
|
-
<line num="280" count="31" type="stmt"/>
|
|
2504
|
-
<line num="281" count="31" type="cond" truecount="1" falsecount="1"/>
|
|
2505
|
-
<line num="282" count="0" type="stmt"/>
|
|
2506
|
-
<line num="283" count="0" type="stmt"/>
|
|
2507
|
-
<line num="284" count="0" type="stmt"/>
|
|
2508
|
-
<line num="285" count="0" type="stmt"/>
|
|
2509
|
-
<line num="287" count="31" type="stmt"/>
|
|
2510
|
-
<line num="291" count="40" type="stmt"/>
|
|
2511
|
-
<line num="292" count="1" type="stmt"/>
|
|
2512
|
-
<line num="293" count="1" type="stmt"/>
|
|
2513
|
-
<line num="296" count="1" type="stmt"/>
|
|
2514
|
-
<line num="297" count="0" type="stmt"/>
|
|
2515
|
-
<line num="300" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2516
|
-
<line num="302" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2517
|
-
<line num="303" count="0" type="stmt"/>
|
|
2518
|
-
<line num="304" count="0" type="stmt"/>
|
|
2519
|
-
<line num="308" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2520
|
-
<line num="309" count="0" type="stmt"/>
|
|
2521
|
-
<line num="310" count="0" type="stmt"/>
|
|
2522
|
-
<line num="314" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2523
|
-
<line num="315" count="0" type="stmt"/>
|
|
2524
|
-
<line num="316" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2525
|
-
<line num="317" count="0" type="stmt"/>
|
|
2526
|
-
<line num="318" count="0" type="stmt"/>
|
|
2527
|
-
<line num="322" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2528
|
-
<line num="323" count="0" type="stmt"/>
|
|
2529
|
-
<line num="325" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2530
|
-
<line num="326" count="0" type="stmt"/>
|
|
2531
|
-
<line num="327" count="0" type="stmt"/>
|
|
2532
|
-
<line num="328" count="0" type="stmt"/>
|
|
2533
|
-
<line num="329" count="0" type="stmt"/>
|
|
2534
|
-
<line num="333" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2535
|
-
<line num="334" count="0" type="stmt"/>
|
|
2536
|
-
<line num="335" count="0" type="stmt"/>
|
|
2537
|
-
<line num="339" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
2538
|
-
<line num="340" count="0" type="stmt"/>
|
|
2539
|
-
<line num="341" count="0" type="stmt"/>
|
|
2540
|
-
<line num="342" count="0" type="stmt"/>
|
|
2541
|
-
<line num="344" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2542
|
-
<line num="345" count="0" type="stmt"/>
|
|
2543
|
-
<line num="352" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2544
|
-
<line num="353" count="0" type="stmt"/>
|
|
2545
|
-
<line num="354" count="0" type="stmt"/>
|
|
2546
|
-
<line num="355" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2547
|
-
<line num="356" count="0" type="stmt"/>
|
|
2548
|
-
<line num="358" count="0" type="stmt"/>
|
|
2549
|
-
<line num="363" count="40" type="stmt"/>
|
|
2550
|
-
<line num="364" count="0" type="stmt"/>
|
|
2551
|
-
<line num="367" count="40" type="stmt"/>
|
|
2552
|
-
<line num="368" count="0" type="stmt"/>
|
|
2553
|
-
<line num="371" count="40" type="cond" truecount="0" falsecount="1"/>
|
|
2554
|
-
<line num="372" count="0" type="stmt"/>
|
|
2555
|
-
<line num="377" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2556
|
-
<line num="378" count="0" type="stmt"/>
|
|
2557
|
-
<line num="380" count="0" type="stmt"/>
|
|
2558
|
-
<line num="383" count="40" type="stmt"/>
|
|
2559
|
-
<line num="384" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2560
|
-
<line num="388" count="0" type="stmt"/>
|
|
2561
|
-
<line num="390" count="0" type="stmt"/>
|
|
2562
|
-
<line num="391" count="0" type="stmt"/>
|
|
2563
|
-
<line num="392" count="0" type="stmt"/>
|
|
2564
|
-
<line num="393" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
2565
|
-
<line num="394" count="0" type="stmt"/>
|
|
2566
|
-
<line num="397" count="0" type="stmt"/>
|
|
2567
|
-
<line num="400" count="40" type="stmt"/>
|
|
2568
|
-
<line num="401" count="106" type="cond" truecount="2" falsecount="0"/>
|
|
2569
|
-
<line num="402" count="101" type="stmt"/>
|
|
2570
|
-
<line num="404" count="5" type="stmt"/>
|
|
2571
|
-
<line num="405" count="13" type="stmt"/>
|
|
2572
|
-
<line num="406" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
2573
|
-
<line num="407" count="7" type="stmt"/>
|
|
2574
|
-
<line num="409" count="6" type="stmt"/>
|
|
2575
|
-
<line num="410" count="6" type="cond" truecount="2" falsecount="2"/>
|
|
2576
|
-
<line num="411" count="0" type="stmt"/>
|
|
2577
|
-
<line num="414" count="5" type="stmt"/>
|
|
2578
|
-
<line num="417" count="40" type="stmt"/>
|
|
2579
|
-
</file>
|
|
2580
|
-
</package>
|
|
2581
|
-
<package name="api.controllers.view">
|
|
2582
|
-
<metrics statements="193" coveredstatements="143" conditionals="83" coveredconditionals="53" methods="25" coveredmethods="18"/>
|
|
2583
|
-
<file name="exporters.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/view/exporters.js">
|
|
2584
|
-
<metrics statements="11" coveredstatements="11" conditionals="2" coveredconditionals="1" methods="4" coveredmethods="4"/>
|
|
2585
|
-
<line num="1" count="40" type="stmt"/>
|
|
2586
|
-
<line num="2" count="2" type="stmt"/>
|
|
2587
|
-
<line num="4" count="1" type="stmt"/>
|
|
2588
|
-
<line num="5" count="1" type="stmt"/>
|
|
2589
|
-
<line num="7" count="2" type="stmt"/>
|
|
2590
|
-
<line num="8" count="2" type="stmt"/>
|
|
2591
|
-
<line num="12" count="2" type="stmt"/>
|
|
2592
|
-
<line num="16" count="1" type="stmt"/>
|
|
2593
|
-
<line num="19" count="40" type="stmt"/>
|
|
2594
|
-
<line num="20" count="1" type="stmt"/>
|
|
2595
|
-
<line num="23" count="40" type="stmt"/>
|
|
2596
|
-
</file>
|
|
2597
|
-
<file name="index.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/view/index.js">
|
|
2598
|
-
<metrics statements="68" coveredstatements="61" conditionals="25" coveredconditionals="18" methods="8" coveredmethods="5"/>
|
|
2599
|
-
<line num="1" count="39" type="stmt"/>
|
|
2600
|
-
<line num="2" count="39" type="stmt"/>
|
|
2601
|
-
<line num="3" count="39" type="stmt"/>
|
|
2602
|
-
<line num="4" count="39" type="stmt"/>
|
|
2603
|
-
<line num="5" count="39" type="stmt"/>
|
|
2604
|
-
<line num="6" count="39" type="stmt"/>
|
|
2605
|
-
<line num="7" count="39" type="stmt"/>
|
|
2606
|
-
<line num="8" count="39" type="stmt"/>
|
|
2607
|
-
<line num="10" count="39" type="stmt"/>
|
|
2608
|
-
<line num="11" count="1" type="stmt"/>
|
|
2609
|
-
<line num="14" count="39" type="stmt"/>
|
|
2610
|
-
<line num="15" count="8" type="stmt"/>
|
|
2611
|
-
<line num="16" count="8" type="stmt"/>
|
|
2612
|
-
<line num="17" count="8" type="stmt"/>
|
|
2613
|
-
<line num="19" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
2614
|
-
<line num="20" count="0" type="stmt"/>
|
|
2615
|
-
<line num="23" count="8" type="stmt"/>
|
|
2616
|
-
<line num="26" count="8" type="stmt"/>
|
|
2617
|
-
<line num="27" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
2618
|
-
<line num="28" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
2619
|
-
<line num="29" count="3" type="stmt"/>
|
|
2620
|
-
<line num="31" count="8" type="stmt"/>
|
|
2621
|
-
<line num="32" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
1932
|
+
<line num="20" count="1" type="stmt"/>
|
|
1933
|
+
<line num="23" count="40" type="stmt"/>
|
|
1934
|
+
</file>
|
|
1935
|
+
<file name="index.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/view/index.js">
|
|
1936
|
+
<metrics statements="68" coveredstatements="61" conditionals="25" coveredconditionals="18" methods="8" coveredmethods="5"/>
|
|
1937
|
+
<line num="1" count="39" type="stmt"/>
|
|
1938
|
+
<line num="2" count="39" type="stmt"/>
|
|
1939
|
+
<line num="3" count="39" type="stmt"/>
|
|
1940
|
+
<line num="4" count="39" type="stmt"/>
|
|
1941
|
+
<line num="5" count="39" type="stmt"/>
|
|
1942
|
+
<line num="6" count="39" type="stmt"/>
|
|
1943
|
+
<line num="7" count="39" type="stmt"/>
|
|
1944
|
+
<line num="8" count="39" type="stmt"/>
|
|
1945
|
+
<line num="10" count="39" type="stmt"/>
|
|
1946
|
+
<line num="11" count="1" type="stmt"/>
|
|
1947
|
+
<line num="14" count="39" type="stmt"/>
|
|
1948
|
+
<line num="15" count="8" type="stmt"/>
|
|
1949
|
+
<line num="16" count="8" type="stmt"/>
|
|
1950
|
+
<line num="17" count="8" type="stmt"/>
|
|
1951
|
+
<line num="19" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
1952
|
+
<line num="20" count="0" type="stmt"/>
|
|
1953
|
+
<line num="23" count="8" type="stmt"/>
|
|
1954
|
+
<line num="26" count="8" type="stmt"/>
|
|
1955
|
+
<line num="27" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
1956
|
+
<line num="28" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1957
|
+
<line num="29" count="3" type="stmt"/>
|
|
1958
|
+
<line num="31" count="8" type="stmt"/>
|
|
1959
|
+
<line num="32" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
2622
1960
|
<line num="33" count="0" type="stmt"/>
|
|
2623
1961
|
<line num="35" count="8" type="stmt"/>
|
|
2624
1962
|
<line num="37" count="8" type="stmt"/>
|
|
@@ -2787,7 +2125,7 @@
|
|
|
2787
2125
|
</file>
|
|
2788
2126
|
</package>
|
|
2789
2127
|
<package name="api.routes">
|
|
2790
|
-
<metrics statements="
|
|
2128
|
+
<metrics statements="190" coveredstatements="183" conditionals="4" coveredconditionals="2" methods="1" coveredmethods="1"/>
|
|
2791
2129
|
<file name="analytics.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/routes/analytics.js">
|
|
2792
2130
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
2793
2131
|
<line num="1" count="24" type="stmt"/>
|
|
@@ -2806,17 +2144,6 @@
|
|
|
2806
2144
|
<line num="8" count="24" type="stmt"/>
|
|
2807
2145
|
<line num="12" count="24" type="stmt"/>
|
|
2808
2146
|
</file>
|
|
2809
|
-
<file name="application.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/routes/application.js">
|
|
2810
|
-
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
2811
|
-
<line num="1" count="24" type="stmt"/>
|
|
2812
|
-
<line num="2" count="24" type="stmt"/>
|
|
2813
|
-
<line num="3" count="24" type="stmt"/>
|
|
2814
|
-
<line num="4" count="24" type="stmt"/>
|
|
2815
|
-
<line num="5" count="24" type="stmt"/>
|
|
2816
|
-
<line num="7" count="24" type="stmt"/>
|
|
2817
|
-
<line num="9" count="24" type="stmt"/>
|
|
2818
|
-
<line num="33" count="24" type="stmt"/>
|
|
2819
|
-
</file>
|
|
2820
2147
|
<file name="auth.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/routes/auth.js">
|
|
2821
2148
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
2822
2149
|
<line num="1" count="24" type="stmt"/>
|
|
@@ -2904,40 +2231,6 @@
|
|
|
2904
2231
|
<line num="21" count="24" type="stmt"/>
|
|
2905
2232
|
<line num="26" count="24" type="stmt"/>
|
|
2906
2233
|
</file>
|
|
2907
|
-
<file name="index.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/routes/index.js">
|
|
2908
|
-
<metrics statements="31" coveredstatements="31" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
2909
|
-
<line num="1" count="24" type="stmt"/>
|
|
2910
|
-
<line num="2" count="24" type="stmt"/>
|
|
2911
|
-
<line num="3" count="24" type="stmt"/>
|
|
2912
|
-
<line num="4" count="24" type="stmt"/>
|
|
2913
|
-
<line num="5" count="24" type="stmt"/>
|
|
2914
|
-
<line num="6" count="24" type="stmt"/>
|
|
2915
|
-
<line num="7" count="24" type="stmt"/>
|
|
2916
|
-
<line num="8" count="24" type="stmt"/>
|
|
2917
|
-
<line num="9" count="24" type="stmt"/>
|
|
2918
|
-
<line num="10" count="24" type="stmt"/>
|
|
2919
|
-
<line num="11" count="24" type="stmt"/>
|
|
2920
|
-
<line num="12" count="24" type="stmt"/>
|
|
2921
|
-
<line num="13" count="24" type="stmt"/>
|
|
2922
|
-
<line num="14" count="24" type="stmt"/>
|
|
2923
|
-
<line num="15" count="24" type="stmt"/>
|
|
2924
|
-
<line num="16" count="24" type="stmt"/>
|
|
2925
|
-
<line num="17" count="24" type="stmt"/>
|
|
2926
|
-
<line num="18" count="24" type="stmt"/>
|
|
2927
|
-
<line num="19" count="24" type="stmt"/>
|
|
2928
|
-
<line num="20" count="24" type="stmt"/>
|
|
2929
|
-
<line num="21" count="24" type="stmt"/>
|
|
2930
|
-
<line num="22" count="24" type="stmt"/>
|
|
2931
|
-
<line num="23" count="24" type="stmt"/>
|
|
2932
|
-
<line num="24" count="24" type="stmt"/>
|
|
2933
|
-
<line num="25" count="24" type="stmt"/>
|
|
2934
|
-
<line num="26" count="24" type="stmt"/>
|
|
2935
|
-
<line num="27" count="24" type="stmt"/>
|
|
2936
|
-
<line num="28" count="24" type="stmt"/>
|
|
2937
|
-
<line num="30" count="24" type="stmt"/>
|
|
2938
|
-
<line num="61" count="24" type="stmt"/>
|
|
2939
|
-
<line num="62" count="24" type="stmt"/>
|
|
2940
|
-
</file>
|
|
2941
2234
|
<file name="integration.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/routes/integration.js">
|
|
2942
2235
|
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
2943
2236
|
<line num="1" count="24" type="stmt"/>
|
|
@@ -3022,19 +2315,6 @@
|
|
|
3022
2315
|
<line num="8" count="24" type="stmt"/>
|
|
3023
2316
|
<line num="14" count="24" type="stmt"/>
|
|
3024
2317
|
</file>
|
|
3025
|
-
<file name="row.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/routes/row.js">
|
|
3026
|
-
<metrics statements="10" coveredstatements="10" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
3027
|
-
<line num="1" count="24" type="stmt"/>
|
|
3028
|
-
<line num="2" count="24" type="stmt"/>
|
|
3029
|
-
<line num="3" count="24" type="stmt"/>
|
|
3030
|
-
<line num="4" count="24" type="stmt"/>
|
|
3031
|
-
<line num="8" count="24" type="stmt"/>
|
|
3032
|
-
<line num="12" count="24" type="stmt"/>
|
|
3033
|
-
<line num="13" count="24" type="stmt"/>
|
|
3034
|
-
<line num="15" count="24" type="stmt"/>
|
|
3035
|
-
<line num="17" count="24" type="stmt"/>
|
|
3036
|
-
<line num="276" count="24" type="stmt"/>
|
|
3037
|
-
</file>
|
|
3038
2318
|
<file name="screen.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/routes/screen.js">
|
|
3039
2319
|
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
3040
2320
|
<line num="1" count="24" type="stmt"/>
|
|
@@ -3056,21 +2336,6 @@
|
|
|
3056
2336
|
<line num="8" count="0" type="stmt"/>
|
|
3057
2337
|
<line num="10" count="0" type="stmt"/>
|
|
3058
2338
|
</file>
|
|
3059
|
-
<file name="static.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/routes/static.js">
|
|
3060
|
-
<metrics statements="12" coveredstatements="12" conditionals="2" coveredconditionals="1" methods="0" coveredmethods="0"/>
|
|
3061
|
-
<line num="1" count="24" type="stmt"/>
|
|
3062
|
-
<line num="2" count="24" type="stmt"/>
|
|
3063
|
-
<line num="3" count="24" type="stmt"/>
|
|
3064
|
-
<line num="4" count="24" type="stmt"/>
|
|
3065
|
-
<line num="9" count="24" type="stmt"/>
|
|
3066
|
-
<line num="10" count="24" type="stmt"/>
|
|
3067
|
-
<line num="11" count="24" type="stmt"/>
|
|
3068
|
-
<line num="13" count="24" type="stmt"/>
|
|
3069
|
-
<line num="33" count="24" type="cond" truecount="1" falsecount="1"/>
|
|
3070
|
-
<line num="34" count="24" type="stmt"/>
|
|
3071
|
-
<line num="37" count="24" type="stmt"/>
|
|
3072
|
-
<line num="55" count="24" type="stmt"/>
|
|
3073
|
-
</file>
|
|
3074
2339
|
<file name="table.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/routes/table.js">
|
|
3075
2340
|
<metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
3076
2341
|
<line num="1" count="24" type="stmt"/>
|
|
@@ -3169,9 +2434,9 @@
|
|
|
3169
2434
|
</file>
|
|
3170
2435
|
</package>
|
|
3171
2436
|
<package name="automations">
|
|
3172
|
-
<metrics statements="
|
|
2437
|
+
<metrics statements="145" coveredstatements="121" conditionals="58" coveredconditionals="46" methods="18" coveredmethods="13"/>
|
|
3173
2438
|
<file name="actions.js" path="/home/runner/work/budibase/budibase/packages/server/src/automations/actions.js">
|
|
3174
|
-
<metrics statements="
|
|
2439
|
+
<metrics statements="24" coveredstatements="24" conditionals="2" coveredconditionals="1" methods="0" coveredmethods="0"/>
|
|
3175
2440
|
<line num="1" count="40" type="stmt"/>
|
|
3176
2441
|
<line num="2" count="40" type="stmt"/>
|
|
3177
2442
|
<line num="3" count="40" type="stmt"/>
|
|
@@ -3188,47 +2453,56 @@
|
|
|
3188
2453
|
<line num="14" count="40" type="stmt"/>
|
|
3189
2454
|
<line num="15" count="40" type="stmt"/>
|
|
3190
2455
|
<line num="16" count="40" type="stmt"/>
|
|
3191
|
-
<line num="
|
|
3192
|
-
<line num="
|
|
3193
|
-
<line num="
|
|
3194
|
-
<line num="
|
|
3195
|
-
<line num="
|
|
3196
|
-
<line num="
|
|
3197
|
-
<line num="
|
|
2456
|
+
<line num="17" count="40" type="stmt"/>
|
|
2457
|
+
<line num="19" count="40" type="stmt"/>
|
|
2458
|
+
<line num="38" count="40" type="stmt"/>
|
|
2459
|
+
<line num="61" count="40" type="cond" truecount="1" falsecount="1"/>
|
|
2460
|
+
<line num="62" count="40" type="stmt"/>
|
|
2461
|
+
<line num="63" count="40" type="stmt"/>
|
|
2462
|
+
<line num="64" count="40" type="stmt"/>
|
|
2463
|
+
<line num="74" count="40" type="stmt"/>
|
|
3198
2464
|
</file>
|
|
3199
2465
|
<file name="automationUtils.js" path="/home/runner/work/budibase/budibase/packages/server/src/automations/automationUtils.js">
|
|
3200
|
-
<metrics statements="
|
|
2466
|
+
<metrics statements="39" coveredstatements="31" conditionals="25" coveredconditionals="21" methods="4" coveredmethods="3"/>
|
|
3201
2467
|
<line num="1" count="40" type="stmt"/>
|
|
3202
|
-
<line num="
|
|
3203
|
-
<line num="20" count="
|
|
3204
|
-
<line num="21" count="
|
|
3205
|
-
<line num="
|
|
3206
|
-
<line num="24" count="
|
|
3207
|
-
<line num="25" count="
|
|
3208
|
-
<line num="26" count="
|
|
3209
|
-
<line num="
|
|
3210
|
-
<line num="29" count="
|
|
3211
|
-
<line num="30" count="
|
|
3212
|
-
<line num="
|
|
3213
|
-
<line num="33" count="
|
|
3214
|
-
<line num="34" count="2" type="
|
|
3215
|
-
<line num="35" count="
|
|
3216
|
-
<line num="
|
|
3217
|
-
<line num="38" count="
|
|
3218
|
-
<line num="
|
|
3219
|
-
<line num="42" count="
|
|
3220
|
-
<line num="43" count="1" type="
|
|
3221
|
-
<line num="44" count="1" type="
|
|
3222
|
-
<line num="
|
|
3223
|
-
<line num="
|
|
3224
|
-
<line num="61" count="
|
|
2468
|
+
<line num="2" count="40" type="stmt"/>
|
|
2469
|
+
<line num="20" count="40" type="stmt"/>
|
|
2470
|
+
<line num="21" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
2471
|
+
<line num="22" count="1" type="stmt"/>
|
|
2472
|
+
<line num="24" count="13" type="stmt"/>
|
|
2473
|
+
<line num="25" count="33" type="stmt"/>
|
|
2474
|
+
<line num="26" count="33" type="cond" truecount="2" falsecount="0"/>
|
|
2475
|
+
<line num="27" count="6" type="stmt"/>
|
|
2476
|
+
<line num="29" count="27" type="stmt"/>
|
|
2477
|
+
<line num="30" count="27" type="cond" truecount="2" falsecount="0"/>
|
|
2478
|
+
<line num="31" count="11" type="stmt"/>
|
|
2479
|
+
<line num="33" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
2480
|
+
<line num="34" count="2" type="stmt"/>
|
|
2481
|
+
<line num="35" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2482
|
+
<line num="36" count="1" type="stmt"/>
|
|
2483
|
+
<line num="38" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2484
|
+
<line num="39" count="1" type="stmt"/>
|
|
2485
|
+
<line num="42" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
2486
|
+
<line num="43" count="1" type="stmt"/>
|
|
2487
|
+
<line num="44" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2488
|
+
<line num="45" count="1" type="stmt"/>
|
|
2489
|
+
<line num="49" count="13" type="stmt"/>
|
|
2490
|
+
<line num="61" count="40" type="stmt"/>
|
|
3225
2491
|
<line num="62" count="8" type="stmt"/>
|
|
3226
|
-
<line num="
|
|
3227
|
-
<line num="66" count="
|
|
3228
|
-
<line num="67" count="
|
|
3229
|
-
<line num="
|
|
3230
|
-
<line num="
|
|
3231
|
-
<line num="
|
|
2492
|
+
<line num="63" count="7" type="stmt"/>
|
|
2493
|
+
<line num="66" count="40" type="stmt"/>
|
|
2494
|
+
<line num="67" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2495
|
+
<line num="68" count="0" type="stmt"/>
|
|
2496
|
+
<line num="70" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2497
|
+
<line num="74" count="0" type="stmt"/>
|
|
2498
|
+
<line num="76" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2499
|
+
<line num="79" count="40" type="stmt"/>
|
|
2500
|
+
<line num="80" count="0" type="stmt"/>
|
|
2501
|
+
<line num="81" count="0" type="stmt"/>
|
|
2502
|
+
<line num="82" count="0" type="stmt"/>
|
|
2503
|
+
<line num="83" count="0" type="stmt"/>
|
|
2504
|
+
<line num="84" count="0" type="stmt"/>
|
|
2505
|
+
<line num="87" count="0" type="stmt"/>
|
|
3232
2506
|
</file>
|
|
3233
2507
|
<file name="bullboard.js" path="/home/runner/work/budibase/budibase/packages/server/src/automations/bullboard.js">
|
|
3234
2508
|
<metrics statements="28" coveredstatements="15" conditionals="6" coveredconditionals="3" methods="3" coveredmethods="0"/>
|
|
@@ -3286,16 +2560,16 @@
|
|
|
3286
2560
|
<line num="11" count="39" type="stmt"/>
|
|
3287
2561
|
<line num="13" count="39" type="stmt"/>
|
|
3288
2562
|
<line num="14" count="39" type="stmt"/>
|
|
3289
|
-
<line num="20" count="
|
|
2563
|
+
<line num="20" count="18" type="cond" truecount="1" falsecount="1"/>
|
|
3290
2564
|
<line num="21" count="0" type="stmt"/>
|
|
3291
|
-
<line num="24" count="
|
|
3292
|
-
<line num="25" count="
|
|
3293
|
-
<line num="26" count="
|
|
3294
|
-
<line num="31" count="
|
|
2565
|
+
<line num="24" count="18" type="stmt"/>
|
|
2566
|
+
<line num="25" count="18" type="stmt"/>
|
|
2567
|
+
<line num="26" count="18" type="stmt"/>
|
|
2568
|
+
<line num="31" count="18" type="stmt"/>
|
|
3295
2569
|
<line num="32" count="4" type="stmt"/>
|
|
3296
2570
|
<line num="34" count="4" type="stmt"/>
|
|
3297
2571
|
<line num="35" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
3298
|
-
<line num="38" count="
|
|
2572
|
+
<line num="38" count="18" type="stmt"/>
|
|
3299
2573
|
<line num="39" count="4" type="stmt"/>
|
|
3300
2574
|
<line num="40" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
3301
2575
|
<line num="44" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
@@ -3303,7 +2577,7 @@
|
|
|
3303
2577
|
<line num="51" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
3304
2578
|
<line num="55" count="4" type="stmt"/>
|
|
3305
2579
|
<line num="61" count="39" type="stmt"/>
|
|
3306
|
-
<line num="66" count="
|
|
2580
|
+
<line num="66" count="8" type="stmt"/>
|
|
3307
2581
|
<line num="69" count="39" type="stmt"/>
|
|
3308
2582
|
<line num="74" count="4" type="stmt"/>
|
|
3309
2583
|
<line num="77" count="39" type="stmt"/>
|
|
@@ -3321,91 +2595,9 @@
|
|
|
3321
2595
|
<line num="109" count="4" type="stmt"/>
|
|
3322
2596
|
<line num="113" count="39" type="stmt"/>
|
|
3323
2597
|
</file>
|
|
3324
|
-
<file name="utils.js" path="/home/runner/work/budibase/budibase/packages/server/src/automations/utils.js">
|
|
3325
|
-
<metrics statements="79" coveredstatements="63" conditionals="38" coveredconditionals="31" methods="10" coveredmethods="9"/>
|
|
3326
|
-
<line num="1" count="39" type="stmt"/>
|
|
3327
|
-
<line num="2" count="39" type="stmt"/>
|
|
3328
|
-
<line num="3" count="39" type="stmt"/>
|
|
3329
|
-
<line num="4" count="39" type="stmt"/>
|
|
3330
|
-
<line num="5" count="39" type="stmt"/>
|
|
3331
|
-
<line num="6" count="39" type="stmt"/>
|
|
3332
|
-
<line num="7" count="39" type="stmt"/>
|
|
3333
|
-
<line num="8" count="39" type="stmt"/>
|
|
3334
|
-
<line num="9" count="39" type="stmt"/>
|
|
3335
|
-
<line num="10" count="39" type="stmt"/>
|
|
3336
|
-
<line num="11" count="39" type="stmt"/>
|
|
3337
|
-
<line num="13" count="39" type="stmt"/>
|
|
3338
|
-
<line num="14" count="39" type="stmt"/>
|
|
3339
|
-
<line num="15" count="39" type="stmt"/>
|
|
3340
|
-
<line num="17" count="39" type="stmt"/>
|
|
3341
|
-
<line num="18" count="10" type="stmt"/>
|
|
3342
|
-
<line num="20" count="10" type="stmt"/>
|
|
3343
|
-
<line num="23" count="10" type="stmt"/>
|
|
3344
|
-
<line num="25" count="0" type="stmt"/>
|
|
3345
|
-
<line num="26" count="0" type="stmt"/>
|
|
3346
|
-
<line num="29" count="0" type="stmt"/>
|
|
3347
|
-
<line num="30" count="0" type="stmt"/>
|
|
3348
|
-
<line num="34" count="39" type="stmt"/>
|
|
3349
|
-
<line num="35" count="2" type="stmt"/>
|
|
3350
|
-
<line num="39" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
3351
|
-
<line num="40" count="0" type="stmt"/>
|
|
3352
|
-
<line num="42" count="2" type="stmt"/>
|
|
3353
|
-
<line num="46" count="2" type="stmt"/>
|
|
3354
|
-
<line num="51" count="39" type="stmt"/>
|
|
3355
|
-
<line num="52" count="78" type="stmt"/>
|
|
3356
|
-
<line num="53" count="78" type="stmt"/>
|
|
3357
|
-
<line num="54" count="858" type="cond" truecount="2" falsecount="0"/>
|
|
3358
|
-
<line num="55" count="39" type="stmt"/>
|
|
3359
|
-
<line num="58" count="78" type="stmt"/>
|
|
3360
|
-
<line num="62" count="39" type="stmt"/>
|
|
3361
|
-
<line num="63" count="204" type="stmt"/>
|
|
3362
|
-
<line num="64" count="204" type="stmt"/>
|
|
3363
|
-
<line num="65" count="204" type="stmt"/>
|
|
3364
|
-
<line num="66" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3365
|
-
<line num="67" count="0" type="stmt"/>
|
|
3366
|
-
<line num="68" count="0" type="stmt"/>
|
|
3367
|
-
<line num="71" count="204" type="stmt"/>
|
|
3368
|
-
<line num="79" count="39" type="stmt"/>
|
|
3369
|
-
<line num="80" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
3370
|
-
<line num="82" count="1" type="stmt"/>
|
|
3371
|
-
<line num="89" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
3372
|
-
<line num="91" count="0" type="stmt"/>
|
|
3373
|
-
<line num="92" count="0" type="stmt"/>
|
|
3374
|
-
<line num="100" count="0" type="stmt"/>
|
|
3375
|
-
<line num="104" count="0" type="stmt"/>
|
|
3376
|
-
<line num="105" count="0" type="stmt"/>
|
|
3377
|
-
<line num="106" count="0" type="stmt"/>
|
|
3378
|
-
<line num="107" count="0" type="stmt"/>
|
|
3379
|
-
<line num="109" count="1" type="stmt"/>
|
|
3380
|
-
<line num="120" count="39" type="stmt"/>
|
|
3381
|
-
<line num="121" count="23" type="stmt"/>
|
|
3382
|
-
<line num="122" count="23" type="cond" truecount="2" falsecount="0"/>
|
|
3383
|
-
<line num="123" count="23" type="cond" truecount="2" falsecount="0"/>
|
|
3384
|
-
<line num="125" count="23" type="cond" truecount="3" falsecount="0"/>
|
|
3385
|
-
<line num="127" count="70" type="stmt"/>
|
|
3386
|
-
<line num="134" count="23" type="cond" truecount="2" falsecount="0"/>
|
|
3387
|
-
<line num="139" count="1" type="stmt"/>
|
|
3388
|
-
<line num="140" count="1" type="stmt"/>
|
|
3389
|
-
<line num="142" count="1" type="stmt"/>
|
|
3390
|
-
<line num="143" count="1" type="stmt"/>
|
|
3391
|
-
<line num="148" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
3392
|
-
<line num="149" count="1" type="stmt"/>
|
|
3393
|
-
<line num="150" count="1" type="stmt"/>
|
|
3394
|
-
<line num="152" count="1" type="stmt"/>
|
|
3395
|
-
<line num="158" count="23" type="cond" truecount="2" falsecount="0"/>
|
|
3396
|
-
<line num="162" count="1" type="stmt"/>
|
|
3397
|
-
<line num="172" count="1" type="stmt"/>
|
|
3398
|
-
<line num="173" count="1" type="stmt"/>
|
|
3399
|
-
<line num="174" count="1" type="stmt"/>
|
|
3400
|
-
<line num="178" count="1" type="stmt"/>
|
|
3401
|
-
<line num="179" count="1" type="stmt"/>
|
|
3402
|
-
<line num="184" count="23" type="stmt"/>
|
|
3403
|
-
<line num="192" count="39" type="stmt"/>
|
|
3404
|
-
<line num="193" count="0" type="stmt"/>
|
|
3405
|
-
</file>
|
|
3406
2598
|
</package>
|
|
3407
2599
|
<package name="automations.steps">
|
|
3408
|
-
<metrics statements="
|
|
2600
|
+
<metrics statements="210" coveredstatements="147" conditionals="78" coveredconditionals="52" methods="18" coveredmethods="9"/>
|
|
3409
2601
|
<file name="bash.js" path="/home/runner/work/budibase/budibase/packages/server/src/automations/steps/bash.js">
|
|
3410
2602
|
<metrics statements="16" coveredstatements="5" conditionals="2" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
3411
2603
|
<line num="1" count="40" type="stmt"/>
|
|
@@ -3425,25 +2617,6 @@
|
|
|
3425
2617
|
<line num="60" count="0" type="stmt"/>
|
|
3426
2618
|
<line num="65" count="0" type="stmt"/>
|
|
3427
2619
|
</file>
|
|
3428
|
-
<file name="createRow.js" path="/home/runner/work/budibase/budibase/packages/server/src/automations/steps/createRow.js">
|
|
3429
|
-
<metrics statements="16" coveredstatements="16" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
|
3430
|
-
<line num="1" count="40" type="stmt"/>
|
|
3431
|
-
<line num="2" count="40" type="stmt"/>
|
|
3432
|
-
<line num="3" count="40" type="stmt"/>
|
|
3433
|
-
<line num="4" count="40" type="stmt"/>
|
|
3434
|
-
<line num="6" count="40" type="stmt"/>
|
|
3435
|
-
<line num="62" count="40" type="stmt"/>
|
|
3436
|
-
<line num="63" count="9" type="cond" truecount="4" falsecount="0"/>
|
|
3437
|
-
<line num="64" count="1" type="stmt"/>
|
|
3438
|
-
<line num="72" count="8" type="stmt"/>
|
|
3439
|
-
<line num="79" count="8" type="stmt"/>
|
|
3440
|
-
<line num="80" count="8" type="stmt"/>
|
|
3441
|
-
<line num="84" count="7" type="stmt"/>
|
|
3442
|
-
<line num="85" count="7" type="stmt"/>
|
|
3443
|
-
<line num="86" count="7" type="stmt"/>
|
|
3444
|
-
<line num="87" count="7" type="stmt"/>
|
|
3445
|
-
<line num="95" count="1" type="stmt"/>
|
|
3446
|
-
</file>
|
|
3447
2620
|
<file name="delay.js" path="/home/runner/work/budibase/budibase/packages/server/src/automations/steps/delay.js">
|
|
3448
2621
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
3449
2622
|
<line num="1" count="40" type="stmt"/>
|
|
@@ -3452,23 +2625,6 @@
|
|
|
3452
2625
|
<line num="35" count="1" type="stmt"/>
|
|
3453
2626
|
<line num="36" count="1" type="stmt"/>
|
|
3454
2627
|
</file>
|
|
3455
|
-
<file name="deleteRow.js" path="/home/runner/work/budibase/budibase/packages/server/src/automations/steps/deleteRow.js">
|
|
3456
|
-
<metrics statements="14" coveredstatements="14" conditionals="4" coveredconditionals="4" methods="1" coveredmethods="1"/>
|
|
3457
|
-
<line num="1" count="40" type="stmt"/>
|
|
3458
|
-
<line num="2" count="40" type="stmt"/>
|
|
3459
|
-
<line num="3" count="40" type="stmt"/>
|
|
3460
|
-
<line num="4" count="40" type="stmt"/>
|
|
3461
|
-
<line num="6" count="40" type="stmt"/>
|
|
3462
|
-
<line num="55" count="40" type="stmt"/>
|
|
3463
|
-
<line num="56" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
3464
|
-
<line num="57" count="1" type="stmt"/>
|
|
3465
|
-
<line num="65" count="3" type="stmt"/>
|
|
3466
|
-
<line num="75" count="3" type="stmt"/>
|
|
3467
|
-
<line num="76" count="3" type="stmt"/>
|
|
3468
|
-
<line num="77" count="3" type="stmt"/>
|
|
3469
|
-
<line num="78" count="2" type="stmt"/>
|
|
3470
|
-
<line num="84" count="1" type="stmt"/>
|
|
3471
|
-
</file>
|
|
3472
2628
|
<file name="discord.js" path="/home/runner/work/budibase/budibase/packages/server/src/automations/steps/discord.js">
|
|
3473
2629
|
<metrics statements="14" coveredstatements="6" conditionals="6" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
3474
2630
|
<line num="1" count="40" type="stmt"/>
|
|
@@ -3558,6 +2714,10 @@
|
|
|
3558
2714
|
<line num="81" count="0" type="stmt"/>
|
|
3559
2715
|
<line num="82" count="0" type="stmt"/>
|
|
3560
2716
|
</file>
|
|
2717
|
+
<file name="loop.js" path="/home/runner/work/budibase/budibase/packages/server/src/automations/steps/loop.js">
|
|
2718
|
+
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
2719
|
+
<line num="1" count="40" type="stmt"/>
|
|
2720
|
+
</file>
|
|
3561
2721
|
<file name="outgoingWebhook.js" path="/home/runner/work/budibase/budibase/packages/server/src/automations/steps/outgoingWebhook.js">
|
|
3562
2722
|
<metrics statements="25" coveredstatements="21" conditionals="17" coveredconditionals="12" methods="1" coveredmethods="1"/>
|
|
3563
2723
|
<line num="1" count="40" type="stmt"/>
|
|
@@ -3677,13 +2837,13 @@
|
|
|
3677
2837
|
<line num="12" count="0" type="stmt"/>
|
|
3678
2838
|
<line num="14" count="2" type="stmt"/>
|
|
3679
2839
|
<line num="20" count="40" type="cond" truecount="0" falsecount="1"/>
|
|
3680
|
-
<line num="21" count="
|
|
2840
|
+
<line num="21" count="14" type="stmt"/>
|
|
3681
2841
|
<line num="26" count="1" type="stmt"/>
|
|
3682
|
-
<line num="29" count="
|
|
3683
|
-
<line num="30" count="
|
|
3684
|
-
<line num="32" count="
|
|
3685
|
-
<line num="33" count="
|
|
3686
|
-
<line num="35" count="
|
|
2842
|
+
<line num="29" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
2843
|
+
<line num="30" count="13" type="stmt"/>
|
|
2844
|
+
<line num="32" count="14" type="cond" truecount="1" falsecount="1"/>
|
|
2845
|
+
<line num="33" count="14" type="stmt"/>
|
|
2846
|
+
<line num="35" count="14" type="stmt"/>
|
|
3687
2847
|
</file>
|
|
3688
2848
|
<file name="zapier.js" path="/home/runner/work/budibase/budibase/packages/server/src/automations/steps/zapier.js">
|
|
3689
2849
|
<metrics statements="8" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
@@ -3735,35 +2895,36 @@
|
|
|
3735
2895
|
</file>
|
|
3736
2896
|
</package>
|
|
3737
2897
|
<package name="constants">
|
|
3738
|
-
<metrics statements="
|
|
2898
|
+
<metrics statements="34" coveredstatements="34" conditionals="2" coveredconditionals="1" methods="2" coveredmethods="2"/>
|
|
3739
2899
|
<file name="index.js" path="/home/runner/work/budibase/budibase/packages/server/src/constants/index.js">
|
|
3740
|
-
<metrics statements="
|
|
3741
|
-
<line num="1" count="
|
|
3742
|
-
<line num="2" count="
|
|
3743
|
-
<line num="3" count="
|
|
3744
|
-
<line num="5" count="
|
|
3745
|
-
<line num="9" count="
|
|
3746
|
-
<line num="22" count="
|
|
3747
|
-
<line num="23" count="
|
|
3748
|
-
<line num="32" count="
|
|
3749
|
-
<line num="48" count="
|
|
3750
|
-
<line num="54" count="
|
|
3751
|
-
<line num="55" count="
|
|
3752
|
-
<line num="58" count="
|
|
3753
|
-
<line num="64" count="
|
|
3754
|
-
<line num="69" count="
|
|
3755
|
-
<line num="75" count="
|
|
3756
|
-
<line num="86" count="
|
|
3757
|
-
<line num="90" count="
|
|
3758
|
-
<line num="95" count="
|
|
3759
|
-
<line num="157" count="
|
|
3760
|
-
<line num="165" count="
|
|
3761
|
-
<line num="166" count="
|
|
3762
|
-
<line num="173" count="
|
|
3763
|
-
<line num="178" count="
|
|
3764
|
-
<line num="184" count="
|
|
3765
|
-
<line num="189" count="
|
|
3766
|
-
<line num="
|
|
2900
|
+
<metrics statements="27" coveredstatements="27" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
2901
|
+
<line num="1" count="47" type="stmt"/>
|
|
2902
|
+
<line num="2" count="47" type="stmt"/>
|
|
2903
|
+
<line num="3" count="47" type="stmt"/>
|
|
2904
|
+
<line num="5" count="47" type="stmt"/>
|
|
2905
|
+
<line num="9" count="47" type="stmt"/>
|
|
2906
|
+
<line num="22" count="47" type="stmt"/>
|
|
2907
|
+
<line num="23" count="47" type="stmt"/>
|
|
2908
|
+
<line num="32" count="47" type="stmt"/>
|
|
2909
|
+
<line num="48" count="47" type="stmt"/>
|
|
2910
|
+
<line num="54" count="47" type="stmt"/>
|
|
2911
|
+
<line num="55" count="94" type="cond" truecount="1" falsecount="1"/>
|
|
2912
|
+
<line num="58" count="47" type="stmt"/>
|
|
2913
|
+
<line num="64" count="47" type="stmt"/>
|
|
2914
|
+
<line num="69" count="47" type="stmt"/>
|
|
2915
|
+
<line num="75" count="47" type="stmt"/>
|
|
2916
|
+
<line num="86" count="47" type="stmt"/>
|
|
2917
|
+
<line num="90" count="47" type="stmt"/>
|
|
2918
|
+
<line num="95" count="47" type="stmt"/>
|
|
2919
|
+
<line num="157" count="47" type="stmt"/>
|
|
2920
|
+
<line num="165" count="47" type="stmt"/>
|
|
2921
|
+
<line num="166" count="47" type="stmt"/>
|
|
2922
|
+
<line num="173" count="47" type="stmt"/>
|
|
2923
|
+
<line num="178" count="47" type="stmt"/>
|
|
2924
|
+
<line num="184" count="47" type="stmt"/>
|
|
2925
|
+
<line num="189" count="47" type="stmt"/>
|
|
2926
|
+
<line num="193" count="47" type="stmt"/>
|
|
2927
|
+
<line num="200" count="47" type="stmt"/>
|
|
3767
2928
|
</file>
|
|
3768
2929
|
<file name="layouts.js" path="/home/runner/work/budibase/budibase/packages/server/src/constants/layouts.js">
|
|
3769
2930
|
<metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
@@ -3783,23 +2944,23 @@
|
|
|
3783
2944
|
<metrics statements="158" coveredstatements="131" conditionals="63" coveredconditionals="22" methods="37" coveredmethods="28"/>
|
|
3784
2945
|
<file name="client.js" path="/home/runner/work/budibase/budibase/packages/server/src/db/client.js">
|
|
3785
2946
|
<metrics statements="17" coveredstatements="17" conditionals="4" coveredconditionals="3" methods="0" coveredmethods="0"/>
|
|
3786
|
-
<line num="1" count="
|
|
3787
|
-
<line num="2" count="
|
|
3788
|
-
<line num="3" count="
|
|
3789
|
-
<line num="4" count="
|
|
3790
|
-
<line num="5" count="
|
|
3791
|
-
<line num="6" count="
|
|
3792
|
-
<line num="8" count="
|
|
3793
|
-
<line num="10" count="
|
|
3794
|
-
<line num="11" count="
|
|
3795
|
-
<line num="12" count="
|
|
3796
|
-
<line num="14" count="
|
|
3797
|
-
<line num="18" count="
|
|
3798
|
-
<line num="19" count="
|
|
3799
|
-
<line num="20" count="
|
|
3800
|
-
<line num="26" count="
|
|
3801
|
-
<line num="29" count="
|
|
3802
|
-
<line num="31" count="
|
|
2947
|
+
<line num="1" count="42" type="stmt"/>
|
|
2948
|
+
<line num="2" count="42" type="stmt"/>
|
|
2949
|
+
<line num="3" count="42" type="stmt"/>
|
|
2950
|
+
<line num="4" count="42" type="stmt"/>
|
|
2951
|
+
<line num="5" count="42" type="stmt"/>
|
|
2952
|
+
<line num="6" count="42" type="stmt"/>
|
|
2953
|
+
<line num="8" count="42" type="cond" truecount="2" falsecount="0"/>
|
|
2954
|
+
<line num="10" count="42" type="stmt"/>
|
|
2955
|
+
<line num="11" count="42" type="stmt"/>
|
|
2956
|
+
<line num="12" count="42" type="stmt"/>
|
|
2957
|
+
<line num="14" count="42" type="stmt"/>
|
|
2958
|
+
<line num="18" count="42" type="cond" truecount="1" falsecount="1"/>
|
|
2959
|
+
<line num="19" count="42" type="stmt"/>
|
|
2960
|
+
<line num="20" count="42" type="stmt"/>
|
|
2961
|
+
<line num="26" count="42" type="stmt"/>
|
|
2962
|
+
<line num="29" count="42" type="stmt"/>
|
|
2963
|
+
<line num="31" count="42" type="stmt"/>
|
|
3803
2964
|
</file>
|
|
3804
2965
|
<file name="inMemoryView.js" path="/home/runner/work/budibase/budibase/packages/server/src/db/inMemoryView.js">
|
|
3805
2966
|
<metrics statements="23" coveredstatements="6" conditionals="8" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
@@ -3829,129 +2990,129 @@
|
|
|
3829
2990
|
</file>
|
|
3830
2991
|
<file name="index.js" path="/home/runner/work/budibase/budibase/packages/server/src/db/index.js">
|
|
3831
2992
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
3832
|
-
<line num="1" count="
|
|
3833
|
-
<line num="3" count="
|
|
2993
|
+
<line num="1" count="42" type="stmt"/>
|
|
2994
|
+
<line num="3" count="42" type="stmt"/>
|
|
3834
2995
|
</file>
|
|
3835
2996
|
<file name="newid.js" path="/home/runner/work/budibase/budibase/packages/server/src/db/newid.js">
|
|
3836
2997
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
3837
|
-
<line num="1" count="
|
|
3838
|
-
<line num="3" count="
|
|
3839
|
-
<line num="4" count="
|
|
2998
|
+
<line num="1" count="54" type="stmt"/>
|
|
2999
|
+
<line num="3" count="54" type="stmt"/>
|
|
3000
|
+
<line num="4" count="990" type="stmt"/>
|
|
3840
3001
|
</file>
|
|
3841
3002
|
<file name="utils.js" path="/home/runner/work/budibase/budibase/packages/server/src/db/utils.js">
|
|
3842
3003
|
<metrics statements="113" coveredstatements="103" conditionals="51" coveredconditionals="19" methods="32" coveredmethods="27"/>
|
|
3843
|
-
<line num="1" count="
|
|
3844
|
-
<line num="12" count="
|
|
3845
|
-
<line num="14" count="
|
|
3846
|
-
<line num="16" count="
|
|
3847
|
-
<line num="22" count="
|
|
3848
|
-
<line num="46" count="
|
|
3849
|
-
<line num="51" count="
|
|
3850
|
-
<line num="55" count="
|
|
3851
|
-
<line num="59" count="
|
|
3852
|
-
<line num="61" count="
|
|
3853
|
-
<line num="69" count="
|
|
3854
|
-
<line num="70" count="
|
|
3855
|
-
<line num="71" count="
|
|
3856
|
-
<line num="72" count="
|
|
3857
|
-
<line num="73" count="
|
|
3858
|
-
<line num="74" count="
|
|
3859
|
-
<line num="75" count="
|
|
3860
|
-
<line num="76" count="
|
|
3861
|
-
<line num="77" count="
|
|
3862
|
-
<line num="78" count="
|
|
3863
|
-
<line num="79" count="
|
|
3864
|
-
<line num="80" count="
|
|
3865
|
-
<line num="81" count="
|
|
3866
|
-
<line num="82" count="
|
|
3867
|
-
<line num="84" count="
|
|
3868
|
-
<line num="85" count="
|
|
3869
|
-
<line num="87" count="
|
|
3004
|
+
<line num="1" count="54" type="stmt"/>
|
|
3005
|
+
<line num="12" count="54" type="stmt"/>
|
|
3006
|
+
<line num="14" count="54" type="stmt"/>
|
|
3007
|
+
<line num="16" count="54" type="stmt"/>
|
|
3008
|
+
<line num="22" count="54" type="stmt"/>
|
|
3009
|
+
<line num="46" count="54" type="stmt"/>
|
|
3010
|
+
<line num="51" count="54" type="stmt"/>
|
|
3011
|
+
<line num="55" count="54" type="stmt"/>
|
|
3012
|
+
<line num="59" count="54" type="stmt"/>
|
|
3013
|
+
<line num="61" count="54" type="stmt"/>
|
|
3014
|
+
<line num="69" count="54" type="stmt"/>
|
|
3015
|
+
<line num="70" count="54" type="stmt"/>
|
|
3016
|
+
<line num="71" count="54" type="stmt"/>
|
|
3017
|
+
<line num="72" count="54" type="stmt"/>
|
|
3018
|
+
<line num="73" count="54" type="stmt"/>
|
|
3019
|
+
<line num="74" count="54" type="stmt"/>
|
|
3020
|
+
<line num="75" count="54" type="stmt"/>
|
|
3021
|
+
<line num="76" count="54" type="stmt"/>
|
|
3022
|
+
<line num="77" count="54" type="stmt"/>
|
|
3023
|
+
<line num="78" count="54" type="stmt"/>
|
|
3024
|
+
<line num="79" count="54" type="stmt"/>
|
|
3025
|
+
<line num="80" count="54" type="stmt"/>
|
|
3026
|
+
<line num="81" count="54" type="stmt"/>
|
|
3027
|
+
<line num="82" count="54" type="stmt"/>
|
|
3028
|
+
<line num="84" count="54" type="stmt"/>
|
|
3029
|
+
<line num="85" count="54" type="stmt"/>
|
|
3030
|
+
<line num="87" count="54" type="stmt"/>
|
|
3870
3031
|
<line num="88" count="74" type="stmt"/>
|
|
3871
|
-
<line num="104" count="
|
|
3872
|
-
<line num="105" count="
|
|
3873
|
-
<line num="107" count="
|
|
3874
|
-
<line num="114" count="
|
|
3875
|
-
<line num="119" count="
|
|
3876
|
-
<line num="120" count="
|
|
3877
|
-
<line num="127" count="
|
|
3878
|
-
<line num="128" count="
|
|
3879
|
-
<line num="139" count="
|
|
3880
|
-
<line num="140" count="
|
|
3881
|
-
<line num="141" count="
|
|
3032
|
+
<line num="104" count="903" type="cond" truecount="2" falsecount="0"/>
|
|
3033
|
+
<line num="105" count="888" type="stmt"/>
|
|
3034
|
+
<line num="107" count="903" type="stmt"/>
|
|
3035
|
+
<line num="114" count="54" type="stmt"/>
|
|
3036
|
+
<line num="119" count="54" type="cond" truecount="0" falsecount="2"/>
|
|
3037
|
+
<line num="120" count="220" type="stmt"/>
|
|
3038
|
+
<line num="127" count="54" type="stmt"/>
|
|
3039
|
+
<line num="128" count="105" type="stmt"/>
|
|
3040
|
+
<line num="139" count="54" type="cond" truecount="0" falsecount="3"/>
|
|
3041
|
+
<line num="140" count="28" type="cond" truecount="2" falsecount="0"/>
|
|
3042
|
+
<line num="141" count="16" type="stmt"/>
|
|
3882
3043
|
<line num="144" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
3883
3044
|
<line num="146" count="12" type="stmt"/>
|
|
3884
|
-
<line num="154" count="
|
|
3045
|
+
<line num="154" count="54" type="stmt"/>
|
|
3885
3046
|
<line num="155" count="0" type="stmt"/>
|
|
3886
3047
|
<line num="158" count="0" type="stmt"/>
|
|
3887
|
-
<line num="167" count="
|
|
3888
|
-
<line num="168" count="
|
|
3889
|
-
<line num="169" count="
|
|
3890
|
-
<line num="175" count="
|
|
3048
|
+
<line num="167" count="54" type="cond" truecount="1" falsecount="0"/>
|
|
3049
|
+
<line num="168" count="264" type="cond" truecount="2" falsecount="0"/>
|
|
3050
|
+
<line num="169" count="264" type="stmt"/>
|
|
3051
|
+
<line num="175" count="54" type="cond" truecount="0" falsecount="2"/>
|
|
3891
3052
|
<line num="176" count="3" type="stmt"/>
|
|
3892
|
-
<line num="184" count="
|
|
3053
|
+
<line num="184" count="54" type="stmt"/>
|
|
3893
3054
|
<line num="185" count="193" type="stmt"/>
|
|
3894
|
-
<line num="191" count="
|
|
3055
|
+
<line num="191" count="54" type="stmt"/>
|
|
3895
3056
|
<line num="192" count="2" type="stmt"/>
|
|
3896
3057
|
<line num="193" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
3897
3058
|
<line num="194" count="1" type="stmt"/>
|
|
3898
3059
|
<line num="196" count="1" type="stmt"/>
|
|
3899
|
-
<line num="202" count="
|
|
3900
|
-
<line num="203" count="
|
|
3901
|
-
<line num="210" count="
|
|
3060
|
+
<line num="202" count="54" type="cond" truecount="0" falsecount="2"/>
|
|
3061
|
+
<line num="203" count="223" type="stmt"/>
|
|
3062
|
+
<line num="210" count="54" type="stmt"/>
|
|
3902
3063
|
<line num="211" count="20" type="stmt"/>
|
|
3903
|
-
<line num="225" count="
|
|
3064
|
+
<line num="225" count="54" type="stmt"/>
|
|
3904
3065
|
<line num="233" count="9" type="stmt"/>
|
|
3905
3066
|
<line num="234" count="9" type="stmt"/>
|
|
3906
3067
|
<line num="235" count="9" type="stmt"/>
|
|
3907
3068
|
<line num="236" count="9" type="stmt"/>
|
|
3908
|
-
<line num="242" count="
|
|
3069
|
+
<line num="242" count="54" type="cond" truecount="0" falsecount="1"/>
|
|
3909
3070
|
<line num="243" count="0" type="stmt"/>
|
|
3910
|
-
<line num="250" count="
|
|
3911
|
-
<line num="251" count="
|
|
3912
|
-
<line num="252" count="
|
|
3071
|
+
<line num="250" count="54" type="cond" truecount="0" falsecount="1"/>
|
|
3072
|
+
<line num="251" count="197" type="stmt"/>
|
|
3073
|
+
<line num="252" count="197" type="cond" truecount="1" falsecount="1"/>
|
|
3913
3074
|
<line num="253" count="0" type="stmt"/>
|
|
3914
|
-
<line num="255" count="
|
|
3915
|
-
<line num="262" count="
|
|
3916
|
-
<line num="263" count="
|
|
3917
|
-
<line num="264" count="
|
|
3918
|
-
<line num="265" count="
|
|
3919
|
-
<line num="272" count="
|
|
3075
|
+
<line num="255" count="197" type="stmt"/>
|
|
3076
|
+
<line num="262" count="54" type="stmt"/>
|
|
3077
|
+
<line num="263" count="197" type="stmt"/>
|
|
3078
|
+
<line num="264" count="197" type="stmt"/>
|
|
3079
|
+
<line num="265" count="197" type="stmt"/>
|
|
3080
|
+
<line num="272" count="54" type="stmt"/>
|
|
3920
3081
|
<line num="273" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
3921
|
-
<line num="279" count="
|
|
3922
|
-
<line num="280" count="
|
|
3923
|
-
<line num="287" count="
|
|
3082
|
+
<line num="279" count="54" type="cond" truecount="0" falsecount="2"/>
|
|
3083
|
+
<line num="280" count="210" type="stmt"/>
|
|
3084
|
+
<line num="287" count="54" type="stmt"/>
|
|
3924
3085
|
<line num="288" count="19" type="stmt"/>
|
|
3925
|
-
<line num="294" count="
|
|
3926
|
-
<line num="295" count="
|
|
3927
|
-
<line num="302" count="
|
|
3086
|
+
<line num="294" count="54" type="cond" truecount="0" falsecount="2"/>
|
|
3087
|
+
<line num="295" count="212" type="stmt"/>
|
|
3088
|
+
<line num="302" count="54" type="stmt"/>
|
|
3928
3089
|
<line num="303" count="10" type="stmt"/>
|
|
3929
|
-
<line num="309" count="
|
|
3090
|
+
<line num="309" count="54" type="cond" truecount="0" falsecount="2"/>
|
|
3930
3091
|
<line num="310" count="2" type="stmt"/>
|
|
3931
|
-
<line num="317" count="
|
|
3092
|
+
<line num="317" count="54" type="cond" truecount="1" falsecount="1"/>
|
|
3932
3093
|
<line num="318" count="39" type="stmt"/>
|
|
3933
|
-
<line num="326" count="
|
|
3094
|
+
<line num="326" count="54" type="cond" truecount="0" falsecount="2"/>
|
|
3934
3095
|
<line num="327" count="4" type="stmt"/>
|
|
3935
|
-
<line num="334" count="
|
|
3096
|
+
<line num="334" count="54" type="stmt"/>
|
|
3936
3097
|
<line num="335" count="131" type="stmt"/>
|
|
3937
|
-
<line num="343" count="
|
|
3098
|
+
<line num="343" count="54" type="cond" truecount="0" falsecount="2"/>
|
|
3938
3099
|
<line num="344" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
3939
3100
|
<line num="345" count="3" type="stmt"/>
|
|
3940
3101
|
<line num="348" count="1" type="stmt"/>
|
|
3941
|
-
<line num="359" count="
|
|
3102
|
+
<line num="359" count="54" type="stmt"/>
|
|
3942
3103
|
<line num="360" count="0" type="stmt"/>
|
|
3943
|
-
<line num="363" count="
|
|
3104
|
+
<line num="363" count="54" type="stmt"/>
|
|
3944
3105
|
<line num="364" count="10" type="stmt"/>
|
|
3945
|
-
<line num="367" count="
|
|
3106
|
+
<line num="367" count="54" type="cond" truecount="0" falsecount="2"/>
|
|
3946
3107
|
<line num="368" count="0" type="stmt"/>
|
|
3947
3108
|
<line num="369" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3948
3109
|
<line num="370" count="0" type="stmt"/>
|
|
3949
3110
|
<line num="372" count="0" type="stmt"/>
|
|
3950
|
-
<line num="375" count="
|
|
3111
|
+
<line num="375" count="54" type="stmt"/>
|
|
3951
3112
|
<line num="376" count="1" type="stmt"/>
|
|
3952
|
-
<line num="379" count="
|
|
3113
|
+
<line num="379" count="54" type="cond" truecount="0" falsecount="1"/>
|
|
3953
3114
|
<line num="380" count="0" type="stmt"/>
|
|
3954
|
-
<line num="386" count="
|
|
3115
|
+
<line num="386" count="54" type="stmt"/>
|
|
3955
3116
|
<line num="387" count="60" type="stmt"/>
|
|
3956
3117
|
</file>
|
|
3957
3118
|
</package>
|
|
@@ -3968,21 +3129,21 @@
|
|
|
3968
3129
|
<line num="41" count="9" type="stmt"/>
|
|
3969
3130
|
<line num="42" count="9" type="stmt"/>
|
|
3970
3131
|
<line num="47" count="9" type="stmt"/>
|
|
3971
|
-
<line num="56" count="
|
|
3972
|
-
<line num="57" count="
|
|
3973
|
-
<line num="58" count="
|
|
3974
|
-
<line num="59" count="
|
|
3975
|
-
<line num="60" count="
|
|
3132
|
+
<line num="56" count="199" type="stmt"/>
|
|
3133
|
+
<line num="57" count="199" type="stmt"/>
|
|
3134
|
+
<line num="58" count="199" type="stmt"/>
|
|
3135
|
+
<line num="59" count="199" type="stmt"/>
|
|
3136
|
+
<line num="60" count="199" type="stmt"/>
|
|
3976
3137
|
<line num="69" count="53" type="cond" truecount="2" falsecount="0"/>
|
|
3977
3138
|
<line num="70" count="6" type="stmt"/>
|
|
3978
3139
|
<line num="73" count="53" type="stmt"/>
|
|
3979
|
-
<line num="84" count="
|
|
3140
|
+
<line num="84" count="193" type="cond" truecount="2" falsecount="0"/>
|
|
3980
3141
|
<line num="85" count="6" type="stmt"/>
|
|
3981
|
-
<line num="87" count="
|
|
3982
|
-
<line num="88" count="
|
|
3983
|
-
<line num="89" count="
|
|
3142
|
+
<line num="87" count="193" type="stmt"/>
|
|
3143
|
+
<line num="88" count="475" type="stmt"/>
|
|
3144
|
+
<line num="89" count="475" type="cond" truecount="2" falsecount="0"/>
|
|
3984
3145
|
<line num="90" count="41" type="stmt"/>
|
|
3985
|
-
<line num="93" count="
|
|
3146
|
+
<line num="93" count="152" type="stmt"/>
|
|
3986
3147
|
<line num="100" count="27" type="stmt"/>
|
|
3987
3148
|
<line num="111" count="9" type="stmt"/>
|
|
3988
3149
|
<line num="121" count="22" type="stmt"/>
|
|
@@ -4150,14 +3311,14 @@
|
|
|
4150
3311
|
<line num="90" count="30" type="stmt"/>
|
|
4151
3312
|
<line num="91" count="30" type="stmt"/>
|
|
4152
3313
|
<line num="105" count="40" type="stmt"/>
|
|
4153
|
-
<line num="106" count="
|
|
4154
|
-
<line num="107" count="
|
|
4155
|
-
<line num="109" count="
|
|
4156
|
-
<line num="110" count="
|
|
4157
|
-
<line num="112" count="
|
|
4158
|
-
<line num="113" count="
|
|
4159
|
-
<line num="114" count="
|
|
4160
|
-
<line num="119" count="
|
|
3314
|
+
<line num="106" count="189" type="stmt"/>
|
|
3315
|
+
<line num="107" count="189" type="cond" truecount="2" falsecount="0"/>
|
|
3316
|
+
<line num="109" count="189" type="cond" truecount="4" falsecount="0"/>
|
|
3317
|
+
<line num="110" count="108" type="stmt"/>
|
|
3318
|
+
<line num="112" count="189" type="stmt"/>
|
|
3319
|
+
<line num="113" count="189" type="stmt"/>
|
|
3320
|
+
<line num="114" count="189" type="cond" truecount="2" falsecount="0"/>
|
|
3321
|
+
<line num="119" count="148" type="stmt"/>
|
|
4161
3322
|
<line num="122" count="0" type="stmt"/>
|
|
4162
3323
|
<line num="124" count="41" type="cond" truecount="5" falsecount="2"/>
|
|
4163
3324
|
<line num="127" count="21" type="stmt"/>
|
|
@@ -4167,9 +3328,9 @@
|
|
|
4167
3328
|
<line num="135" count="1" type="stmt"/>
|
|
4168
3329
|
<line num="137" count="0" type="stmt"/>
|
|
4169
3330
|
<line num="148" count="40" type="stmt"/>
|
|
4170
|
-
<line num="149" count="
|
|
4171
|
-
<line num="150" count="
|
|
4172
|
-
<line num="151" count="
|
|
3331
|
+
<line num="149" count="112" type="stmt"/>
|
|
3332
|
+
<line num="150" count="112" type="cond" truecount="2" falsecount="0"/>
|
|
3333
|
+
<line num="151" count="82" type="stmt"/>
|
|
4173
3334
|
<line num="154" count="30" type="stmt"/>
|
|
4174
3335
|
<line num="155" count="25" type="stmt"/>
|
|
4175
3336
|
<line num="158" count="30" type="stmt"/>
|
|
@@ -4240,8 +3401,8 @@
|
|
|
4240
3401
|
<line num="80" count="30" type="stmt"/>
|
|
4241
3402
|
<line num="81" count="33" type="stmt"/>
|
|
4242
3403
|
<line num="85" count="40" type="stmt"/>
|
|
4243
|
-
<line num="86" count="
|
|
4244
|
-
<line num="87" count="
|
|
3404
|
+
<line num="86" count="112" type="stmt"/>
|
|
3405
|
+
<line num="87" count="320" type="stmt"/>
|
|
4245
3406
|
<line num="88" count="53" type="stmt"/>
|
|
4246
3407
|
<line num="91" count="40" type="stmt"/>
|
|
4247
3408
|
<line num="92" count="68" type="stmt"/>
|
|
@@ -4266,24 +3427,24 @@
|
|
|
4266
3427
|
<metrics statements="38" coveredstatements="34" conditionals="18" coveredconditionals="10" methods="8" coveredmethods="7"/>
|
|
4267
3428
|
<file name="AutomationEmitter.js" path="/home/runner/work/budibase/budibase/packages/server/src/events/AutomationEmitter.js">
|
|
4268
3429
|
<metrics statements="12" coveredstatements="9" conditionals="6" coveredconditionals="2" methods="3" coveredmethods="2"/>
|
|
4269
|
-
<line num="1" count="
|
|
4270
|
-
<line num="2" count="
|
|
4271
|
-
<line num="5" count="
|
|
4272
|
-
<line num="15" count="
|
|
4273
|
-
<line num="16" count="
|
|
3430
|
+
<line num="1" count="3" type="stmt"/>
|
|
3431
|
+
<line num="2" count="3" type="stmt"/>
|
|
3432
|
+
<line num="5" count="3" type="stmt"/>
|
|
3433
|
+
<line num="15" count="6" type="stmt"/>
|
|
3434
|
+
<line num="16" count="6" type="stmt"/>
|
|
4274
3435
|
<line num="23" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
4275
3436
|
<line num="24" count="1" type="stmt"/>
|
|
4276
3437
|
<line num="26" count="4" type="stmt"/>
|
|
4277
3438
|
<line num="38" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4278
3439
|
<line num="39" count="0" type="stmt"/>
|
|
4279
3440
|
<line num="41" count="0" type="stmt"/>
|
|
4280
|
-
<line num="51" count="
|
|
3441
|
+
<line num="51" count="3" type="stmt"/>
|
|
4281
3442
|
</file>
|
|
4282
3443
|
<file name="index.js" path="/home/runner/work/budibase/budibase/packages/server/src/events/index.js">
|
|
4283
3444
|
<metrics statements="7" coveredstatements="7" conditionals="2" coveredconditionals="1" methods="3" coveredmethods="3"/>
|
|
4284
3445
|
<line num="1" count="40" type="stmt"/>
|
|
4285
3446
|
<line num="2" count="40" type="stmt"/>
|
|
4286
|
-
<line num="16" count="
|
|
3447
|
+
<line num="16" count="14" type="stmt"/>
|
|
4287
3448
|
<line num="20" count="10" type="stmt"/>
|
|
4288
3449
|
<line num="24" count="24" type="stmt"/>
|
|
4289
3450
|
<line num="28" count="40" type="stmt"/>
|
|
@@ -4292,15 +3453,15 @@
|
|
|
4292
3453
|
<file name="utils.js" path="/home/runner/work/budibase/budibase/packages/server/src/events/utils.js">
|
|
4293
3454
|
<metrics statements="19" coveredstatements="18" conditionals="10" coveredconditionals="7" methods="2" coveredmethods="2"/>
|
|
4294
3455
|
<line num="1" count="40" type="stmt"/>
|
|
4295
|
-
<line num="2" count="
|
|
4296
|
-
<line num="7" count="
|
|
4297
|
-
<line num="8" count="
|
|
4298
|
-
<line num="10" count="
|
|
4299
|
-
<line num="11" count="
|
|
4300
|
-
<line num="12" count="
|
|
4301
|
-
<line num="14" count="
|
|
3456
|
+
<line num="2" count="18" type="stmt"/>
|
|
3457
|
+
<line num="7" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
3458
|
+
<line num="8" count="12" type="stmt"/>
|
|
3459
|
+
<line num="10" count="18" type="stmt"/>
|
|
3460
|
+
<line num="11" count="18" type="cond" truecount="1" falsecount="1"/>
|
|
3461
|
+
<line num="12" count="18" type="stmt"/>
|
|
3462
|
+
<line num="14" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
4302
3463
|
<line num="15" count="4" type="stmt"/>
|
|
4303
|
-
<line num="17" count="
|
|
3464
|
+
<line num="17" count="18" type="stmt"/>
|
|
4304
3465
|
<line num="20" count="40" type="stmt"/>
|
|
4305
3466
|
<line num="21" count="10" type="stmt"/>
|
|
4306
3467
|
<line num="22" count="10" type="stmt"/>
|
|
@@ -4319,7 +3480,7 @@
|
|
|
4319
3480
|
</file>
|
|
4320
3481
|
</package>
|
|
4321
3482
|
<package name="middleware">
|
|
4322
|
-
<metrics statements="
|
|
3483
|
+
<metrics statements="174" coveredstatements="149" conditionals="117" coveredconditionals="89" methods="24" coveredmethods="24"/>
|
|
4323
3484
|
<file name="appInfo.js" path="/home/runner/work/budibase/budibase/packages/server/src/middleware/appInfo.js">
|
|
4324
3485
|
<metrics statements="10" coveredstatements="8" conditionals="11" coveredconditionals="6" methods="2" coveredmethods="2"/>
|
|
4325
3486
|
<line num="1" count="24" type="stmt"/>
|
|
@@ -4333,58 +3494,6 @@
|
|
|
4333
3494
|
<line num="16" count="0" type="stmt"/>
|
|
4334
3495
|
<line num="18" count="7" type="stmt"/>
|
|
4335
3496
|
</file>
|
|
4336
|
-
<file name="authorized.js" path="/home/runner/work/budibase/budibase/packages/server/src/middleware/authorized.js">
|
|
4337
|
-
<metrics statements="49" coveredstatements="44" conditionals="47" coveredconditionals="39" methods="6" coveredmethods="5"/>
|
|
4338
|
-
<line num="5" count="25" type="stmt"/>
|
|
4339
|
-
<line num="10" count="25" type="stmt"/>
|
|
4340
|
-
<line num="11" count="25" type="stmt"/>
|
|
4341
|
-
<line num="12" count="25" type="stmt"/>
|
|
4342
|
-
<line num="13" count="25" type="stmt"/>
|
|
4343
|
-
<line num="14" count="25" type="stmt"/>
|
|
4344
|
-
<line num="17" count="176" type="stmt"/>
|
|
4345
|
-
<line num="20" count="25" type="stmt"/>
|
|
4346
|
-
<line num="28" count="25" type="stmt"/>
|
|
4347
|
-
<line num="30" count="177" type="cond" truecount="3" falsecount="0"/>
|
|
4348
|
-
<line num="31" count="177" type="stmt"/>
|
|
4349
|
-
<line num="32" count="177" type="cond" truecount="4" falsecount="0"/>
|
|
4350
|
-
<line num="33" count="28" type="stmt"/>
|
|
4351
|
-
<line num="37" count="149" type="cond" truecount="2" falsecount="0"/>
|
|
4352
|
-
<line num="38" count="3" type="stmt"/>
|
|
4353
|
-
<line num="42" count="25" type="stmt"/>
|
|
4354
|
-
<line num="49" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
4355
|
-
<line num="50" count="3" type="stmt"/>
|
|
4356
|
-
<line num="53" count="3" type="stmt"/>
|
|
4357
|
-
<line num="55" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
4358
|
-
<line num="57" count="0" type="stmt"/>
|
|
4359
|
-
<line num="58" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4360
|
-
<line num="59" count="0" type="stmt"/>
|
|
4361
|
-
<line num="62" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
4362
|
-
<line num="63" count="3" type="stmt"/>
|
|
4363
|
-
<line num="67" count="25" type="stmt"/>
|
|
4364
|
-
<line num="69" count="2703" type="stmt"/>
|
|
4365
|
-
<line num="72" count="183" type="cond" truecount="4" falsecount="0"/>
|
|
4366
|
-
<line num="73" count="1" type="stmt"/>
|
|
4367
|
-
<line num="76" count="182" type="cond" truecount="2" falsecount="0"/>
|
|
4368
|
-
<line num="77" count="1" type="stmt"/>
|
|
4369
|
-
<line num="82" count="181" type="stmt"/>
|
|
4370
|
-
<line num="85" count="181" type="stmt"/>
|
|
4371
|
-
<line num="88" count="181" type="cond" truecount="2" falsecount="0"/>
|
|
4372
|
-
<line num="91" count="181" type="stmt"/>
|
|
4373
|
-
<line num="92" count="181" type="cond" truecount="4" falsecount="0"/>
|
|
4374
|
-
<line num="93" count="69" type="stmt"/>
|
|
4375
|
-
<line num="94" count="69" type="cond" truecount="3" falsecount="1"/>
|
|
4376
|
-
<line num="95" count="0" type="stmt"/>
|
|
4377
|
-
<line num="100" count="181" type="cond" truecount="2" falsecount="0"/>
|
|
4378
|
-
<line num="104" count="1" type="stmt"/>
|
|
4379
|
-
<line num="108" count="180" type="cond" truecount="2" falsecount="0"/>
|
|
4380
|
-
<line num="109" count="3" type="stmt"/>
|
|
4381
|
-
<line num="112" count="177" type="stmt"/>
|
|
4382
|
-
<line num="114" count="177" type="stmt"/>
|
|
4383
|
-
<line num="117" count="27" type="cond" truecount="3" falsecount="2"/>
|
|
4384
|
-
<line num="118" count="0" type="stmt"/>
|
|
4385
|
-
<line num="120" count="27" type="stmt"/>
|
|
4386
|
-
<line num="125" count="150" type="stmt"/>
|
|
4387
|
-
</file>
|
|
4388
3497
|
<file name="builder.js" path="/home/runner/work/budibase/budibase/packages/server/src/middleware/builder.js">
|
|
4389
3498
|
<metrics statements="36" coveredstatements="32" conditionals="22" coveredconditionals="17" methods="3" coveredmethods="3"/>
|
|
4390
3499
|
<line num="1" count="25" type="stmt"/>
|
|
@@ -4425,7 +3534,7 @@
|
|
|
4425
3534
|
<line num="77" count="1" type="stmt"/>
|
|
4426
3535
|
</file>
|
|
4427
3536
|
<file name="currentapp.js" path="/home/runner/work/budibase/budibase/packages/server/src/middleware/currentapp.js">
|
|
4428
|
-
<metrics statements="
|
|
3537
|
+
<metrics statements="63" coveredstatements="50" conditionals="55" coveredconditionals="44" methods="2" coveredmethods="2"/>
|
|
4429
3538
|
<line num="6" count="29" type="stmt"/>
|
|
4430
3539
|
<line num="7" count="29" type="stmt"/>
|
|
4431
3540
|
<line num="8" count="29" type="stmt"/>
|
|
@@ -4463,25 +3572,32 @@
|
|
|
4463
3572
|
<line num="62" count="185" type="stmt"/>
|
|
4464
3573
|
<line num="63" count="185" type="stmt"/>
|
|
4465
3574
|
<line num="65" count="185" type="cond" truecount="2" falsecount="0"/>
|
|
4466
|
-
<line num="69" count="
|
|
4467
|
-
<line num="70" count="
|
|
4468
|
-
<line num="
|
|
4469
|
-
<line num="
|
|
4470
|
-
<line num="
|
|
4471
|
-
<line num="
|
|
3575
|
+
<line num="69" count="185" type="cond" truecount="3" falsecount="0"/>
|
|
3576
|
+
<line num="70" count="185" type="cond" truecount="2" falsecount="0"/>
|
|
3577
|
+
<line num="71" count="185" type="cond" truecount="2" falsecount="0"/>
|
|
3578
|
+
<line num="72" count="185" type="cond" truecount="4" falsecount="1"/>
|
|
3579
|
+
<line num="74" count="0" type="stmt"/>
|
|
3580
|
+
<line num="75" count="0" type="stmt"/>
|
|
3581
|
+
<line num="76" count="0" type="stmt"/>
|
|
3582
|
+
<line num="84" count="190" type="cond" truecount="1" falsecount="1"/>
|
|
4472
3583
|
<line num="85" count="0" type="stmt"/>
|
|
4473
|
-
<line num="
|
|
4474
|
-
<line num="
|
|
4475
|
-
<line num="
|
|
4476
|
-
<line num="
|
|
4477
|
-
<line num="
|
|
4478
|
-
<line num="
|
|
4479
|
-
<line num="
|
|
4480
|
-
<line num="
|
|
4481
|
-
<line num="
|
|
4482
|
-
<line num="
|
|
4483
|
-
<line num="
|
|
4484
|
-
<line num="
|
|
3584
|
+
<line num="88" count="190" type="stmt"/>
|
|
3585
|
+
<line num="89" count="190" type="stmt"/>
|
|
3586
|
+
<line num="92" count="190" type="cond" truecount="1" falsecount="1"/>
|
|
3587
|
+
<line num="99" count="0" type="stmt"/>
|
|
3588
|
+
<line num="100" count="0" type="stmt"/>
|
|
3589
|
+
<line num="101" count="0" type="stmt"/>
|
|
3590
|
+
<line num="102" count="0" type="stmt"/>
|
|
3591
|
+
<line num="103" count="0" type="stmt"/>
|
|
3592
|
+
<line num="104" count="0" type="stmt"/>
|
|
3593
|
+
<line num="107" count="190" type="stmt"/>
|
|
3594
|
+
<line num="108" count="190" type="cond" truecount="1" falsecount="1"/>
|
|
3595
|
+
<line num="109" count="190" type="stmt"/>
|
|
3596
|
+
<line num="110" count="190" type="cond" truecount="2" falsecount="0"/>
|
|
3597
|
+
<line num="111" count="190" type="stmt"/>
|
|
3598
|
+
<line num="120" count="190" type="cond" truecount="2" falsecount="0"/>
|
|
3599
|
+
<line num="126" count="7" type="stmt"/>
|
|
3600
|
+
<line num="129" count="190" type="stmt"/>
|
|
4485
3601
|
</file>
|
|
4486
3602
|
<file name="joi-validator.js" path="/home/runner/work/budibase/budibase/packages/server/src/middleware/joi-validator.js">
|
|
4487
3603
|
<metrics statements="17" coveredstatements="14" conditionals="8" coveredconditionals="5" methods="4" coveredmethods="4"/>
|
|
@@ -4557,78 +3673,6 @@
|
|
|
4557
3673
|
<line num="7" count="1" type="stmt"/>
|
|
4558
3674
|
<line num="9" count="0" type="stmt"/>
|
|
4559
3675
|
</file>
|
|
4560
|
-
<file name="usageQuota.js" path="/home/runner/work/budibase/budibase/packages/server/src/middleware/usageQuota.js">
|
|
4561
|
-
<metrics statements="69" coveredstatements="45" conditionals="51" coveredconditionals="26" methods="8" coveredmethods="4"/>
|
|
4562
|
-
<line num="1" count="25" type="stmt"/>
|
|
4563
|
-
<line num="2" count="25" type="stmt"/>
|
|
4564
|
-
<line num="6" count="25" type="stmt"/>
|
|
4565
|
-
<line num="7" count="25" type="stmt"/>
|
|
4566
|
-
<line num="10" count="25" type="stmt"/>
|
|
4567
|
-
<line num="15" count="25" type="stmt"/>
|
|
4568
|
-
<line num="27" count="4" type="stmt"/>
|
|
4569
|
-
<line num="28" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
4570
|
-
<line num="29" count="4" type="stmt"/>
|
|
4571
|
-
<line num="34" count="25" type="stmt"/>
|
|
4572
|
-
<line num="35" count="24" type="cond" truecount="2" falsecount="0"/>
|
|
4573
|
-
<line num="36" count="20" type="stmt"/>
|
|
4574
|
-
<line num="39" count="4" type="stmt"/>
|
|
4575
|
-
<line num="40" count="4" type="stmt"/>
|
|
4576
|
-
<line num="41" count="4" type="cond" truecount="3" falsecount="1"/>
|
|
4577
|
-
<line num="42" count="0" type="stmt"/>
|
|
4578
|
-
<line num="45" count="4" type="cond" truecount="5" falsecount="0"/>
|
|
4579
|
-
<line num="46" count="2" type="stmt"/>
|
|
4580
|
-
<line num="47" count="2" type="stmt"/>
|
|
4581
|
-
<line num="48" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
4582
|
-
<line num="49" count="2" type="stmt"/>
|
|
4583
|
-
<line num="50" count="0" type="stmt"/>
|
|
4584
|
-
<line num="52" count="0" type="stmt"/>
|
|
4585
|
-
<line num="54" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
4586
|
-
<line num="60" count="0" type="stmt"/>
|
|
4587
|
-
<line num="62" count="2" type="stmt"/>
|
|
4588
|
-
<line num="68" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
4589
|
-
<line num="70" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4590
|
-
<line num="73" count="0" type="stmt"/>
|
|
4591
|
-
<line num="75" count="4" type="stmt"/>
|
|
4592
|
-
<line num="76" count="4" type="stmt"/>
|
|
4593
|
-
<line num="78" count="0" type="stmt"/>
|
|
4594
|
-
<line num="82" count="25" type="stmt"/>
|
|
4595
|
-
<line num="83" count="4" type="stmt"/>
|
|
4596
|
-
<line num="89" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
4597
|
-
<line num="90" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4598
|
-
<line num="91" count="0" type="stmt"/>
|
|
4599
|
-
<line num="94" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
4600
|
-
<line num="95" count="0" type="stmt"/>
|
|
4601
|
-
<line num="100" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
4602
|
-
<line num="101" count="4" type="stmt"/>
|
|
4603
|
-
<line num="102" count="4" type="stmt"/>
|
|
4604
|
-
<line num="105" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
4605
|
-
<line num="106" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4606
|
-
<line num="107" count="0" type="stmt"/>
|
|
4607
|
-
<line num="110" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
4608
|
-
<line num="111" count="3" type="stmt"/>
|
|
4609
|
-
<line num="116" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
4610
|
-
<line num="117" count="4" type="stmt"/>
|
|
4611
|
-
<line num="121" count="25" type="stmt"/>
|
|
4612
|
-
<line num="122" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4613
|
-
<line num="124" count="0" type="stmt"/>
|
|
4614
|
-
<line num="125" count="0" type="stmt"/>
|
|
4615
|
-
<line num="129" count="0" type="stmt"/>
|
|
4616
|
-
<line num="130" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4617
|
-
<line num="131" count="0" type="stmt"/>
|
|
4618
|
-
<line num="135" count="25" type="stmt"/>
|
|
4619
|
-
<line num="137" count="0" type="stmt"/>
|
|
4620
|
-
<line num="138" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4621
|
-
<line num="139" count="0" type="stmt"/>
|
|
4622
|
-
<line num="143" count="25" type="stmt"/>
|
|
4623
|
-
<line num="145" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
4624
|
-
<line num="146" count="0" type="stmt"/>
|
|
4625
|
-
<line num="147" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4626
|
-
<line num="148" count="0" type="stmt"/>
|
|
4627
|
-
<line num="152" count="25" type="stmt"/>
|
|
4628
|
-
<line num="156" count="25" type="stmt"/>
|
|
4629
|
-
<line num="160" count="25" type="stmt"/>
|
|
4630
|
-
<line num="162" count="25" type="stmt"/>
|
|
4631
|
-
</file>
|
|
4632
3676
|
<file name="utils.js" path="/home/runner/work/budibase/budibase/packages/server/src/middleware/utils.js">
|
|
4633
3677
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
4634
3678
|
<line num="1" count="30" type="stmt"/>
|
|
@@ -4637,114 +3681,141 @@
|
|
|
4637
3681
|
</file>
|
|
4638
3682
|
</package>
|
|
4639
3683
|
<package name="threads">
|
|
4640
|
-
<metrics statements="
|
|
3684
|
+
<metrics statements="313" coveredstatements="211" conditionals="139" coveredconditionals="73" methods="37" coveredmethods="32"/>
|
|
4641
3685
|
<file name="automation.js" path="/home/runner/work/budibase/budibase/packages/server/src/threads/automation.js">
|
|
4642
|
-
<metrics statements="
|
|
4643
|
-
<line num="1" count="
|
|
4644
|
-
<line num="2" count="
|
|
4645
|
-
<line num="3" count="
|
|
4646
|
-
<line num="4" count="
|
|
4647
|
-
<line num="5" count="
|
|
4648
|
-
<line num="6" count="
|
|
4649
|
-
<line num="7" count="
|
|
4650
|
-
<line num="8" count="
|
|
4651
|
-
<line num="9" count="
|
|
4652
|
-
<line num="10" count="
|
|
4653
|
-
<line num="
|
|
4654
|
-
<line num="
|
|
4655
|
-
<line num="
|
|
4656
|
-
<line num="
|
|
4657
|
-
<line num="
|
|
4658
|
-
<line num="
|
|
4659
|
-
<line num="
|
|
4660
|
-
<line num="27" count="
|
|
4661
|
-
<line num="28" count="
|
|
4662
|
-
<line num="
|
|
4663
|
-
<line num="
|
|
4664
|
-
<line num="
|
|
4665
|
-
<line num="
|
|
4666
|
-
<line num="
|
|
4667
|
-
<line num="
|
|
4668
|
-
<line num="
|
|
4669
|
-
<line num="
|
|
4670
|
-
<line num="
|
|
4671
|
-
<line num="
|
|
4672
|
-
<line num="
|
|
4673
|
-
<line num="
|
|
4674
|
-
<line num="
|
|
4675
|
-
<line num="
|
|
3686
|
+
<metrics statements="132" coveredstatements="79" conditionals="57" coveredconditionals="21" methods="12" coveredmethods="10"/>
|
|
3687
|
+
<line num="1" count="3" type="stmt"/>
|
|
3688
|
+
<line num="2" count="3" type="stmt"/>
|
|
3689
|
+
<line num="3" count="3" type="stmt"/>
|
|
3690
|
+
<line num="4" count="3" type="stmt"/>
|
|
3691
|
+
<line num="5" count="3" type="stmt"/>
|
|
3692
|
+
<line num="6" count="3" type="stmt"/>
|
|
3693
|
+
<line num="7" count="3" type="stmt"/>
|
|
3694
|
+
<line num="8" count="3" type="stmt"/>
|
|
3695
|
+
<line num="9" count="3" type="stmt"/>
|
|
3696
|
+
<line num="10" count="3" type="stmt"/>
|
|
3697
|
+
<line num="11" count="3" type="stmt"/>
|
|
3698
|
+
<line num="12" count="3" type="stmt"/>
|
|
3699
|
+
<line num="13" count="3" type="stmt"/>
|
|
3700
|
+
<line num="15" count="3" type="stmt"/>
|
|
3701
|
+
<line num="16" count="3" type="stmt"/>
|
|
3702
|
+
<line num="17" count="3" type="stmt"/>
|
|
3703
|
+
<line num="18" count="3" type="stmt"/>
|
|
3704
|
+
<line num="27" count="6" type="stmt"/>
|
|
3705
|
+
<line num="28" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
3706
|
+
<line num="29" count="6" type="stmt"/>
|
|
3707
|
+
<line num="30" count="6" type="stmt"/>
|
|
3708
|
+
<line num="31" count="6" type="stmt"/>
|
|
3709
|
+
<line num="32" count="6" type="stmt"/>
|
|
3710
|
+
<line num="34" count="6" type="stmt"/>
|
|
3711
|
+
<line num="35" count="6" type="stmt"/>
|
|
3712
|
+
<line num="37" count="6" type="stmt"/>
|
|
3713
|
+
<line num="38" count="6" type="stmt"/>
|
|
3714
|
+
<line num="41" count="6" type="stmt"/>
|
|
3715
|
+
<line num="42" count="6" type="stmt"/>
|
|
3716
|
+
<line num="44" count="6" type="stmt"/>
|
|
3717
|
+
<line num="45" count="6" type="stmt"/>
|
|
3718
|
+
<line num="49" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
3719
|
+
<line num="50" count="0" type="stmt"/>
|
|
3720
|
+
<line num="52" count="6" type="stmt"/>
|
|
4676
3721
|
<line num="56" count="5" type="stmt"/>
|
|
4677
|
-
<line num="
|
|
4678
|
-
<line num="
|
|
4679
|
-
<line num="
|
|
4680
|
-
<line num="64" count="
|
|
4681
|
-
<line num="65" count="
|
|
4682
|
-
<line num="
|
|
4683
|
-
<line num="
|
|
4684
|
-
<line num="
|
|
4685
|
-
<line num="
|
|
4686
|
-
<line num="
|
|
4687
|
-
<line num="
|
|
4688
|
-
<line num="
|
|
4689
|
-
<line num="
|
|
4690
|
-
<line num="
|
|
4691
|
-
<line num="
|
|
4692
|
-
<line num="
|
|
4693
|
-
<line num="
|
|
4694
|
-
<line num="
|
|
4695
|
-
<line num="
|
|
4696
|
-
<line num="
|
|
4697
|
-
<line num="
|
|
4698
|
-
<line num="
|
|
4699
|
-
<line num="
|
|
4700
|
-
<line num="104" count="5" type="stmt"/>
|
|
4701
|
-
<line num="107" count="5" type="cond" truecount="2" falsecount="2"/>
|
|
4702
|
-
<line num="108" count="0" type="stmt"/>
|
|
4703
|
-
<line num="109" count="0" type="stmt"/>
|
|
3722
|
+
<line num="57" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
3723
|
+
<line num="58" count="0" type="stmt"/>
|
|
3724
|
+
<line num="60" count="5" type="stmt"/>
|
|
3725
|
+
<line num="64" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
3726
|
+
<line num="65" count="0" type="stmt"/>
|
|
3727
|
+
<line num="67" count="6" type="stmt"/>
|
|
3728
|
+
<line num="68" count="6" type="stmt"/>
|
|
3729
|
+
<line num="69" count="6" type="stmt"/>
|
|
3730
|
+
<line num="73" count="11" type="stmt"/>
|
|
3731
|
+
<line num="75" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
3732
|
+
<line num="76" count="6" type="stmt"/>
|
|
3733
|
+
<line num="78" count="11" type="stmt"/>
|
|
3734
|
+
<line num="82" count="0" type="stmt"/>
|
|
3735
|
+
<line num="92" count="0" type="stmt"/>
|
|
3736
|
+
<line num="100" count="6" type="stmt"/>
|
|
3737
|
+
<line num="101" count="6" type="stmt"/>
|
|
3738
|
+
<line num="102" count="6" type="stmt"/>
|
|
3739
|
+
<line num="105" count="6" type="stmt"/>
|
|
3740
|
+
<line num="107" count="6" type="stmt"/>
|
|
3741
|
+
<line num="108" count="6" type="stmt"/>
|
|
3742
|
+
<line num="109" count="5" type="stmt"/>
|
|
3743
|
+
<line num="111" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
3744
|
+
<line num="112" count="0" type="stmt"/>
|
|
4704
3745
|
<line num="113" count="0" type="stmt"/>
|
|
4705
|
-
<line num="
|
|
4706
|
-
<line num="117" count="
|
|
3746
|
+
<line num="114" count="0" type="stmt"/>
|
|
3747
|
+
<line num="117" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
4707
3748
|
<line num="118" count="0" type="stmt"/>
|
|
4708
|
-
<line num="
|
|
4709
|
-
<line num="
|
|
4710
|
-
<line num="
|
|
4711
|
-
<line num="
|
|
4712
|
-
<line num="
|
|
4713
|
-
<line num="
|
|
4714
|
-
<line num="
|
|
4715
|
-
<line num="
|
|
4716
|
-
|
|
4717
|
-
|
|
4718
|
-
<
|
|
4719
|
-
<line num="
|
|
4720
|
-
<line num="
|
|
4721
|
-
<line num="
|
|
4722
|
-
<line num="
|
|
4723
|
-
<line num="
|
|
4724
|
-
<line num="
|
|
4725
|
-
<line num="
|
|
4726
|
-
<line num="
|
|
4727
|
-
<line num="
|
|
4728
|
-
<line num="
|
|
4729
|
-
<line num="
|
|
4730
|
-
<line num="
|
|
4731
|
-
<line num="
|
|
4732
|
-
<line num="
|
|
4733
|
-
<line num="
|
|
4734
|
-
<line num="
|
|
4735
|
-
<line num="
|
|
4736
|
-
<line num="
|
|
4737
|
-
<line num="
|
|
4738
|
-
<line num="
|
|
4739
|
-
<line num="
|
|
4740
|
-
<line num="
|
|
4741
|
-
<line num="
|
|
4742
|
-
<line num="
|
|
4743
|
-
<line num="
|
|
4744
|
-
<line num="
|
|
4745
|
-
<line num="
|
|
4746
|
-
<line num="
|
|
4747
|
-
<line num="
|
|
3749
|
+
<line num="120" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
3750
|
+
<line num="121" count="5" type="stmt"/>
|
|
3751
|
+
<line num="122" count="5" type="stmt"/>
|
|
3752
|
+
<line num="123" count="5" type="stmt"/>
|
|
3753
|
+
<line num="126" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
3754
|
+
<line num="129" count="0" type="stmt"/>
|
|
3755
|
+
<line num="133" count="0" type="stmt"/>
|
|
3756
|
+
<line num="137" count="0" type="stmt"/>
|
|
3757
|
+
<line num="141" count="0" type="stmt"/>
|
|
3758
|
+
<line num="142" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3759
|
+
<line num="148" count="0" type="stmt"/>
|
|
3760
|
+
<line num="152" count="0" type="stmt"/>
|
|
3761
|
+
<line num="153" count="0" type="stmt"/>
|
|
3762
|
+
<line num="154" count="0" type="stmt"/>
|
|
3763
|
+
<line num="159" count="0" type="stmt"/>
|
|
3764
|
+
<line num="160" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3765
|
+
<line num="161" count="0" type="stmt"/>
|
|
3766
|
+
<line num="164" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3767
|
+
<line num="165" count="0" type="stmt"/>
|
|
3768
|
+
<line num="173" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3769
|
+
<line num="174" count="0" type="stmt"/>
|
|
3770
|
+
<line num="182" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3771
|
+
<line num="186" count="0" type="stmt"/>
|
|
3772
|
+
<line num="190" count="0" type="stmt"/>
|
|
3773
|
+
<line num="191" count="0" type="stmt"/>
|
|
3774
|
+
<line num="192" count="0" type="stmt"/>
|
|
3775
|
+
<line num="195" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3776
|
+
<line num="199" count="0" type="stmt"/>
|
|
3777
|
+
<line num="203" count="0" type="stmt"/>
|
|
3778
|
+
<line num="204" count="0" type="stmt"/>
|
|
3779
|
+
<line num="205" count="0" type="stmt"/>
|
|
3780
|
+
<line num="210" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
3781
|
+
<line num="211" count="0" type="stmt"/>
|
|
3782
|
+
<line num="212" count="0" type="stmt"/>
|
|
3783
|
+
<line num="216" count="5" type="stmt"/>
|
|
3784
|
+
<line num="217" count="5" type="stmt"/>
|
|
3785
|
+
<line num="218" count="5" type="stmt"/>
|
|
3786
|
+
<line num="219" count="5" type="stmt"/>
|
|
3787
|
+
<line num="221" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
3788
|
+
<line num="222" count="5" type="stmt"/>
|
|
3789
|
+
<line num="223" count="5" type="stmt"/>
|
|
3790
|
+
<line num="230" count="5" type="stmt"/>
|
|
3791
|
+
<line num="233" count="5" type="cond" truecount="2" falsecount="2"/>
|
|
3792
|
+
<line num="234" count="0" type="stmt"/>
|
|
3793
|
+
<line num="235" count="0" type="stmt"/>
|
|
3794
|
+
<line num="239" count="0" type="stmt"/>
|
|
3795
|
+
<line num="241" count="5" type="cond" truecount="2" falsecount="2"/>
|
|
3796
|
+
<line num="242" count="0" type="stmt"/>
|
|
3797
|
+
<line num="244" count="5" type="stmt"/>
|
|
3798
|
+
<line num="252" count="0" type="stmt"/>
|
|
3799
|
+
<line num="253" count="0" type="stmt"/>
|
|
3800
|
+
<line num="255" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
3801
|
+
<line num="256" count="0" type="stmt"/>
|
|
3802
|
+
<line num="257" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3803
|
+
<line num="258" count="0" type="stmt"/>
|
|
3804
|
+
<line num="259" count="0" type="stmt"/>
|
|
3805
|
+
<line num="260" count="0" type="stmt"/>
|
|
3806
|
+
<line num="265" count="5" type="cond" truecount="3" falsecount="1"/>
|
|
3807
|
+
<line num="266" count="0" type="stmt"/>
|
|
3808
|
+
<line num="271" count="0" type="stmt"/>
|
|
3809
|
+
<line num="278" count="0" type="stmt"/>
|
|
3810
|
+
<line num="279" count="0" type="stmt"/>
|
|
3811
|
+
<line num="283" count="6" type="stmt"/>
|
|
3812
|
+
<line num="287" count="3" type="stmt"/>
|
|
3813
|
+
<line num="288" count="6" type="stmt"/>
|
|
3814
|
+
<line num="289" count="6" type="stmt"/>
|
|
3815
|
+
<line num="290" count="6" type="stmt"/>
|
|
3816
|
+
<line num="294" count="6" type="stmt"/>
|
|
3817
|
+
<line num="297" count="6" type="stmt"/>
|
|
3818
|
+
<line num="300" count="0" type="stmt"/>
|
|
4748
3819
|
</file>
|
|
4749
3820
|
<file name="query.js" path="/home/runner/work/budibase/budibase/packages/server/src/threads/query.js">
|
|
4750
3821
|
<metrics statements="144" coveredstatements="101" conditionals="68" coveredconditionals="43" methods="16" coveredmethods="14"/>
|
|
@@ -4907,8 +3978,8 @@
|
|
|
4907
3978
|
<line num="17" count="40" type="stmt"/>
|
|
4908
3979
|
<line num="18" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4909
3980
|
<line num="21" count="40" type="stmt"/>
|
|
4910
|
-
<line num="23" count="
|
|
4911
|
-
<line num="24" count="
|
|
3981
|
+
<line num="23" count="5" type="cond" truecount="2" falsecount="2"/>
|
|
3982
|
+
<line num="24" count="5" type="stmt"/>
|
|
4912
3983
|
<line num="27" count="0" type="stmt"/>
|
|
4913
3984
|
<line num="28" count="0" type="stmt"/>
|
|
4914
3985
|
<line num="32" count="19" type="stmt"/>
|
|
@@ -5126,12 +4197,12 @@
|
|
|
5126
4197
|
<line num="39" count="2" type="stmt"/>
|
|
5127
4198
|
<line num="41" count="0" type="stmt"/>
|
|
5128
4199
|
<line num="55" count="42" type="stmt"/>
|
|
5129
|
-
<line num="56" count="
|
|
4200
|
+
<line num="56" count="209" type="cond" truecount="1" falsecount="1"/>
|
|
5130
4201
|
<line num="57" count="0" type="stmt"/>
|
|
5131
4202
|
<line num="61" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
5132
4203
|
<line num="62" count="0" type="stmt"/>
|
|
5133
4204
|
<line num="64" count="0" type="stmt"/>
|
|
5134
|
-
<line num="66" count="
|
|
4205
|
+
<line num="66" count="209" type="stmt"/>
|
|
5135
4206
|
<line num="70" count="42" type="stmt"/>
|
|
5136
4207
|
<line num="71" count="2" type="stmt"/>
|
|
5137
4208
|
<line num="76" count="42" type="stmt"/>
|
|
@@ -5307,9 +4378,9 @@
|
|
|
5307
4378
|
</file>
|
|
5308
4379
|
</package>
|
|
5309
4380
|
<package name="utilities.queue">
|
|
5310
|
-
<metrics statements="21" coveredstatements="18" conditionals="7" coveredconditionals="4" methods="
|
|
4381
|
+
<metrics statements="21" coveredstatements="18" conditionals="7" coveredconditionals="4" methods="9" coveredmethods="6"/>
|
|
5311
4382
|
<file name="inMemoryQueue.js" path="/home/runner/work/budibase/budibase/packages/server/src/utilities/queue/inMemoryQueue.js">
|
|
5312
|
-
<metrics statements="21" coveredstatements="18" conditionals="7" coveredconditionals="4" methods="
|
|
4383
|
+
<metrics statements="21" coveredstatements="18" conditionals="7" coveredconditionals="4" methods="9" coveredmethods="6"/>
|
|
5313
4384
|
<line num="1" count="39" type="stmt"/>
|
|
5314
4385
|
<line num="13" count="8" type="stmt"/>
|
|
5315
4386
|
<line num="33" count="39" type="stmt"/>
|
|
@@ -5323,14 +4394,14 @@
|
|
|
5323
4394
|
<line num="54" count="8" type="stmt"/>
|
|
5324
4395
|
<line num="55" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
5325
4396
|
<line num="56" count="8" type="stmt"/>
|
|
5326
|
-
<line num="
|
|
5327
|
-
<line num="
|
|
5328
|
-
<line num="73" count="8" type="stmt"/>
|
|
4397
|
+
<line num="71" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
4398
|
+
<line num="72" count="0" type="stmt"/>
|
|
5329
4399
|
<line num="74" count="8" type="stmt"/>
|
|
5330
|
-
<line num="
|
|
5331
|
-
<line num="
|
|
5332
|
-
<line num="
|
|
5333
|
-
<line num="
|
|
4400
|
+
<line num="75" count="8" type="stmt"/>
|
|
4401
|
+
<line num="84" count="0" type="stmt"/>
|
|
4402
|
+
<line num="91" count="203" type="stmt"/>
|
|
4403
|
+
<line num="103" count="0" type="stmt"/>
|
|
4404
|
+
<line num="107" count="39" type="stmt"/>
|
|
5334
4405
|
</file>
|
|
5335
4406
|
</package>
|
|
5336
4407
|
<package name="utilities.routing">
|
|
@@ -5385,12 +4456,12 @@
|
|
|
5385
4456
|
<line num="117" count="0" type="stmt"/>
|
|
5386
4457
|
<line num="119" count="0" type="stmt"/>
|
|
5387
4458
|
<line num="120" count="0" type="stmt"/>
|
|
5388
|
-
<line num="139" count="
|
|
5389
|
-
<line num="140" count="
|
|
5390
|
-
<line num="142" count="
|
|
5391
|
-
<line num="143" count="
|
|
5392
|
-
<line num="144" count="
|
|
5393
|
-
<line num="145" count="
|
|
4459
|
+
<line num="139" count="77" type="cond" truecount="2" falsecount="0"/>
|
|
4460
|
+
<line num="140" count="77" type="stmt"/>
|
|
4461
|
+
<line num="142" count="77" type="stmt"/>
|
|
4462
|
+
<line num="143" count="77" type="stmt"/>
|
|
4463
|
+
<line num="144" count="214" type="cond" truecount="1" falsecount="1"/>
|
|
4464
|
+
<line num="145" count="214" type="stmt"/>
|
|
5394
4465
|
<line num="147" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
5395
4466
|
<line num="149" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
5396
4467
|
<line num="155" count="0" type="stmt"/>
|
|
@@ -5407,51 +4478,51 @@
|
|
|
5407
4478
|
<line num="173" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
5408
4479
|
<line num="174" count="0" type="stmt"/>
|
|
5409
4480
|
<line num="176" count="0" type="stmt"/>
|
|
5410
|
-
<line num="179" count="
|
|
4481
|
+
<line num="179" count="77" type="stmt"/>
|
|
5411
4482
|
<line num="181" count="40" type="stmt"/>
|
|
5412
4483
|
<line num="183" count="40" type="stmt"/>
|
|
5413
4484
|
<line num="191" count="40" type="stmt"/>
|
|
5414
|
-
<line num="193" count="
|
|
4485
|
+
<line num="193" count="180" type="cond" truecount="1" falsecount="1"/>
|
|
5415
4486
|
<line num="194" count="0" type="stmt"/>
|
|
5416
|
-
<line num="197" count="
|
|
4487
|
+
<line num="197" count="180" type="cond" truecount="2" falsecount="0"/>
|
|
5417
4488
|
<line num="198" count="16" type="stmt"/>
|
|
5418
|
-
<line num="199" count="
|
|
4489
|
+
<line num="199" count="164" type="cond" truecount="2" falsecount="0"/>
|
|
5419
4490
|
<line num="200" count="22" type="stmt"/>
|
|
5420
|
-
<line num="203" count="
|
|
4491
|
+
<line num="203" count="142" type="stmt"/>
|
|
5421
4492
|
<line num="215" count="40" type="stmt"/>
|
|
5422
|
-
<line num="221" count="
|
|
5423
|
-
<line num="223" count="
|
|
5424
|
-
<line num="224" count="
|
|
5425
|
-
<line num="225" count="
|
|
5426
|
-
<line num="226" count="
|
|
5427
|
-
<line num="228" count="
|
|
5428
|
-
<line num="229" count="
|
|
4493
|
+
<line num="221" count="77" type="stmt"/>
|
|
4494
|
+
<line num="223" count="77" type="stmt"/>
|
|
4495
|
+
<line num="224" count="77" type="stmt"/>
|
|
4496
|
+
<line num="225" count="77" type="stmt"/>
|
|
4497
|
+
<line num="226" count="349" type="stmt"/>
|
|
4498
|
+
<line num="228" count="349" type="cond" truecount="2" falsecount="0"/>
|
|
4499
|
+
<line num="229" count="170" type="cond" truecount="2" falsecount="0"/>
|
|
5429
4500
|
<line num="230" count="3" type="stmt"/>
|
|
5430
|
-
<line num="232" count="
|
|
5431
|
-
<line num="235" count="
|
|
4501
|
+
<line num="232" count="170" type="stmt"/>
|
|
4502
|
+
<line num="235" count="179" type="cond" truecount="1" falsecount="1"/>
|
|
5432
4503
|
<line num="236" count="0" type="stmt"/>
|
|
5433
|
-
<line num="240" count="
|
|
5434
|
-
<line num="244" count="
|
|
5435
|
-
<line num="245" count="
|
|
5436
|
-
<line num="246" count="
|
|
5437
|
-
<line num="250" count="
|
|
4504
|
+
<line num="240" count="179" type="stmt"/>
|
|
4505
|
+
<line num="244" count="77" type="cond" truecount="4" falsecount="0"/>
|
|
4506
|
+
<line num="245" count="71" type="stmt"/>
|
|
4507
|
+
<line num="246" count="71" type="stmt"/>
|
|
4508
|
+
<line num="250" count="77" type="stmt"/>
|
|
5438
4509
|
<line num="262" count="40" type="cond" truecount="1" falsecount="0"/>
|
|
5439
|
-
<line num="263" count="
|
|
5440
|
-
<line num="264" count="
|
|
5441
|
-
<line num="265" count="
|
|
5442
|
-
<line num="266" count="
|
|
5443
|
-
<line num="269" count="
|
|
5444
|
-
<line num="272" count="
|
|
5445
|
-
<line num="275" count="
|
|
5446
|
-
<line num="276" count="
|
|
4510
|
+
<line num="263" count="112" type="stmt"/>
|
|
4511
|
+
<line num="264" count="112" type="cond" truecount="2" falsecount="0"/>
|
|
4512
|
+
<line num="265" count="98" type="stmt"/>
|
|
4513
|
+
<line num="266" count="98" type="stmt"/>
|
|
4514
|
+
<line num="269" count="112" type="stmt"/>
|
|
4515
|
+
<line num="272" count="112" type="stmt"/>
|
|
4516
|
+
<line num="275" count="112" type="stmt"/>
|
|
4517
|
+
<line num="276" count="320" type="cond" truecount="2" falsecount="0"/>
|
|
5447
4518
|
<line num="277" count="8" type="stmt"/>
|
|
5448
4519
|
<line num="278" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
5449
4520
|
<line num="279" count="6" type="stmt"/>
|
|
5450
4521
|
<line num="281" count="2" type="stmt"/>
|
|
5451
4522
|
<line num="282" count="2" type="stmt"/>
|
|
5452
|
-
<line num="287" count="
|
|
4523
|
+
<line num="287" count="112" type="cond" truecount="2" falsecount="0"/>
|
|
5453
4524
|
<line num="288" count="33" type="stmt"/>
|
|
5454
|
-
<line num="290" count="
|
|
4525
|
+
<line num="290" count="112" type="cond" truecount="2" falsecount="0"/>
|
|
5455
4526
|
<line num="303" count="40" type="stmt"/>
|
|
5456
4527
|
<line num="304" count="14" type="stmt"/>
|
|
5457
4528
|
<line num="305" count="14" type="cond" truecount="1" falsecount="1"/>
|
|
@@ -5482,100 +4553,62 @@
|
|
|
5482
4553
|
<line num="1" count="40" type="stmt"/>
|
|
5483
4554
|
<line num="2" count="40" type="stmt"/>
|
|
5484
4555
|
<line num="7" count="40" type="stmt"/>
|
|
5485
|
-
<line num="12" count="
|
|
5486
|
-
<line num="13" count="
|
|
5487
|
-
<line num="14" count="
|
|
5488
|
-
<line num="15" count="
|
|
5489
|
-
<line num="17" count="
|
|
5490
|
-
<line num="18" count="
|
|
5491
|
-
<line num="19" count="
|
|
5492
|
-
<line num="24" count="
|
|
4556
|
+
<line num="12" count="278" type="stmt"/>
|
|
4557
|
+
<line num="13" count="278" type="cond" truecount="2" falsecount="0"/>
|
|
4558
|
+
<line num="14" count="166" type="stmt"/>
|
|
4559
|
+
<line num="15" count="166" type="cond" truecount="2" falsecount="0"/>
|
|
4560
|
+
<line num="17" count="278" type="stmt"/>
|
|
4561
|
+
<line num="18" count="798" type="stmt"/>
|
|
4562
|
+
<line num="19" count="798" type="cond" truecount="1" falsecount="1"/>
|
|
4563
|
+
<line num="24" count="798" type="stmt"/>
|
|
5493
4564
|
<line num="27" count="0" type="stmt"/>
|
|
5494
4565
|
<line num="28" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
5495
4566
|
<line num="29" count="0" type="stmt"/>
|
|
5496
4567
|
<line num="30" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
5497
4568
|
<line num="31" count="0" type="stmt"/>
|
|
5498
|
-
<line num="38" count="
|
|
4569
|
+
<line num="38" count="278" type="cond" truecount="2" falsecount="0"/>
|
|
5499
4570
|
</file>
|
|
5500
4571
|
</package>
|
|
5501
4572
|
<package name="utilities.usageQuota">
|
|
5502
|
-
<metrics statements="
|
|
5503
|
-
<file name="index.js" path="/home/runner/work/budibase/budibase/packages/server/src/utilities/usageQuota/index.js">
|
|
5504
|
-
<metrics statements="35" coveredstatements="31" conditionals="17" coveredconditionals="13" methods="3" coveredmethods="3"/>
|
|
5505
|
-
<line num="1" count="41" type="stmt"/>
|
|
5506
|
-
<line num="2" count="41" type="stmt"/>
|
|
5507
|
-
<line num="6" count="41" type="stmt"/>
|
|
5508
|
-
<line num="8" count="41" type="stmt"/>
|
|
5509
|
-
<line num="10" count="68" type="cond" truecount="2" falsecount="0"/>
|
|
5510
|
-
<line num="12" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
5511
|
-
<line num="13" count="3" type="stmt"/>
|
|
5512
|
-
<line num="17" count="3" type="stmt"/>
|
|
5513
|
-
<line num="18" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
5514
|
-
<line num="19" count="2" type="stmt"/>
|
|
5515
|
-
<line num="22" count="5" type="stmt"/>
|
|
5516
|
-
<line num="24" count="61" type="stmt"/>
|
|
5517
|
-
<line num="27" count="41" type="stmt"/>
|
|
5518
|
-
<line num="37" count="41" type="stmt"/>
|
|
5519
|
-
<line num="39" count="10" type="stmt"/>
|
|
5520
|
-
<line num="40" count="10" type="stmt"/>
|
|
5521
|
-
<line num="43" count="2" type="stmt"/>
|
|
5522
|
-
<line num="44" count="2" type="stmt"/>
|
|
5523
|
-
<line num="45" count="2" type="stmt"/>
|
|
5524
|
-
<line num="48" count="10" type="stmt"/>
|
|
5525
|
-
<line num="59" count="41" type="cond" truecount="1" falsecount="0"/>
|
|
5526
|
-
<line num="60" count="17" type="cond" truecount="2" falsecount="0"/>
|
|
5527
|
-
<line num="61" count="15" type="stmt"/>
|
|
5528
|
-
<line num="64" count="2" type="stmt"/>
|
|
5529
|
-
<line num="65" count="2" type="stmt"/>
|
|
5530
|
-
<line num="66" count="2" type="stmt"/>
|
|
5531
|
-
<line num="69" count="2" type="stmt"/>
|
|
5532
|
-
<line num="71" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
5533
|
-
<line num="75" count="0" type="stmt"/>
|
|
5534
|
-
<line num="80" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
5535
|
-
<line num="82" count="0" type="stmt"/>
|
|
5536
|
-
<line num="86" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
5537
|
-
<line num="87" count="2" type="stmt"/>
|
|
5538
|
-
<line num="90" count="0" type="stmt"/>
|
|
5539
|
-
<line num="91" count="0" type="stmt"/>
|
|
5540
|
-
</file>
|
|
4573
|
+
<metrics statements="41" coveredstatements="34" conditionals="10" coveredconditionals="7" methods="7" coveredmethods="5"/>
|
|
5541
4574
|
<file name="rows.js" path="/home/runner/work/budibase/budibase/packages/server/src/utilities/usageQuota/rows.js">
|
|
5542
|
-
<metrics statements="36" coveredstatements="
|
|
5543
|
-
<line num="1" count="
|
|
5544
|
-
<line num="2" count="
|
|
5545
|
-
<line num="3" count="
|
|
5546
|
-
<line num="5" count="
|
|
5547
|
-
<line num="7" count="
|
|
5548
|
-
<line num="10" count="
|
|
5549
|
-
<line num="11" count="
|
|
5550
|
-
<line num="12" count="
|
|
5551
|
-
<line num="13" count="
|
|
5552
|
-
<line num="14" count="
|
|
5553
|
-
<line num="16" count="
|
|
5554
|
-
<line num="17" count="
|
|
4575
|
+
<metrics statements="36" coveredstatements="34" conditionals="8" coveredconditionals="7" methods="5" coveredmethods="5"/>
|
|
4576
|
+
<line num="1" count="39" type="stmt"/>
|
|
4577
|
+
<line num="2" count="39" type="stmt"/>
|
|
4578
|
+
<line num="3" count="39" type="stmt"/>
|
|
4579
|
+
<line num="5" count="39" type="stmt"/>
|
|
4580
|
+
<line num="7" count="39" type="stmt"/>
|
|
4581
|
+
<line num="10" count="37" type="stmt"/>
|
|
4582
|
+
<line num="11" count="37" type="stmt"/>
|
|
4583
|
+
<line num="12" count="16" type="stmt"/>
|
|
4584
|
+
<line num="13" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
4585
|
+
<line num="14" count="14" type="stmt"/>
|
|
4586
|
+
<line num="16" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
4587
|
+
<line num="17" count="14" type="stmt"/>
|
|
5555
4588
|
<line num="19" count="2" type="stmt"/>
|
|
5556
|
-
<line num="22" count="
|
|
5557
|
-
<line num="25" count="
|
|
5558
|
-
<line num="27" count="
|
|
5559
|
-
<line num="28" count="
|
|
5560
|
-
<line num="33" count="
|
|
4589
|
+
<line num="22" count="37" type="stmt"/>
|
|
4590
|
+
<line num="25" count="39" type="stmt"/>
|
|
4591
|
+
<line num="27" count="16" type="stmt"/>
|
|
4592
|
+
<line num="28" count="16" type="stmt"/>
|
|
4593
|
+
<line num="33" count="16" type="stmt"/>
|
|
5561
4594
|
<line num="34" count="3" type="stmt"/>
|
|
5562
4595
|
<line num="36" count="3" type="stmt"/>
|
|
5563
4596
|
<line num="37" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
5564
4597
|
<line num="38" count="0" type="stmt"/>
|
|
5565
4598
|
<line num="41" count="3" type="stmt"/>
|
|
5566
|
-
<line num="50" count="
|
|
5567
|
-
<line num="51" count="
|
|
5568
|
-
<line num="52" count="
|
|
5569
|
-
<line num="54" count="
|
|
5570
|
-
<line num="55" count="
|
|
5571
|
-
<line num="56" count="
|
|
5572
|
-
<line num="57" count="
|
|
5573
|
-
<line num="58" count="
|
|
5574
|
-
<line num="60" count="
|
|
5575
|
-
<line num="61" count="
|
|
4599
|
+
<line num="50" count="39" type="stmt"/>
|
|
4600
|
+
<line num="51" count="37" type="stmt"/>
|
|
4601
|
+
<line num="52" count="37" type="stmt"/>
|
|
4602
|
+
<line num="54" count="37" type="stmt"/>
|
|
4603
|
+
<line num="55" count="14" type="stmt"/>
|
|
4604
|
+
<line num="56" count="14" type="stmt"/>
|
|
4605
|
+
<line num="57" count="28" type="cond" truecount="2" falsecount="0"/>
|
|
4606
|
+
<line num="58" count="12" type="stmt"/>
|
|
4607
|
+
<line num="60" count="16" type="stmt"/>
|
|
4608
|
+
<line num="61" count="16" type="stmt"/>
|
|
5576
4609
|
<line num="63" count="0" type="stmt"/>
|
|
5577
|
-
<line num="71" count="
|
|
5578
|
-
<line num="74" count="
|
|
4610
|
+
<line num="71" count="14" type="stmt"/>
|
|
4611
|
+
<line num="74" count="37" type="stmt"/>
|
|
5579
4612
|
</file>
|
|
5580
4613
|
<file name="usageQuoteReset.js" path="/home/runner/work/budibase/budibase/packages/server/src/utilities/usageQuota/usageQuoteReset.js">
|
|
5581
4614
|
<metrics statements="5" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="2" coveredmethods="0"/>
|