@budibase/server 1.0.219 → 1.0.220-alpha.2
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/.yarnrc +1 -0
- package/__mocks__/node-fetch.ts +9 -0
- package/builder/assets/index.7786f497.css +6 -0
- package/builder/assets/index.e1885c5f.js +974 -0
- package/builder/assets/{vendor.9bf2fcb4.js → vendor.001dcf8c.js} +163 -163
- package/builder/index.html +3 -3
- package/coverage/clover.xml +1018 -950
- package/coverage/coverage-final.json +31 -31
- package/coverage/lcov-report/api/controllers/apikeys.js.html +1 -1
- package/coverage/lcov-report/api/controllers/auth.js.html +1 -1
- package/coverage/lcov-report/api/controllers/automation.js.html +111 -12
- package/coverage/lcov-report/api/controllers/backup.js.html +9 -6
- package/coverage/lcov-report/api/controllers/cloud.js.html +1 -1
- package/coverage/lcov-report/api/controllers/component.js.html +1 -1
- package/coverage/lcov-report/api/controllers/datasource.js.html +16 -16
- package/coverage/lcov-report/api/controllers/dev.js.html +13 -166
- package/coverage/lcov-report/api/controllers/index.html +32 -32
- package/coverage/lcov-report/api/controllers/integration.js.html +1 -1
- package/coverage/lcov-report/api/controllers/layout.js.html +1 -1
- package/coverage/lcov-report/api/controllers/metadata.js.html +1 -1
- package/coverage/lcov-report/api/controllers/migrations.js.html +1 -1
- package/coverage/lcov-report/api/controllers/permission.js.html +1 -1
- package/coverage/lcov-report/api/controllers/query/index.html +1 -1
- package/coverage/lcov-report/api/controllers/query/validation.js.html +1 -1
- package/coverage/lcov-report/api/controllers/role.js.html +1 -1
- package/coverage/lcov-report/api/controllers/routing.js.html +1 -1
- package/coverage/lcov-report/api/controllers/row/external.js.html +47 -17
- package/coverage/lcov-report/api/controllers/row/index.html +33 -33
- package/coverage/lcov-report/api/controllers/row/internal.js.html +1 -1
- package/coverage/lcov-report/api/controllers/row/internalSearch.js.html +159 -21
- package/coverage/lcov-report/api/controllers/row/staticFormula.js.html +1 -1
- package/coverage/lcov-report/api/controllers/row/utils.js.html +17 -8
- package/coverage/lcov-report/api/controllers/screen.js.html +1 -1
- package/coverage/lcov-report/api/controllers/script.js.html +1 -1
- package/coverage/lcov-report/api/controllers/table/bulkFormula.js.html +1 -1
- package/coverage/lcov-report/api/controllers/table/external.js.html +1 -1
- package/coverage/lcov-report/api/controllers/table/index.html +1 -1
- package/coverage/lcov-report/api/controllers/table/index.js.html +1 -1
- package/coverage/lcov-report/api/controllers/templates.js.html +1 -1
- package/coverage/lcov-report/api/controllers/user.js.html +1 -1
- package/coverage/lcov-report/api/controllers/view/exporters.js.html +1 -1
- package/coverage/lcov-report/api/controllers/view/index.html +1 -1
- package/coverage/lcov-report/api/controllers/view/index.js.html +1 -1
- package/coverage/lcov-report/api/controllers/view/utils.js.html +1 -1
- package/coverage/lcov-report/api/controllers/view/viewBuilder.js.html +1 -1
- package/coverage/lcov-report/api/controllers/webhook.js.html +1 -1
- package/coverage/lcov-report/api/index.html +15 -15
- package/coverage/lcov-report/api/index.js.html +22 -13
- package/coverage/lcov-report/api/routes/analytics.js.html +1 -1
- package/coverage/lcov-report/api/routes/apikeys.js.html +1 -1
- package/coverage/lcov-report/api/routes/auth.js.html +1 -1
- package/coverage/lcov-report/api/routes/automation.js.html +32 -2
- package/coverage/lcov-report/api/routes/backup.js.html +1 -1
- package/coverage/lcov-report/api/routes/cloud.js.html +1 -1
- package/coverage/lcov-report/api/routes/component.js.html +1 -1
- package/coverage/lcov-report/api/routes/datasource.js.html +1 -1
- package/coverage/lcov-report/api/routes/deploy.js.html +1 -1
- package/coverage/lcov-report/api/routes/dev.js.html +2 -5
- package/coverage/lcov-report/api/routes/index.html +1 -1
- package/coverage/lcov-report/api/routes/integration.js.html +1 -1
- package/coverage/lcov-report/api/routes/layout.js.html +1 -1
- package/coverage/lcov-report/api/routes/metadata.js.html +1 -1
- package/coverage/lcov-report/api/routes/migrations.js.html +1 -1
- package/coverage/lcov-report/api/routes/permission.js.html +1 -1
- package/coverage/lcov-report/api/routes/query.js.html +1 -1
- package/coverage/lcov-report/api/routes/role.js.html +1 -1
- package/coverage/lcov-report/api/routes/routing.js.html +1 -1
- package/coverage/lcov-report/api/routes/screen.js.html +1 -1
- package/coverage/lcov-report/api/routes/script.js.html +1 -1
- package/coverage/lcov-report/api/routes/table.js.html +1 -1
- package/coverage/lcov-report/api/routes/templates.js.html +1 -1
- package/coverage/lcov-report/api/routes/user.js.html +1 -1
- package/coverage/lcov-report/api/routes/utils/index.html +1 -1
- package/coverage/lcov-report/api/routes/utils/validators.js.html +5 -2
- package/coverage/lcov-report/api/routes/view.js.html +1 -1
- package/coverage/lcov-report/api/routes/webhook.js.html +1 -1
- package/coverage/lcov-report/automations/actions.js.html +1 -1
- package/coverage/lcov-report/automations/automationUtils.js.html +57 -12
- package/coverage/lcov-report/automations/bullboard.js.html +1 -1
- package/coverage/lcov-report/automations/index.html +17 -17
- package/coverage/lcov-report/automations/index.js.html +1 -1
- package/coverage/lcov-report/automations/steps/bash.js.html +1 -1
- package/coverage/lcov-report/automations/steps/delay.js.html +1 -1
- package/coverage/lcov-report/automations/steps/discord.js.html +1 -1
- package/coverage/lcov-report/automations/steps/executeQuery.js.html +2 -2
- package/coverage/lcov-report/automations/steps/executeScript.js.html +1 -1
- package/coverage/lcov-report/automations/steps/filter.js.html +58 -34
- package/coverage/lcov-report/automations/steps/index.html +11 -11
- package/coverage/lcov-report/automations/steps/integromat.js.html +1 -1
- package/coverage/lcov-report/automations/steps/loop.js.html +1 -1
- package/coverage/lcov-report/automations/steps/outgoingWebhook.js.html +1 -1
- package/coverage/lcov-report/automations/steps/queryRows.js.html +1 -1
- package/coverage/lcov-report/automations/steps/sendSmtpEmail.js.html +1 -1
- package/coverage/lcov-report/automations/steps/serverLog.js.html +1 -1
- package/coverage/lcov-report/automations/steps/slack.js.html +1 -1
- package/coverage/lcov-report/automations/steps/updateRow.js.html +1 -1
- package/coverage/lcov-report/automations/steps/utils.js.html +1 -1
- package/coverage/lcov-report/automations/steps/zapier.js.html +1 -1
- package/coverage/lcov-report/automations/triggerInfo/app.js.html +1 -1
- package/coverage/lcov-report/automations/triggerInfo/cron.js.html +1 -1
- package/coverage/lcov-report/automations/triggerInfo/index.html +1 -1
- package/coverage/lcov-report/automations/triggerInfo/index.js.html +1 -1
- package/coverage/lcov-report/automations/triggerInfo/rowDeleted.js.html +1 -1
- package/coverage/lcov-report/automations/triggerInfo/rowSaved.js.html +1 -1
- package/coverage/lcov-report/automations/triggerInfo/rowUpdated.js.html +1 -1
- package/coverage/lcov-report/automations/triggerInfo/webhook.js.html +1 -1
- package/coverage/lcov-report/automations/triggers.js.html +4 -4
- package/coverage/lcov-report/constants/index.html +1 -1
- package/coverage/lcov-report/constants/index.js.html +1 -1
- package/coverage/lcov-report/constants/layouts.js.html +1 -1
- package/coverage/lcov-report/constants/screens.js.html +1 -1
- package/coverage/lcov-report/db/inMemoryView.js.html +1 -1
- package/coverage/lcov-report/db/index.html +14 -14
- package/coverage/lcov-report/db/index.js.html +1 -1
- package/coverage/lcov-report/db/linkedRows/LinkController.js.html +1 -1
- package/coverage/lcov-report/db/linkedRows/index.html +13 -13
- package/coverage/lcov-report/db/linkedRows/index.js.html +10 -7
- package/coverage/lcov-report/db/linkedRows/linkUtils.js.html +1 -1
- package/coverage/lcov-report/db/newid.js.html +2 -2
- package/coverage/lcov-report/db/utils.js.html +27 -51
- package/coverage/lcov-report/events/AutomationEmitter.js.html +1 -1
- package/coverage/lcov-report/events/index.html +1 -1
- package/coverage/lcov-report/events/index.js.html +1 -1
- package/coverage/lcov-report/events/utils.js.html +1 -1
- package/coverage/lcov-report/index.html +83 -83
- package/coverage/lcov-report/integrations/tests/TestConfiguration.js.html +1 -1
- package/coverage/lcov-report/integrations/tests/index.html +1 -1
- package/coverage/lcov-report/middleware/appInfo.js.html +1 -1
- package/coverage/lcov-report/middleware/builder.js.html +12 -12
- package/coverage/lcov-report/middleware/currentapp.js.html +33 -33
- package/coverage/lcov-report/middleware/index.html +1 -1
- package/coverage/lcov-report/middleware/joi-validator.js.html +10 -10
- package/coverage/lcov-report/middleware/publicApi.js.html +1 -1
- package/coverage/lcov-report/middleware/resourceId.js.html +7 -7
- package/coverage/lcov-report/middleware/selfhost.js.html +1 -1
- package/coverage/lcov-report/middleware/utils.js.html +2 -2
- package/coverage/lcov-report/threads/automation.js.html +18 -9
- package/coverage/lcov-report/threads/index.html +25 -25
- package/coverage/lcov-report/threads/query.js.html +301 -79
- package/coverage/lcov-report/threads/utils.js.html +4 -4
- package/coverage/lcov-report/utilities/budibaseDir.js.html +1 -1
- package/coverage/lcov-report/utilities/centralPath.js.html +1 -1
- package/coverage/lcov-report/utilities/csvParser.js.html +1 -1
- package/coverage/lcov-report/utilities/global.js.html +14 -14
- package/coverage/lcov-report/utilities/index.html +26 -26
- package/coverage/lcov-report/utilities/index.js.html +17 -32
- package/coverage/lcov-report/utilities/queue/inMemoryQueue.js.html +2 -2
- package/coverage/lcov-report/utilities/queue/index.html +1 -1
- package/coverage/lcov-report/utilities/routing/index.html +1 -1
- package/coverage/lcov-report/utilities/routing/index.js.html +1 -1
- package/coverage/lcov-report/utilities/rowProcessor/index.html +1 -1
- package/coverage/lcov-report/utilities/rowProcessor/index.js.html +1 -1
- package/coverage/lcov-report/utilities/rowProcessor/utils.js.html +1 -1
- package/coverage/lcov-report/utilities/scriptRunner.js.html +1 -1
- package/coverage/lcov-report/utilities/security.js.html +2 -2
- package/coverage/lcov-report/utilities/statusCodes.js.html +1 -1
- package/coverage/lcov-report/utilities/usageQuota/index.html +1 -1
- package/coverage/lcov-report/utilities/usageQuota/rows.js.html +1 -1
- package/coverage/lcov-report/utilities/usageQuota/usageQuoteReset.js.html +1 -1
- package/coverage/lcov-report/utilities/users.js.html +1 -1
- package/coverage/lcov-report/utilities/workerRequests.js.html +57 -9
- package/coverage/lcov.info +1789 -1665
- package/dist/api/controllers/application.js +19 -16
- package/dist/api/controllers/automation.js +28 -2
- package/dist/api/controllers/backup.js +3 -2
- package/dist/api/controllers/dev.js +2 -40
- package/dist/api/controllers/public/applications.js +1 -1
- package/dist/api/controllers/public/utils.js +8 -1
- package/dist/api/controllers/query/index.js +31 -3
- package/dist/api/controllers/row/external.js +19 -7
- package/dist/api/controllers/row/internalSearch.js +47 -10
- package/dist/api/controllers/row/utils.js +3 -0
- package/dist/api/controllers/static/index.js +1 -5
- package/dist/api/index.js +4 -1
- package/dist/api/routes/automation.js +2 -0
- package/dist/api/routes/dev.js +1 -2
- package/dist/api/routes/public/rows.js +7 -2
- package/dist/api/routes/utils/validators.js +1 -0
- package/dist/app.js +20 -0
- package/dist/automations/automationUtils.js +16 -4
- package/dist/automations/logging/index.js +70 -0
- package/dist/automations/steps/executeQuery.js +1 -1
- package/dist/automations/steps/filter.js +38 -29
- package/dist/automations/triggers.js +1 -1
- package/dist/db/linkedRows/index.js +1 -0
- package/dist/db/utils.js +4 -31
- package/dist/definitions/datasource.js +1 -0
- package/dist/environment.js +3 -0
- package/dist/integrations/airtable.js +1 -0
- package/dist/integrations/arangodb.js +1 -0
- package/dist/integrations/base/sql.js +22 -3
- package/dist/integrations/couchdb.js +1 -0
- package/dist/integrations/dynamodb.js +1 -0
- package/dist/integrations/elasticsearch.js +1 -0
- package/dist/integrations/firebase.js +1 -0
- package/dist/integrations/googlesheets.js +1 -0
- package/dist/integrations/index.js +4 -0
- package/dist/integrations/microsoftSqlServer.js +2 -1
- package/dist/integrations/mongodb.js +1 -0
- package/dist/integrations/mysql.js +2 -1
- package/dist/integrations/oracle.js +1 -0
- package/dist/integrations/postgres.js +2 -1
- package/dist/integrations/queries/sql.js +3 -0
- package/dist/integrations/redis.js +1 -0
- package/dist/integrations/rest.js +2 -1
- package/dist/integrations/s3.js +1 -0
- package/dist/integrations/snowflake.js +102 -0
- package/dist/package.json +7 -6
- package/dist/tests/utilities/TestConfiguration.js +19 -6
- package/dist/threads/automation.js +6 -3
- package/dist/threads/index.js +15 -1
- package/dist/threads/query.js +65 -12
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/utilities/fileSystem/index.js +16 -6
- package/dist/utilities/index.js +1 -5
- package/dist/utilities/workerRequests.js +8 -0
- package/package.json +8 -7
- package/scripts/dev/manage.js +2 -0
- package/scripts/integrations/oracle/instantclient/linux/arm64/basiclite-19.10.zip +0 -0
- package/scripts/integrations/oracle/instantclient/linux/arm64/install.sh +23 -0
- package/scripts/integrations/oracle/instantclient/linux/install.sh +10 -0
- package/specs/openapi.json +9 -5
- package/specs/openapi.yaml +10 -4
- package/src/api/controllers/application.ts +19 -19
- package/src/api/controllers/automation.js +35 -2
- package/src/api/controllers/backup.js +3 -2
- package/src/api/controllers/dev.js +2 -53
- package/src/api/controllers/public/applications.ts +2 -2
- package/src/api/controllers/public/utils.ts +8 -1
- package/src/api/controllers/query/index.ts +40 -4
- package/src/api/controllers/row/external.js +19 -9
- package/src/api/controllers/row/internalSearch.js +55 -9
- package/src/api/controllers/row/utils.js +3 -0
- package/src/api/controllers/static/index.js +1 -6
- package/src/api/index.js +4 -1
- package/src/api/routes/automation.js +10 -0
- package/src/api/routes/dev.js +0 -1
- package/src/api/routes/public/rows.ts +7 -2
- package/src/api/routes/tests/query.spec.js +166 -1
- package/src/api/routes/utils/validators.js +1 -0
- package/src/app.ts +30 -1
- package/src/automations/automationUtils.js +19 -4
- package/src/automations/logging/index.ts +35 -0
- package/src/automations/steps/executeQuery.js +1 -1
- package/src/automations/steps/filter.js +36 -28
- package/src/automations/tests/filter.spec.js +2 -1
- package/src/automations/triggers.js +1 -1
- package/src/db/linkedRows/index.js +1 -0
- package/src/db/utils.js +5 -13
- package/src/definitions/common.ts +1 -0
- package/src/definitions/datasource.ts +2 -0
- package/src/definitions/openapi.ts +471 -469
- package/src/environment.js +3 -0
- package/src/integrations/airtable.ts +1 -0
- package/src/integrations/arangodb.ts +1 -0
- package/src/integrations/base/sql.ts +29 -11
- package/src/integrations/couchdb.ts +1 -0
- package/src/integrations/dynamodb.ts +1 -0
- package/src/integrations/elasticsearch.ts +1 -0
- package/src/integrations/firebase.ts +1 -0
- package/src/integrations/googlesheets.ts +1 -0
- package/src/integrations/index.ts +4 -0
- package/src/integrations/microsoftSqlServer.ts +2 -0
- package/src/integrations/mongodb.ts +1 -0
- package/src/integrations/mysql.ts +2 -0
- package/src/integrations/oracle.ts +1 -0
- package/src/integrations/postgres.ts +2 -0
- package/src/integrations/queries/sql.ts +3 -1
- package/src/integrations/redis.ts +1 -0
- package/src/integrations/rest.ts +2 -1
- package/src/integrations/s3.ts +1 -0
- package/src/integrations/snowflake.ts +99 -0
- package/src/integrations/tests/rest.spec.js +16 -1
- package/src/migrations/tests/index.spec.ts +18 -2
- package/src/module.d.ts +2 -0
- package/src/tests/utilities/TestConfiguration.js +22 -3
- package/src/threads/automation.js +6 -3
- package/src/threads/index.ts +5 -1
- package/src/threads/query.js +88 -14
- package/src/utilities/fileSystem/index.js +22 -8
- package/src/utilities/index.js +1 -6
- package/src/utilities/workerRequests.js +16 -0
- package/builder/assets/index.1c640a53.js +0 -1316
- package/builder/assets/index.24307ca0.css +0 -6
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="1657537411698" clover="3.2.0">
|
|
3
|
+
<project timestamp="1657537411698" name="All files">
|
|
4
|
+
<metrics statements="4376" coveredstatements="3163" conditionals="1829" coveredconditionals="964" methods="632" coveredmethods="446" elements="6837" coveredelements="4573" complexity="0" loc="4376" ncloc="4376" packages="23" files="129" classes="129"/>
|
|
5
5
|
<package name="api">
|
|
6
|
-
<metrics statements="
|
|
6
|
+
<metrics statements="35" coveredstatements="34" 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="35" coveredstatements="34" conditionals="5" coveredconditionals="2" methods="4" coveredmethods="4"/>
|
|
9
9
|
<line num="1" count="27" type="stmt"/>
|
|
10
10
|
<line num="6" count="27" type="stmt"/>
|
|
11
11
|
<line num="7" count="27" type="stmt"/>
|
|
@@ -21,29 +21,30 @@
|
|
|
21
21
|
<line num="19" count="27" type="stmt"/>
|
|
22
22
|
<line num="20" count="27" type="stmt"/>
|
|
23
23
|
<line num="22" count="27" type="stmt"/>
|
|
24
|
-
<line num="36" count="
|
|
25
|
-
<line num="40" count="
|
|
24
|
+
<line num="36" count="233" type="stmt"/>
|
|
25
|
+
<line num="40" count="233" type="stmt"/>
|
|
26
26
|
<line num="62" count="27" type="stmt"/>
|
|
27
|
-
<line num="63" count="
|
|
28
|
-
<line num="64" count="
|
|
27
|
+
<line num="63" count="231" type="stmt"/>
|
|
28
|
+
<line num="64" count="231" type="stmt"/>
|
|
29
29
|
<line num="66" count="39" type="cond" truecount="1" falsecount="2"/>
|
|
30
30
|
<line num="67" count="39" type="stmt"/>
|
|
31
31
|
<line num="68" count="39" type="stmt"/>
|
|
32
32
|
<line num="74" count="39" type="stmt"/>
|
|
33
|
-
<line num="
|
|
34
|
-
<line num="
|
|
35
|
-
<line num="
|
|
36
|
-
<line num="
|
|
37
|
-
<line num="85" count="
|
|
38
|
-
<line num="
|
|
33
|
+
<line num="76" count="39" type="cond" truecount="1" falsecount="1"/>
|
|
34
|
+
<line num="77" count="0" type="stmt"/>
|
|
35
|
+
<line num="83" count="27" type="stmt"/>
|
|
36
|
+
<line num="84" count="702" type="stmt"/>
|
|
37
|
+
<line num="85" count="702" type="stmt"/>
|
|
38
|
+
<line num="88" count="27" type="stmt"/>
|
|
39
39
|
<line num="89" count="27" type="stmt"/>
|
|
40
|
-
<line num="90" count="27" type="stmt"/>
|
|
41
40
|
<line num="92" count="27" type="stmt"/>
|
|
42
41
|
<line num="93" count="27" type="stmt"/>
|
|
42
|
+
<line num="95" count="27" type="stmt"/>
|
|
43
|
+
<line num="96" count="27" type="stmt"/>
|
|
43
44
|
</file>
|
|
44
45
|
</package>
|
|
45
46
|
<package name="api.controllers">
|
|
46
|
-
<metrics statements="
|
|
47
|
+
<metrics statements="966" coveredstatements="698" conditionals="288" coveredconditionals="136" methods="139" coveredmethods="94"/>
|
|
47
48
|
<file name="apikeys.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/apikeys.js">
|
|
48
49
|
<metrics statements="24" coveredstatements="24" conditionals="4" coveredconditionals="2" methods="4" coveredmethods="4"/>
|
|
49
50
|
<line num="1" count="27" type="stmt"/>
|
|
@@ -103,125 +104,141 @@
|
|
|
103
104
|
<line num="56" count="0" type="stmt"/>
|
|
104
105
|
</file>
|
|
105
106
|
<file name="automation.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/automation.js">
|
|
106
|
-
<metrics statements="
|
|
107
|
+
<metrics statements="131" coveredstatements="110" conditionals="40" coveredconditionals="25" methods="24" coveredmethods="20"/>
|
|
107
108
|
<line num="1" count="43" type="stmt"/>
|
|
108
109
|
<line num="2" count="43" type="stmt"/>
|
|
109
|
-
<line num="
|
|
110
|
-
<line num="8" count="43" type="stmt"/>
|
|
111
|
-
<line num="9" count="43" type="stmt"/>
|
|
112
|
-
<line num="10" count="43" type="stmt"/>
|
|
113
|
-
<line num="11" count="43" type="stmt"/>
|
|
110
|
+
<line num="7" count="43" type="stmt"/>
|
|
114
111
|
<line num="12" count="43" type="stmt"/>
|
|
115
112
|
<line num="13" count="43" type="stmt"/>
|
|
113
|
+
<line num="14" count="43" type="stmt"/>
|
|
116
114
|
<line num="15" count="43" type="stmt"/>
|
|
117
|
-
<line num="
|
|
118
|
-
<line num="
|
|
119
|
-
<line num="
|
|
120
|
-
<line num="
|
|
121
|
-
<line num="
|
|
122
|
-
<line num="
|
|
123
|
-
<line num="
|
|
124
|
-
<line num="
|
|
125
|
-
<line num="
|
|
126
|
-
<line num="
|
|
127
|
-
<line num="
|
|
128
|
-
<line num="
|
|
129
|
-
<line num="
|
|
130
|
-
<line num="
|
|
131
|
-
<line num="
|
|
132
|
-
<line num="49" count="0" type="stmt"/>
|
|
115
|
+
<line num="20" count="43" type="stmt"/>
|
|
116
|
+
<line num="21" count="43" type="stmt"/>
|
|
117
|
+
<line num="22" count="43" type="stmt"/>
|
|
118
|
+
<line num="23" count="43" type="stmt"/>
|
|
119
|
+
<line num="25" count="43" type="stmt"/>
|
|
120
|
+
<line num="26" count="43" type="stmt"/>
|
|
121
|
+
<line num="35" count="1" type="stmt"/>
|
|
122
|
+
<line num="36" count="1" type="stmt"/>
|
|
123
|
+
<line num="43" count="33" type="cond" truecount="1" falsecount="1"/>
|
|
124
|
+
<line num="44" count="0" type="stmt"/>
|
|
125
|
+
<line num="46" count="33" type="stmt"/>
|
|
126
|
+
<line num="47" count="33" type="stmt"/>
|
|
127
|
+
<line num="48" count="33" type="stmt"/>
|
|
128
|
+
<line num="50" count="33" type="cond" truecount="2" falsecount="0"/>
|
|
129
|
+
<line num="51" count="27" type="stmt"/>
|
|
133
130
|
<line num="53" count="33" type="stmt"/>
|
|
134
|
-
<line num="
|
|
135
|
-
<line num="
|
|
136
|
-
<line num="
|
|
137
|
-
<line num="
|
|
138
|
-
<line num="
|
|
139
|
-
<line num="63" count="
|
|
140
|
-
<line num="66" count="
|
|
141
|
-
<line num="
|
|
142
|
-
<line num="
|
|
143
|
-
<line num="
|
|
144
|
-
<line num="
|
|
145
|
-
<line num="
|
|
146
|
-
<line num="
|
|
147
|
-
<line num="76" count="11" type="stmt"/>
|
|
131
|
+
<line num="54" count="52" type="cond" truecount="1" falsecount="1"/>
|
|
132
|
+
<line num="55" count="0" type="stmt"/>
|
|
133
|
+
<line num="57" count="52" type="stmt"/>
|
|
134
|
+
<line num="58" count="13" type="cond" truecount="3" falsecount="1"/>
|
|
135
|
+
<line num="59" count="0" type="stmt"/>
|
|
136
|
+
<line num="63" count="33" type="stmt"/>
|
|
137
|
+
<line num="66" count="43" type="stmt"/>
|
|
138
|
+
<line num="67" count="28" type="stmt"/>
|
|
139
|
+
<line num="68" count="28" type="stmt"/>
|
|
140
|
+
<line num="69" count="28" type="stmt"/>
|
|
141
|
+
<line num="72" count="28" type="cond" truecount="4" falsecount="0"/>
|
|
142
|
+
<line num="73" count="1" type="stmt"/>
|
|
143
|
+
<line num="76" count="27" type="stmt"/>
|
|
148
144
|
<line num="78" count="27" type="stmt"/>
|
|
145
|
+
<line num="79" count="27" type="stmt"/>
|
|
149
146
|
<line num="80" count="27" type="stmt"/>
|
|
150
|
-
<line num="
|
|
151
|
-
<line num="
|
|
152
|
-
<line num="
|
|
153
|
-
<line num="
|
|
154
|
-
<line num="
|
|
155
|
-
<line num="
|
|
156
|
-
<line num="
|
|
147
|
+
<line num="83" count="27" type="stmt"/>
|
|
148
|
+
<line num="84" count="27" type="stmt"/>
|
|
149
|
+
<line num="85" count="27" type="stmt"/>
|
|
150
|
+
<line num="86" count="11" type="stmt"/>
|
|
151
|
+
<line num="88" count="27" type="stmt"/>
|
|
152
|
+
<line num="90" count="27" type="stmt"/>
|
|
153
|
+
<line num="91" count="27" type="stmt"/>
|
|
157
154
|
<line num="100" count="43" type="stmt"/>
|
|
158
|
-
<line num="
|
|
159
|
-
<line num="
|
|
160
|
-
<line num="
|
|
161
|
-
<line num="
|
|
162
|
-
<line num="
|
|
163
|
-
<line num="110" count="
|
|
164
|
-
<line num="
|
|
165
|
-
<line num="
|
|
166
|
-
<line num="
|
|
167
|
-
<line num="117" count="6" type="stmt"/>
|
|
155
|
+
<line num="101" count="7" type="stmt"/>
|
|
156
|
+
<line num="102" count="8" type="stmt"/>
|
|
157
|
+
<line num="105" count="43" type="stmt"/>
|
|
158
|
+
<line num="106" count="8" type="stmt"/>
|
|
159
|
+
<line num="107" count="7" type="stmt"/>
|
|
160
|
+
<line num="110" count="43" type="stmt"/>
|
|
161
|
+
<line num="112" count="6" type="stmt"/>
|
|
162
|
+
<line num="113" count="6" type="stmt"/>
|
|
163
|
+
<line num="114" count="4" type="stmt"/>
|
|
168
164
|
<line num="118" count="6" type="stmt"/>
|
|
169
165
|
<line num="119" count="6" type="stmt"/>
|
|
170
|
-
<line num="120" count="
|
|
171
|
-
<line num="124" count="
|
|
166
|
+
<line num="120" count="3" type="stmt"/>
|
|
167
|
+
<line num="124" count="43" type="stmt"/>
|
|
172
168
|
<line num="125" count="6" type="stmt"/>
|
|
173
|
-
<line num="
|
|
174
|
-
<line num="
|
|
175
|
-
<line num="
|
|
176
|
-
<line num="
|
|
177
|
-
<line num="
|
|
178
|
-
<line num="
|
|
179
|
-
<line num="
|
|
180
|
-
<line num="
|
|
181
|
-
<line num="
|
|
182
|
-
<line num="
|
|
183
|
-
<line num="
|
|
184
|
-
<line num="
|
|
169
|
+
<line num="126" count="6" type="stmt"/>
|
|
170
|
+
<line num="127" count="6" type="stmt"/>
|
|
171
|
+
<line num="128" count="6" type="stmt"/>
|
|
172
|
+
<line num="129" count="6" type="stmt"/>
|
|
173
|
+
<line num="130" count="6" type="stmt"/>
|
|
174
|
+
<line num="134" count="6" type="stmt"/>
|
|
175
|
+
<line num="135" count="6" type="stmt"/>
|
|
176
|
+
<line num="138" count="6" type="cond" truecount="3" falsecount="1"/>
|
|
177
|
+
<line num="142" count="6" type="cond" truecount="3" falsecount="1"/>
|
|
178
|
+
<line num="146" count="6" type="cond" truecount="4" falsecount="0"/>
|
|
179
|
+
<line num="147" count="1" type="stmt"/>
|
|
180
|
+
<line num="148" count="1" type="stmt"/>
|
|
181
|
+
<line num="155" count="6" type="stmt"/>
|
|
182
|
+
<line num="157" count="6" type="stmt"/>
|
|
183
|
+
<line num="158" count="6" type="stmt"/>
|
|
185
184
|
<line num="168" count="43" type="stmt"/>
|
|
186
|
-
<line num="169" count="
|
|
187
|
-
<line num="170" count="
|
|
188
|
-
<line num="
|
|
189
|
-
<line num="
|
|
190
|
-
<line num="
|
|
191
|
-
<line num="
|
|
192
|
-
<line num="
|
|
193
|
-
<line num="
|
|
194
|
-
<line num="
|
|
195
|
-
<line num="
|
|
196
|
-
<line num="186" count="43" type="stmt"/>
|
|
185
|
+
<line num="169" count="2" type="stmt"/>
|
|
186
|
+
<line num="170" count="2" type="stmt"/>
|
|
187
|
+
<line num="175" count="2" type="stmt"/>
|
|
188
|
+
<line num="178" count="43" type="stmt"/>
|
|
189
|
+
<line num="179" count="1" type="stmt"/>
|
|
190
|
+
<line num="180" count="1" type="stmt"/>
|
|
191
|
+
<line num="183" count="43" type="stmt"/>
|
|
192
|
+
<line num="184" count="1" type="stmt"/>
|
|
193
|
+
<line num="185" count="1" type="stmt"/>
|
|
194
|
+
<line num="186" count="1" type="stmt"/>
|
|
197
195
|
<line num="187" count="1" type="stmt"/>
|
|
198
|
-
<line num="190" count="43" type="stmt"/>
|
|
199
196
|
<line num="191" count="1" type="stmt"/>
|
|
200
|
-
<line num="
|
|
201
|
-
<line num="
|
|
202
|
-
<line num="
|
|
203
|
-
<line num="
|
|
204
|
-
<line num="
|
|
205
|
-
<line num="
|
|
197
|
+
<line num="192" count="1" type="stmt"/>
|
|
198
|
+
<line num="193" count="1" type="stmt"/>
|
|
199
|
+
<line num="196" count="43" type="stmt"/>
|
|
200
|
+
<line num="197" count="0" type="stmt"/>
|
|
201
|
+
<line num="200" count="43" type="stmt"/>
|
|
202
|
+
<line num="201" count="0" type="stmt"/>
|
|
203
|
+
<line num="202" count="0" type="stmt"/>
|
|
204
|
+
<line num="203" count="0" type="stmt"/>
|
|
205
|
+
<line num="204" count="0" type="stmt"/>
|
|
206
|
+
<line num="205" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
207
|
+
<line num="206" count="0" type="stmt"/>
|
|
208
|
+
<line num="207" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
209
|
+
<line num="211" count="0" type="stmt"/>
|
|
210
|
+
<line num="213" count="0" type="stmt"/>
|
|
206
211
|
<line num="214" count="0" type="stmt"/>
|
|
207
|
-
<line num="
|
|
208
|
-
<line num="
|
|
209
|
-
<line num="
|
|
210
|
-
<line num="
|
|
211
|
-
<line num="
|
|
212
|
-
<line num="
|
|
213
|
-
<line num="
|
|
214
|
-
<line num="
|
|
215
|
-
<line num="
|
|
216
|
-
<line num="
|
|
217
|
-
<line num="
|
|
218
|
-
<line num="
|
|
219
|
-
<line num="
|
|
220
|
-
<line num="
|
|
221
|
-
<line num="
|
|
212
|
+
<line num="215" count="0" type="stmt"/>
|
|
213
|
+
<line num="219" count="43" type="stmt"/>
|
|
214
|
+
<line num="220" count="1" type="stmt"/>
|
|
215
|
+
<line num="223" count="43" type="stmt"/>
|
|
216
|
+
<line num="224" count="1" type="stmt"/>
|
|
217
|
+
<line num="227" count="43" type="stmt"/>
|
|
218
|
+
<line num="228" count="1" type="stmt"/>
|
|
219
|
+
<line num="240" count="43" type="stmt"/>
|
|
220
|
+
<line num="241" count="0" type="stmt"/>
|
|
221
|
+
<line num="242" count="0" type="stmt"/>
|
|
222
|
+
<line num="243" count="0" type="stmt"/>
|
|
223
|
+
<line num="247" count="0" type="stmt"/>
|
|
224
|
+
<line num="255" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
225
|
+
<line num="256" count="0" type="stmt"/>
|
|
226
|
+
<line num="258" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
227
|
+
<line num="259" count="0" type="stmt"/>
|
|
228
|
+
<line num="261" count="2" type="stmt"/>
|
|
229
|
+
<line num="264" count="43" type="stmt"/>
|
|
230
|
+
<line num="265" count="2" type="stmt"/>
|
|
231
|
+
<line num="266" count="2" type="stmt"/>
|
|
232
|
+
<line num="267" count="2" type="stmt"/>
|
|
233
|
+
<line num="268" count="2" type="stmt"/>
|
|
234
|
+
<line num="269" count="2" type="stmt"/>
|
|
235
|
+
<line num="278" count="2" type="stmt"/>
|
|
236
|
+
<line num="282" count="2" type="stmt"/>
|
|
237
|
+
<line num="283" count="2" type="stmt"/>
|
|
238
|
+
<line num="284" count="2" type="stmt"/>
|
|
222
239
|
</file>
|
|
223
240
|
<file name="backup.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/backup.js">
|
|
224
|
-
<metrics statements="
|
|
241
|
+
<metrics statements="14" coveredstatements="14" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
225
242
|
<line num="1" count="27" type="stmt"/>
|
|
226
243
|
<line num="2" count="27" type="stmt"/>
|
|
227
244
|
<line num="3" count="27" type="stmt"/>
|
|
@@ -231,10 +248,11 @@
|
|
|
231
248
|
<line num="8" count="1" type="stmt"/>
|
|
232
249
|
<line num="9" count="1" type="stmt"/>
|
|
233
250
|
<line num="10" count="1" type="stmt"/>
|
|
234
|
-
<line num="
|
|
251
|
+
<line num="11" count="1" type="stmt"/>
|
|
235
252
|
<line num="13" count="1" type="stmt"/>
|
|
236
253
|
<line num="14" count="1" type="stmt"/>
|
|
237
254
|
<line num="15" count="1" type="stmt"/>
|
|
255
|
+
<line num="16" count="1" type="stmt"/>
|
|
238
256
|
</file>
|
|
239
257
|
<file name="cloud.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/cloud.js">
|
|
240
258
|
<metrics statements="54" coveredstatements="10" conditionals="23" coveredconditionals="0" methods="8" coveredmethods="0"/>
|
|
@@ -378,26 +396,26 @@
|
|
|
378
396
|
<line num="124" count="6" type="stmt"/>
|
|
379
397
|
<line num="125" count="6" type="stmt"/>
|
|
380
398
|
<line num="128" count="44" type="stmt"/>
|
|
381
|
-
<line num="129" count="
|
|
382
|
-
<line num="130" count="
|
|
383
|
-
<line num="131" count="
|
|
384
|
-
<line num="133" count="
|
|
385
|
-
<line num="139" count="
|
|
386
|
-
<line num="140" count="
|
|
399
|
+
<line num="129" count="66" type="stmt"/>
|
|
400
|
+
<line num="130" count="66" type="stmt"/>
|
|
401
|
+
<line num="131" count="66" type="stmt"/>
|
|
402
|
+
<line num="133" count="66" type="stmt"/>
|
|
403
|
+
<line num="139" count="66" type="stmt"/>
|
|
404
|
+
<line num="140" count="66" type="cond" truecount="1" falsecount="1"/>
|
|
387
405
|
<line num="141" count="0" type="stmt"/>
|
|
388
406
|
<line num="142" count="0" type="stmt"/>
|
|
389
407
|
<line num="143" count="0" type="stmt"/>
|
|
390
|
-
<line num="146" count="
|
|
391
|
-
<line num="147" count="
|
|
392
|
-
<line num="148" count="
|
|
393
|
-
<line num="151" count="
|
|
394
|
-
<line num="152" count="
|
|
395
|
-
<line num="153" count="
|
|
408
|
+
<line num="146" count="66" type="stmt"/>
|
|
409
|
+
<line num="147" count="66" type="stmt"/>
|
|
410
|
+
<line num="148" count="66" type="stmt"/>
|
|
411
|
+
<line num="151" count="66" type="cond" truecount="1" falsecount="1"/>
|
|
412
|
+
<line num="152" count="66" type="stmt"/>
|
|
413
|
+
<line num="153" count="66" type="cond" truecount="3" falsecount="1"/>
|
|
396
414
|
<line num="154" count="0" type="stmt"/>
|
|
397
|
-
<line num="158" count="
|
|
398
|
-
<line num="159" count="
|
|
415
|
+
<line num="158" count="66" type="stmt"/>
|
|
416
|
+
<line num="159" count="66" type="cond" truecount="1" falsecount="1"/>
|
|
399
417
|
<line num="160" count="0" type="stmt"/>
|
|
400
|
-
<line num="162" count="
|
|
418
|
+
<line num="162" count="66" type="stmt"/>
|
|
401
419
|
<line num="165" count="44" type="stmt"/>
|
|
402
420
|
<line num="166" count="1" type="stmt"/>
|
|
403
421
|
<line num="167" count="1" type="stmt"/>
|
|
@@ -451,102 +469,77 @@
|
|
|
451
469
|
<line num="262" count="0" type="stmt"/>
|
|
452
470
|
</file>
|
|
453
471
|
<file name="dev.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/dev.js">
|
|
454
|
-
<metrics statements="
|
|
472
|
+
<metrics statements="70" coveredstatements="42" conditionals="17" coveredconditionals="5" methods="10" coveredmethods="5"/>
|
|
455
473
|
<line num="1" count="27" type="stmt"/>
|
|
456
474
|
<line num="2" count="27" type="stmt"/>
|
|
457
475
|
<line num="3" count="27" type="stmt"/>
|
|
458
476
|
<line num="4" count="27" type="stmt"/>
|
|
459
477
|
<line num="5" count="27" type="stmt"/>
|
|
478
|
+
<line num="6" count="27" type="stmt"/>
|
|
479
|
+
<line num="7" count="27" type="stmt"/>
|
|
480
|
+
<line num="8" count="27" type="stmt"/>
|
|
481
|
+
<line num="9" count="27" type="stmt"/>
|
|
460
482
|
<line num="10" count="27" type="stmt"/>
|
|
461
|
-
<line num="
|
|
462
|
-
<line num="
|
|
463
|
-
<line num="
|
|
464
|
-
<line num="
|
|
465
|
-
<line num="
|
|
466
|
-
<line num="
|
|
467
|
-
<line num="
|
|
468
|
-
<line num="
|
|
469
|
-
<line num="33" count="0" type="stmt"/>
|
|
483
|
+
<line num="13" count="0" type="stmt"/>
|
|
484
|
+
<line num="14" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
485
|
+
<line num="15" count="0" type="stmt"/>
|
|
486
|
+
<line num="28" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
487
|
+
<line num="29" count="0" type="stmt"/>
|
|
488
|
+
<line num="30" count="0" type="stmt"/>
|
|
489
|
+
<line num="32" count="0" type="stmt"/>
|
|
490
|
+
<line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
470
491
|
<line num="34" count="0" type="stmt"/>
|
|
471
|
-
<line num="
|
|
472
|
-
<line num="37" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
492
|
+
<line num="37" count="0" type="stmt"/>
|
|
473
493
|
<line num="38" count="0" type="stmt"/>
|
|
474
|
-
<line num="41" count="0" type="stmt"/>
|
|
475
494
|
<line num="42" count="0" type="stmt"/>
|
|
495
|
+
<line num="43" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
496
|
+
<line num="44" count="0" type="stmt"/>
|
|
476
497
|
<line num="46" count="0" type="stmt"/>
|
|
477
|
-
<line num="
|
|
478
|
-
<line num="
|
|
479
|
-
<line num="
|
|
480
|
-
<line num="
|
|
481
|
-
<line num="
|
|
482
|
-
<line num="
|
|
483
|
-
<line num="
|
|
484
|
-
<line num="
|
|
485
|
-
<line num="
|
|
486
|
-
<line num="
|
|
487
|
-
<line num="
|
|
488
|
-
<line num="
|
|
489
|
-
<line num="
|
|
498
|
+
<line num="49" count="27" type="stmt"/>
|
|
499
|
+
<line num="50" count="54" type="stmt"/>
|
|
500
|
+
<line num="51" count="0" type="stmt"/>
|
|
501
|
+
<line num="55" count="27" type="stmt"/>
|
|
502
|
+
<line num="56" count="54" type="stmt"/>
|
|
503
|
+
<line num="57" count="0" type="stmt"/>
|
|
504
|
+
<line num="61" count="27" type="stmt"/>
|
|
505
|
+
<line num="62" count="54" type="stmt"/>
|
|
506
|
+
<line num="63" count="0" type="stmt"/>
|
|
507
|
+
<line num="67" count="27" type="stmt"/>
|
|
508
|
+
<line num="68" count="0" type="stmt"/>
|
|
509
|
+
<line num="69" count="0" type="stmt"/>
|
|
510
|
+
<line num="70" count="0" type="stmt"/>
|
|
490
511
|
<line num="72" count="0" type="stmt"/>
|
|
491
|
-
<line num="73" count="0" type="stmt"/>
|
|
492
512
|
<line num="74" count="0" type="stmt"/>
|
|
493
|
-
<line num="
|
|
494
|
-
<line num="
|
|
495
|
-
<line num="
|
|
513
|
+
<line num="79" count="27" type="stmt"/>
|
|
514
|
+
<line num="80" count="1" type="stmt"/>
|
|
515
|
+
<line num="81" count="1" type="stmt"/>
|
|
496
516
|
<line num="84" count="1" type="stmt"/>
|
|
497
517
|
<line num="85" count="1" type="stmt"/>
|
|
498
|
-
<line num="
|
|
499
|
-
<line num="
|
|
518
|
+
<line num="86" count="1" type="stmt"/>
|
|
519
|
+
<line num="87" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
520
|
+
<line num="88" count="0" type="stmt"/>
|
|
500
521
|
<line num="90" count="1" type="stmt"/>
|
|
501
522
|
<line num="91" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
502
|
-
<line num="
|
|
503
|
-
<line num="
|
|
504
|
-
<line num="
|
|
505
|
-
<line num="99" count="0" type="stmt"/>
|
|
506
|
-
<line num="102" count="0" type="stmt"/>
|
|
523
|
+
<line num="95" count="0" type="stmt"/>
|
|
524
|
+
<line num="98" count="0" type="stmt"/>
|
|
525
|
+
<line num="101" count="1" type="stmt"/>
|
|
507
526
|
<line num="105" count="1" type="stmt"/>
|
|
508
|
-
<line num="
|
|
509
|
-
<line num="
|
|
510
|
-
<line num="112" count="
|
|
527
|
+
<line num="106" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
528
|
+
<line num="108" count="0" type="stmt"/>
|
|
529
|
+
<line num="112" count="1" type="stmt"/>
|
|
530
|
+
<line num="113" count="1" type="stmt"/>
|
|
531
|
+
<line num="114" count="1" type="stmt"/>
|
|
532
|
+
<line num="115" count="1" type="stmt"/>
|
|
511
533
|
<line num="116" count="1" type="stmt"/>
|
|
512
534
|
<line num="117" count="1" type="stmt"/>
|
|
513
535
|
<line num="118" count="1" type="stmt"/>
|
|
514
|
-
<line num="119" count="1" type="stmt"/>
|
|
515
|
-
<line num="120" count="1" type="stmt"/>
|
|
516
536
|
<line num="121" count="1" type="stmt"/>
|
|
517
|
-
<line num="
|
|
537
|
+
<line num="123" count="0" type="stmt"/>
|
|
518
538
|
<line num="125" count="1" type="stmt"/>
|
|
519
|
-
<line num="
|
|
520
|
-
<line num="
|
|
521
|
-
<line num="
|
|
539
|
+
<line num="129" count="27" type="stmt"/>
|
|
540
|
+
<line num="130" count="1" type="stmt"/>
|
|
541
|
+
<line num="131" count="1" type="stmt"/>
|
|
522
542
|
<line num="134" count="1" type="stmt"/>
|
|
523
|
-
<line num="135" count="1" type="stmt"/>
|
|
524
|
-
<line num="138" count="1" type="stmt"/>
|
|
525
|
-
<line num="142" count="27" type="stmt"/>
|
|
526
|
-
<line num="144" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
527
|
-
<line num="145" count="0" type="stmt"/>
|
|
528
|
-
<line num="146" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
529
|
-
<line num="147" count="0" type="stmt"/>
|
|
530
|
-
<line num="149" count="0" type="stmt"/>
|
|
531
|
-
<line num="152" count="0" type="stmt"/>
|
|
532
|
-
<line num="155" count="0" type="stmt"/>
|
|
533
|
-
<line num="156" count="0" type="stmt"/>
|
|
534
|
-
<line num="157" count="0" type="stmt"/>
|
|
535
|
-
<line num="160" count="0" type="stmt"/>
|
|
536
|
-
<line num="161" count="0" type="stmt"/>
|
|
537
|
-
<line num="162" count="0" type="stmt"/>
|
|
538
|
-
<line num="164" count="0" type="stmt"/>
|
|
539
|
-
<line num="165" count="0" type="stmt"/>
|
|
540
|
-
<line num="166" count="0" type="stmt"/>
|
|
541
|
-
<line num="172" count="0" type="stmt"/>
|
|
542
|
-
<line num="174" count="0" type="stmt"/>
|
|
543
|
-
<line num="175" count="0" type="stmt"/>
|
|
544
|
-
<line num="176" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
545
|
-
<line num="177" count="0" type="stmt"/>
|
|
546
|
-
<line num="178" count="0" type="stmt"/>
|
|
547
|
-
<line num="181" count="0" type="stmt"/>
|
|
548
|
-
<line num="183" count="0" type="stmt"/>
|
|
549
|
-
<line num="184" count="0" type="stmt"/>
|
|
550
543
|
</file>
|
|
551
544
|
<file name="integration.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/integration.js">
|
|
552
545
|
<metrics statements="14" coveredstatements="13" conditionals="2" coveredconditionals="1" methods="2" coveredmethods="2"/>
|
|
@@ -1095,9 +1088,9 @@
|
|
|
1095
1088
|
</file>
|
|
1096
1089
|
</package>
|
|
1097
1090
|
<package name="api.controllers.row">
|
|
1098
|
-
<metrics statements="
|
|
1091
|
+
<metrics statements="621" coveredstatements="355" conditionals="292" coveredconditionals="104" methods="88" coveredmethods="46"/>
|
|
1099
1092
|
<file name="external.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/row/external.js">
|
|
1100
|
-
<metrics statements="
|
|
1093
|
+
<metrics statements="116" coveredstatements="18" conditionals="50" coveredconditionals="0" methods="15" coveredmethods="0"/>
|
|
1101
1094
|
<line num="6" count="44" type="stmt"/>
|
|
1102
1095
|
<line num="10" count="44" type="stmt"/>
|
|
1103
1096
|
<line num="11" count="44" type="stmt"/>
|
|
@@ -1175,39 +1168,45 @@
|
|
|
1175
1168
|
<line num="159" count="0" type="stmt"/>
|
|
1176
1169
|
<line num="160" count="0" type="stmt"/>
|
|
1177
1170
|
<line num="161" count="0" type="stmt"/>
|
|
1178
|
-
<line num="162" count="0" type="
|
|
1179
|
-
<line num="163" count="0" type="
|
|
1180
|
-
<line num="
|
|
1171
|
+
<line num="162" count="0" type="stmt"/>
|
|
1172
|
+
<line num="163" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1173
|
+
<line num="164" count="0" type="stmt"/>
|
|
1181
1174
|
<line num="166" count="0" type="stmt"/>
|
|
1182
|
-
<line num="
|
|
1183
|
-
<line num="
|
|
1184
|
-
<line num="
|
|
1175
|
+
<line num="169" count="0" type="stmt"/>
|
|
1176
|
+
<line num="174" count="0" type="stmt"/>
|
|
1177
|
+
<line num="175" count="0" type="stmt"/>
|
|
1178
|
+
<line num="178" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1185
1179
|
<line num="179" count="0" type="stmt"/>
|
|
1186
1180
|
<line num="180" count="0" type="stmt"/>
|
|
1187
1181
|
<line num="181" count="0" type="stmt"/>
|
|
1188
|
-
<line num="
|
|
1189
|
-
<line num="
|
|
1190
|
-
<line num="188" count="44" type="stmt"/>
|
|
1182
|
+
<line num="182" count="0" type="stmt"/>
|
|
1183
|
+
<line num="186" count="0" type="stmt"/>
|
|
1191
1184
|
<line num="189" count="0" type="stmt"/>
|
|
1192
1185
|
<line num="190" count="0" type="stmt"/>
|
|
1193
1186
|
<line num="191" count="0" type="stmt"/>
|
|
1194
|
-
<line num="
|
|
1195
|
-
<line num="193" count="0" type="stmt"/>
|
|
1196
|
-
<line num="194" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1187
|
+
<line num="194" count="0" type="stmt"/>
|
|
1197
1188
|
<line num="195" count="0" type="stmt"/>
|
|
1198
|
-
<line num="
|
|
1199
|
-
<line num="
|
|
1189
|
+
<line num="198" count="44" type="stmt"/>
|
|
1190
|
+
<line num="199" count="0" type="stmt"/>
|
|
1191
|
+
<line num="200" count="0" type="stmt"/>
|
|
1192
|
+
<line num="201" count="0" type="stmt"/>
|
|
1200
1193
|
<line num="202" count="0" type="stmt"/>
|
|
1201
1194
|
<line num="203" count="0" type="stmt"/>
|
|
1202
|
-
<line num="
|
|
1203
|
-
<line num="
|
|
1195
|
+
<line num="204" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1196
|
+
<line num="205" count="0" type="stmt"/>
|
|
1197
|
+
<line num="207" count="0" type="stmt"/>
|
|
1198
|
+
<line num="208" count="0" type="stmt"/>
|
|
1204
1199
|
<line num="212" count="0" type="stmt"/>
|
|
1205
|
-
<line num="
|
|
1206
|
-
<line num="215" count="0" type="stmt"/>
|
|
1200
|
+
<line num="213" count="0" type="stmt"/>
|
|
1207
1201
|
<line num="216" count="0" type="stmt"/>
|
|
1208
|
-
<line num="
|
|
1209
|
-
<line num="
|
|
1210
|
-
<line num="
|
|
1202
|
+
<line num="217" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1203
|
+
<line num="222" count="0" type="stmt"/>
|
|
1204
|
+
<line num="224" count="0" type="stmt"/>
|
|
1205
|
+
<line num="225" count="0" type="stmt"/>
|
|
1206
|
+
<line num="226" count="0" type="stmt"/>
|
|
1207
|
+
<line num="228" count="0" type="stmt"/>
|
|
1208
|
+
<line num="229" count="0" type="stmt"/>
|
|
1209
|
+
<line num="242" count="0" type="stmt"/>
|
|
1211
1210
|
</file>
|
|
1212
1211
|
<file name="internal.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/row/internal.js">
|
|
1213
1212
|
<metrics statements="213" coveredstatements="172" conditionals="64" coveredconditionals="40" methods="26" coveredmethods="22"/>
|
|
@@ -1426,160 +1425,183 @@
|
|
|
1426
1425
|
<line num="454" count="2" type="stmt"/>
|
|
1427
1426
|
</file>
|
|
1428
1427
|
<file name="internalSearch.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/row/internalSearch.js">
|
|
1429
|
-
<metrics statements="
|
|
1428
|
+
<metrics statements="176" coveredstatements="107" conditionals="113" coveredconditionals="46" methods="35" coveredmethods="18"/>
|
|
1430
1429
|
<line num="1" count="43" type="stmt"/>
|
|
1431
1430
|
<line num="2" count="43" type="stmt"/>
|
|
1432
1431
|
<line num="3" count="43" type="stmt"/>
|
|
1433
1432
|
<line num="4" count="43" type="stmt"/>
|
|
1434
1433
|
<line num="12" count="1" type="stmt"/>
|
|
1435
|
-
<line num="22" count="1" type="stmt"/>
|
|
1436
|
-
<line num="23" count="1" type="stmt"/>
|
|
1437
1434
|
<line num="24" count="1" type="stmt"/>
|
|
1438
1435
|
<line num="25" count="1" type="stmt"/>
|
|
1439
1436
|
<line num="26" count="1" type="stmt"/>
|
|
1440
|
-
<line num="
|
|
1441
|
-
<line num="
|
|
1442
|
-
<line num="
|
|
1443
|
-
<line num="
|
|
1444
|
-
<line num="
|
|
1445
|
-
<line num="
|
|
1437
|
+
<line num="27" count="1" type="stmt"/>
|
|
1438
|
+
<line num="28" count="1" type="stmt"/>
|
|
1439
|
+
<line num="32" count="1" type="stmt"/>
|
|
1440
|
+
<line num="33" count="1" type="stmt"/>
|
|
1441
|
+
<line num="37" count="1" type="stmt"/>
|
|
1442
|
+
<line num="38" count="1" type="stmt"/>
|
|
1443
|
+
<line num="42" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1446
1444
|
<line num="43" count="1" type="stmt"/>
|
|
1447
|
-
<line num="
|
|
1448
|
-
<line num="
|
|
1449
|
-
<line num="50" count="
|
|
1450
|
-
<line num="
|
|
1451
|
-
<line num="
|
|
1452
|
-
<line num="57" count="
|
|
1453
|
-
<line num="
|
|
1454
|
-
<line num="
|
|
1455
|
-
<line num="64" count="
|
|
1456
|
-
<line num="
|
|
1457
|
-
<line num="
|
|
1458
|
-
<line num="
|
|
1459
|
-
<line num="
|
|
1460
|
-
<line num="
|
|
1461
|
-
<line num="
|
|
1462
|
-
<line num="
|
|
1463
|
-
<line num="
|
|
1464
|
-
<line num="
|
|
1465
|
-
<line num="
|
|
1466
|
-
<line num="
|
|
1467
|
-
<line num="
|
|
1468
|
-
<line num="
|
|
1469
|
-
<line num="
|
|
1470
|
-
<line num="
|
|
1471
|
-
<line num="
|
|
1472
|
-
<line num="
|
|
1473
|
-
<line num="
|
|
1474
|
-
<line num="
|
|
1475
|
-
<line num="
|
|
1476
|
-
<line num="
|
|
1477
|
-
<line num="
|
|
1478
|
-
<line num="131" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
1445
|
+
<line num="45" count="1" type="stmt"/>
|
|
1446
|
+
<line num="49" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1447
|
+
<line num="50" count="0" type="stmt"/>
|
|
1448
|
+
<line num="52" count="1" type="stmt"/>
|
|
1449
|
+
<line num="56" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1450
|
+
<line num="57" count="0" type="stmt"/>
|
|
1451
|
+
<line num="59" count="1" type="stmt"/>
|
|
1452
|
+
<line num="63" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1453
|
+
<line num="64" count="0" type="stmt"/>
|
|
1454
|
+
<line num="66" count="1" type="stmt"/>
|
|
1455
|
+
<line num="70" count="1" type="stmt"/>
|
|
1456
|
+
<line num="71" count="1" type="stmt"/>
|
|
1457
|
+
<line num="75" count="0" type="stmt"/>
|
|
1458
|
+
<line num="76" count="0" type="stmt"/>
|
|
1459
|
+
<line num="80" count="0" type="stmt"/>
|
|
1460
|
+
<line num="81" count="0" type="stmt"/>
|
|
1461
|
+
<line num="85" count="0" type="stmt"/>
|
|
1462
|
+
<line num="86" count="0" type="stmt"/>
|
|
1463
|
+
<line num="90" count="0" type="stmt"/>
|
|
1464
|
+
<line num="94" count="0" type="stmt"/>
|
|
1465
|
+
<line num="98" count="0" type="stmt"/>
|
|
1466
|
+
<line num="99" count="0" type="stmt"/>
|
|
1467
|
+
<line num="103" count="0" type="stmt"/>
|
|
1468
|
+
<line num="104" count="0" type="stmt"/>
|
|
1469
|
+
<line num="108" count="0" type="stmt"/>
|
|
1470
|
+
<line num="109" count="0" type="stmt"/>
|
|
1471
|
+
<line num="113" count="0" type="stmt"/>
|
|
1472
|
+
<line num="114" count="0" type="stmt"/>
|
|
1473
|
+
<line num="118" count="0" type="stmt"/>
|
|
1474
|
+
<line num="119" count="0" type="stmt"/>
|
|
1475
|
+
<line num="130" count="2" type="stmt"/>
|
|
1479
1476
|
<line num="132" count="2" type="stmt"/>
|
|
1480
|
-
<line num="
|
|
1481
|
-
<line num="
|
|
1482
|
-
<line num="138" count="2" type="
|
|
1483
|
-
<line num="
|
|
1484
|
-
<line num="
|
|
1485
|
-
<line num="
|
|
1486
|
-
<line num="
|
|
1487
|
-
<line num="
|
|
1488
|
-
<line num="
|
|
1489
|
-
<line num="
|
|
1490
|
-
<line num="
|
|
1477
|
+
<line num="134" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
1478
|
+
<line num="135" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1479
|
+
<line num="138" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
1480
|
+
<line num="139" count="2" type="stmt"/>
|
|
1481
|
+
<line num="142" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
1482
|
+
<line num="143" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1483
|
+
<line num="145" count="2" type="stmt"/>
|
|
1484
|
+
<line num="149" count="1" type="stmt"/>
|
|
1485
|
+
<line num="150" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
1486
|
+
<line num="151" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1487
|
+
<line num="152" count="1" type="stmt"/>
|
|
1488
|
+
<line num="154" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1491
1489
|
<line num="155" count="1" type="stmt"/>
|
|
1492
|
-
<line num="
|
|
1493
|
-
<line num="
|
|
1494
|
-
<line num="
|
|
1495
|
-
<line num="
|
|
1496
|
-
<line num="
|
|
1497
|
-
<line num="
|
|
1498
|
-
<line num="
|
|
1499
|
-
<line num="
|
|
1500
|
-
<line num="
|
|
1501
|
-
<line num="
|
|
1502
|
-
<line num="
|
|
1503
|
-
<line num="
|
|
1504
|
-
<line num="
|
|
1505
|
-
<line num="
|
|
1506
|
-
<line num="
|
|
1507
|
-
<line num="
|
|
1508
|
-
<line num="
|
|
1509
|
-
<line num="
|
|
1510
|
-
<line num="189" count="1" type="stmt"/>
|
|
1511
|
-
<line num="190" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1512
|
-
<line num="191" count="0" type="stmt"/>
|
|
1490
|
+
<line num="156" count="1" type="stmt"/>
|
|
1491
|
+
<line num="159" count="1" type="stmt"/>
|
|
1492
|
+
<line num="161" count="1" type="cond" truecount="2" falsecount="2"/>
|
|
1493
|
+
<line num="162" count="0" type="stmt"/>
|
|
1494
|
+
<line num="164" count="1" type="stmt"/>
|
|
1495
|
+
<line num="168" count="9" type="stmt"/>
|
|
1496
|
+
<line num="169" count="1" type="stmt"/>
|
|
1497
|
+
<line num="172" count="1" type="stmt"/>
|
|
1498
|
+
<line num="173" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1499
|
+
<line num="174" count="0" type="stmt"/>
|
|
1500
|
+
<line num="176" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1501
|
+
<line num="177" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1502
|
+
<line num="179" count="1" type="stmt"/>
|
|
1503
|
+
<line num="184" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1504
|
+
<line num="185" count="1" type="stmt"/>
|
|
1505
|
+
<line num="186" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1506
|
+
<line num="187" count="0" type="stmt"/>
|
|
1507
|
+
<line num="189" count="0" type="stmt"/>
|
|
1513
1508
|
<line num="193" count="0" type="stmt"/>
|
|
1514
|
-
<line num="
|
|
1515
|
-
<line num="
|
|
1516
|
-
<line num="
|
|
1517
|
-
<line num="
|
|
1518
|
-
<line num="
|
|
1519
|
-
<line num="
|
|
1520
|
-
<line num="
|
|
1521
|
-
<line num="
|
|
1522
|
-
<line num="
|
|
1523
|
-
<line num="
|
|
1524
|
-
<line num="
|
|
1525
|
-
<line num="
|
|
1526
|
-
<line num="
|
|
1527
|
-
<line num="
|
|
1528
|
-
<line num="
|
|
1529
|
-
<line num="
|
|
1530
|
-
<line num="
|
|
1531
|
-
<line num="
|
|
1532
|
-
<line num="
|
|
1509
|
+
<line num="196" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1510
|
+
<line num="197" count="1" type="stmt"/>
|
|
1511
|
+
<line num="198" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1512
|
+
<line num="199" count="0" type="stmt"/>
|
|
1513
|
+
<line num="201" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1514
|
+
<line num="202" count="0" type="stmt"/>
|
|
1515
|
+
<line num="204" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1516
|
+
<line num="205" count="0" type="stmt"/>
|
|
1517
|
+
<line num="207" count="0" type="stmt"/>
|
|
1518
|
+
<line num="208" count="0" type="stmt"/>
|
|
1519
|
+
<line num="209" count="0" type="stmt"/>
|
|
1520
|
+
<line num="212" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1521
|
+
<line num="213" count="1" type="stmt"/>
|
|
1522
|
+
<line num="214" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1523
|
+
<line num="215" count="0" type="stmt"/>
|
|
1524
|
+
<line num="217" count="0" type="stmt"/>
|
|
1525
|
+
<line num="221" count="0" type="stmt"/>
|
|
1526
|
+
<line num="224" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1527
|
+
<line num="225" count="1" type="stmt"/>
|
|
1528
|
+
<line num="227" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1529
|
+
<line num="228" count="1" type="stmt"/>
|
|
1530
|
+
<line num="229" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1531
|
+
<line num="230" count="0" type="stmt"/>
|
|
1532
|
+
<line num="232" count="0" type="stmt"/>
|
|
1533
1533
|
<line num="235" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1534
|
-
<line num="236" count="
|
|
1535
|
-
<line num="
|
|
1536
|
-
<line num="
|
|
1537
|
-
<line num="
|
|
1538
|
-
<line num="
|
|
1539
|
-
<line num="
|
|
1540
|
-
<line num="
|
|
1541
|
-
<line num="
|
|
1542
|
-
<line num="
|
|
1543
|
-
<line num="
|
|
1544
|
-
<line num="
|
|
1534
|
+
<line num="236" count="1" type="stmt"/>
|
|
1535
|
+
<line num="238" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1536
|
+
<line num="239" count="1" type="stmt"/>
|
|
1537
|
+
<line num="241" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1538
|
+
<line num="242" count="1" type="stmt"/>
|
|
1539
|
+
<line num="243" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1540
|
+
<line num="244" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1541
|
+
<line num="245" count="0" type="stmt"/>
|
|
1542
|
+
<line num="247" count="0" type="stmt"/>
|
|
1543
|
+
<line num="250" count="0" type="stmt"/>
|
|
1544
|
+
<line num="254" count="0" type="stmt"/>
|
|
1545
|
+
<line num="255" count="0" type="stmt"/>
|
|
1546
|
+
<line num="260" count="0" type="stmt"/>
|
|
1547
|
+
<line num="264" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1548
|
+
<line num="265" count="1" type="stmt"/>
|
|
1549
|
+
<line num="266" count="1" type="stmt"/>
|
|
1545
1550
|
<line num="267" count="1" type="stmt"/>
|
|
1546
1551
|
<line num="269" count="1" type="stmt"/>
|
|
1547
|
-
<line num="272" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
1548
1552
|
<line num="273" count="1" type="stmt"/>
|
|
1549
|
-
<line num="
|
|
1550
|
-
<line num="
|
|
1551
|
-
<line num="
|
|
1552
|
-
<line num="
|
|
1553
|
-
<line num="
|
|
1554
|
-
<line num="
|
|
1555
|
-
<line num="
|
|
1556
|
-
<line num="
|
|
1557
|
-
<line num="
|
|
1558
|
-
<line num="
|
|
1559
|
-
<line num="
|
|
1560
|
-
<line num="
|
|
1561
|
-
<line num="
|
|
1562
|
-
<line num="
|
|
1563
|
-
<line num="
|
|
1564
|
-
<line num="
|
|
1565
|
-
<line num="
|
|
1566
|
-
<line num="
|
|
1567
|
-
<line num="
|
|
1568
|
-
<line num="
|
|
1569
|
-
<line num="
|
|
1570
|
-
<line num="
|
|
1571
|
-
<line num="
|
|
1553
|
+
<line num="278" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1554
|
+
<line num="279" count="0" type="stmt"/>
|
|
1555
|
+
<line num="281" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1556
|
+
<line num="282" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1557
|
+
<line num="283" count="0" type="stmt"/>
|
|
1558
|
+
<line num="284" count="0" type="stmt"/>
|
|
1559
|
+
<line num="286" count="1" type="stmt"/>
|
|
1560
|
+
<line num="290" count="1" type="stmt"/>
|
|
1561
|
+
<line num="291" count="1" type="stmt"/>
|
|
1562
|
+
<line num="292" count="1" type="stmt"/>
|
|
1563
|
+
<line num="293" count="1" type="stmt"/>
|
|
1564
|
+
<line num="294" count="1" type="stmt"/>
|
|
1565
|
+
<line num="305" count="43" type="stmt"/>
|
|
1566
|
+
<line num="306" count="1" type="stmt"/>
|
|
1567
|
+
<line num="313" count="1" type="stmt"/>
|
|
1568
|
+
<line num="315" count="1" type="stmt"/>
|
|
1569
|
+
<line num="318" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
1570
|
+
<line num="319" count="1" type="stmt"/>
|
|
1571
|
+
<line num="321" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1572
|
+
<line num="322" count="1" type="stmt"/>
|
|
1573
|
+
<line num="324" count="1" type="stmt"/>
|
|
1574
|
+
<line num="343" count="43" type="stmt"/>
|
|
1575
|
+
<line num="344" count="1" type="stmt"/>
|
|
1576
|
+
<line num="345" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
1577
|
+
<line num="346" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1578
|
+
<line num="347" count="0" type="stmt"/>
|
|
1579
|
+
<line num="349" count="1" type="stmt"/>
|
|
1580
|
+
<line num="350" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1572
1581
|
<line num="351" count="0" type="stmt"/>
|
|
1573
|
-
<line num="
|
|
1574
|
-
<line num="
|
|
1575
|
-
<line num="
|
|
1576
|
-
<line num="
|
|
1577
|
-
<line num="
|
|
1578
|
-
<line num="
|
|
1579
|
-
<line num="
|
|
1580
|
-
<line num="
|
|
1581
|
-
<line num="
|
|
1582
|
-
<line num="
|
|
1582
|
+
<line num="353" count="1" type="stmt"/>
|
|
1583
|
+
<line num="362" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1584
|
+
<line num="363" count="0" type="stmt"/>
|
|
1585
|
+
<line num="365" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1586
|
+
<line num="366" count="1" type="stmt"/>
|
|
1587
|
+
<line num="368" count="0" type="stmt"/>
|
|
1588
|
+
<line num="373" count="0" type="stmt"/>
|
|
1589
|
+
<line num="391" count="43" type="stmt"/>
|
|
1590
|
+
<line num="392" count="0" type="stmt"/>
|
|
1591
|
+
<line num="393" count="0" type="cond" truecount="0" falsecount="5"/>
|
|
1592
|
+
<line num="394" count="0" type="stmt"/>
|
|
1593
|
+
<line num="396" count="0" type="stmt"/>
|
|
1594
|
+
<line num="397" count="0" type="stmt"/>
|
|
1595
|
+
<line num="403" count="0" type="stmt"/>
|
|
1596
|
+
<line num="410" count="0" type="stmt"/>
|
|
1597
|
+
<line num="415" count="0" type="stmt"/>
|
|
1598
|
+
<line num="436" count="43" type="stmt"/>
|
|
1599
|
+
<line num="437" count="1" type="stmt"/>
|
|
1600
|
+
<line num="438" count="1" type="cond" truecount="2" falsecount="3"/>
|
|
1601
|
+
<line num="439" count="1" type="stmt"/>
|
|
1602
|
+
<line num="441" count="1" type="stmt"/>
|
|
1603
|
+
<line num="442" count="1" type="stmt"/>
|
|
1604
|
+
<line num="443" count="1" type="stmt"/>
|
|
1583
1605
|
</file>
|
|
1584
1606
|
<file name="staticFormula.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/row/staticFormula.js">
|
|
1585
1607
|
<metrics statements="63" coveredstatements="23" conditionals="31" coveredconditionals="5" methods="6" coveredmethods="2"/>
|
|
@@ -1648,7 +1670,7 @@
|
|
|
1648
1670
|
<line num="155" count="79" type="stmt"/>
|
|
1649
1671
|
</file>
|
|
1650
1672
|
<file name="utils.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/controllers/row/utils.js">
|
|
1651
|
-
<metrics statements="
|
|
1673
|
+
<metrics statements="53" coveredstatements="35" conditionals="34" coveredconditionals="13" methods="6" coveredmethods="4"/>
|
|
1652
1674
|
<line num="1" count="44" type="stmt"/>
|
|
1653
1675
|
<line num="2" count="44" type="stmt"/>
|
|
1654
1676
|
<line num="3" count="44" type="stmt"/>
|
|
@@ -1688,18 +1710,20 @@
|
|
|
1688
1710
|
<line num="60" count="0" type="stmt"/>
|
|
1689
1711
|
<line num="65" count="224" type="cond" truecount="2" falsecount="2"/>
|
|
1690
1712
|
<line num="66" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1691
|
-
<line num="67" count="0" type="
|
|
1692
|
-
<line num="68" count="0" type="
|
|
1693
|
-
<line num="
|
|
1694
|
-
<line num="
|
|
1695
|
-
<line num="
|
|
1696
|
-
<line num="
|
|
1697
|
-
<line num="
|
|
1698
|
-
<line num="82" count="
|
|
1713
|
+
<line num="67" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1714
|
+
<line num="68" count="0" type="stmt"/>
|
|
1715
|
+
<line num="70" count="0" type="stmt"/>
|
|
1716
|
+
<line num="71" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1717
|
+
<line num="75" count="0" type="stmt"/>
|
|
1718
|
+
<line num="78" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1719
|
+
<line num="80" count="0" type="stmt"/>
|
|
1720
|
+
<line num="82" count="224" type="cond" truecount="2" falsecount="2"/>
|
|
1699
1721
|
<line num="84" count="0" type="stmt"/>
|
|
1700
|
-
<line num="
|
|
1701
|
-
<line num="
|
|
1702
|
-
<line num="
|
|
1722
|
+
<line num="85" count="0" type="stmt"/>
|
|
1723
|
+
<line num="87" count="0" type="stmt"/>
|
|
1724
|
+
<line num="90" count="224" type="stmt"/>
|
|
1725
|
+
<line num="92" count="224" type="cond" truecount="2" falsecount="0"/>
|
|
1726
|
+
<line num="94" count="83" type="stmt"/>
|
|
1703
1727
|
</file>
|
|
1704
1728
|
</package>
|
|
1705
1729
|
<package name="api.controllers.table">
|
|
@@ -2283,7 +2307,7 @@
|
|
|
2283
2307
|
<line num="14" count="27" type="stmt"/>
|
|
2284
2308
|
<line num="16" count="27" type="stmt"/>
|
|
2285
2309
|
<line num="18" count="27" type="stmt"/>
|
|
2286
|
-
<line num="
|
|
2310
|
+
<line num="85" count="27" type="stmt"/>
|
|
2287
2311
|
</file>
|
|
2288
2312
|
<file name="backup.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/routes/backup.js">
|
|
2289
2313
|
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
@@ -2349,7 +2373,7 @@
|
|
|
2349
2373
|
<line num="17" count="27" type="stmt"/>
|
|
2350
2374
|
<line num="18" count="27" type="stmt"/>
|
|
2351
2375
|
<line num="21" count="27" type="stmt"/>
|
|
2352
|
-
<line num="
|
|
2376
|
+
<line num="26" count="27" type="stmt"/>
|
|
2353
2377
|
</file>
|
|
2354
2378
|
<file name="integration.js" path="/home/runner/work/budibase/budibase/packages/server/src/api/routes/integration.js">
|
|
2355
2379
|
<metrics statements="7" coveredstatements="7" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
@@ -2530,31 +2554,31 @@
|
|
|
2530
2554
|
<line num="34" count="27" type="stmt"/>
|
|
2531
2555
|
<line num="36" count="27" type="stmt"/>
|
|
2532
2556
|
<line num="50" count="81" type="stmt"/>
|
|
2533
|
-
<line num="
|
|
2534
|
-
<line num="
|
|
2535
|
-
<line num="78" count="27" type="stmt"/>
|
|
2557
|
+
<line num="65" count="27" type="stmt"/>
|
|
2558
|
+
<line num="67" count="27" type="stmt"/>
|
|
2536
2559
|
<line num="79" count="27" type="stmt"/>
|
|
2537
|
-
<line num="
|
|
2538
|
-
<line num="
|
|
2539
|
-
<line num="
|
|
2540
|
-
<line num="
|
|
2541
|
-
<line num="
|
|
2560
|
+
<line num="80" count="27" type="stmt"/>
|
|
2561
|
+
<line num="97" count="27" type="stmt"/>
|
|
2562
|
+
<line num="99" count="27" type="stmt"/>
|
|
2563
|
+
<line num="118" count="27" type="stmt"/>
|
|
2564
|
+
<line num="120" count="27" type="stmt"/>
|
|
2542
2565
|
<line num="133" count="27" type="stmt"/>
|
|
2543
|
-
<line num="
|
|
2544
|
-
<line num="
|
|
2545
|
-
<line num="149" count="
|
|
2546
|
-
<line num="
|
|
2547
|
-
<line num="
|
|
2548
|
-
<line num="
|
|
2549
|
-
<line num="
|
|
2550
|
-
<line num="
|
|
2551
|
-
<line num="
|
|
2552
|
-
<line num="
|
|
2553
|
-
<line num="
|
|
2566
|
+
<line num="134" count="27" type="stmt"/>
|
|
2567
|
+
<line num="136" count="27" type="stmt"/>
|
|
2568
|
+
<line num="149" count="27" type="stmt"/>
|
|
2569
|
+
<line num="150" count="54" type="stmt"/>
|
|
2570
|
+
<line num="152" count="54" type="stmt"/>
|
|
2571
|
+
<line num="159" count="27" type="stmt"/>
|
|
2572
|
+
<line num="161" count="27" type="stmt"/>
|
|
2573
|
+
<line num="181" count="108" type="stmt"/>
|
|
2574
|
+
<line num="194" count="27" type="cond" truecount="0" falsecount="1"/>
|
|
2575
|
+
<line num="196" count="54" type="stmt"/>
|
|
2576
|
+
<line num="208" count="27" type="stmt"/>
|
|
2577
|
+
<line num="210" count="54" type="stmt"/>
|
|
2554
2578
|
</file>
|
|
2555
2579
|
</package>
|
|
2556
2580
|
<package name="automations">
|
|
2557
|
-
<metrics statements="
|
|
2581
|
+
<metrics statements="169" coveredstatements="128" conditionals="70" coveredconditionals="47" methods="21" coveredmethods="13"/>
|
|
2558
2582
|
<file name="actions.js" path="/home/runner/work/budibase/budibase/packages/server/src/automations/actions.js">
|
|
2559
2583
|
<metrics statements="24" coveredstatements="24" conditionals="2" coveredconditionals="1" methods="0" coveredmethods="0"/>
|
|
2560
2584
|
<line num="1" count="44" type="stmt"/>
|
|
@@ -2583,53 +2607,59 @@
|
|
|
2583
2607
|
<line num="74" count="44" type="stmt"/>
|
|
2584
2608
|
</file>
|
|
2585
2609
|
<file name="automationUtils.js" path="/home/runner/work/budibase/budibase/packages/server/src/automations/automationUtils.js">
|
|
2586
|
-
<metrics statements="
|
|
2610
|
+
<metrics statements="52" coveredstatements="32" conditionals="33" coveredconditionals="21" methods="5" coveredmethods="3"/>
|
|
2587
2611
|
<line num="1" count="44" type="stmt"/>
|
|
2588
|
-
<line num="
|
|
2589
|
-
<line num="
|
|
2590
|
-
<line num="
|
|
2591
|
-
<line num="
|
|
2592
|
-
<line num="
|
|
2593
|
-
<line num="
|
|
2594
|
-
<line num="
|
|
2595
|
-
<line num="
|
|
2596
|
-
<line num="
|
|
2597
|
-
<line num="
|
|
2598
|
-
<line num="
|
|
2599
|
-
<line num="
|
|
2600
|
-
<line num="
|
|
2601
|
-
<line num="
|
|
2602
|
-
<line num="
|
|
2603
|
-
<line num="
|
|
2604
|
-
<line num="
|
|
2605
|
-
<line num="
|
|
2606
|
-
<line num="
|
|
2607
|
-
<line num="
|
|
2608
|
-
<line num="
|
|
2609
|
-
<line num="
|
|
2610
|
-
<line num="
|
|
2611
|
-
<line num="
|
|
2612
|
-
<line num="
|
|
2613
|
-
<line num="
|
|
2614
|
-
<line num="
|
|
2615
|
-
<line num="
|
|
2616
|
-
<line num="
|
|
2617
|
-
<line num="
|
|
2618
|
-
<line num="
|
|
2619
|
-
<line num="
|
|
2620
|
-
<line num="
|
|
2621
|
-
<line num="
|
|
2622
|
-
<line num="
|
|
2623
|
-
<line num="
|
|
2624
|
-
<line num="
|
|
2625
|
-
<line num="
|
|
2626
|
-
<line num="
|
|
2627
|
-
<line num="
|
|
2628
|
-
<line num="
|
|
2629
|
-
<line num="
|
|
2630
|
-
<line num="
|
|
2631
|
-
<line num="
|
|
2632
|
-
<line num="
|
|
2612
|
+
<line num="7" count="44" type="stmt"/>
|
|
2613
|
+
<line num="25" count="44" type="stmt"/>
|
|
2614
|
+
<line num="26" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
2615
|
+
<line num="27" count="1" type="stmt"/>
|
|
2616
|
+
<line num="29" count="13" type="stmt"/>
|
|
2617
|
+
<line num="30" count="33" type="stmt"/>
|
|
2618
|
+
<line num="31" count="33" type="cond" truecount="2" falsecount="0"/>
|
|
2619
|
+
<line num="32" count="6" type="stmt"/>
|
|
2620
|
+
<line num="34" count="27" type="stmt"/>
|
|
2621
|
+
<line num="35" count="27" type="cond" truecount="2" falsecount="0"/>
|
|
2622
|
+
<line num="36" count="11" type="stmt"/>
|
|
2623
|
+
<line num="38" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
2624
|
+
<line num="39" count="2" type="stmt"/>
|
|
2625
|
+
<line num="40" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2626
|
+
<line num="41" count="1" type="stmt"/>
|
|
2627
|
+
<line num="43" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
2628
|
+
<line num="44" count="1" type="stmt"/>
|
|
2629
|
+
<line num="47" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
2630
|
+
<line num="48" count="1" type="stmt"/>
|
|
2631
|
+
<line num="49" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2632
|
+
<line num="50" count="1" type="stmt"/>
|
|
2633
|
+
<line num="54" count="13" type="stmt"/>
|
|
2634
|
+
<line num="66" count="44" type="stmt"/>
|
|
2635
|
+
<line num="67" count="8" type="stmt"/>
|
|
2636
|
+
<line num="68" count="7" type="stmt"/>
|
|
2637
|
+
<line num="71" count="44" type="stmt"/>
|
|
2638
|
+
<line num="72" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2639
|
+
<line num="73" count="0" type="stmt"/>
|
|
2640
|
+
<line num="75" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2641
|
+
<line num="79" count="0" type="stmt"/>
|
|
2642
|
+
<line num="81" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2643
|
+
<line num="84" count="44" type="stmt"/>
|
|
2644
|
+
<line num="85" count="0" type="stmt"/>
|
|
2645
|
+
<line num="86" count="0" type="stmt"/>
|
|
2646
|
+
<line num="87" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2647
|
+
<line num="88" count="0" type="stmt"/>
|
|
2648
|
+
<line num="89" count="0" type="stmt"/>
|
|
2649
|
+
<line num="91" count="0" type="stmt"/>
|
|
2650
|
+
<line num="93" count="0" type="stmt"/>
|
|
2651
|
+
<line num="94" count="0" type="stmt"/>
|
|
2652
|
+
<line num="95" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2653
|
+
<line num="96" count="0" type="stmt"/>
|
|
2654
|
+
<line num="98" count="0" type="stmt"/>
|
|
2655
|
+
<line num="102" count="0" type="stmt"/>
|
|
2656
|
+
<line num="105" count="44" type="stmt"/>
|
|
2657
|
+
<line num="106" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2658
|
+
<line num="107" count="0" type="stmt"/>
|
|
2659
|
+
<line num="109" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2660
|
+
<line num="110" count="0" type="stmt"/>
|
|
2661
|
+
<line num="112" count="0" type="stmt"/>
|
|
2662
|
+
<line num="114" count="0" type="stmt"/>
|
|
2633
2663
|
</file>
|
|
2634
2664
|
<file name="bullboard.js" path="/home/runner/work/budibase/budibase/packages/server/src/automations/bullboard.js">
|
|
2635
2665
|
<metrics statements="33" coveredstatements="16" conditionals="8" coveredconditionals="3" methods="4" coveredmethods="0"/>
|
|
@@ -2685,7 +2715,7 @@
|
|
|
2685
2715
|
<line num="26" count="43" type="stmt"/>
|
|
2686
2716
|
</file>
|
|
2687
2717
|
<file name="triggers.js" path="/home/runner/work/budibase/budibase/packages/server/src/automations/triggers.js">
|
|
2688
|
-
<metrics statements="46" coveredstatements="44" conditionals="
|
|
2718
|
+
<metrics statements="46" coveredstatements="44" conditionals="27" coveredconditionals="22" methods="8" coveredmethods="8"/>
|
|
2689
2719
|
<line num="1" count="43" type="stmt"/>
|
|
2690
2720
|
<line num="2" count="43" type="stmt"/>
|
|
2691
2721
|
<line num="3" count="43" type="stmt"/>
|
|
@@ -2724,7 +2754,7 @@
|
|
|
2724
2754
|
<line num="90" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
2725
2755
|
<line num="98" count="1" type="stmt"/>
|
|
2726
2756
|
<line num="99" count="1" type="stmt"/>
|
|
2727
|
-
<line num="100" count="1" type="
|
|
2757
|
+
<line num="100" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
2728
2758
|
<line num="101" count="1" type="stmt"/>
|
|
2729
2759
|
<line num="103" count="1" type="stmt"/>
|
|
2730
2760
|
<line num="105" count="6" type="stmt"/>
|
|
@@ -2735,7 +2765,7 @@
|
|
|
2735
2765
|
</file>
|
|
2736
2766
|
</package>
|
|
2737
2767
|
<package name="automations.steps">
|
|
2738
|
-
<metrics statements="
|
|
2768
|
+
<metrics statements="214" coveredstatements="149" conditionals="82" coveredconditionals="52" methods="18" coveredmethods="9"/>
|
|
2739
2769
|
<file name="bash.js" path="/home/runner/work/budibase/budibase/packages/server/src/automations/steps/bash.js">
|
|
2740
2770
|
<metrics statements="17" coveredstatements="6" conditionals="4" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
2741
2771
|
<line num="1" count="44" type="stmt"/>
|
|
@@ -2814,33 +2844,35 @@
|
|
|
2814
2844
|
<line num="65" count="0" type="stmt"/>
|
|
2815
2845
|
</file>
|
|
2816
2846
|
<file name="filter.js" path="/home/runner/work/budibase/budibase/packages/server/src/automations/steps/filter.js">
|
|
2817
|
-
<metrics statements="
|
|
2847
|
+
<metrics statements="28" coveredstatements="27" conditionals="16" coveredconditionals="16" methods="1" coveredmethods="1"/>
|
|
2818
2848
|
<line num="1" count="44" type="stmt"/>
|
|
2819
2849
|
<line num="8" count="44" type="stmt"/>
|
|
2820
2850
|
<line num="15" count="44" type="stmt"/>
|
|
2821
2851
|
<line num="16" count="44" type="stmt"/>
|
|
2822
2852
|
<line num="18" count="44" type="stmt"/>
|
|
2823
|
-
<line num="
|
|
2824
|
-
<line num="
|
|
2825
|
-
<line num="
|
|
2826
|
-
<line num="
|
|
2827
|
-
<line num="
|
|
2828
|
-
<line num="
|
|
2829
|
-
<line num="
|
|
2830
|
-
<line num="
|
|
2831
|
-
<line num="
|
|
2832
|
-
<line num="
|
|
2833
|
-
<line num="
|
|
2834
|
-
<line num="
|
|
2835
|
-
<line num="
|
|
2836
|
-
<line num="
|
|
2837
|
-
<line num="
|
|
2838
|
-
<line num="82" count="4" type="stmt"/>
|
|
2839
|
-
<line num="83" count="4" type="stmt"/>
|
|
2853
|
+
<line num="66" count="44" type="stmt"/>
|
|
2854
|
+
<line num="67" count="11" type="stmt"/>
|
|
2855
|
+
<line num="68" count="11" type="stmt"/>
|
|
2856
|
+
<line num="70" count="11" type="cond" truecount="4" falsecount="0"/>
|
|
2857
|
+
<line num="71" count="6" type="stmt"/>
|
|
2858
|
+
<line num="72" count="6" type="stmt"/>
|
|
2859
|
+
<line num="73" count="5" type="cond" truecount="4" falsecount="0"/>
|
|
2860
|
+
<line num="74" count="1" type="stmt"/>
|
|
2861
|
+
<line num="75" count="1" type="stmt"/>
|
|
2862
|
+
<line num="77" count="11" type="stmt"/>
|
|
2863
|
+
<line num="78" count="11" type="cond" truecount="4" falsecount="0"/>
|
|
2864
|
+
<line num="79" count="10" type="cond" truecount="4" falsecount="0"/>
|
|
2865
|
+
<line num="81" count="2" type="stmt"/>
|
|
2866
|
+
<line num="82" count="2" type="stmt"/>
|
|
2867
|
+
<line num="84" count="2" type="stmt"/>
|
|
2840
2868
|
<line num="85" count="2" type="stmt"/>
|
|
2841
|
-
<line num="
|
|
2842
|
-
<line num="
|
|
2843
|
-
<line num="
|
|
2869
|
+
<line num="87" count="4" type="stmt"/>
|
|
2870
|
+
<line num="88" count="4" type="stmt"/>
|
|
2871
|
+
<line num="90" count="2" type="stmt"/>
|
|
2872
|
+
<line num="91" count="2" type="stmt"/>
|
|
2873
|
+
<line num="94" count="1" type="stmt"/>
|
|
2874
|
+
<line num="96" count="11" type="stmt"/>
|
|
2875
|
+
<line num="98" count="0" type="stmt"/>
|
|
2844
2876
|
</file>
|
|
2845
2877
|
<file name="integromat.js" path="/home/runner/work/budibase/budibase/packages/server/src/automations/steps/integromat.js">
|
|
2846
2878
|
<metrics statements="8" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
@@ -3083,7 +3115,7 @@
|
|
|
3083
3115
|
</file>
|
|
3084
3116
|
</package>
|
|
3085
3117
|
<package name="db">
|
|
3086
|
-
<metrics statements="
|
|
3118
|
+
<metrics statements="139" coveredstatements="111" conditionals="58" coveredconditionals="19" methods="35" coveredmethods="26"/>
|
|
3087
3119
|
<file name="inMemoryView.js" path="/home/runner/work/budibase/budibase/packages/server/src/db/inMemoryView.js">
|
|
3088
3120
|
<metrics statements="23" coveredstatements="4" conditionals="8" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
3089
3121
|
<line num="1" count="44" type="stmt"/>
|
|
@@ -3125,20 +3157,26 @@
|
|
|
3125
3157
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
3126
3158
|
<line num="1" count="57" type="stmt"/>
|
|
3127
3159
|
<line num="3" count="57" type="stmt"/>
|
|
3128
|
-
<line num="4" count="
|
|
3160
|
+
<line num="4" count="958" type="stmt"/>
|
|
3129
3161
|
</file>
|
|
3130
3162
|
<file name="utils.js" path="/home/runner/work/budibase/budibase/packages/server/src/db/utils.js">
|
|
3131
|
-
<metrics statements="
|
|
3163
|
+
<metrics statements="105" coveredstatements="96" conditionals="48" coveredconditionals="18" methods="29" coveredmethods="24"/>
|
|
3132
3164
|
<line num="1" count="57" type="stmt"/>
|
|
3133
|
-
<line num="14" count="57" type="stmt"/>
|
|
3134
3165
|
<line num="16" count="57" type="stmt"/>
|
|
3135
3166
|
<line num="18" count="57" type="stmt"/>
|
|
3136
|
-
<line num="
|
|
3137
|
-
<line num="
|
|
3138
|
-
<line num="
|
|
3139
|
-
<line num="
|
|
3140
|
-
<line num="
|
|
3141
|
-
<line num="
|
|
3167
|
+
<line num="20" count="57" type="stmt"/>
|
|
3168
|
+
<line num="26" count="57" type="stmt"/>
|
|
3169
|
+
<line num="46" count="57" type="stmt"/>
|
|
3170
|
+
<line num="50" count="57" type="stmt"/>
|
|
3171
|
+
<line num="54" count="57" type="stmt"/>
|
|
3172
|
+
<line num="56" count="57" type="stmt"/>
|
|
3173
|
+
<line num="64" count="57" type="stmt"/>
|
|
3174
|
+
<line num="65" count="57" type="stmt"/>
|
|
3175
|
+
<line num="66" count="57" type="stmt"/>
|
|
3176
|
+
<line num="67" count="57" type="stmt"/>
|
|
3177
|
+
<line num="68" count="57" type="stmt"/>
|
|
3178
|
+
<line num="69" count="57" type="stmt"/>
|
|
3179
|
+
<line num="70" count="57" type="stmt"/>
|
|
3142
3180
|
<line num="71" count="57" type="stmt"/>
|
|
3143
3181
|
<line num="72" count="57" type="stmt"/>
|
|
3144
3182
|
<line num="73" count="57" type="stmt"/>
|
|
@@ -3149,96 +3187,89 @@
|
|
|
3149
3187
|
<line num="78" count="57" type="stmt"/>
|
|
3150
3188
|
<line num="79" count="57" type="stmt"/>
|
|
3151
3189
|
<line num="80" count="57" type="stmt"/>
|
|
3152
|
-
<line num="81" count="57" type="stmt"/>
|
|
3153
3190
|
<line num="82" count="57" type="stmt"/>
|
|
3154
3191
|
<line num="83" count="57" type="stmt"/>
|
|
3155
|
-
<line num="84" count="57" type="stmt"/>
|
|
3156
3192
|
<line num="85" count="57" type="stmt"/>
|
|
3157
|
-
<line num="
|
|
3158
|
-
<line num="
|
|
3159
|
-
<line num="
|
|
3160
|
-
<line num="
|
|
3161
|
-
<line num="
|
|
3162
|
-
<line num="
|
|
3163
|
-
<line num="
|
|
3164
|
-
<line num="
|
|
3165
|
-
<line num="
|
|
3166
|
-
<line num="
|
|
3167
|
-
<line num="
|
|
3168
|
-
<line num="
|
|
3169
|
-
<line num="
|
|
3170
|
-
<line num="
|
|
3171
|
-
<line num="
|
|
3172
|
-
<line num="
|
|
3173
|
-
<line num="
|
|
3174
|
-
<line num="
|
|
3175
|
-
<line num="
|
|
3176
|
-
<line num="
|
|
3177
|
-
<line num="
|
|
3178
|
-
<line num="
|
|
3179
|
-
<line num="
|
|
3180
|
-
<line num="
|
|
3181
|
-
<line num="
|
|
3182
|
-
<line num="
|
|
3183
|
-
<line num="
|
|
3184
|
-
<line num="
|
|
3185
|
-
<line num="
|
|
3186
|
-
<line num="
|
|
3187
|
-
<line num="
|
|
3188
|
-
<line num="
|
|
3189
|
-
<line num="
|
|
3190
|
-
<line num="
|
|
3191
|
-
<line num="
|
|
3192
|
-
<line num="
|
|
3193
|
-
<line num="
|
|
3194
|
-
<line num="
|
|
3195
|
-
<line num="
|
|
3196
|
-
<line num="
|
|
3197
|
-
<line num="
|
|
3198
|
-
<line num="
|
|
3199
|
-
<line num="
|
|
3200
|
-
<line num="
|
|
3201
|
-
<line num="
|
|
3202
|
-
<line num="
|
|
3203
|
-
<line num="
|
|
3204
|
-
<line num="
|
|
3205
|
-
<line num="
|
|
3206
|
-
<line num="
|
|
3207
|
-
<line num="
|
|
3208
|
-
<line num="
|
|
3209
|
-
<line num="
|
|
3210
|
-
<line num="
|
|
3211
|
-
<line num="
|
|
3212
|
-
<line num="
|
|
3213
|
-
<line num="
|
|
3214
|
-
<line num="
|
|
3215
|
-
<line num="
|
|
3216
|
-
<line num="
|
|
3217
|
-
<line num="
|
|
3218
|
-
<line num="
|
|
3219
|
-
<line num="
|
|
3220
|
-
<line num="
|
|
3221
|
-
<line num="
|
|
3222
|
-
<line num="
|
|
3223
|
-
<line num="341" count="57" type="stmt"/>
|
|
3193
|
+
<line num="100" count="1098" type="cond" truecount="2" falsecount="0"/>
|
|
3194
|
+
<line num="101" count="1081" type="stmt"/>
|
|
3195
|
+
<line num="103" count="1098" type="stmt"/>
|
|
3196
|
+
<line num="110" count="57" type="stmt"/>
|
|
3197
|
+
<line num="115" count="57" type="cond" truecount="0" falsecount="2"/>
|
|
3198
|
+
<line num="116" count="267" type="stmt"/>
|
|
3199
|
+
<line num="123" count="57" type="stmt"/>
|
|
3200
|
+
<line num="124" count="128" type="stmt"/>
|
|
3201
|
+
<line num="135" count="57" type="cond" truecount="0" falsecount="3"/>
|
|
3202
|
+
<line num="136" count="41" type="cond" truecount="2" falsecount="0"/>
|
|
3203
|
+
<line num="137" count="27" type="stmt"/>
|
|
3204
|
+
<line num="140" count="14" type="cond" truecount="1" falsecount="1"/>
|
|
3205
|
+
<line num="142" count="14" type="stmt"/>
|
|
3206
|
+
<line num="150" count="57" type="stmt"/>
|
|
3207
|
+
<line num="151" count="0" type="stmt"/>
|
|
3208
|
+
<line num="154" count="0" type="stmt"/>
|
|
3209
|
+
<line num="163" count="57" type="cond" truecount="1" falsecount="0"/>
|
|
3210
|
+
<line num="164" count="316" type="cond" truecount="2" falsecount="0"/>
|
|
3211
|
+
<line num="165" count="316" type="stmt"/>
|
|
3212
|
+
<line num="171" count="57" type="cond" truecount="0" falsecount="2"/>
|
|
3213
|
+
<line num="172" count="3" type="stmt"/>
|
|
3214
|
+
<line num="180" count="57" type="stmt"/>
|
|
3215
|
+
<line num="181" count="238" type="stmt"/>
|
|
3216
|
+
<line num="187" count="57" type="stmt"/>
|
|
3217
|
+
<line num="188" count="3" type="stmt"/>
|
|
3218
|
+
<line num="189" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
3219
|
+
<line num="190" count="1" type="stmt"/>
|
|
3220
|
+
<line num="192" count="2" type="stmt"/>
|
|
3221
|
+
<line num="198" count="57" type="cond" truecount="0" falsecount="2"/>
|
|
3222
|
+
<line num="199" count="268" type="stmt"/>
|
|
3223
|
+
<line num="206" count="57" type="stmt"/>
|
|
3224
|
+
<line num="207" count="27" type="stmt"/>
|
|
3225
|
+
<line num="221" count="57" type="stmt"/>
|
|
3226
|
+
<line num="229" count="9" type="stmt"/>
|
|
3227
|
+
<line num="230" count="9" type="stmt"/>
|
|
3228
|
+
<line num="231" count="9" type="stmt"/>
|
|
3229
|
+
<line num="232" count="9" type="stmt"/>
|
|
3230
|
+
<line num="238" count="57" type="cond" truecount="0" falsecount="1"/>
|
|
3231
|
+
<line num="239" count="0" type="stmt"/>
|
|
3232
|
+
<line num="246" count="57" type="stmt"/>
|
|
3233
|
+
<line num="247" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
3234
|
+
<line num="253" count="57" type="cond" truecount="0" falsecount="2"/>
|
|
3235
|
+
<line num="254" count="254" type="stmt"/>
|
|
3236
|
+
<line num="261" count="57" type="stmt"/>
|
|
3237
|
+
<line num="262" count="23" type="stmt"/>
|
|
3238
|
+
<line num="268" count="57" type="cond" truecount="0" falsecount="2"/>
|
|
3239
|
+
<line num="269" count="256" type="stmt"/>
|
|
3240
|
+
<line num="276" count="57" type="stmt"/>
|
|
3241
|
+
<line num="277" count="10" type="stmt"/>
|
|
3242
|
+
<line num="283" count="57" type="cond" truecount="0" falsecount="2"/>
|
|
3243
|
+
<line num="284" count="2" type="stmt"/>
|
|
3244
|
+
<line num="291" count="57" type="cond" truecount="1" falsecount="1"/>
|
|
3245
|
+
<line num="292" count="66" type="stmt"/>
|
|
3246
|
+
<line num="300" count="57" type="cond" truecount="0" falsecount="2"/>
|
|
3247
|
+
<line num="301" count="5" type="stmt"/>
|
|
3248
|
+
<line num="308" count="57" type="stmt"/>
|
|
3249
|
+
<line num="309" count="142" type="stmt"/>
|
|
3250
|
+
<line num="317" count="57" type="cond" truecount="0" falsecount="2"/>
|
|
3251
|
+
<line num="318" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
3252
|
+
<line num="319" count="4" type="stmt"/>
|
|
3253
|
+
<line num="322" count="1" type="stmt"/>
|
|
3254
|
+
<line num="333" count="57" type="stmt"/>
|
|
3255
|
+
<line num="334" count="0" type="stmt"/>
|
|
3256
|
+
<line num="337" count="57" type="stmt"/>
|
|
3257
|
+
<line num="338" count="10" type="stmt"/>
|
|
3258
|
+
<line num="341" count="57" type="cond" truecount="0" falsecount="2"/>
|
|
3224
3259
|
<line num="342" count="0" type="stmt"/>
|
|
3225
|
-
<line num="
|
|
3226
|
-
<line num="
|
|
3227
|
-
<line num="
|
|
3228
|
-
<line num="
|
|
3229
|
-
<line num="
|
|
3230
|
-
<line num="
|
|
3260
|
+
<line num="343" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3261
|
+
<line num="344" count="0" type="stmt"/>
|
|
3262
|
+
<line num="346" count="0" type="stmt"/>
|
|
3263
|
+
<line num="349" count="57" type="stmt"/>
|
|
3264
|
+
<line num="350" count="1" type="stmt"/>
|
|
3265
|
+
<line num="353" count="57" type="cond" truecount="0" falsecount="1"/>
|
|
3231
3266
|
<line num="354" count="0" type="stmt"/>
|
|
3232
|
-
<line num="
|
|
3233
|
-
<line num="
|
|
3234
|
-
<line num="361" count="57" type="cond" truecount="0" falsecount="1"/>
|
|
3235
|
-
<line num="362" count="0" type="stmt"/>
|
|
3236
|
-
<line num="368" count="57" type="stmt"/>
|
|
3237
|
-
<line num="369" count="60" type="stmt"/>
|
|
3267
|
+
<line num="360" count="57" type="stmt"/>
|
|
3268
|
+
<line num="361" count="60" type="stmt"/>
|
|
3238
3269
|
</file>
|
|
3239
3270
|
</package>
|
|
3240
3271
|
<package name="db.linkedRows">
|
|
3241
|
-
<metrics statements="
|
|
3272
|
+
<metrics statements="297" coveredstatements="285" conditionals="134" coveredconditionals="113" methods="61" coveredmethods="58"/>
|
|
3242
3273
|
<file name="LinkController.js" path="/home/runner/work/budibase/budibase/packages/server/src/db/linkedRows/LinkController.js">
|
|
3243
3274
|
<metrics statements="151" coveredstatements="146" conditionals="68" coveredconditionals="60" methods="27" coveredmethods="24"/>
|
|
3244
3275
|
<line num="1" count="44" type="stmt"/>
|
|
@@ -3394,7 +3425,7 @@
|
|
|
3394
3425
|
<line num="465" count="44" type="stmt"/>
|
|
3395
3426
|
</file>
|
|
3396
3427
|
<file name="index.js" path="/home/runner/work/budibase/budibase/packages/server/src/db/linkedRows/index.js">
|
|
3397
|
-
<metrics statements="
|
|
3428
|
+
<metrics statements="92" coveredstatements="89" conditionals="40" coveredconditionals="33" methods="21" coveredmethods="21"/>
|
|
3398
3429
|
<line num="1" count="44" type="stmt"/>
|
|
3399
3430
|
<line num="10" count="44" type="stmt"/>
|
|
3400
3431
|
<line num="11" count="44" type="stmt"/>
|
|
@@ -3419,73 +3450,74 @@
|
|
|
3419
3450
|
<line num="54" count="30" type="stmt"/>
|
|
3420
3451
|
<line num="57" count="30" type="stmt"/>
|
|
3421
3452
|
<line num="66" count="30" type="stmt"/>
|
|
3422
|
-
<line num="
|
|
3423
|
-
<line num="
|
|
3453
|
+
<line num="68" count="25" type="stmt"/>
|
|
3454
|
+
<line num="70" count="25" type="stmt"/>
|
|
3424
3455
|
<line num="77" count="30" type="stmt"/>
|
|
3425
3456
|
<line num="78" count="30" type="stmt"/>
|
|
3426
3457
|
<line num="79" count="30" type="stmt"/>
|
|
3427
|
-
<line num="80" count="
|
|
3428
|
-
<line num="
|
|
3429
|
-
<line num="84" count="
|
|
3430
|
-
<line num="85" count="18" type="
|
|
3431
|
-
<line num="
|
|
3432
|
-
<line num="88" count="
|
|
3433
|
-
<line num="
|
|
3458
|
+
<line num="80" count="30" type="stmt"/>
|
|
3459
|
+
<line num="81" count="18" type="stmt"/>
|
|
3460
|
+
<line num="84" count="30" type="stmt"/>
|
|
3461
|
+
<line num="85" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
3462
|
+
<line num="86" count="18" type="stmt"/>
|
|
3463
|
+
<line num="88" count="30" type="stmt"/>
|
|
3464
|
+
<line num="89" count="18" type="stmt"/>
|
|
3434
3465
|
<line num="91" count="30" type="stmt"/>
|
|
3435
|
-
<line num="
|
|
3436
|
-
<line num="106" count="
|
|
3437
|
-
<line num="107" count="217" type="
|
|
3438
|
-
<line num="
|
|
3439
|
-
<line num="110" count="
|
|
3440
|
-
<line num="
|
|
3466
|
+
<line num="92" count="30" type="stmt"/>
|
|
3467
|
+
<line num="106" count="44" type="stmt"/>
|
|
3468
|
+
<line num="107" count="217" type="stmt"/>
|
|
3469
|
+
<line num="108" count="217" type="cond" truecount="2" falsecount="0"/>
|
|
3470
|
+
<line num="110" count="217" type="cond" truecount="4" falsecount="0"/>
|
|
3471
|
+
<line num="111" count="131" type="stmt"/>
|
|
3441
3472
|
<line num="113" count="217" type="stmt"/>
|
|
3442
|
-
<line num="114" count="217" type="
|
|
3443
|
-
<line num="
|
|
3444
|
-
<line num="
|
|
3445
|
-
<line num="
|
|
3446
|
-
<line num="
|
|
3447
|
-
<line num="
|
|
3448
|
-
<line num="
|
|
3449
|
-
<line num="
|
|
3450
|
-
<line num="
|
|
3451
|
-
<line num="
|
|
3452
|
-
<line num="
|
|
3453
|
-
<line num="149" count="
|
|
3454
|
-
<line num="150" count="119" type="
|
|
3455
|
-
<line num="151" count="
|
|
3456
|
-
<line num="
|
|
3457
|
-
<line num="155" count="
|
|
3458
|
-
<line num="
|
|
3459
|
-
<line num="
|
|
3473
|
+
<line num="114" count="217" type="stmt"/>
|
|
3474
|
+
<line num="115" count="217" type="cond" truecount="2" falsecount="0"/>
|
|
3475
|
+
<line num="120" count="176" type="stmt"/>
|
|
3476
|
+
<line num="123" count="0" type="stmt"/>
|
|
3477
|
+
<line num="125" count="41" type="cond" truecount="5" falsecount="2"/>
|
|
3478
|
+
<line num="128" count="21" type="stmt"/>
|
|
3479
|
+
<line num="130" count="0" type="stmt"/>
|
|
3480
|
+
<line num="132" count="18" type="stmt"/>
|
|
3481
|
+
<line num="134" count="1" type="stmt"/>
|
|
3482
|
+
<line num="136" count="1" type="stmt"/>
|
|
3483
|
+
<line num="138" count="0" type="stmt"/>
|
|
3484
|
+
<line num="149" count="44" type="stmt"/>
|
|
3485
|
+
<line num="150" count="119" type="stmt"/>
|
|
3486
|
+
<line num="151" count="119" type="cond" truecount="2" falsecount="0"/>
|
|
3487
|
+
<line num="152" count="89" type="stmt"/>
|
|
3488
|
+
<line num="155" count="30" type="stmt"/>
|
|
3489
|
+
<line num="156" count="25" type="stmt"/>
|
|
3490
|
+
<line num="159" count="30" type="stmt"/>
|
|
3460
3491
|
<line num="161" count="30" type="stmt"/>
|
|
3461
3492
|
<line num="162" count="30" type="stmt"/>
|
|
3462
3493
|
<line num="163" count="30" type="stmt"/>
|
|
3463
|
-
<line num="164" count="
|
|
3464
|
-
<line num="165" count="18" type="
|
|
3465
|
-
<line num="
|
|
3466
|
-
<line num="168" count="18" type="
|
|
3467
|
-
<line num="
|
|
3468
|
-
<line num="171" count="18" type="
|
|
3469
|
-
<line num="172" count="18" type="
|
|
3470
|
-
<line num="173" count="18" type="
|
|
3471
|
-
<line num="
|
|
3472
|
-
<line num="
|
|
3473
|
-
<line num="
|
|
3494
|
+
<line num="164" count="30" type="stmt"/>
|
|
3495
|
+
<line num="165" count="18" type="cond" truecount="1" falsecount="1"/>
|
|
3496
|
+
<line num="166" count="18" type="stmt"/>
|
|
3497
|
+
<line num="168" count="18" type="stmt"/>
|
|
3498
|
+
<line num="169" count="18" type="cond" truecount="1" falsecount="1"/>
|
|
3499
|
+
<line num="171" count="18" type="cond" truecount="1" falsecount="1"/>
|
|
3500
|
+
<line num="172" count="18" type="stmt"/>
|
|
3501
|
+
<line num="173" count="18" type="cond" truecount="1" falsecount="1"/>
|
|
3502
|
+
<line num="174" count="18" type="stmt"/>
|
|
3503
|
+
<line num="179" count="30" type="stmt"/>
|
|
3504
|
+
<line num="188" count="44" type="stmt"/>
|
|
3474
3505
|
<line num="190" count="35" type="stmt"/>
|
|
3475
|
-
<line num="
|
|
3506
|
+
<line num="191" count="35" type="stmt"/>
|
|
3476
3507
|
<line num="193" count="41" type="stmt"/>
|
|
3477
|
-
<line num="194" count="
|
|
3478
|
-
<line num="195" count="
|
|
3479
|
-
<line num="
|
|
3508
|
+
<line num="194" count="41" type="stmt"/>
|
|
3509
|
+
<line num="195" count="121" type="cond" truecount="4" falsecount="0"/>
|
|
3510
|
+
<line num="196" count="112" type="stmt"/>
|
|
3480
3511
|
<line num="198" count="9" type="stmt"/>
|
|
3481
|
-
<line num="199" count="9" type="
|
|
3482
|
-
<line num="200" count="9" type="
|
|
3512
|
+
<line num="199" count="9" type="stmt"/>
|
|
3513
|
+
<line num="200" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
3483
3514
|
<line num="201" count="9" type="stmt"/>
|
|
3484
|
-
<line num="202" count="9" type="
|
|
3485
|
-
<line num="203" count="
|
|
3486
|
-
<line num="
|
|
3487
|
-
<line num="
|
|
3488
|
-
<line num="
|
|
3515
|
+
<line num="202" count="9" type="stmt"/>
|
|
3516
|
+
<line num="203" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
3517
|
+
<line num="204" count="8" type="stmt"/>
|
|
3518
|
+
<line num="206" count="9" type="stmt"/>
|
|
3519
|
+
<line num="208" count="9" type="stmt"/>
|
|
3520
|
+
<line num="211" count="35" type="stmt"/>
|
|
3489
3521
|
</file>
|
|
3490
3522
|
<file name="linkUtils.js" path="/home/runner/work/budibase/budibase/packages/server/src/db/linkedRows/linkUtils.js">
|
|
3491
3523
|
<metrics statements="54" coveredstatements="50" conditionals="26" coveredconditionals="20" methods="13" coveredmethods="13"/>
|
|
@@ -3645,19 +3677,19 @@
|
|
|
3645
3677
|
<line num="59" count="1" type="stmt"/>
|
|
3646
3678
|
<line num="61" count="1" type="stmt"/>
|
|
3647
3679
|
<line num="65" count="28" type="stmt"/>
|
|
3648
|
-
<line num="66" count="
|
|
3649
|
-
<line num="68" count="
|
|
3680
|
+
<line num="66" count="222" type="stmt"/>
|
|
3681
|
+
<line num="68" count="222" type="cond" truecount="2" falsecount="0"/>
|
|
3650
3682
|
<line num="69" count="5" type="stmt"/>
|
|
3651
|
-
<line num="71" count="
|
|
3652
|
-
<line num="72" count="
|
|
3653
|
-
<line num="74" count="
|
|
3654
|
-
<line num="75" count="
|
|
3655
|
-
<line num="76" count="
|
|
3683
|
+
<line num="71" count="217" type="stmt"/>
|
|
3684
|
+
<line num="72" count="217" type="stmt"/>
|
|
3685
|
+
<line num="74" count="217" type="stmt"/>
|
|
3686
|
+
<line num="75" count="217" type="cond" truecount="2" falsecount="0"/>
|
|
3687
|
+
<line num="76" count="217" type="cond" truecount="1" falsecount="1"/>
|
|
3656
3688
|
<line num="77" count="0" type="stmt"/>
|
|
3657
|
-
<line num="80" count="
|
|
3658
|
-
<line num="81" count="
|
|
3659
|
-
<line num="83" count="
|
|
3660
|
-
<line num="84" count="
|
|
3689
|
+
<line num="80" count="217" type="cond" truecount="2" falsecount="0"/>
|
|
3690
|
+
<line num="81" count="217" type="cond" truecount="2" falsecount="0"/>
|
|
3691
|
+
<line num="83" count="217" type="cond" truecount="4" falsecount="0"/>
|
|
3692
|
+
<line num="84" count="216" type="stmt"/>
|
|
3661
3693
|
<line num="87" count="1" type="stmt"/>
|
|
3662
3694
|
<line num="89" count="1" type="stmt"/>
|
|
3663
3695
|
</file>
|
|
@@ -3675,75 +3707,75 @@
|
|
|
3675
3707
|
<line num="15" count="32" type="stmt"/>
|
|
3676
3708
|
<line num="16" count="32" type="stmt"/>
|
|
3677
3709
|
<line num="18" count="32" type="stmt"/>
|
|
3678
|
-
<line num="20" count="
|
|
3679
|
-
<line num="22" count="
|
|
3680
|
-
<line num="23" count="
|
|
3681
|
-
<line num="24" count="
|
|
3710
|
+
<line num="20" count="238" type="stmt"/>
|
|
3711
|
+
<line num="22" count="238" type="stmt"/>
|
|
3712
|
+
<line num="23" count="238" type="stmt"/>
|
|
3713
|
+
<line num="24" count="238" type="stmt"/>
|
|
3682
3714
|
<line num="26" count="0" type="stmt"/>
|
|
3683
|
-
<line num="28" count="
|
|
3715
|
+
<line num="28" count="238" type="cond" truecount="4" falsecount="0"/>
|
|
3684
3716
|
<line num="29" count="1" type="stmt"/>
|
|
3685
|
-
<line num="32" count="
|
|
3686
|
-
<line num="33" count="
|
|
3687
|
-
<line num="34" count="
|
|
3688
|
-
<line num="35" count="
|
|
3717
|
+
<line num="32" count="237" type="cond" truecount="2" falsecount="0"/>
|
|
3718
|
+
<line num="33" count="231" type="stmt"/>
|
|
3719
|
+
<line num="34" count="231" type="stmt"/>
|
|
3720
|
+
<line num="35" count="231" type="cond" truecount="1" falsecount="1"/>
|
|
3689
3721
|
<line num="36" count="0" type="stmt"/>
|
|
3690
3722
|
<line num="37" count="0" type="stmt"/>
|
|
3691
|
-
<line num="40" count="
|
|
3692
|
-
<line num="44" count="
|
|
3723
|
+
<line num="40" count="231" type="cond" truecount="1" falsecount="1"/>
|
|
3724
|
+
<line num="44" count="237" type="cond" truecount="2" falsecount="0"/>
|
|
3693
3725
|
<line num="45" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
3694
3726
|
<line num="50" count="2" type="stmt"/>
|
|
3695
3727
|
<line num="51" count="2" type="stmt"/>
|
|
3696
|
-
<line num="56" count="
|
|
3697
|
-
<line num="57" count="
|
|
3728
|
+
<line num="56" count="235" type="stmt"/>
|
|
3729
|
+
<line num="57" count="235" type="cond" truecount="2" falsecount="0"/>
|
|
3698
3730
|
<line num="59" count="5" type="stmt"/>
|
|
3699
|
-
<line num="60" count="
|
|
3700
|
-
<line num="62" count="
|
|
3701
|
-
<line num="63" count="
|
|
3702
|
-
<line num="65" count="
|
|
3703
|
-
<line num="69" count="
|
|
3704
|
-
<line num="70" count="
|
|
3705
|
-
<line num="71" count="
|
|
3706
|
-
<line num="72" count="
|
|
3731
|
+
<line num="60" count="230" type="cond" truecount="1" falsecount="1"/>
|
|
3732
|
+
<line num="62" count="230" type="stmt"/>
|
|
3733
|
+
<line num="63" count="230" type="stmt"/>
|
|
3734
|
+
<line num="65" count="230" type="cond" truecount="2" falsecount="0"/>
|
|
3735
|
+
<line num="69" count="230" type="cond" truecount="3" falsecount="0"/>
|
|
3736
|
+
<line num="70" count="230" type="cond" truecount="2" falsecount="0"/>
|
|
3737
|
+
<line num="71" count="230" type="cond" truecount="2" falsecount="0"/>
|
|
3738
|
+
<line num="72" count="230" type="cond" truecount="4" falsecount="1"/>
|
|
3707
3739
|
<line num="74" count="0" type="stmt"/>
|
|
3708
3740
|
<line num="75" count="0" type="stmt"/>
|
|
3709
3741
|
<line num="76" count="0" type="stmt"/>
|
|
3710
|
-
<line num="84" count="
|
|
3742
|
+
<line num="84" count="235" type="cond" truecount="1" falsecount="1"/>
|
|
3711
3743
|
<line num="85" count="0" type="stmt"/>
|
|
3712
|
-
<line num="88" count="
|
|
3713
|
-
<line num="89" count="
|
|
3714
|
-
<line num="92" count="
|
|
3744
|
+
<line num="88" count="235" type="stmt"/>
|
|
3745
|
+
<line num="89" count="235" type="stmt"/>
|
|
3746
|
+
<line num="92" count="235" type="cond" truecount="1" falsecount="1"/>
|
|
3715
3747
|
<line num="99" count="0" type="stmt"/>
|
|
3716
3748
|
<line num="100" count="0" type="stmt"/>
|
|
3717
3749
|
<line num="101" count="0" type="stmt"/>
|
|
3718
3750
|
<line num="102" count="0" type="stmt"/>
|
|
3719
3751
|
<line num="103" count="0" type="stmt"/>
|
|
3720
3752
|
<line num="104" count="0" type="stmt"/>
|
|
3721
|
-
<line num="107" count="
|
|
3722
|
-
<line num="108" count="
|
|
3723
|
-
<line num="109" count="
|
|
3724
|
-
<line num="110" count="
|
|
3725
|
-
<line num="111" count="
|
|
3726
|
-
<line num="120" count="
|
|
3753
|
+
<line num="107" count="235" type="stmt"/>
|
|
3754
|
+
<line num="108" count="235" type="cond" truecount="1" falsecount="1"/>
|
|
3755
|
+
<line num="109" count="235" type="stmt"/>
|
|
3756
|
+
<line num="110" count="235" type="cond" truecount="2" falsecount="0"/>
|
|
3757
|
+
<line num="111" count="235" type="stmt"/>
|
|
3758
|
+
<line num="120" count="235" type="cond" truecount="2" falsecount="0"/>
|
|
3727
3759
|
<line num="126" count="9" type="stmt"/>
|
|
3728
|
-
<line num="129" count="
|
|
3760
|
+
<line num="129" count="235" type="stmt"/>
|
|
3729
3761
|
</file>
|
|
3730
3762
|
<file name="joi-validator.js" path="/home/runner/work/budibase/budibase/packages/server/src/middleware/joi-validator.js">
|
|
3731
3763
|
<metrics statements="19" coveredstatements="16" conditionals="8" coveredconditionals="5" methods="4" coveredmethods="4"/>
|
|
3732
3764
|
<line num="1" count="44" type="stmt"/>
|
|
3733
3765
|
<line num="5" count="594" type="stmt"/>
|
|
3734
|
-
<line num="6" count="
|
|
3766
|
+
<line num="6" count="52" type="cond" truecount="1" falsecount="1"/>
|
|
3735
3767
|
<line num="7" count="0" type="stmt"/>
|
|
3736
|
-
<line num="9" count="
|
|
3737
|
-
<line num="10" count="
|
|
3768
|
+
<line num="9" count="52" type="stmt"/>
|
|
3769
|
+
<line num="10" count="52" type="cond" truecount="2" falsecount="0"/>
|
|
3738
3770
|
<line num="11" count="1" type="stmt"/>
|
|
3739
|
-
<line num="12" count="
|
|
3740
|
-
<line num="13" count="
|
|
3741
|
-
<line num="16" count="
|
|
3742
|
-
<line num="21" count="
|
|
3743
|
-
<line num="22" count="
|
|
3771
|
+
<line num="12" count="51" type="cond" truecount="1" falsecount="1"/>
|
|
3772
|
+
<line num="13" count="51" type="stmt"/>
|
|
3773
|
+
<line num="16" count="52" type="stmt"/>
|
|
3774
|
+
<line num="21" count="52" type="stmt"/>
|
|
3775
|
+
<line num="22" count="52" type="cond" truecount="1" falsecount="1"/>
|
|
3744
3776
|
<line num="23" count="0" type="stmt"/>
|
|
3745
3777
|
<line num="24" count="0" type="stmt"/>
|
|
3746
|
-
<line num="26" count="
|
|
3778
|
+
<line num="26" count="52" type="stmt"/>
|
|
3747
3779
|
<line num="30" count="44" type="stmt"/>
|
|
3748
3780
|
<line num="31" count="540" type="stmt"/>
|
|
3749
3781
|
<line num="34" count="44" type="stmt"/>
|
|
@@ -3776,14 +3808,14 @@
|
|
|
3776
3808
|
<line num="21" count="897" type="stmt"/>
|
|
3777
3809
|
<line num="22" count="897" type="stmt"/>
|
|
3778
3810
|
<line num="23" count="897" type="stmt"/>
|
|
3779
|
-
<line num="24" count="
|
|
3780
|
-
<line num="25" count="
|
|
3811
|
+
<line num="24" count="102" type="cond" truecount="2" falsecount="0"/>
|
|
3812
|
+
<line num="25" count="102" type="cond" truecount="2" falsecount="0"/>
|
|
3781
3813
|
<line num="26" count="1" type="stmt"/>
|
|
3782
|
-
<line num="28" count="
|
|
3783
|
-
<line num="29" count="
|
|
3784
|
-
<line num="31" count="
|
|
3814
|
+
<line num="28" count="101" type="cond" truecount="4" falsecount="0"/>
|
|
3815
|
+
<line num="29" count="89" type="stmt"/>
|
|
3816
|
+
<line num="31" count="101" type="cond" truecount="4" falsecount="0"/>
|
|
3785
3817
|
<line num="32" count="15" type="stmt"/>
|
|
3786
|
-
<line num="34" count="
|
|
3818
|
+
<line num="34" count="101" type="stmt"/>
|
|
3787
3819
|
<line num="39" count="28" type="stmt"/>
|
|
3788
3820
|
<line num="41" count="28" type="stmt"/>
|
|
3789
3821
|
<line num="42" count="704" type="stmt"/>
|
|
@@ -3807,13 +3839,13 @@
|
|
|
3807
3839
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
3808
3840
|
<line num="1" count="33" type="stmt"/>
|
|
3809
3841
|
<line num="5" count="33" type="stmt"/>
|
|
3810
|
-
<line num="6" count="
|
|
3842
|
+
<line num="6" count="226" type="stmt"/>
|
|
3811
3843
|
</file>
|
|
3812
3844
|
</package>
|
|
3813
3845
|
<package name="threads">
|
|
3814
|
-
<metrics statements="
|
|
3846
|
+
<metrics statements="331" coveredstatements="220" conditionals="149" coveredconditionals="68" methods="35" coveredmethods="27"/>
|
|
3815
3847
|
<file name="automation.js" path="/home/runner/work/budibase/budibase/packages/server/src/threads/automation.js">
|
|
3816
|
-
<metrics statements="
|
|
3848
|
+
<metrics statements="165" coveredstatements="84" conditionals="75" coveredconditionals="20" methods="13" coveredmethods="9"/>
|
|
3817
3849
|
<line num="1" count="3" type="stmt"/>
|
|
3818
3850
|
<line num="2" count="3" type="stmt"/>
|
|
3819
3851
|
<line num="3" count="3" type="stmt"/>
|
|
@@ -3827,259 +3859,291 @@
|
|
|
3827
3859
|
<line num="11" count="3" type="stmt"/>
|
|
3828
3860
|
<line num="12" count="3" type="stmt"/>
|
|
3829
3861
|
<line num="13" count="3" type="stmt"/>
|
|
3830
|
-
<line num="
|
|
3862
|
+
<line num="14" count="3" type="stmt"/>
|
|
3831
3863
|
<line num="16" count="3" type="stmt"/>
|
|
3832
3864
|
<line num="17" count="3" type="stmt"/>
|
|
3833
3865
|
<line num="18" count="3" type="stmt"/>
|
|
3834
|
-
<line num="
|
|
3835
|
-
<line num="22" count="0" type="
|
|
3836
|
-
<line num="
|
|
3866
|
+
<line num="19" count="3" type="stmt"/>
|
|
3867
|
+
<line num="22" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3868
|
+
<line num="23" count="0" type="stmt"/>
|
|
3837
3869
|
<line num="25" count="0" type="stmt"/>
|
|
3838
3870
|
<line num="26" count="0" type="stmt"/>
|
|
3839
|
-
<line num="27" count="0" type="
|
|
3840
|
-
<line num="
|
|
3841
|
-
<line num="30" count="0" type="
|
|
3842
|
-
<line num="
|
|
3843
|
-
<line num="
|
|
3844
|
-
<line num="35" count="0" type="
|
|
3845
|
-
<line num="
|
|
3846
|
-
<line num="
|
|
3847
|
-
<line num="
|
|
3848
|
-
<line num="
|
|
3849
|
-
<line num="47" count="0" type="
|
|
3850
|
-
<line num="48" count="0" type="
|
|
3851
|
-
<line num="
|
|
3852
|
-
<line num="
|
|
3853
|
-
<line num="63" count="6" type="
|
|
3854
|
-
<line num="64" count="6" type="
|
|
3871
|
+
<line num="27" count="0" type="stmt"/>
|
|
3872
|
+
<line num="28" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3873
|
+
<line num="30" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3874
|
+
<line num="31" count="0" type="stmt"/>
|
|
3875
|
+
<line num="33" count="0" type="stmt"/>
|
|
3876
|
+
<line num="35" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3877
|
+
<line num="36" count="0" type="stmt"/>
|
|
3878
|
+
<line num="38" count="0" type="stmt"/>
|
|
3879
|
+
<line num="41" count="0" type="stmt"/>
|
|
3880
|
+
<line num="43" count="0" type="stmt"/>
|
|
3881
|
+
<line num="47" count="0" type="stmt"/>
|
|
3882
|
+
<line num="48" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3883
|
+
<line num="49" count="0" type="stmt"/>
|
|
3884
|
+
<line num="51" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3885
|
+
<line num="63" count="6" type="stmt"/>
|
|
3886
|
+
<line num="64" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
3855
3887
|
<line num="65" count="6" type="stmt"/>
|
|
3856
3888
|
<line num="66" count="6" type="stmt"/>
|
|
3857
3889
|
<line num="67" count="6" type="stmt"/>
|
|
3858
|
-
<line num="
|
|
3890
|
+
<line num="68" count="6" type="stmt"/>
|
|
3859
3891
|
<line num="70" count="6" type="stmt"/>
|
|
3860
|
-
<line num="
|
|
3892
|
+
<line num="71" count="6" type="stmt"/>
|
|
3861
3893
|
<line num="73" count="6" type="stmt"/>
|
|
3862
|
-
<line num="
|
|
3894
|
+
<line num="74" count="6" type="stmt"/>
|
|
3863
3895
|
<line num="77" count="6" type="stmt"/>
|
|
3864
|
-
<line num="
|
|
3896
|
+
<line num="78" count="6" type="stmt"/>
|
|
3865
3897
|
<line num="80" count="6" type="stmt"/>
|
|
3866
|
-
<line num="
|
|
3867
|
-
<line num="85" count="
|
|
3868
|
-
<line num="
|
|
3869
|
-
<line num="
|
|
3870
|
-
<line num="92" count="5" type="
|
|
3871
|
-
<line num="93" count="
|
|
3872
|
-
<line num="
|
|
3873
|
-
<line num="
|
|
3874
|
-
<line num="100" count="
|
|
3875
|
-
<line num="
|
|
3898
|
+
<line num="81" count="6" type="stmt"/>
|
|
3899
|
+
<line num="85" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
3900
|
+
<line num="86" count="0" type="stmt"/>
|
|
3901
|
+
<line num="88" count="6" type="stmt"/>
|
|
3902
|
+
<line num="92" count="5" type="stmt"/>
|
|
3903
|
+
<line num="93" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
3904
|
+
<line num="94" count="0" type="stmt"/>
|
|
3905
|
+
<line num="96" count="5" type="stmt"/>
|
|
3906
|
+
<line num="100" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
3907
|
+
<line num="101" count="0" type="stmt"/>
|
|
3876
3908
|
<line num="103" count="6" type="stmt"/>
|
|
3877
3909
|
<line num="104" count="6" type="stmt"/>
|
|
3878
|
-
<line num="
|
|
3879
|
-
<line num="
|
|
3880
|
-
<line num="111" count="
|
|
3881
|
-
<line num="
|
|
3882
|
-
<line num="
|
|
3883
|
-
<line num="
|
|
3884
|
-
<line num="
|
|
3910
|
+
<line num="105" count="6" type="stmt"/>
|
|
3911
|
+
<line num="109" count="11" type="stmt"/>
|
|
3912
|
+
<line num="111" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
3913
|
+
<line num="112" count="6" type="stmt"/>
|
|
3914
|
+
<line num="114" count="11" type="stmt"/>
|
|
3915
|
+
<line num="118" count="0" type="stmt"/>
|
|
3916
|
+
<line num="128" count="0" type="stmt"/>
|
|
3885
3917
|
<line num="136" count="6" type="stmt"/>
|
|
3886
3918
|
<line num="137" count="6" type="stmt"/>
|
|
3887
3919
|
<line num="138" count="6" type="stmt"/>
|
|
3888
|
-
<line num="
|
|
3920
|
+
<line num="139" count="6" type="stmt"/>
|
|
3889
3921
|
<line num="141" count="6" type="stmt"/>
|
|
3890
3922
|
<line num="142" count="6" type="stmt"/>
|
|
3891
3923
|
<line num="143" count="6" type="stmt"/>
|
|
3892
|
-
<line num="144" count="
|
|
3893
|
-
<line num="
|
|
3924
|
+
<line num="144" count="6" type="stmt"/>
|
|
3925
|
+
<line num="145" count="5" type="stmt"/>
|
|
3894
3926
|
<line num="147" count="5" type="stmt"/>
|
|
3895
|
-
<line num="148" count="5" type="
|
|
3896
|
-
<line num="149" count="
|
|
3927
|
+
<line num="148" count="5" type="stmt"/>
|
|
3928
|
+
<line num="149" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
3897
3929
|
<line num="150" count="0" type="stmt"/>
|
|
3898
3930
|
<line num="151" count="0" type="stmt"/>
|
|
3899
|
-
<line num="
|
|
3900
|
-
<line num="155" count="
|
|
3931
|
+
<line num="152" count="0" type="stmt"/>
|
|
3932
|
+
<line num="155" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
3901
3933
|
<line num="156" count="0" type="stmt"/>
|
|
3902
|
-
<line num="
|
|
3934
|
+
<line num="157" count="0" type="stmt"/>
|
|
3903
3935
|
<line num="160" count="5" type="stmt"/>
|
|
3904
|
-
<line num="
|
|
3905
|
-
<line num="164" count="
|
|
3906
|
-
<line num="
|
|
3936
|
+
<line num="161" count="5" type="stmt"/>
|
|
3937
|
+
<line num="164" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
3938
|
+
<line num="165" count="0" type="stmt"/>
|
|
3907
3939
|
<line num="170" count="0" type="stmt"/>
|
|
3908
3940
|
<line num="171" count="0" type="stmt"/>
|
|
3909
|
-
<line num="
|
|
3910
|
-
<line num="
|
|
3941
|
+
<line num="172" count="0" type="stmt"/>
|
|
3942
|
+
<line num="174" count="0" type="stmt"/>
|
|
3911
3943
|
<line num="178" count="0" type="stmt"/>
|
|
3912
3944
|
<line num="179" count="0" type="stmt"/>
|
|
3913
|
-
<line num="
|
|
3914
|
-
<line num="
|
|
3915
|
-
<line num="
|
|
3916
|
-
<line num="
|
|
3917
|
-
<line num="
|
|
3918
|
-
<line num="199" count="0" type="
|
|
3919
|
-
<line num="200" count="0" type="
|
|
3920
|
-
<line num="
|
|
3921
|
-
<line num="204" count="0" type="
|
|
3922
|
-
<line num="
|
|
3923
|
-
<line num="213" count="0" type="
|
|
3924
|
-
<line num="
|
|
3925
|
-
<line num="
|
|
3926
|
-
<line num="
|
|
3945
|
+
<line num="180" count="0" type="stmt"/>
|
|
3946
|
+
<line num="184" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3947
|
+
<line num="188" count="0" type="stmt"/>
|
|
3948
|
+
<line num="190" count="0" type="stmt"/>
|
|
3949
|
+
<line num="193" count="0" type="stmt"/>
|
|
3950
|
+
<line num="199" count="0" type="stmt"/>
|
|
3951
|
+
<line num="200" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3952
|
+
<line num="201" count="0" type="stmt"/>
|
|
3953
|
+
<line num="204" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3954
|
+
<line num="205" count="0" type="stmt"/>
|
|
3955
|
+
<line num="213" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3956
|
+
<line num="214" count="0" type="stmt"/>
|
|
3957
|
+
<line num="221" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3958
|
+
<line num="225" count="0" type="stmt"/>
|
|
3927
3959
|
<line num="229" count="0" type="stmt"/>
|
|
3928
3960
|
<line num="230" count="0" type="stmt"/>
|
|
3929
|
-
<line num="
|
|
3961
|
+
<line num="231" count="0" type="stmt"/>
|
|
3930
3962
|
<line num="234" count="0" type="stmt"/>
|
|
3931
|
-
<line num="235" count="0" type="
|
|
3932
|
-
<line num="236" count="0" type="
|
|
3963
|
+
<line num="235" count="0" type="stmt"/>
|
|
3964
|
+
<line num="236" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
3933
3965
|
<line num="237" count="0" type="stmt"/>
|
|
3934
|
-
<line num="
|
|
3935
|
-
<line num="
|
|
3936
|
-
<line num="244" count="0" type="
|
|
3937
|
-
<line num="
|
|
3966
|
+
<line num="238" count="0" type="stmt"/>
|
|
3967
|
+
<line num="241" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3968
|
+
<line num="244" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3969
|
+
<line num="245" count="0" type="stmt"/>
|
|
3938
3970
|
<line num="249" count="0" type="stmt"/>
|
|
3939
3971
|
<line num="250" count="0" type="stmt"/>
|
|
3940
|
-
<line num="
|
|
3941
|
-
<line num="256" count="
|
|
3972
|
+
<line num="251" count="0" type="stmt"/>
|
|
3973
|
+
<line num="256" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
3942
3974
|
<line num="257" count="0" type="stmt"/>
|
|
3943
|
-
<line num="
|
|
3975
|
+
<line num="258" count="0" type="stmt"/>
|
|
3944
3976
|
<line num="262" count="5" type="stmt"/>
|
|
3945
3977
|
<line num="263" count="5" type="stmt"/>
|
|
3946
3978
|
<line num="264" count="5" type="stmt"/>
|
|
3947
|
-
<line num="
|
|
3948
|
-
<line num="267" count="5" type="
|
|
3979
|
+
<line num="265" count="5" type="stmt"/>
|
|
3980
|
+
<line num="267" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
3949
3981
|
<line num="268" count="5" type="stmt"/>
|
|
3950
|
-
<line num="
|
|
3951
|
-
<line num="
|
|
3952
|
-
<line num="279" count="
|
|
3982
|
+
<line num="269" count="5" type="stmt"/>
|
|
3983
|
+
<line num="276" count="5" type="stmt"/>
|
|
3984
|
+
<line num="279" count="5" type="cond" truecount="2" falsecount="2"/>
|
|
3953
3985
|
<line num="280" count="0" type="stmt"/>
|
|
3954
|
-
<line num="
|
|
3955
|
-
<line num="
|
|
3956
|
-
<line num="287" count="
|
|
3957
|
-
<line num="
|
|
3958
|
-
<line num="
|
|
3986
|
+
<line num="281" count="0" type="stmt"/>
|
|
3987
|
+
<line num="285" count="0" type="stmt"/>
|
|
3988
|
+
<line num="287" count="5" type="cond" truecount="2" falsecount="2"/>
|
|
3989
|
+
<line num="288" count="0" type="stmt"/>
|
|
3990
|
+
<line num="290" count="5" type="stmt"/>
|
|
3959
3991
|
<line num="298" count="0" type="stmt"/>
|
|
3960
|
-
<line num="
|
|
3961
|
-
<line num="301" count="
|
|
3962
|
-
<line num="302" count="0" type="
|
|
3963
|
-
<line num="303" count="0" type="
|
|
3992
|
+
<line num="299" count="0" type="stmt"/>
|
|
3993
|
+
<line num="301" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
3994
|
+
<line num="302" count="0" type="stmt"/>
|
|
3995
|
+
<line num="303" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
3964
3996
|
<line num="304" count="0" type="stmt"/>
|
|
3965
3997
|
<line num="305" count="0" type="stmt"/>
|
|
3966
|
-
<line num="
|
|
3967
|
-
<line num="311" count="
|
|
3968
|
-
<line num="
|
|
3969
|
-
<line num="
|
|
3998
|
+
<line num="306" count="0" type="stmt"/>
|
|
3999
|
+
<line num="311" count="5" type="cond" truecount="3" falsecount="1"/>
|
|
4000
|
+
<line num="312" count="0" type="stmt"/>
|
|
4001
|
+
<line num="317" count="0" type="stmt"/>
|
|
3970
4002
|
<line num="324" count="0" type="stmt"/>
|
|
3971
|
-
<line num="
|
|
3972
|
-
<line num="
|
|
3973
|
-
<line num="
|
|
3974
|
-
<line num="
|
|
3975
|
-
<line num="
|
|
3976
|
-
<line num="
|
|
3977
|
-
<line num="
|
|
3978
|
-
<line num="
|
|
3979
|
-
<line num="343" count="
|
|
4003
|
+
<line num="325" count="0" type="stmt"/>
|
|
4004
|
+
<line num="330" count="6" type="stmt"/>
|
|
4005
|
+
<line num="331" count="6" type="stmt"/>
|
|
4006
|
+
<line num="335" count="3" type="stmt"/>
|
|
4007
|
+
<line num="336" count="6" type="stmt"/>
|
|
4008
|
+
<line num="337" count="6" type="stmt"/>
|
|
4009
|
+
<line num="338" count="6" type="stmt"/>
|
|
4010
|
+
<line num="342" count="6" type="stmt"/>
|
|
4011
|
+
<line num="343" count="6" type="stmt"/>
|
|
4012
|
+
<line num="344" count="6" type="stmt"/>
|
|
4013
|
+
<line num="346" count="0" type="stmt"/>
|
|
3980
4014
|
</file>
|
|
3981
4015
|
<file name="query.js" path="/home/runner/work/budibase/budibase/packages/server/src/threads/query.js">
|
|
3982
|
-
<metrics statements="
|
|
4016
|
+
<metrics statements="130" coveredstatements="106" conditionals="59" coveredconditionals="38" methods="13" coveredmethods="10"/>
|
|
3983
4017
|
<line num="1" count="2" type="stmt"/>
|
|
3984
4018
|
<line num="2" count="2" type="stmt"/>
|
|
3985
4019
|
<line num="3" count="2" type="stmt"/>
|
|
3986
4020
|
<line num="4" count="2" type="stmt"/>
|
|
3987
4021
|
<line num="5" count="2" type="stmt"/>
|
|
3988
4022
|
<line num="6" count="2" type="stmt"/>
|
|
3989
|
-
<line num="
|
|
4023
|
+
<line num="10" count="2" type="stmt"/>
|
|
3990
4024
|
<line num="11" count="2" type="stmt"/>
|
|
3991
|
-
<line num="
|
|
3992
|
-
<line num="
|
|
3993
|
-
<line num="
|
|
3994
|
-
<line num="
|
|
3995
|
-
<line num="
|
|
3996
|
-
<line num="
|
|
3997
|
-
<line num="
|
|
3998
|
-
<line num="
|
|
3999
|
-
<line num="
|
|
4000
|
-
<line num="
|
|
4001
|
-
<line num="
|
|
4002
|
-
<line num="
|
|
4003
|
-
<line num="
|
|
4004
|
-
<line num="
|
|
4005
|
-
<line num="
|
|
4006
|
-
<line num="
|
|
4007
|
-
<line num="
|
|
4008
|
-
<line num="43" count="
|
|
4009
|
-
<line num="
|
|
4010
|
-
<line num="46" count="
|
|
4011
|
-
<line num="
|
|
4012
|
-
<line num="
|
|
4013
|
-
<line num="
|
|
4014
|
-
<line num="
|
|
4015
|
-
<line num="
|
|
4016
|
-
<line num="
|
|
4017
|
-
<line num="
|
|
4018
|
-
<line num="
|
|
4019
|
-
<line num="
|
|
4020
|
-
<line num="
|
|
4021
|
-
<line num="
|
|
4022
|
-
<line num="
|
|
4023
|
-
<line num="
|
|
4024
|
-
<line num="
|
|
4025
|
-
<line num="
|
|
4026
|
-
<line num="
|
|
4027
|
-
<line num="
|
|
4028
|
-
<line num="
|
|
4029
|
-
<line num="
|
|
4030
|
-
<line num="
|
|
4031
|
-
<line num="
|
|
4032
|
-
<line num="
|
|
4033
|
-
<line num="
|
|
4034
|
-
<line num="
|
|
4035
|
-
<line num="
|
|
4036
|
-
<line num="
|
|
4037
|
-
<line num="
|
|
4038
|
-
<line num="
|
|
4039
|
-
<line num="
|
|
4040
|
-
<line num="
|
|
4041
|
-
<line num="
|
|
4042
|
-
<line num="
|
|
4043
|
-
<line num="
|
|
4044
|
-
<line num="
|
|
4045
|
-
<line num="
|
|
4046
|
-
<line num="
|
|
4047
|
-
<line num="
|
|
4048
|
-
<line num="
|
|
4049
|
-
<line num="
|
|
4050
|
-
<line num="
|
|
4051
|
-
<line num="
|
|
4052
|
-
<line num="
|
|
4053
|
-
<line num="
|
|
4054
|
-
<line num="
|
|
4055
|
-
<line num="
|
|
4056
|
-
<line num="
|
|
4057
|
-
<line num="152" count="
|
|
4058
|
-
<line num="
|
|
4059
|
-
<line num="
|
|
4060
|
-
<line num="
|
|
4061
|
-
<line num="
|
|
4062
|
-
<line num="
|
|
4063
|
-
<line num="
|
|
4064
|
-
<line num="
|
|
4065
|
-
<line num="
|
|
4066
|
-
<line num="
|
|
4067
|
-
<line num="
|
|
4068
|
-
<line num="
|
|
4069
|
-
<line num="
|
|
4070
|
-
<line num="
|
|
4071
|
-
<line num="
|
|
4072
|
-
<line num="
|
|
4073
|
-
<line num="
|
|
4074
|
-
<line num="
|
|
4075
|
-
<line num="
|
|
4076
|
-
<line num="
|
|
4077
|
-
<line num="
|
|
4078
|
-
<line num="
|
|
4079
|
-
<line num="
|
|
4080
|
-
<line num="
|
|
4081
|
-
<line num="
|
|
4082
|
-
<line num="
|
|
4025
|
+
<line num="12" count="2" type="stmt"/>
|
|
4026
|
+
<line num="13" count="2" type="stmt"/>
|
|
4027
|
+
<line num="15" count="2" type="stmt"/>
|
|
4028
|
+
<line num="19" count="2" type="stmt"/>
|
|
4029
|
+
<line num="23" count="22" type="stmt"/>
|
|
4030
|
+
<line num="24" count="22" type="stmt"/>
|
|
4031
|
+
<line num="25" count="22" type="stmt"/>
|
|
4032
|
+
<line num="26" count="22" type="stmt"/>
|
|
4033
|
+
<line num="27" count="22" type="stmt"/>
|
|
4034
|
+
<line num="28" count="22" type="stmt"/>
|
|
4035
|
+
<line num="29" count="22" type="stmt"/>
|
|
4036
|
+
<line num="30" count="22" type="stmt"/>
|
|
4037
|
+
<line num="31" count="22" type="stmt"/>
|
|
4038
|
+
<line num="33" count="22" type="stmt"/>
|
|
4039
|
+
<line num="37" count="22" type="stmt"/>
|
|
4040
|
+
<line num="38" count="22" type="stmt"/>
|
|
4041
|
+
<line num="39" count="22" type="stmt"/>
|
|
4042
|
+
<line num="43" count="23" type="stmt"/>
|
|
4043
|
+
<line num="45" count="23" type="stmt"/>
|
|
4044
|
+
<line num="46" count="23" type="stmt"/>
|
|
4045
|
+
<line num="48" count="23" type="stmt"/>
|
|
4046
|
+
<line num="49" count="23" type="cond" truecount="2" falsecount="0"/>
|
|
4047
|
+
<line num="50" count="2" type="stmt"/>
|
|
4048
|
+
<line num="53" count="21" type="cond" truecount="1" falsecount="1"/>
|
|
4049
|
+
<line num="54" count="0" type="stmt"/>
|
|
4050
|
+
<line num="56" count="0" type="stmt"/>
|
|
4051
|
+
<line num="60" count="21" type="stmt"/>
|
|
4052
|
+
<line num="63" count="21" type="stmt"/>
|
|
4053
|
+
<line num="67" count="21" type="stmt"/>
|
|
4054
|
+
<line num="68" count="21" type="stmt"/>
|
|
4055
|
+
<line num="71" count="21" type="cond" truecount="2" falsecount="0"/>
|
|
4056
|
+
<line num="72" count="1" type="stmt"/>
|
|
4057
|
+
<line num="80" count="21" type="cond" truecount="2" falsecount="0"/>
|
|
4058
|
+
<line num="81" count="2" type="stmt"/>
|
|
4059
|
+
<line num="83" count="19" type="stmt"/>
|
|
4060
|
+
<line num="87" count="21" type="cond" truecount="1" falsecount="1"/>
|
|
4061
|
+
<line num="88" count="0" type="stmt"/>
|
|
4062
|
+
<line num="91" count="21" type="stmt"/>
|
|
4063
|
+
<line num="92" count="21" type="stmt"/>
|
|
4064
|
+
<line num="93" count="21" type="stmt"/>
|
|
4065
|
+
<line num="94" count="21" type="stmt"/>
|
|
4066
|
+
<line num="95" count="21" type="stmt"/>
|
|
4067
|
+
<line num="96" count="21" type="cond" truecount="2" falsecount="0"/>
|
|
4068
|
+
<line num="97" count="19" type="stmt"/>
|
|
4069
|
+
<line num="98" count="19" type="stmt"/>
|
|
4070
|
+
<line num="99" count="19" type="stmt"/>
|
|
4071
|
+
<line num="100" count="19" type="stmt"/>
|
|
4072
|
+
<line num="104" count="21" type="cond" truecount="1" falsecount="1"/>
|
|
4073
|
+
<line num="105" count="0" type="stmt"/>
|
|
4074
|
+
<line num="109" count="0" type="stmt"/>
|
|
4075
|
+
<line num="113" count="21" type="cond" truecount="5" falsecount="0"/>
|
|
4076
|
+
<line num="114" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
4077
|
+
<line num="119" count="0" type="stmt"/>
|
|
4078
|
+
<line num="121" count="0" type="stmt"/>
|
|
4079
|
+
<line num="123" count="1" type="stmt"/>
|
|
4080
|
+
<line num="126" count="1" type="stmt"/>
|
|
4081
|
+
<line num="127" count="1" type="stmt"/>
|
|
4082
|
+
<line num="131" count="20" type="cond" truecount="1" falsecount="1"/>
|
|
4083
|
+
<line num="132" count="0" type="stmt"/>
|
|
4084
|
+
<line num="136" count="20" type="cond" truecount="2" falsecount="0"/>
|
|
4085
|
+
<line num="137" count="18" type="stmt"/>
|
|
4086
|
+
<line num="141" count="20" type="cond" truecount="1" falsecount="1"/>
|
|
4087
|
+
<line num="142" count="0" type="stmt"/>
|
|
4088
|
+
<line num="146" count="20" type="stmt"/>
|
|
4089
|
+
<line num="148" count="20" type="cond" truecount="1" falsecount="1"/>
|
|
4090
|
+
<line num="149" count="0" type="stmt"/>
|
|
4091
|
+
<line num="152" count="20" type="stmt"/>
|
|
4092
|
+
<line num="156" count="5" type="stmt"/>
|
|
4093
|
+
<line num="157" count="5" type="stmt"/>
|
|
4094
|
+
<line num="158" count="5" type="stmt"/>
|
|
4095
|
+
<line num="159" count="5" type="stmt"/>
|
|
4096
|
+
<line num="172" count="0" type="stmt"/>
|
|
4097
|
+
<line num="173" count="0" type="stmt"/>
|
|
4098
|
+
<line num="175" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
4099
|
+
<line num="176" count="0" type="stmt"/>
|
|
4100
|
+
<line num="179" count="0" type="stmt"/>
|
|
4101
|
+
<line num="187" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4102
|
+
<line num="188" count="0" type="stmt"/>
|
|
4103
|
+
<line num="189" count="0" type="stmt"/>
|
|
4104
|
+
<line num="190" count="0" type="stmt"/>
|
|
4105
|
+
<line num="194" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4106
|
+
<line num="195" count="0" type="stmt"/>
|
|
4107
|
+
<line num="200" count="0" type="stmt"/>
|
|
4108
|
+
<line num="204" count="6" type="stmt"/>
|
|
4109
|
+
<line num="205" count="6" type="stmt"/>
|
|
4110
|
+
<line num="206" count="6" type="stmt"/>
|
|
4111
|
+
<line num="207" count="6" type="stmt"/>
|
|
4112
|
+
<line num="208" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
4113
|
+
<line num="209" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
4114
|
+
<line num="213" count="5" type="stmt"/>
|
|
4115
|
+
<line num="214" count="5" type="stmt"/>
|
|
4116
|
+
<line num="216" count="1" type="stmt"/>
|
|
4117
|
+
<line num="218" count="6" type="stmt"/>
|
|
4118
|
+
<line num="222" count="21" type="stmt"/>
|
|
4119
|
+
<line num="223" count="21" type="cond" truecount="3" falsecount="1"/>
|
|
4120
|
+
<line num="224" count="0" type="stmt"/>
|
|
4121
|
+
<line num="226" count="21" type="cond" truecount="2" falsecount="0"/>
|
|
4122
|
+
<line num="227" count="21" type="cond" truecount="2" falsecount="0"/>
|
|
4123
|
+
<line num="228" count="21" type="stmt"/>
|
|
4124
|
+
<line num="229" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
4125
|
+
<line num="230" count="2" type="stmt"/>
|
|
4126
|
+
<line num="233" count="21" type="cond" truecount="2" falsecount="0"/>
|
|
4127
|
+
<line num="235" count="16" type="stmt"/>
|
|
4128
|
+
<line num="236" count="16" type="stmt"/>
|
|
4129
|
+
<line num="238" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
4130
|
+
<line num="239" count="0" type="stmt"/>
|
|
4131
|
+
<line num="242" count="6" type="stmt"/>
|
|
4132
|
+
<line num="243" count="6" type="stmt"/>
|
|
4133
|
+
<line num="245" count="16" type="stmt"/>
|
|
4134
|
+
<line num="246" count="16" type="stmt"/>
|
|
4135
|
+
<line num="247" count="16" type="stmt"/>
|
|
4136
|
+
<line num="248" count="6" type="stmt"/>
|
|
4137
|
+
<line num="249" count="6" type="stmt"/>
|
|
4138
|
+
<line num="260" count="6" type="stmt"/>
|
|
4139
|
+
<line num="263" count="21" type="stmt"/>
|
|
4140
|
+
<line num="267" count="2" type="stmt"/>
|
|
4141
|
+
<line num="268" count="17" type="stmt"/>
|
|
4142
|
+
<line num="269" count="17" type="stmt"/>
|
|
4143
|
+
<line num="270" count="17" type="stmt"/>
|
|
4144
|
+
<line num="271" count="17" type="stmt"/>
|
|
4145
|
+
<line num="272" count="15" type="stmt"/>
|
|
4146
|
+
<line num="274" count="2" type="stmt"/>
|
|
4083
4147
|
</file>
|
|
4084
4148
|
<file name="utils.js" path="/home/runner/work/budibase/budibase/packages/server/src/threads/utils.js">
|
|
4085
4149
|
<metrics statements="36" coveredstatements="30" conditionals="15" coveredconditionals="10" methods="9" coveredmethods="8"/>
|
|
@@ -4112,17 +4176,17 @@
|
|
|
4112
4176
|
<line num="51" count="5" type="stmt"/>
|
|
4113
4177
|
<line num="52" count="5" type="stmt"/>
|
|
4114
4178
|
<line num="59" count="44" type="stmt"/>
|
|
4115
|
-
<line num="60" count="
|
|
4179
|
+
<line num="60" count="21" type="cond" truecount="1" falsecount="1"/>
|
|
4116
4180
|
<line num="61" count="0" type="stmt"/>
|
|
4117
4181
|
<line num="62" count="0" type="stmt"/>
|
|
4118
4182
|
<line num="64" count="0" type="stmt"/>
|
|
4119
|
-
<line num="67" count="
|
|
4183
|
+
<line num="67" count="21" type="stmt"/>
|
|
4120
4184
|
<line num="70" count="44" type="stmt"/>
|
|
4121
|
-
<line num="71" count="
|
|
4185
|
+
<line num="71" count="21" type="stmt"/>
|
|
4122
4186
|
</file>
|
|
4123
4187
|
</package>
|
|
4124
4188
|
<package name="utilities">
|
|
4125
|
-
<metrics statements="
|
|
4189
|
+
<metrics statements="342" coveredstatements="251" conditionals="141" coveredconditionals="85" methods="67" coveredmethods="48"/>
|
|
4126
4190
|
<file name="budibaseDir.js" path="/home/runner/work/budibase/budibase/packages/server/src/utilities/budibaseDir.js">
|
|
4127
4191
|
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
4128
4192
|
<line num="1" count="45" type="stmt"/>
|
|
@@ -4222,27 +4286,27 @@
|
|
|
4222
4286
|
<line num="13" count="49" type="stmt"/>
|
|
4223
4287
|
<line num="14" count="49" type="stmt"/>
|
|
4224
4288
|
<line num="16" count="49" type="cond" truecount="1" falsecount="0"/>
|
|
4225
|
-
<line num="17" count="
|
|
4226
|
-
<line num="18" count="
|
|
4289
|
+
<line num="17" count="239" type="cond" truecount="2" falsecount="0"/>
|
|
4290
|
+
<line num="18" count="239" type="cond" truecount="4" falsecount="0"/>
|
|
4227
4291
|
<line num="19" count="3" type="stmt"/>
|
|
4228
|
-
<line num="22" count="
|
|
4292
|
+
<line num="22" count="236" type="cond" truecount="2" falsecount="2"/>
|
|
4229
4293
|
<line num="23" count="0" type="stmt"/>
|
|
4230
4294
|
<line num="24" count="0" type="stmt"/>
|
|
4231
4295
|
<line num="25" count="0" type="stmt"/>
|
|
4232
4296
|
<line num="26" count="0" type="stmt"/>
|
|
4233
|
-
<line num="29" count="
|
|
4234
|
-
<line num="31" count="
|
|
4235
|
-
<line num="32" count="
|
|
4297
|
+
<line num="29" count="236" type="stmt"/>
|
|
4298
|
+
<line num="31" count="236" type="cond" truecount="5" falsecount="0"/>
|
|
4299
|
+
<line num="32" count="204" type="stmt"/>
|
|
4236
4300
|
<line num="33" count="32" type="cond" truecount="2" falsecount="0"/>
|
|
4237
4301
|
<line num="34" count="27" type="stmt"/>
|
|
4238
|
-
<line num="36" count="
|
|
4239
|
-
<line num="37" count="
|
|
4240
|
-
<line num="41" count="
|
|
4241
|
-
<line num="42" count="
|
|
4242
|
-
<line num="44" count="
|
|
4302
|
+
<line num="36" count="236" type="stmt"/>
|
|
4303
|
+
<line num="37" count="236" type="stmt"/>
|
|
4304
|
+
<line num="41" count="232" type="cond" truecount="1" falsecount="1"/>
|
|
4305
|
+
<line num="42" count="232" type="stmt"/>
|
|
4306
|
+
<line num="44" count="232" type="stmt"/>
|
|
4243
4307
|
<line num="47" count="49" type="stmt"/>
|
|
4244
|
-
<line num="50" count="
|
|
4245
|
-
<line num="51" count="
|
|
4308
|
+
<line num="50" count="230" type="stmt"/>
|
|
4309
|
+
<line num="51" count="230" type="stmt"/>
|
|
4246
4310
|
<line num="54" count="49" type="stmt"/>
|
|
4247
4311
|
<line num="55" count="2" type="stmt"/>
|
|
4248
4312
|
<line num="56" count="2" type="stmt"/>
|
|
@@ -4274,7 +4338,7 @@
|
|
|
4274
4338
|
<line num="101" count="0" type="stmt"/>
|
|
4275
4339
|
</file>
|
|
4276
4340
|
<file name="index.js" path="/home/runner/work/budibase/budibase/packages/server/src/utilities/index.js">
|
|
4277
|
-
<metrics statements="
|
|
4341
|
+
<metrics statements="76" coveredstatements="62" conditionals="30" coveredconditionals="16" methods="16" coveredmethods="15"/>
|
|
4278
4342
|
<line num="1" count="47" type="stmt"/>
|
|
4279
4343
|
<line num="2" count="47" type="stmt"/>
|
|
4280
4344
|
<line num="3" count="47" type="stmt"/>
|
|
@@ -4297,62 +4361,60 @@
|
|
|
4297
4361
|
<line num="41" count="2" type="stmt"/>
|
|
4298
4362
|
<line num="43" count="0" type="stmt"/>
|
|
4299
4363
|
<line num="57" count="47" type="stmt"/>
|
|
4300
|
-
<line num="58" count="
|
|
4301
|
-
<line num="
|
|
4302
|
-
<line num="
|
|
4303
|
-
<line num="
|
|
4304
|
-
<line num="
|
|
4305
|
-
<line num="
|
|
4306
|
-
<line num="
|
|
4307
|
-
<line num="74" count="
|
|
4308
|
-
<line num="
|
|
4309
|
-
<line num="
|
|
4310
|
-
<line num="
|
|
4364
|
+
<line num="58" count="252" type="cond" truecount="1" falsecount="1"/>
|
|
4365
|
+
<line num="59" count="0" type="stmt"/>
|
|
4366
|
+
<line num="64" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4367
|
+
<line num="65" count="0" type="stmt"/>
|
|
4368
|
+
<line num="67" count="0" type="stmt"/>
|
|
4369
|
+
<line num="69" count="252" type="stmt"/>
|
|
4370
|
+
<line num="73" count="47" type="stmt"/>
|
|
4371
|
+
<line num="74" count="2" type="stmt"/>
|
|
4372
|
+
<line num="79" count="47" type="stmt"/>
|
|
4373
|
+
<line num="80" count="3" type="stmt"/>
|
|
4374
|
+
<line num="81" count="3" type="stmt"/>
|
|
4375
|
+
<line num="84" count="3" type="stmt"/>
|
|
4311
4376
|
<line num="85" count="3" type="stmt"/>
|
|
4312
4377
|
<line num="86" count="3" type="stmt"/>
|
|
4313
|
-
<line num="
|
|
4378
|
+
<line num="87" count="0" type="stmt"/>
|
|
4379
|
+
<line num="88" count="0" type="stmt"/>
|
|
4314
4380
|
<line num="90" count="3" type="stmt"/>
|
|
4315
4381
|
<line num="91" count="3" type="stmt"/>
|
|
4316
|
-
<line num="
|
|
4317
|
-
<line num="
|
|
4318
|
-
<line num="95" count="
|
|
4319
|
-
<line num="
|
|
4382
|
+
<line num="93" count="3" type="stmt"/>
|
|
4383
|
+
<line num="94" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
4384
|
+
<line num="95" count="0" type="stmt"/>
|
|
4385
|
+
<line num="97" count="3" type="stmt"/>
|
|
4320
4386
|
<line num="98" count="3" type="stmt"/>
|
|
4321
|
-
<line num="
|
|
4322
|
-
<line num="
|
|
4323
|
-
<line num="
|
|
4324
|
-
<line num="
|
|
4325
|
-
<line num="
|
|
4326
|
-
<line num="
|
|
4327
|
-
<line num="
|
|
4328
|
-
<line num="116" count="
|
|
4329
|
-
<line num="117" count="
|
|
4330
|
-
<line num="118" count="
|
|
4331
|
-
<line num="
|
|
4332
|
-
<line num="
|
|
4333
|
-
<line num="
|
|
4334
|
-
<line num="123" count="0" type="stmt"/>
|
|
4335
|
-
<line num="128" count="4" type="cond" truecount="3" falsecount="1"/>
|
|
4387
|
+
<line num="105" count="47" type="stmt"/>
|
|
4388
|
+
<line num="106" count="1" type="stmt"/>
|
|
4389
|
+
<line num="107" count="1" type="stmt"/>
|
|
4390
|
+
<line num="111" count="47" type="stmt"/>
|
|
4391
|
+
<line num="112" count="4" type="stmt"/>
|
|
4392
|
+
<line num="113" count="4" type="stmt"/>
|
|
4393
|
+
<line num="115" count="4" type="stmt"/>
|
|
4394
|
+
<line num="116" count="4" type="stmt"/>
|
|
4395
|
+
<line num="117" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
4396
|
+
<line num="118" count="0" type="stmt"/>
|
|
4397
|
+
<line num="123" count="4" type="cond" truecount="3" falsecount="1"/>
|
|
4398
|
+
<line num="124" count="0" type="stmt"/>
|
|
4399
|
+
<line num="128" count="47" type="stmt"/>
|
|
4336
4400
|
<line num="129" count="0" type="stmt"/>
|
|
4337
|
-
<line num="
|
|
4338
|
-
<line num="
|
|
4339
|
-
<line num="
|
|
4340
|
-
<line num="
|
|
4341
|
-
<line num="
|
|
4342
|
-
<line num="
|
|
4343
|
-
<line num="
|
|
4344
|
-
<line num="
|
|
4345
|
-
<line num="
|
|
4346
|
-
<line num="
|
|
4347
|
-
<line num="
|
|
4348
|
-
<line num="
|
|
4349
|
-
<line num="158" count="
|
|
4350
|
-
<line num="
|
|
4351
|
-
<line num="
|
|
4352
|
-
<line num="
|
|
4353
|
-
<line num="
|
|
4354
|
-
<line num="166" count="0" type="stmt"/>
|
|
4355
|
-
<line num="168" count="1" type="stmt"/>
|
|
4401
|
+
<line num="138" count="47" type="stmt"/>
|
|
4402
|
+
<line num="139" count="1" type="stmt"/>
|
|
4403
|
+
<line num="141" count="1" type="stmt"/>
|
|
4404
|
+
<line num="142" count="1" type="stmt"/>
|
|
4405
|
+
<line num="147" count="47" type="stmt"/>
|
|
4406
|
+
<line num="148" count="36" type="stmt"/>
|
|
4407
|
+
<line num="149" count="36" type="stmt"/>
|
|
4408
|
+
<line num="150" count="36" type="stmt"/>
|
|
4409
|
+
<line num="151" count="36" type="cond" truecount="2" falsecount="0"/>
|
|
4410
|
+
<line num="152" count="36" type="cond" truecount="1" falsecount="1"/>
|
|
4411
|
+
<line num="153" count="0" type="stmt"/>
|
|
4412
|
+
<line num="155" count="36" type="cond" truecount="3" falsecount="1"/>
|
|
4413
|
+
<line num="158" count="47" type="stmt"/>
|
|
4414
|
+
<line num="159" count="1" type="stmt"/>
|
|
4415
|
+
<line num="160" count="1" type="cond" truecount="2" falsecount="2"/>
|
|
4416
|
+
<line num="161" count="0" type="stmt"/>
|
|
4417
|
+
<line num="163" count="1" type="stmt"/>
|
|
4356
4418
|
</file>
|
|
4357
4419
|
<file name="scriptRunner.js" path="/home/runner/work/budibase/budibase/packages/server/src/utilities/scriptRunner.js">
|
|
4358
4420
|
<metrics statements="13" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
@@ -4378,7 +4440,7 @@
|
|
|
4378
4440
|
<line num="13" count="43" type="stmt"/>
|
|
4379
4441
|
<line num="18" count="43" type="stmt"/>
|
|
4380
4442
|
<line num="19" count="4" type="stmt"/>
|
|
4381
|
-
<line num="20" count="
|
|
4443
|
+
<line num="20" count="108" type="stmt"/>
|
|
4382
4444
|
<line num="22" count="4" type="cond" truecount="2" falsecount="5"/>
|
|
4383
4445
|
<line num="25" count="4" type="stmt"/>
|
|
4384
4446
|
<line num="27" count="0" type="stmt"/>
|
|
@@ -4433,7 +4495,7 @@
|
|
|
4433
4495
|
<line num="44" count="2" type="stmt"/>
|
|
4434
4496
|
</file>
|
|
4435
4497
|
<file name="workerRequests.js" path="/home/runner/work/budibase/budibase/packages/server/src/utilities/workerRequests.js">
|
|
4436
|
-
<metrics statements="
|
|
4498
|
+
<metrics statements="62" coveredstatements="30" conditionals="26" coveredconditionals="10" methods="11" coveredmethods="3"/>
|
|
4437
4499
|
<line num="1" count="44" type="stmt"/>
|
|
4438
4500
|
<line num="2" count="44" type="stmt"/>
|
|
4439
4501
|
<line num="3" count="44" type="stmt"/>
|
|
@@ -4490,6 +4552,12 @@
|
|
|
4490
4552
|
<line num="130" count="44" type="stmt"/>
|
|
4491
4553
|
<line num="131" count="0" type="stmt"/>
|
|
4492
4554
|
<line num="138" count="0" type="stmt"/>
|
|
4555
|
+
<line num="141" count="44" type="stmt"/>
|
|
4556
|
+
<line num="142" count="0" type="stmt"/>
|
|
4557
|
+
<line num="146" count="0" type="stmt"/>
|
|
4558
|
+
<line num="149" count="44" type="stmt"/>
|
|
4559
|
+
<line num="150" count="0" type="stmt"/>
|
|
4560
|
+
<line num="154" count="0" type="stmt"/>
|
|
4493
4561
|
</file>
|
|
4494
4562
|
</package>
|
|
4495
4563
|
<package name="utilities.queue">
|
|
@@ -4515,7 +4583,7 @@
|
|
|
4515
4583
|
<line num="75" count="8" type="stmt"/>
|
|
4516
4584
|
<line num="82" count="0" type="stmt"/>
|
|
4517
4585
|
<line num="91" count="0" type="stmt"/>
|
|
4518
|
-
<line num="98" count="
|
|
4586
|
+
<line num="98" count="248" type="stmt"/>
|
|
4519
4587
|
<line num="110" count="0" type="stmt"/>
|
|
4520
4588
|
<line num="114" count="43" type="stmt"/>
|
|
4521
4589
|
</file>
|