@lcap/nasl 3.4.0-beta.9 → 3.4.1-beta.1
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/.nyc_output/{559608df-ab15-4969-acf0-5239dacd6111.json → d58d92d8-c0d6-479b-9f82-1f4da8e73ff3.json} +1 -1
- package/.nyc_output/processinfo/d58d92d8-c0d6-479b-9f82-1f4da8e73ff3.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/coverage/index.html +138 -153
- package/coverage/src/automate/engine/index.html +1 -1
- package/coverage/src/automate/engine/utils.js.html +46 -46
- package/coverage/src/bak/index.html +15 -15
- package/coverage/src/bak/translator.js.html +57 -153
- package/coverage/src/breakpoint/generator/AfterStartNode.ts.html +1 -1
- package/coverage/src/breakpoint/generator/BeforeEndNode.ts.html +1 -1
- package/coverage/src/breakpoint/generator/BreakpointNode.ts.html +7 -43
- package/coverage/src/breakpoint/generator/CallbackNode.ts.html +8 -59
- package/coverage/src/breakpoint/generator/index.html +21 -21
- package/coverage/src/breakpoint/generator/index.ts.html +1 -1
- package/coverage/src/breakpoint/index.html +1 -1
- package/coverage/src/breakpoint/index.ts.html +1 -1
- package/coverage/src/breakpoint/shared/constants.ts.html +1 -1
- package/coverage/src/breakpoint/shared/index.html +1 -1
- package/coverage/src/breakpoint/shared/index.ts.html +1 -1
- package/coverage/src/breakpoint/shared/operations.ts.html +2 -2
- package/coverage/src/breakpoint/shared/socket.ts.html +1 -1
- package/coverage/src/breakpoint/shared/utils.ts.html +1 -1
- package/coverage/src/breakpoint/store/core.ts.html +3 -3
- package/coverage/src/breakpoint/store/dock.ts.html +1 -1
- package/coverage/src/breakpoint/store/index.html +1 -1
- package/coverage/src/breakpoint/store/index.ts.html +1 -1
- package/coverage/src/common/BaseNode.ts.html +180 -609
- package/coverage/src/common/Command.ts.html +2 -2
- package/coverage/src/common/EventEmitter.ts.html +6 -6
- package/coverage/src/common/Messager.ts.html +1 -1
- package/coverage/src/common/asyncFuncMap.ts.html +1 -1
- package/coverage/src/common/index.html +21 -36
- package/coverage/src/common/index.ts.html +4 -7
- package/coverage/src/concepts/Abort__.ts.html +9 -39
- package/coverage/src/concepts/Anchor__.ts.html +29 -86
- package/coverage/src/concepts/AnonymousFunction__.ts.html +169 -262
- package/coverage/src/concepts/App__.ts.html +152 -1205
- package/coverage/src/concepts/Argument__.ts.html +51 -120
- package/coverage/src/concepts/Assignee__.ts.html +34 -124
- package/coverage/src/concepts/AssignmentLine__.ts.html +15 -48
- package/coverage/src/concepts/Assignment__.ts.html +69 -147
- package/coverage/src/concepts/Attribute__.ts.html +14 -41
- package/coverage/src/concepts/AuthInterface__.ts.html +6 -9
- package/coverage/src/concepts/AuthLogicForCallInterface__.ts.html +144 -108
- package/coverage/src/concepts/AuthLogic__.ts.html +6 -18
- package/coverage/src/concepts/BackendVariable__.ts.html +51 -135
- package/coverage/src/concepts/Backend__.ts.html +28 -106
- package/coverage/src/concepts/BatchAssignment__.ts.html +169 -274
- package/coverage/src/concepts/BinaryExpression__.ts.html +110 -188
- package/coverage/src/concepts/BindAttribute__.ts.html +93 -213
- package/coverage/src/concepts/BindDirective__.ts.html +26 -131
- package/coverage/src/concepts/BindEvent__.ts.html +71 -167
- package/coverage/src/concepts/BindStyle__.ts.html +21 -78
- package/coverage/src/concepts/BooleanLiteral__.ts.html +20 -47
- package/coverage/src/concepts/CallAuthInterface__.ts.html +48 -105
- package/coverage/src/concepts/CallConnector__.ts.html +35 -62
- package/coverage/src/concepts/CallFunction__.ts.html +160 -328
- package/coverage/src/concepts/CallInterface__.ts.html +60 -93
- package/coverage/src/concepts/CallLogic__.ts.html +427 -544
- package/coverage/src/concepts/CallQueryComponent__.ts.html +93 -126
- package/coverage/src/concepts/Comment__.ts.html +10 -43
- package/coverage/src/concepts/CompletionProperty__.ts.html +13 -40
- package/coverage/src/concepts/ConfigGroup__.ts.html +20 -47
- package/coverage/src/concepts/ConfigPropertyValue__.ts.html +19 -22
- package/coverage/src/concepts/ConfigProperty__.ts.html +40 -97
- package/coverage/src/concepts/Configuration__.ts.html +21 -48
- package/coverage/src/concepts/Connection__.ts.html +22 -97
- package/coverage/src/concepts/ConnectorTrigger__.ts.html +6 -9
- package/coverage/src/concepts/Connector__.ts.html +38 -161
- package/coverage/src/concepts/Constant__.ts.html +24 -84
- package/coverage/src/concepts/DataSource__.ts.html +57 -111
- package/coverage/src/concepts/DatabaseTypeAnnotation__.ts.html +6 -9
- package/coverage/src/concepts/Destination__.ts.html +55 -97
- package/coverage/src/concepts/End__.ts.html +26 -56
- package/coverage/src/concepts/EntityIndex__.ts.html +10 -40
- package/coverage/src/concepts/EntityProperty__.ts.html +56 -164
- package/coverage/src/concepts/Entity__.ts.html +91 -169
- package/coverage/src/concepts/EnumItem__.ts.html +10 -40
- package/coverage/src/concepts/Enum__.ts.html +24 -84
- package/coverage/src/concepts/Event__.ts.html +14 -41
- package/coverage/src/concepts/ExternalDestination__.ts.html +21 -75
- package/coverage/src/concepts/ForEachStatement__.ts.html +95 -143
- package/coverage/src/concepts/FrontendLibrary__.ts.html +20 -71
- package/coverage/src/concepts/FrontendVariable__.ts.html +1 -1
- package/coverage/src/concepts/Frontend__.ts.html +57 -213
- package/coverage/src/concepts/Function__.ts.html +86 -239
- package/coverage/src/concepts/Identifier__.ts.html +73 -103
- package/coverage/src/concepts/IfStatement__.ts.html +75 -138
- package/coverage/src/concepts/Integration__.ts.html +19 -70
- package/coverage/src/concepts/InterfaceParam__.ts.html +21 -78
- package/coverage/src/concepts/Interface__.ts.html +60 -162
- package/coverage/src/concepts/JSBlock__.ts.html +9 -39
- package/coverage/src/concepts/JavaLogic__.ts.html +9 -42
- package/coverage/src/concepts/LogicItem__.ts.html +26 -56
- package/coverage/src/concepts/Logic__.ts.html +322 -409
- package/coverage/src/concepts/MatchCase__.ts.html +97 -181
- package/coverage/src/concepts/Match__.ts.html +63 -135
- package/coverage/src/concepts/MemberExpression__.ts.html +128 -185
- package/coverage/src/concepts/MicroApp__.ts.html +6 -9
- package/coverage/src/concepts/Module__.ts.html +36 -690
- package/coverage/src/concepts/MsgTriggerEvent__.ts.html +14 -41
- package/coverage/src/concepts/MsgTriggerLauncher__.ts.html +14 -41
- package/coverage/src/concepts/Namespace__.ts.html +92 -359
- package/coverage/src/concepts/NewComposite__.ts.html +146 -326
- package/coverage/src/concepts/NewList__.ts.html +57 -195
- package/coverage/src/concepts/NewMap__.ts.html +63 -168
- package/coverage/src/concepts/New__.ts.html +9 -39
- package/coverage/src/concepts/NullLiteral__.ts.html +9 -36
- package/coverage/src/concepts/NumericLiteral__.ts.html +32 -86
- package/coverage/src/concepts/OqlQueryComponent__.ts.html +35 -161
- package/coverage/src/concepts/OverriddenLogic__.ts.html +201 -324
- package/coverage/src/concepts/Param__.ts.html +80 -155
- package/coverage/src/concepts/Point__.ts.html +6 -9
- package/coverage/src/concepts/ProcessComponent__.ts.html +21 -72
- package/coverage/src/concepts/ProcessElement__.ts.html +116 -524
- package/coverage/src/concepts/ProcessOutcome__.ts.html +13 -85
- package/coverage/src/concepts/ProcessOutcomes__.ts.html +13 -85
- package/coverage/src/concepts/Process__.ts.html +70 -217
- package/coverage/src/concepts/QueryAggregateExpression__.ts.html +16 -67
- package/coverage/src/concepts/QueryFieldExpression__.ts.html +11 -41
- package/coverage/src/concepts/QueryFromExpression__.ts.html +21 -81
- package/coverage/src/concepts/QueryGroupByExpression__.ts.html +19 -70
- package/coverage/src/concepts/QueryJoinExpression__.ts.html +25 -85
- package/coverage/src/concepts/QueryLimitExpression__.ts.html +20 -77
- package/coverage/src/concepts/QueryOrderByExpression__.ts.html +20 -80
- package/coverage/src/concepts/QuerySelectExpression__.ts.html +15 -42
- package/coverage/src/concepts/Rect__.ts.html +6 -9
- package/coverage/src/concepts/Return__.ts.html +50 -131
- package/coverage/src/concepts/Role__.ts.html +15 -45
- package/coverage/src/concepts/SelectMembers__.ts.html +24 -81
- package/coverage/src/concepts/Slot__.ts.html +13 -40
- package/coverage/src/concepts/SqlQueryComponent__.ts.html +24 -84
- package/coverage/src/concepts/Start__.ts.html +14 -41
- package/coverage/src/concepts/StringInterpolation__.ts.html +46 -127
- package/coverage/src/concepts/StringLiteral__.ts.html +32 -62
- package/coverage/src/concepts/StructureProperty__.ts.html +29 -86
- package/coverage/src/concepts/Structure__.ts.html +38 -122
- package/coverage/src/concepts/SwitchCase__.ts.html +36 -87
- package/coverage/src/concepts/SwitchStatement__.ts.html +33 -90
- package/coverage/src/concepts/Theme__.ts.html +12 -15
- package/coverage/src/concepts/Transactional__.ts.html +6 -9
- package/coverage/src/concepts/TriggerEvent__.ts.html +14 -41
- package/coverage/src/concepts/TriggerLauncher__.ts.html +13 -46
- package/coverage/src/concepts/TypeAnnotation__.ts.html +117 -348
- package/coverage/src/concepts/TypeParam__.ts.html +12 -42
- package/coverage/src/concepts/UnaryExpression__.ts.html +27 -105
- package/coverage/src/concepts/Unparsed__.ts.html +12 -36
- package/coverage/src/concepts/UseComponent__.ts.html +6 -9
- package/coverage/src/concepts/ValidationRule__.ts.html +48 -87
- package/coverage/src/concepts/Variable__.ts.html +46 -127
- package/coverage/src/concepts/ViewBlock__.ts.html +6 -9
- package/coverage/src/concepts/ViewComponent__.ts.html +24 -99
- package/coverage/src/concepts/ViewElement__.ts.html +288 -498
- package/coverage/src/concepts/View__.ts.html +170 -482
- package/coverage/src/concepts/WhileStatement__.ts.html +55 -118
- package/coverage/src/concepts/basics/stdlib/index.html +1 -1
- package/coverage/src/concepts/basics/stdlib/index.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.auth.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.browser.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.collection.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.configuration.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.core.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.event.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.http.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.interface.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.io.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.logging.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.process.ts.html +2 -2
- package/coverage/src/concepts/basics/stdlib/nasl.ui.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.util.ts.html +3 -3
- package/coverage/src/concepts/basics/stdlib/nasl.validation.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/reference2TypeAnnotationList.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/timeZone.ts.html +1 -1
- package/coverage/src/concepts/basics/types/coreTypeList.ts.html +1 -1
- package/coverage/src/concepts/basics/types/index.html +1 -1
- package/coverage/src/concepts/basics/types/index.ts.html +1 -1
- package/coverage/src/concepts/index.html +964 -1024
- package/coverage/src/concepts/index.ts.html +1 -1
- package/coverage/src/concepts/index__.ts.html +4 -16
- package/coverage/src/config.ts.html +1 -1
- package/coverage/src/decorators/index.html +5 -5
- package/coverage/src/decorators/index.ts.html +32 -32
- package/coverage/src/decorators/promise.ts.html +10 -10
- package/coverage/src/eventBus.ts.html +1 -1
- package/coverage/src/generator/compileComponent.ts.html +1 -1
- package/coverage/src/generator/genBundleFiles.ts.html +23 -17
- package/coverage/src/generator/genHash.ts.html +1 -1
- package/coverage/src/generator/genMetaData.ts.html +16 -103
- package/coverage/src/generator/genReleaseBody.ts.html +43 -43
- package/coverage/src/generator/icestark.ts.html +4 -10
- package/coverage/src/generator/index.html +21 -21
- package/coverage/src/generator/index.ts.html +1 -1
- package/coverage/src/generator/microApp.ts.html +1 -1
- package/coverage/src/generator/permission.ts.html +20 -92
- package/coverage/src/generator/qiankun.ts.html +3 -9
- package/coverage/src/generator/styleReplacer.ts.html +1 -1
- package/coverage/src/index.html +7 -7
- package/coverage/src/index.ts.html +4 -4
- package/coverage/src/manager/diagnostic.ts.html +14 -11
- package/coverage/src/manager/index.html +13 -13
- package/coverage/src/manager/stepRecorder.ts.html +1 -1
- package/coverage/src/natural/genNaturalTS.ts.html +1 -1
- package/coverage/src/natural/index.html +15 -15
- package/coverage/src/natural/index.ts.html +1 -1
- package/coverage/src/natural/naslStdlibMap.ts.html +1 -1
- package/coverage/src/natural/transformTSCode.ts.html +18 -78
- package/coverage/src/sentry/index.html +14 -14
- package/coverage/src/sentry/index.ts.html +32 -38
- package/coverage/src/server/createUiTs.ts.html +6 -15
- package/coverage/src/server/entity2LogicNamespace.ts.html +9 -9
- package/coverage/src/server/event.js.html +1 -1
- package/coverage/src/server/extendBaseNode.ts.html +43 -73
- package/coverage/src/server/formatTsUtils.ts.html +28 -31
- package/coverage/src/server/getConnector.ts.html +1 -1
- package/coverage/src/server/getExtensionModules.ts.html +1 -1
- package/coverage/src/server/getFunctions.ts.html +1 -1
- package/coverage/src/server/getInterfaces.ts.html +1 -1
- package/coverage/src/server/getLogging.ts.html +1 -1
- package/coverage/src/server/getLogics.ts.html +8 -20
- package/coverage/src/server/getMemberIdentifier.ts.html +120 -231
- package/coverage/src/server/getProcessComponents.ts.html +1 -1
- package/coverage/src/server/getProcesses.ts.html +13 -163
- package/coverage/src/server/getValidates.ts.html +1 -1
- package/coverage/src/server/index.html +63 -63
- package/coverage/src/server/index.ts.html +3 -6
- package/coverage/src/server/naslServer.ts.html +949 -1207
- package/coverage/src/server/naslStdlibMap.ts.html +1 -1
- package/coverage/src/server/process2LogicNamespace.ts.html +1 -1
- package/coverage/src/server/translator.ts.html +14 -59
- package/coverage/src/service/creator/add.configs.js.html +9 -27
- package/coverage/src/service/creator/errHandles.js.html +37 -28
- package/coverage/src/service/creator/index.html +23 -23
- package/coverage/src/service/creator/index.js.html +1 -1
- package/coverage/src/service/datasource/api.js.html +1 -1
- package/coverage/src/service/datasource/index.html +1 -1
- package/coverage/src/service/datasource/index.js.html +1 -1
- package/coverage/src/service/logic/api.js.html +1 -1
- package/coverage/src/service/logic/index.html +1 -1
- package/coverage/src/service/logic/index.js.html +1 -1
- package/coverage/src/service/storage/api.js.html +1 -1
- package/coverage/src/service/storage/index.html +29 -29
- package/coverage/src/service/storage/index.ts.html +1 -1
- package/coverage/src/service/storage/init.ts.html +600 -1533
- package/coverage/src/service/storage/jsoner.ts.html +13 -76
- package/coverage/src/service/storage/map.ts.html +3 -3
- package/coverage/src/service/storage/service.ts.html +1 -1
- package/coverage/src/service/storage/storagePoint.ts.html +1 -1
- package/coverage/src/templator/genCallComponentLogic.ts.html +1 -1
- package/coverage/src/templator/genCreateBlock.ts.html +58 -37
- package/coverage/src/templator/genCurdEditMultipleKeyBlock.ts.html +19 -19
- package/coverage/src/templator/genCurdMultipleKeyBlock.ts.html +89 -71
- package/coverage/src/templator/genEditTableBlock.ts.html +13 -76
- package/coverage/src/templator/genEnumSelectBlock.ts.html +1 -1
- package/coverage/src/templator/genGetBlock.ts.html +1 -1
- package/coverage/src/templator/genGridViewBlock.ts.html +1 -1
- package/coverage/src/templator/genListViewBlock.ts.html +1 -1
- package/coverage/src/templator/genQueryComponent.ts.html +1 -1
- package/coverage/src/templator/genSelectBlock.ts.html +1 -1
- package/coverage/src/templator/genTableBlock.ts.html +3 -66
- package/coverage/src/templator/genUpdateBlock.ts.html +32 -35
- package/coverage/src/templator/index.html +38 -38
- package/coverage/src/templator/index.ts.html +1 -1
- package/coverage/src/templator/utils.ts.html +11 -74
- package/coverage/src/translator/constant.ts.html +1 -1
- package/coverage/src/translator/index.html +21 -21
- package/coverage/src/translator/index.ts.html +1 -1
- package/coverage/src/translator/utils.ts.html +68 -389
- package/coverage/src/utils/cookie.ts.html +4 -4
- package/coverage/src/utils/env.ts.html +1 -1
- package/coverage/src/utils/index.html +49 -34
- package/coverage/src/utils/index.ts.html +22 -115
- package/coverage/src/utils/logger.ts.html +1 -1
- package/coverage/src/utils/sortTsString.ts.html +10 -25
- package/coverage/src/utils/string.ts.html +8 -110
- package/coverage/src/utils/time-slicing.ts.html +1 -1
- package/coverage/src/utils/traverse.ts.html +1 -1
- package/coverage/src/utils/window.ts.html +1 -1
- package/out/automate/engine/utils.d.ts +1 -1
- package/out/automate/engine/utils.js +1 -5
- package/out/automate/engine/utils.js.map +1 -1
- package/out/common/BaseNode.d.ts +2 -0
- package/out/common/BaseNode.js +24 -1
- package/out/common/BaseNode.js.map +1 -1
- package/out/concepts/BindAttribute__.js +3 -0
- package/out/concepts/BindAttribute__.js.map +1 -1
- package/out/concepts/CallLogic__.js +18 -22
- package/out/concepts/CallLogic__.js.map +1 -1
- package/out/concepts/Destination__.d.ts +1 -1
- package/out/concepts/Destination__.js +2 -2
- package/out/concepts/Destination__.js.map +1 -1
- package/out/concepts/Logic__.js +22 -5
- package/out/concepts/Logic__.js.map +1 -1
- package/out/concepts/ProcessElement__.js +9 -1
- package/out/concepts/ProcessElement__.js.map +1 -1
- package/out/concepts/ViewElement__.d.ts +1 -0
- package/out/concepts/ViewElement__.js +8 -1
- package/out/concepts/ViewElement__.js.map +1 -1
- package/out/concepts/View__.js +1 -1
- package/out/concepts/View__.js.map +1 -1
- package/out/generator/genBundleFiles.d.ts +1 -0
- package/out/generator/genBundleFiles.js +4 -1
- package/out/generator/genBundleFiles.js.map +1 -1
- package/out/server/getProcesses.js +3 -3
- package/out/server/getProcesses.js.map +1 -1
- package/out/server/naslServer.js +9 -2
- package/out/server/naslServer.js.map +1 -1
- package/out/utils/i18nInfo.js +7 -2
- package/out/utils/i18nInfo.js.map +1 -1
- package/package.json +1 -1
- package/src/automate/engine/utils.js +1 -5
- package/src/common/BaseNode.ts +23 -2
- package/src/concepts/BindAttribute__.ts +2 -0
- package/src/concepts/CallLogic__.ts +21 -22
- package/src/concepts/Destination__.ts +2 -2
- package/src/concepts/Logic__.ts +36 -22
- package/src/concepts/ProcessElement__.ts +8 -1
- package/src/concepts/ViewElement__.ts +11 -2
- package/src/concepts/View__.ts +1 -1
- package/src/generator/genBundleFiles.ts +8 -3
- package/src/server/getProcesses.ts +3 -3
- package/src/server/naslServer.ts +9 -2
- package/src/utils/i18nInfo.ts +7 -2
- package/.nyc_output/processinfo/559608df-ab15-4969-acf0-5239dacd6111.json +0 -1
- package/coverage/src/common/utils.ts.html +0 -136
- package/coverage/src/concepts/AbstractInterface__.ts.html +0 -280
- package/coverage/src/concepts/Block__.ts.html +0 -910
- package/coverage/src/concepts/CountersignPolicy__.ts.html +0 -316
- package/coverage/src/concepts/DefaultValue__.ts.html +0 -1000
- package/coverage/src/concepts/I18nInfo__.ts.html +0 -436
- package/coverage/src/concepts/ImportedInterface__.ts.html +0 -268
- package/coverage/src/concepts/MetadataType__.ts.html +0 -2053
- package/coverage/src/concepts/MultiApprovalPolicy__.ts.html +0 -292
- package/coverage/src/concepts/SequentialPolicy__.ts.html +0 -259
- package/coverage/src/concepts/StaticString__.ts.html +0 -403
- package/coverage/src/concepts/basics/constants.ts.html +0 -88
- package/coverage/src/concepts/basics/index.html +0 -116
- package/coverage/src/concepts/utils/asserts.ts.html +0 -27967
- package/coverage/src/concepts/utils/index.html +0 -116
- package/coverage/src/utils/i18nInfo.ts.html +0 -166
- package/coverage/src/utils/time-slicing/constant.ts.html +0 -196
- package/coverage/src/utils/time-slicing/controller.ts.html +0 -1144
- package/coverage/src/utils/time-slicing/index.html +0 -236
- package/coverage/src/utils/time-slicing/index.ts.html +0 -103
- package/coverage/src/utils/time-slicing/page-state.ts.html +0 -121
- package/coverage/src/utils/time-slicing/performance.ts.html +0 -253
- package/coverage/src/utils/time-slicing/runner.ts.html +0 -241
- package/coverage/src/utils/time-slicing/tool.ts.html +0 -220
- package/coverage/src/utils/time-slicing/utils.ts.html +0 -355
- package/coverage/src/utils/time-slicing/wrapper.ts.html +0 -259
|
@@ -23,30 +23,30 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">8.
|
|
26
|
+
<span class="strong">8.56% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>53/619</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
33
|
<span class="strong">0% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>0/
|
|
35
|
+
<span class='fraction'>0/273</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">2.06% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>3/
|
|
42
|
+
<span class='fraction'>3/145</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">6.
|
|
47
|
+
<span class="strong">6.52% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>37/567</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -2682,96 +2682,7 @@
|
|
|
2682
2682
|
<a name='L2617'></a><a href='#L2617'>2617</a>
|
|
2683
2683
|
<a name='L2618'></a><a href='#L2618'>2618</a>
|
|
2684
2684
|
<a name='L2619'></a><a href='#L2619'>2619</a>
|
|
2685
|
-
<a name='L2620'></a><a href='#L2620'>2620</a>
|
|
2686
|
-
<a name='L2621'></a><a href='#L2621'>2621</a>
|
|
2687
|
-
<a name='L2622'></a><a href='#L2622'>2622</a>
|
|
2688
|
-
<a name='L2623'></a><a href='#L2623'>2623</a>
|
|
2689
|
-
<a name='L2624'></a><a href='#L2624'>2624</a>
|
|
2690
|
-
<a name='L2625'></a><a href='#L2625'>2625</a>
|
|
2691
|
-
<a name='L2626'></a><a href='#L2626'>2626</a>
|
|
2692
|
-
<a name='L2627'></a><a href='#L2627'>2627</a>
|
|
2693
|
-
<a name='L2628'></a><a href='#L2628'>2628</a>
|
|
2694
|
-
<a name='L2629'></a><a href='#L2629'>2629</a>
|
|
2695
|
-
<a name='L2630'></a><a href='#L2630'>2630</a>
|
|
2696
|
-
<a name='L2631'></a><a href='#L2631'>2631</a>
|
|
2697
|
-
<a name='L2632'></a><a href='#L2632'>2632</a>
|
|
2698
|
-
<a name='L2633'></a><a href='#L2633'>2633</a>
|
|
2699
|
-
<a name='L2634'></a><a href='#L2634'>2634</a>
|
|
2700
|
-
<a name='L2635'></a><a href='#L2635'>2635</a>
|
|
2701
|
-
<a name='L2636'></a><a href='#L2636'>2636</a>
|
|
2702
|
-
<a name='L2637'></a><a href='#L2637'>2637</a>
|
|
2703
|
-
<a name='L2638'></a><a href='#L2638'>2638</a>
|
|
2704
|
-
<a name='L2639'></a><a href='#L2639'>2639</a>
|
|
2705
|
-
<a name='L2640'></a><a href='#L2640'>2640</a>
|
|
2706
|
-
<a name='L2641'></a><a href='#L2641'>2641</a>
|
|
2707
|
-
<a name='L2642'></a><a href='#L2642'>2642</a>
|
|
2708
|
-
<a name='L2643'></a><a href='#L2643'>2643</a>
|
|
2709
|
-
<a name='L2644'></a><a href='#L2644'>2644</a>
|
|
2710
|
-
<a name='L2645'></a><a href='#L2645'>2645</a>
|
|
2711
|
-
<a name='L2646'></a><a href='#L2646'>2646</a>
|
|
2712
|
-
<a name='L2647'></a><a href='#L2647'>2647</a>
|
|
2713
|
-
<a name='L2648'></a><a href='#L2648'>2648</a>
|
|
2714
|
-
<a name='L2649'></a><a href='#L2649'>2649</a>
|
|
2715
|
-
<a name='L2650'></a><a href='#L2650'>2650</a>
|
|
2716
|
-
<a name='L2651'></a><a href='#L2651'>2651</a>
|
|
2717
|
-
<a name='L2652'></a><a href='#L2652'>2652</a>
|
|
2718
|
-
<a name='L2653'></a><a href='#L2653'>2653</a>
|
|
2719
|
-
<a name='L2654'></a><a href='#L2654'>2654</a>
|
|
2720
|
-
<a name='L2655'></a><a href='#L2655'>2655</a>
|
|
2721
|
-
<a name='L2656'></a><a href='#L2656'>2656</a>
|
|
2722
|
-
<a name='L2657'></a><a href='#L2657'>2657</a>
|
|
2723
|
-
<a name='L2658'></a><a href='#L2658'>2658</a>
|
|
2724
|
-
<a name='L2659'></a><a href='#L2659'>2659</a>
|
|
2725
|
-
<a name='L2660'></a><a href='#L2660'>2660</a>
|
|
2726
|
-
<a name='L2661'></a><a href='#L2661'>2661</a>
|
|
2727
|
-
<a name='L2662'></a><a href='#L2662'>2662</a>
|
|
2728
|
-
<a name='L2663'></a><a href='#L2663'>2663</a>
|
|
2729
|
-
<a name='L2664'></a><a href='#L2664'>2664</a>
|
|
2730
|
-
<a name='L2665'></a><a href='#L2665'>2665</a>
|
|
2731
|
-
<a name='L2666'></a><a href='#L2666'>2666</a>
|
|
2732
|
-
<a name='L2667'></a><a href='#L2667'>2667</a>
|
|
2733
|
-
<a name='L2668'></a><a href='#L2668'>2668</a>
|
|
2734
|
-
<a name='L2669'></a><a href='#L2669'>2669</a>
|
|
2735
|
-
<a name='L2670'></a><a href='#L2670'>2670</a>
|
|
2736
|
-
<a name='L2671'></a><a href='#L2671'>2671</a>
|
|
2737
|
-
<a name='L2672'></a><a href='#L2672'>2672</a>
|
|
2738
|
-
<a name='L2673'></a><a href='#L2673'>2673</a>
|
|
2739
|
-
<a name='L2674'></a><a href='#L2674'>2674</a>
|
|
2740
|
-
<a name='L2675'></a><a href='#L2675'>2675</a>
|
|
2741
|
-
<a name='L2676'></a><a href='#L2676'>2676</a>
|
|
2742
|
-
<a name='L2677'></a><a href='#L2677'>2677</a>
|
|
2743
|
-
<a name='L2678'></a><a href='#L2678'>2678</a>
|
|
2744
|
-
<a name='L2679'></a><a href='#L2679'>2679</a>
|
|
2745
|
-
<a name='L2680'></a><a href='#L2680'>2680</a>
|
|
2746
|
-
<a name='L2681'></a><a href='#L2681'>2681</a>
|
|
2747
|
-
<a name='L2682'></a><a href='#L2682'>2682</a>
|
|
2748
|
-
<a name='L2683'></a><a href='#L2683'>2683</a>
|
|
2749
|
-
<a name='L2684'></a><a href='#L2684'>2684</a>
|
|
2750
|
-
<a name='L2685'></a><a href='#L2685'>2685</a>
|
|
2751
|
-
<a name='L2686'></a><a href='#L2686'>2686</a>
|
|
2752
|
-
<a name='L2687'></a><a href='#L2687'>2687</a>
|
|
2753
|
-
<a name='L2688'></a><a href='#L2688'>2688</a>
|
|
2754
|
-
<a name='L2689'></a><a href='#L2689'>2689</a>
|
|
2755
|
-
<a name='L2690'></a><a href='#L2690'>2690</a>
|
|
2756
|
-
<a name='L2691'></a><a href='#L2691'>2691</a>
|
|
2757
|
-
<a name='L2692'></a><a href='#L2692'>2692</a>
|
|
2758
|
-
<a name='L2693'></a><a href='#L2693'>2693</a>
|
|
2759
|
-
<a name='L2694'></a><a href='#L2694'>2694</a>
|
|
2760
|
-
<a name='L2695'></a><a href='#L2695'>2695</a>
|
|
2761
|
-
<a name='L2696'></a><a href='#L2696'>2696</a>
|
|
2762
|
-
<a name='L2697'></a><a href='#L2697'>2697</a>
|
|
2763
|
-
<a name='L2698'></a><a href='#L2698'>2698</a>
|
|
2764
|
-
<a name='L2699'></a><a href='#L2699'>2699</a>
|
|
2765
|
-
<a name='L2700'></a><a href='#L2700'>2700</a>
|
|
2766
|
-
<a name='L2701'></a><a href='#L2701'>2701</a>
|
|
2767
|
-
<a name='L2702'></a><a href='#L2702'>2702</a>
|
|
2768
|
-
<a name='L2703'></a><a href='#L2703'>2703</a>
|
|
2769
|
-
<a name='L2704'></a><a href='#L2704'>2704</a>
|
|
2770
|
-
<a name='L2705'></a><a href='#L2705'>2705</a>
|
|
2771
|
-
<a name='L2706'></a><a href='#L2706'>2706</a>
|
|
2772
|
-
<a name='L2707'></a><a href='#L2707'>2707</a>
|
|
2773
|
-
<a name='L2708'></a><a href='#L2708'>2708</a>
|
|
2774
|
-
<a name='L2709'></a><a href='#L2709'>2709</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
2685
|
+
<a name='L2620'></a><a href='#L2620'>2620</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
2775
2686
|
<span class="cline-any cline-neutral"> </span>
|
|
2776
2687
|
<span class="cline-any cline-neutral"> </span>
|
|
2777
2688
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -2807,7 +2718,6 @@
|
|
|
2807
2718
|
<span class="cline-any cline-neutral"> </span>
|
|
2808
2719
|
<span class="cline-any cline-neutral"> </span>
|
|
2809
2720
|
<span class="cline-any cline-neutral"> </span>
|
|
2810
|
-
<span class="cline-any cline-yes">1x</span>
|
|
2811
2721
|
<span class="cline-any cline-neutral"> </span>
|
|
2812
2722
|
<span class="cline-any cline-neutral"> </span>
|
|
2813
2723
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -2841,81 +2751,81 @@
|
|
|
2841
2751
|
<span class="cline-any cline-neutral"> </span>
|
|
2842
2752
|
<span class="cline-any cline-neutral"> </span>
|
|
2843
2753
|
<span class="cline-any cline-neutral"> </span>
|
|
2844
|
-
<span class="cline-any cline-yes">
|
|
2754
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2845
2755
|
<span class="cline-any cline-neutral"> </span>
|
|
2846
2756
|
<span class="cline-any cline-neutral"> </span>
|
|
2847
2757
|
<span class="cline-any cline-neutral"> </span>
|
|
2848
2758
|
<span class="cline-any cline-neutral"> </span>
|
|
2849
2759
|
<span class="cline-any cline-neutral"> </span>
|
|
2850
|
-
<span class="cline-any cline-yes">
|
|
2760
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2851
2761
|
<span class="cline-any cline-neutral"> </span>
|
|
2852
2762
|
<span class="cline-any cline-neutral"> </span>
|
|
2853
2763
|
<span class="cline-any cline-neutral"> </span>
|
|
2854
2764
|
<span class="cline-any cline-neutral"> </span>
|
|
2855
2765
|
<span class="cline-any cline-neutral"> </span>
|
|
2856
|
-
<span class="cline-any cline-yes">
|
|
2766
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2857
2767
|
<span class="cline-any cline-neutral"> </span>
|
|
2858
2768
|
<span class="cline-any cline-neutral"> </span>
|
|
2859
2769
|
<span class="cline-any cline-neutral"> </span>
|
|
2860
2770
|
<span class="cline-any cline-neutral"> </span>
|
|
2861
2771
|
<span class="cline-any cline-neutral"> </span>
|
|
2862
|
-
<span class="cline-any cline-yes">
|
|
2772
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2863
2773
|
<span class="cline-any cline-neutral"> </span>
|
|
2864
2774
|
<span class="cline-any cline-neutral"> </span>
|
|
2865
2775
|
<span class="cline-any cline-neutral"> </span>
|
|
2866
2776
|
<span class="cline-any cline-neutral"> </span>
|
|
2867
2777
|
<span class="cline-any cline-neutral"> </span>
|
|
2868
|
-
<span class="cline-any cline-yes">
|
|
2778
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2869
2779
|
<span class="cline-any cline-neutral"> </span>
|
|
2870
2780
|
<span class="cline-any cline-neutral"> </span>
|
|
2871
2781
|
<span class="cline-any cline-neutral"> </span>
|
|
2872
2782
|
<span class="cline-any cline-neutral"> </span>
|
|
2873
2783
|
<span class="cline-any cline-neutral"> </span>
|
|
2874
|
-
<span class="cline-any cline-yes">
|
|
2784
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2875
2785
|
<span class="cline-any cline-neutral"> </span>
|
|
2876
2786
|
<span class="cline-any cline-neutral"> </span>
|
|
2877
2787
|
<span class="cline-any cline-neutral"> </span>
|
|
2878
2788
|
<span class="cline-any cline-neutral"> </span>
|
|
2879
2789
|
<span class="cline-any cline-neutral"> </span>
|
|
2880
|
-
<span class="cline-any cline-yes">
|
|
2790
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2881
2791
|
<span class="cline-any cline-neutral"> </span>
|
|
2882
2792
|
<span class="cline-any cline-neutral"> </span>
|
|
2883
2793
|
<span class="cline-any cline-neutral"> </span>
|
|
2884
2794
|
<span class="cline-any cline-neutral"> </span>
|
|
2885
2795
|
<span class="cline-any cline-neutral"> </span>
|
|
2886
|
-
<span class="cline-any cline-yes">
|
|
2796
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2887
2797
|
<span class="cline-any cline-neutral"> </span>
|
|
2888
2798
|
<span class="cline-any cline-neutral"> </span>
|
|
2889
2799
|
<span class="cline-any cline-neutral"> </span>
|
|
2890
2800
|
<span class="cline-any cline-neutral"> </span>
|
|
2891
2801
|
<span class="cline-any cline-neutral"> </span>
|
|
2892
|
-
<span class="cline-any cline-yes">
|
|
2802
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2893
2803
|
<span class="cline-any cline-neutral"> </span>
|
|
2894
2804
|
<span class="cline-any cline-neutral"> </span>
|
|
2895
2805
|
<span class="cline-any cline-neutral"> </span>
|
|
2896
2806
|
<span class="cline-any cline-neutral"> </span>
|
|
2897
2807
|
<span class="cline-any cline-neutral"> </span>
|
|
2898
|
-
<span class="cline-any cline-yes">
|
|
2808
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2899
2809
|
<span class="cline-any cline-neutral"> </span>
|
|
2900
2810
|
<span class="cline-any cline-neutral"> </span>
|
|
2901
2811
|
<span class="cline-any cline-neutral"> </span>
|
|
2902
2812
|
<span class="cline-any cline-neutral"> </span>
|
|
2903
2813
|
<span class="cline-any cline-neutral"> </span>
|
|
2904
|
-
<span class="cline-any cline-yes">
|
|
2814
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2905
2815
|
<span class="cline-any cline-neutral"> </span>
|
|
2906
2816
|
<span class="cline-any cline-neutral"> </span>
|
|
2907
2817
|
<span class="cline-any cline-neutral"> </span>
|
|
2908
2818
|
<span class="cline-any cline-neutral"> </span>
|
|
2909
2819
|
<span class="cline-any cline-neutral"> </span>
|
|
2910
|
-
<span class="cline-any cline-yes">
|
|
2820
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2911
2821
|
<span class="cline-any cline-neutral"> </span>
|
|
2912
2822
|
<span class="cline-any cline-neutral"> </span>
|
|
2913
2823
|
<span class="cline-any cline-neutral"> </span>
|
|
2914
2824
|
<span class="cline-any cline-neutral"> </span>
|
|
2915
2825
|
<span class="cline-any cline-neutral"> </span>
|
|
2916
|
-
<span class="cline-any cline-yes">
|
|
2917
|
-
<span class="cline-any cline-yes">
|
|
2918
|
-
<span class="cline-any cline-yes">
|
|
2826
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2827
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2828
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2919
2829
|
<span class="cline-any cline-neutral"> </span>
|
|
2920
2830
|
<span class="cline-any cline-neutral"> </span>
|
|
2921
2831
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -4804,21 +4714,13 @@
|
|
|
4804
4714
|
<span class="cline-any cline-neutral"> </span>
|
|
4805
4715
|
<span class="cline-any cline-no"> </span>
|
|
4806
4716
|
<span class="cline-any cline-no"> </span>
|
|
4807
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4808
4717
|
<span class="cline-any cline-no"> </span>
|
|
4809
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4810
4718
|
<span class="cline-any cline-no"> </span>
|
|
4811
4719
|
<span class="cline-any cline-no"> </span>
|
|
4812
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4813
4720
|
<span class="cline-any cline-no"> </span>
|
|
4814
4721
|
<span class="cline-any cline-no"> </span>
|
|
4815
4722
|
<span class="cline-any cline-no"> </span>
|
|
4816
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4817
|
-
<span class="cline-any cline-no"> </span>
|
|
4818
|
-
<span class="cline-any cline-no"> </span>
|
|
4819
4723
|
<span class="cline-any cline-no"> </span>
|
|
4820
|
-
<span class="cline-any cline-no"> </span>
|
|
4821
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4822
4724
|
<span class="cline-any cline-neutral"> </span>
|
|
4823
4725
|
<span class="cline-any cline-neutral"> </span>
|
|
4824
4726
|
<span class="cline-any cline-no"> </span>
|
|
@@ -4860,23 +4762,15 @@
|
|
|
4860
4762
|
<span class="cline-any cline-neutral"> </span>
|
|
4861
4763
|
<span class="cline-any cline-no"> </span>
|
|
4862
4764
|
<span class="cline-any cline-no"> </span>
|
|
4863
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4864
4765
|
<span class="cline-any cline-no"> </span>
|
|
4865
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4866
4766
|
<span class="cline-any cline-no"> </span>
|
|
4867
4767
|
<span class="cline-any cline-no"> </span>
|
|
4868
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4869
|
-
<span class="cline-any cline-no"> </span>
|
|
4870
|
-
<span class="cline-any cline-no"> </span>
|
|
4871
|
-
<span class="cline-any cline-no"> </span>
|
|
4872
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4873
4768
|
<span class="cline-any cline-no"> </span>
|
|
4874
4769
|
<span class="cline-any cline-no"> </span>
|
|
4875
4770
|
<span class="cline-any cline-no"> </span>
|
|
4876
4771
|
<span class="cline-any cline-no"> </span>
|
|
4877
4772
|
<span class="cline-any cline-neutral"> </span>
|
|
4878
4773
|
<span class="cline-any cline-neutral"> </span>
|
|
4879
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4880
4774
|
<span class="cline-any cline-no"> </span>
|
|
4881
4775
|
<span class="cline-any cline-neutral"> </span>
|
|
4882
4776
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -4916,23 +4810,15 @@
|
|
|
4916
4810
|
<span class="cline-any cline-neutral"> </span>
|
|
4917
4811
|
<span class="cline-any cline-no"> </span>
|
|
4918
4812
|
<span class="cline-any cline-no"> </span>
|
|
4919
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4920
|
-
<span class="cline-any cline-no"> </span>
|
|
4921
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4922
|
-
<span class="cline-any cline-no"> </span>
|
|
4923
|
-
<span class="cline-any cline-no"> </span>
|
|
4924
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4925
4813
|
<span class="cline-any cline-no"> </span>
|
|
4926
4814
|
<span class="cline-any cline-no"> </span>
|
|
4927
4815
|
<span class="cline-any cline-no"> </span>
|
|
4928
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4929
4816
|
<span class="cline-any cline-no"> </span>
|
|
4930
4817
|
<span class="cline-any cline-no"> </span>
|
|
4931
4818
|
<span class="cline-any cline-no"> </span>
|
|
4932
4819
|
<span class="cline-any cline-no"> </span>
|
|
4933
4820
|
<span class="cline-any cline-neutral"> </span>
|
|
4934
4821
|
<span class="cline-any cline-neutral"> </span>
|
|
4935
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4936
4822
|
<span class="cline-any cline-no"> </span>
|
|
4937
4823
|
<span class="cline-any cline-neutral"> </span>
|
|
4938
4824
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -4972,23 +4858,15 @@
|
|
|
4972
4858
|
<span class="cline-any cline-neutral"> </span>
|
|
4973
4859
|
<span class="cline-any cline-no"> </span>
|
|
4974
4860
|
<span class="cline-any cline-no"> </span>
|
|
4975
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4976
|
-
<span class="cline-any cline-no"> </span>
|
|
4977
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4978
4861
|
<span class="cline-any cline-no"> </span>
|
|
4979
4862
|
<span class="cline-any cline-no"> </span>
|
|
4980
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4981
4863
|
<span class="cline-any cline-no"> </span>
|
|
4982
4864
|
<span class="cline-any cline-no"> </span>
|
|
4983
4865
|
<span class="cline-any cline-no"> </span>
|
|
4984
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4985
|
-
<span class="cline-any cline-no"> </span>
|
|
4986
|
-
<span class="cline-any cline-no"> </span>
|
|
4987
4866
|
<span class="cline-any cline-no"> </span>
|
|
4988
4867
|
<span class="cline-any cline-no"> </span>
|
|
4989
4868
|
<span class="cline-any cline-neutral"> </span>
|
|
4990
4869
|
<span class="cline-any cline-neutral"> </span>
|
|
4991
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4992
4870
|
<span class="cline-any cline-no"> </span>
|
|
4993
4871
|
<span class="cline-any cline-neutral"> </span>
|
|
4994
4872
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -5028,21 +4906,13 @@
|
|
|
5028
4906
|
<span class="cline-any cline-neutral"> </span>
|
|
5029
4907
|
<span class="cline-any cline-no"> </span>
|
|
5030
4908
|
<span class="cline-any cline-no"> </span>
|
|
5031
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5032
|
-
<span class="cline-any cline-no"> </span>
|
|
5033
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5034
4909
|
<span class="cline-any cline-no"> </span>
|
|
5035
4910
|
<span class="cline-any cline-no"> </span>
|
|
5036
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5037
4911
|
<span class="cline-any cline-no"> </span>
|
|
5038
4912
|
<span class="cline-any cline-no"> </span>
|
|
5039
4913
|
<span class="cline-any cline-no"> </span>
|
|
5040
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5041
4914
|
<span class="cline-any cline-no"> </span>
|
|
5042
4915
|
<span class="cline-any cline-no"> </span>
|
|
5043
|
-
<span class="cline-any cline-no"> </span>
|
|
5044
|
-
<span class="cline-any cline-no"> </span>
|
|
5045
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5046
4916
|
<span class="cline-any cline-neutral"> </span>
|
|
5047
4917
|
<span class="cline-any cline-neutral"> </span>
|
|
5048
4918
|
<span class="cline-any cline-no"> </span>
|
|
@@ -5084,23 +4954,15 @@
|
|
|
5084
4954
|
<span class="cline-any cline-neutral"> </span>
|
|
5085
4955
|
<span class="cline-any cline-no"> </span>
|
|
5086
4956
|
<span class="cline-any cline-no"> </span>
|
|
5087
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5088
|
-
<span class="cline-any cline-no"> </span>
|
|
5089
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5090
|
-
<span class="cline-any cline-no"> </span>
|
|
5091
|
-
<span class="cline-any cline-no"> </span>
|
|
5092
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5093
4957
|
<span class="cline-any cline-no"> </span>
|
|
5094
4958
|
<span class="cline-any cline-no"> </span>
|
|
5095
4959
|
<span class="cline-any cline-no"> </span>
|
|
5096
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5097
4960
|
<span class="cline-any cline-no"> </span>
|
|
5098
4961
|
<span class="cline-any cline-no"> </span>
|
|
5099
4962
|
<span class="cline-any cline-no"> </span>
|
|
5100
4963
|
<span class="cline-any cline-no"> </span>
|
|
5101
4964
|
<span class="cline-any cline-neutral"> </span>
|
|
5102
4965
|
<span class="cline-any cline-neutral"> </span>
|
|
5103
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5104
4966
|
<span class="cline-any cline-no"> </span>
|
|
5105
4967
|
<span class="cline-any cline-neutral"> </span>
|
|
5106
4968
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -5140,23 +5002,15 @@
|
|
|
5140
5002
|
<span class="cline-any cline-neutral"> </span>
|
|
5141
5003
|
<span class="cline-any cline-no"> </span>
|
|
5142
5004
|
<span class="cline-any cline-no"> </span>
|
|
5143
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5144
|
-
<span class="cline-any cline-no"> </span>
|
|
5145
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5146
|
-
<span class="cline-any cline-no"> </span>
|
|
5147
5005
|
<span class="cline-any cline-no"> </span>
|
|
5148
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5149
5006
|
<span class="cline-any cline-no"> </span>
|
|
5150
5007
|
<span class="cline-any cline-no"> </span>
|
|
5151
5008
|
<span class="cline-any cline-no"> </span>
|
|
5152
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5153
|
-
<span class="cline-any cline-no"> </span>
|
|
5154
5009
|
<span class="cline-any cline-no"> </span>
|
|
5155
5010
|
<span class="cline-any cline-no"> </span>
|
|
5156
5011
|
<span class="cline-any cline-no"> </span>
|
|
5157
5012
|
<span class="cline-any cline-neutral"> </span>
|
|
5158
5013
|
<span class="cline-any cline-neutral"> </span>
|
|
5159
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5160
5014
|
<span class="cline-any cline-no"> </span>
|
|
5161
5015
|
<span class="cline-any cline-neutral"> </span>
|
|
5162
5016
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -5196,21 +5050,13 @@
|
|
|
5196
5050
|
<span class="cline-any cline-neutral"> </span>
|
|
5197
5051
|
<span class="cline-any cline-no"> </span>
|
|
5198
5052
|
<span class="cline-any cline-no"> </span>
|
|
5199
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5200
|
-
<span class="cline-any cline-no"> </span>
|
|
5201
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5202
5053
|
<span class="cline-any cline-no"> </span>
|
|
5203
5054
|
<span class="cline-any cline-no"> </span>
|
|
5204
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5205
|
-
<span class="cline-any cline-no"> </span>
|
|
5206
5055
|
<span class="cline-any cline-no"> </span>
|
|
5207
5056
|
<span class="cline-any cline-no"> </span>
|
|
5208
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5209
5057
|
<span class="cline-any cline-no"> </span>
|
|
5210
5058
|
<span class="cline-any cline-no"> </span>
|
|
5211
5059
|
<span class="cline-any cline-no"> </span>
|
|
5212
|
-
<span class="cline-any cline-no"> </span>
|
|
5213
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5214
5060
|
<span class="cline-any cline-neutral"> </span>
|
|
5215
5061
|
<span class="cline-any cline-neutral"> </span>
|
|
5216
5062
|
<span class="cline-any cline-no"> </span>
|
|
@@ -5277,23 +5123,15 @@
|
|
|
5277
5123
|
<span class="cline-any cline-neutral"> </span>
|
|
5278
5124
|
<span class="cline-any cline-no"> </span>
|
|
5279
5125
|
<span class="cline-any cline-no"> </span>
|
|
5280
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5281
|
-
<span class="cline-any cline-no"> </span>
|
|
5282
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5283
|
-
<span class="cline-any cline-no"> </span>
|
|
5284
|
-
<span class="cline-any cline-no"> </span>
|
|
5285
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5286
5126
|
<span class="cline-any cline-no"> </span>
|
|
5287
5127
|
<span class="cline-any cline-no"> </span>
|
|
5288
5128
|
<span class="cline-any cline-no"> </span>
|
|
5289
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5290
5129
|
<span class="cline-any cline-no"> </span>
|
|
5291
5130
|
<span class="cline-any cline-no"> </span>
|
|
5292
5131
|
<span class="cline-any cline-no"> </span>
|
|
5293
5132
|
<span class="cline-any cline-no"> </span>
|
|
5294
5133
|
<span class="cline-any cline-neutral"> </span>
|
|
5295
5134
|
<span class="cline-any cline-neutral"> </span>
|
|
5296
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5297
5135
|
<span class="cline-any cline-no"> </span>
|
|
5298
5136
|
<span class="cline-any cline-neutral"> </span>
|
|
5299
5137
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -5333,23 +5171,15 @@
|
|
|
5333
5171
|
<span class="cline-any cline-neutral"> </span>
|
|
5334
5172
|
<span class="cline-any cline-no"> </span>
|
|
5335
5173
|
<span class="cline-any cline-no"> </span>
|
|
5336
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5337
|
-
<span class="cline-any cline-no"> </span>
|
|
5338
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5339
|
-
<span class="cline-any cline-no"> </span>
|
|
5340
|
-
<span class="cline-any cline-no"> </span>
|
|
5341
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5342
5174
|
<span class="cline-any cline-no"> </span>
|
|
5343
5175
|
<span class="cline-any cline-no"> </span>
|
|
5344
5176
|
<span class="cline-any cline-no"> </span>
|
|
5345
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5346
5177
|
<span class="cline-any cline-no"> </span>
|
|
5347
5178
|
<span class="cline-any cline-no"> </span>
|
|
5348
5179
|
<span class="cline-any cline-no"> </span>
|
|
5349
5180
|
<span class="cline-any cline-no"> </span>
|
|
5350
5181
|
<span class="cline-any cline-neutral"> </span>
|
|
5351
5182
|
<span class="cline-any cline-neutral"> </span>
|
|
5352
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5353
5183
|
<span class="cline-any cline-no"> </span>
|
|
5354
5184
|
<span class="cline-any cline-neutral"> </span>
|
|
5355
5185
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -5389,23 +5219,15 @@
|
|
|
5389
5219
|
<span class="cline-any cline-neutral"> </span>
|
|
5390
5220
|
<span class="cline-any cline-no"> </span>
|
|
5391
5221
|
<span class="cline-any cline-no"> </span>
|
|
5392
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5393
|
-
<span class="cline-any cline-no"> </span>
|
|
5394
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5395
|
-
<span class="cline-any cline-no"> </span>
|
|
5396
|
-
<span class="cline-any cline-no"> </span>
|
|
5397
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5398
5222
|
<span class="cline-any cline-no"> </span>
|
|
5399
5223
|
<span class="cline-any cline-no"> </span>
|
|
5400
5224
|
<span class="cline-any cline-no"> </span>
|
|
5401
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5402
5225
|
<span class="cline-any cline-no"> </span>
|
|
5403
5226
|
<span class="cline-any cline-no"> </span>
|
|
5404
5227
|
<span class="cline-any cline-no"> </span>
|
|
5405
5228
|
<span class="cline-any cline-no"> </span>
|
|
5406
5229
|
<span class="cline-any cline-neutral"> </span>
|
|
5407
5230
|
<span class="cline-any cline-neutral"> </span>
|
|
5408
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5409
5231
|
<span class="cline-any cline-no"> </span>
|
|
5410
5232
|
<span class="cline-any cline-neutral"> </span>
|
|
5411
5233
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -5427,7 +5249,7 @@
|
|
|
5427
5249
|
<span class="cline-any cline-neutral"> </span>
|
|
5428
5250
|
<span class="cline-any cline-neutral"> </span>
|
|
5429
5251
|
<span class="cline-any cline-neutral"> </span>
|
|
5430
|
-
<span class="cline-any cline-yes">
|
|
5252
|
+
<span class="cline-any cline-yes">26x</span>
|
|
5431
5253
|
<span class="cline-any cline-neutral"> </span>
|
|
5432
5254
|
<span class="cline-any cline-neutral"> </span>
|
|
5433
5255
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -5456,7 +5278,7 @@
|
|
|
5456
5278
|
<span class="cline-any cline-neutral"> </span>
|
|
5457
5279
|
<span class="cline-any cline-neutral"> </span>
|
|
5458
5280
|
<span class="cline-any cline-neutral"> </span>
|
|
5459
|
-
<span class="cline-any cline-yes">
|
|
5281
|
+
<span class="cline-any cline-yes">83x</span>
|
|
5460
5282
|
<span class="cline-any cline-neutral"> </span>
|
|
5461
5283
|
<span class="cline-any cline-neutral"> </span>
|
|
5462
5284
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -5513,7 +5335,6 @@ export class Namespace extends BaseNode {
|
|
|
5513
5335
|
/**
|
|
5514
5336
|
* 产品概念
|
|
5515
5337
|
*/
|
|
5516
|
-
@property('concept')
|
|
5517
5338
|
// @ts-ignore
|
|
5518
5339
|
readonly concept!: 'Namespace';
|
|
5519
5340
|
|
|
@@ -5644,7 +5465,7 @@ export class Namespace extends BaseNode {
|
|
|
5644
5465
|
|
|
5645
5466
|
<span class="fstat-no" title="function not covered" > getNamespaceExistingNames(</span>excludedList: Array<Namespace> = <span class="branch-0 cbranch-no" title="branch not covered" >[])</span> {
|
|
5646
5467
|
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
5647
|
-
<span class="cstat-no" title="statement not covered" > return ((this.children as Namespace[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item
|
|
5468
|
+
<span class="cstat-no" title="statement not covered" > return ((this.children as Namespace[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name)</span>;</span>
|
|
5648
5469
|
}
|
|
5649
5470
|
<span class="fstat-no" title="function not covered" > getNamespaceUniqueName(</span>name = <span class="branch-0 cbranch-no" title="branch not covered" >'namespace1')</span> {
|
|
5650
5471
|
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getNamespaceExistingNames(), undefined, false);</span>
|
|
@@ -5797,7 +5618,7 @@ export class Namespace extends BaseNode {
|
|
|
5797
5618
|
|
|
5798
5619
|
<span class="fstat-no" title="function not covered" > getProcessExistingNames(</span>excludedList: Array<Process> = <span class="branch-0 cbranch-no" title="branch not covered" >[])</span> {
|
|
5799
5620
|
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
5800
|
-
<span class="cstat-no" title="statement not covered" > return ((this.processes as Process[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item
|
|
5621
|
+
<span class="cstat-no" title="statement not covered" > return ((this.processes as Process[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name)</span>;</span>
|
|
5801
5622
|
}
|
|
5802
5623
|
<span class="fstat-no" title="function not covered" > getProcessUniqueName(</span>name = <span class="branch-0 cbranch-no" title="branch not covered" >'Process1')</span> {
|
|
5803
5624
|
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getProcessExistingNames(), undefined, false);</span>
|
|
@@ -5950,7 +5771,7 @@ export class Namespace extends BaseNode {
|
|
|
5950
5771
|
|
|
5951
5772
|
<span class="fstat-no" title="function not covered" > getStructureExistingNames(</span>excludedList: Array<Structure> = <span class="branch-0 cbranch-no" title="branch not covered" >[])</span> {
|
|
5952
5773
|
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
5953
|
-
<span class="cstat-no" title="statement not covered" > return ((this.structures as Structure[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item
|
|
5774
|
+
<span class="cstat-no" title="statement not covered" > return ((this.structures as Structure[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name)</span>;</span>
|
|
5954
5775
|
}
|
|
5955
5776
|
<span class="fstat-no" title="function not covered" > getStructureUniqueName(</span>name = <span class="branch-0 cbranch-no" title="branch not covered" >'Structure1')</span> {
|
|
5956
5777
|
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getStructureExistingNames(), undefined, false);</span>
|
|
@@ -6103,7 +5924,7 @@ export class Namespace extends BaseNode {
|
|
|
6103
5924
|
|
|
6104
5925
|
<span class="fstat-no" title="function not covered" > getEnumExistingNames(</span>excludedList: Array<Enum> = <span class="branch-0 cbranch-no" title="branch not covered" >[])</span> {
|
|
6105
5926
|
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
6106
|
-
<span class="cstat-no" title="statement not covered" > return ((this.enums as Enum[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item
|
|
5927
|
+
<span class="cstat-no" title="statement not covered" > return ((this.enums as Enum[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name)</span>;</span>
|
|
6107
5928
|
}
|
|
6108
5929
|
<span class="fstat-no" title="function not covered" > getEnumUniqueName(</span>name = <span class="branch-0 cbranch-no" title="branch not covered" >'Enum1')</span> {
|
|
6109
5930
|
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getEnumExistingNames(), undefined, false);</span>
|
|
@@ -6256,7 +6077,7 @@ export class Namespace extends BaseNode {
|
|
|
6256
6077
|
|
|
6257
6078
|
<span class="fstat-no" title="function not covered" > getLogicExistingNames(</span>excludedList: Array<Logic> = <span class="branch-0 cbranch-no" title="branch not covered" >[])</span> {
|
|
6258
6079
|
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
6259
|
-
<span class="cstat-no" title="statement not covered" > return ((this.logics as Logic[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item
|
|
6080
|
+
<span class="cstat-no" title="statement not covered" > return ((this.logics as Logic[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name)</span>;</span>
|
|
6260
6081
|
}
|
|
6261
6082
|
<span class="fstat-no" title="function not covered" > getLogicUniqueName(</span>name = <span class="branch-0 cbranch-no" title="branch not covered" >'logic1')</span> {
|
|
6262
6083
|
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getLogicExistingNames(), undefined, false);</span>
|
|
@@ -6409,7 +6230,7 @@ export class Namespace extends BaseNode {
|
|
|
6409
6230
|
|
|
6410
6231
|
<span class="fstat-no" title="function not covered" > getFunctionExistingNames(</span>excludedList: Array<Function> = <span class="branch-0 cbranch-no" title="branch not covered" >[])</span> {
|
|
6411
6232
|
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
6412
|
-
<span class="cstat-no" title="statement not covered" > return ((this.functions as Function[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item
|
|
6233
|
+
<span class="cstat-no" title="statement not covered" > return ((this.functions as Function[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name)</span>;</span>
|
|
6413
6234
|
}
|
|
6414
6235
|
<span class="fstat-no" title="function not covered" > getFunctionUniqueName(</span>name = <span class="branch-0 cbranch-no" title="branch not covered" >'func1')</span> {
|
|
6415
6236
|
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getFunctionExistingNames(), undefined, false);</span>
|
|
@@ -6562,7 +6383,7 @@ export class Namespace extends BaseNode {
|
|
|
6562
6383
|
|
|
6563
6384
|
<span class="fstat-no" title="function not covered" > getInterfaceExistingNames(</span>excludedList: Array<Interface> = <span class="branch-0 cbranch-no" title="branch not covered" >[])</span> {
|
|
6564
6385
|
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
6565
|
-
<span class="cstat-no" title="statement not covered" > return ((this.interfaces as Interface[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item
|
|
6386
|
+
<span class="cstat-no" title="statement not covered" > return ((this.interfaces as Interface[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name)</span>;</span>
|
|
6566
6387
|
}
|
|
6567
6388
|
<span class="fstat-no" title="function not covered" > getInterfaceUniqueName(</span>name = <span class="branch-0 cbranch-no" title="branch not covered" >'Interface1')</span> {
|
|
6568
6389
|
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getInterfaceExistingNames(), undefined, false);</span>
|
|
@@ -6715,7 +6536,7 @@ export class Namespace extends BaseNode {
|
|
|
6715
6536
|
|
|
6716
6537
|
<span class="fstat-no" title="function not covered" > getViewExistingNames(</span>excludedList: Array<View> = <span class="branch-0 cbranch-no" title="branch not covered" >[])</span> {
|
|
6717
6538
|
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
6718
|
-
<span class="cstat-no" title="statement not covered" > return ((this.views as View[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item
|
|
6539
|
+
<span class="cstat-no" title="statement not covered" > return ((this.views as View[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name)</span>;</span>
|
|
6719
6540
|
}
|
|
6720
6541
|
<span class="fstat-no" title="function not covered" > getViewUniqueName(</span>name = <span class="branch-0 cbranch-no" title="branch not covered" >'view1')</span> {
|
|
6721
6542
|
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getViewExistingNames(), undefined, false);</span>
|
|
@@ -6870,7 +6691,7 @@ export class Namespace extends BaseNode {
|
|
|
6870
6691
|
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
6871
6692
|
<span class="cstat-no" title="statement not covered" > return ((this.frontendVariables as Variable[]) || [])</span>
|
|
6872
6693
|
.filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>
|
|
6873
|
-
.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item
|
|
6694
|
+
.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name)</span>;
|
|
6874
6695
|
}
|
|
6875
6696
|
<span class="fstat-no" title="function not covered" > getVariableUniqueName(</span>name = <span class="branch-0 cbranch-no" title="branch not covered" >'variable1')</span> {
|
|
6876
6697
|
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getVarExistingNames(), undefined, true);</span>
|
|
@@ -7170,7 +6991,7 @@ export class Namespace extends BaseNode {
|
|
|
7170
6991
|
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
7171
6992
|
<span class="cstat-no" title="statement not covered" > return ((this.viewComponents as ViewComponent[]) || [])</span>
|
|
7172
6993
|
.filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>
|
|
7173
|
-
.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item
|
|
6994
|
+
.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name)</span>;
|
|
7174
6995
|
}
|
|
7175
6996
|
<span class="fstat-no" title="function not covered" > getViewComponentUniqueName(</span>name = <span class="branch-0 cbranch-no" title="branch not covered" >'viewComponent1')</span> {
|
|
7176
6997
|
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getViewComponentExistingNames(), undefined, false);</span>
|
|
@@ -7325,7 +7146,7 @@ export class Namespace extends BaseNode {
|
|
|
7325
7146
|
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
7326
7147
|
<span class="cstat-no" title="statement not covered" > return ((this.processComponents as ProcessComponent[]) || [])</span>
|
|
7327
7148
|
.filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>
|
|
7328
|
-
.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item
|
|
7149
|
+
.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name)</span>;
|
|
7329
7150
|
}
|
|
7330
7151
|
<span class="fstat-no" title="function not covered" > getProcessComponentUniqueName(</span>name = <span class="branch-0 cbranch-no" title="branch not covered" >'processComponent1')</span> {
|
|
7331
7152
|
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getProcessComponentExistingNames(), undefined, false);</span>
|
|
@@ -7512,21 +7333,13 @@ export class Namespace extends BaseNode {
|
|
|
7512
7333
|
};
|
|
7513
7334
|
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
7514
7335
|
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
7515
|
-
|
|
7516
|
-
|
|
7517
|
-
// @ts-ignore
|
|
7518
|
-
const n = <span class="cstat-no" title="statement not covered" >namespace.__v_raw || namespace;</span>
|
|
7519
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((t as any)[parentKey])) {</span>
|
|
7520
|
-
// @ts-ignore
|
|
7521
|
-
const index = (<span class="cstat-no" title="statement not covered" >t as any)[parentKey].findIndex(<span class="fstat-no" title="function not covered" >(e</span>l) => <span class="cstat-no" title="statement not covered" >(el.__v_raw || el) === n)</span>;</span>
|
|
7336
|
+
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
7337
|
+
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(namespace);</span>
|
|
7522
7338
|
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
7523
7339
|
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
7524
|
-
} else {
|
|
7525
|
-
|
|
7526
|
-
<span class="cstat-no" title="statement not covered" >
|
|
7527
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7528
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7529
|
-
}
|
|
7340
|
+
} else <span class="cstat-no" title="statement not covered" >if ((this as any)[parentKey] === namespace) {</span>
|
|
7341
|
+
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7342
|
+
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7530
7343
|
}
|
|
7531
7344
|
}
|
|
7532
7345
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
@@ -7568,21 +7381,13 @@ export class Namespace extends BaseNode {
|
|
|
7568
7381
|
};
|
|
7569
7382
|
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
7570
7383
|
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
7571
|
-
|
|
7572
|
-
|
|
7573
|
-
// @ts-ignore
|
|
7574
|
-
const n = <span class="cstat-no" title="statement not covered" >process.__v_raw || process;</span>
|
|
7575
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((t as any)[parentKey])) {</span>
|
|
7576
|
-
// @ts-ignore
|
|
7577
|
-
const index = (<span class="cstat-no" title="statement not covered" >t as any)[parentKey].findIndex(<span class="fstat-no" title="function not covered" >(e</span>l) => <span class="cstat-no" title="statement not covered" >(el.__v_raw || el) === n)</span>;</span>
|
|
7384
|
+
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
7385
|
+
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(process);</span>
|
|
7578
7386
|
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
7579
7387
|
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
7580
|
-
} else {
|
|
7581
|
-
|
|
7582
|
-
<span class="cstat-no" title="statement not covered" >
|
|
7583
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7584
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7585
|
-
}
|
|
7388
|
+
} else <span class="cstat-no" title="statement not covered" >if ((this as any)[parentKey] === process) {</span>
|
|
7389
|
+
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7390
|
+
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7586
7391
|
}
|
|
7587
7392
|
}
|
|
7588
7393
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
@@ -7624,21 +7429,13 @@ export class Namespace extends BaseNode {
|
|
|
7624
7429
|
};
|
|
7625
7430
|
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
7626
7431
|
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
7627
|
-
|
|
7628
|
-
|
|
7629
|
-
// @ts-ignore
|
|
7630
|
-
const n = <span class="cstat-no" title="statement not covered" >structure.__v_raw || structure;</span>
|
|
7631
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((t as any)[parentKey])) {</span>
|
|
7632
|
-
// @ts-ignore
|
|
7633
|
-
const index = (<span class="cstat-no" title="statement not covered" >t as any)[parentKey].findIndex(<span class="fstat-no" title="function not covered" >(e</span>l) => <span class="cstat-no" title="statement not covered" >(el.__v_raw || el) === n)</span>;</span>
|
|
7432
|
+
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
7433
|
+
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(structure);</span>
|
|
7634
7434
|
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
7635
7435
|
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
7636
|
-
} else {
|
|
7637
|
-
|
|
7638
|
-
<span class="cstat-no" title="statement not covered" >
|
|
7639
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7640
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7641
|
-
}
|
|
7436
|
+
} else <span class="cstat-no" title="statement not covered" >if ((this as any)[parentKey] === structure) {</span>
|
|
7437
|
+
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7438
|
+
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7642
7439
|
}
|
|
7643
7440
|
}
|
|
7644
7441
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
@@ -7680,21 +7477,13 @@ export class Namespace extends BaseNode {
|
|
|
7680
7477
|
};
|
|
7681
7478
|
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
7682
7479
|
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
7683
|
-
|
|
7684
|
-
|
|
7685
|
-
// @ts-ignore
|
|
7686
|
-
const n = <span class="cstat-no" title="statement not covered" >enumeration.__v_raw || enumeration;</span>
|
|
7687
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((t as any)[parentKey])) {</span>
|
|
7688
|
-
// @ts-ignore
|
|
7689
|
-
const index = (<span class="cstat-no" title="statement not covered" >t as any)[parentKey].findIndex(<span class="fstat-no" title="function not covered" >(e</span>l) => <span class="cstat-no" title="statement not covered" >(el.__v_raw || el) === n)</span>;</span>
|
|
7480
|
+
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
7481
|
+
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(enumeration);</span>
|
|
7690
7482
|
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
7691
7483
|
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
7692
|
-
} else {
|
|
7693
|
-
|
|
7694
|
-
<span class="cstat-no" title="statement not covered" >
|
|
7695
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7696
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7697
|
-
}
|
|
7484
|
+
} else <span class="cstat-no" title="statement not covered" >if ((this as any)[parentKey] === enumeration) {</span>
|
|
7485
|
+
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7486
|
+
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7698
7487
|
}
|
|
7699
7488
|
}
|
|
7700
7489
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
@@ -7736,21 +7525,13 @@ export class Namespace extends BaseNode {
|
|
|
7736
7525
|
};
|
|
7737
7526
|
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
7738
7527
|
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
7739
|
-
|
|
7740
|
-
|
|
7741
|
-
// @ts-ignore
|
|
7742
|
-
const n = <span class="cstat-no" title="statement not covered" >logic.__v_raw || logic;</span>
|
|
7743
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((t as any)[parentKey])) {</span>
|
|
7744
|
-
// @ts-ignore
|
|
7745
|
-
const index = (<span class="cstat-no" title="statement not covered" >t as any)[parentKey].findIndex(<span class="fstat-no" title="function not covered" >(e</span>l) => <span class="cstat-no" title="statement not covered" >(el.__v_raw || el) === n)</span>;</span>
|
|
7528
|
+
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
7529
|
+
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(logic);</span>
|
|
7746
7530
|
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
7747
7531
|
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
7748
|
-
} else {
|
|
7749
|
-
|
|
7750
|
-
<span class="cstat-no" title="statement not covered" >
|
|
7751
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7752
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7753
|
-
}
|
|
7532
|
+
} else <span class="cstat-no" title="statement not covered" >if ((this as any)[parentKey] === logic) {</span>
|
|
7533
|
+
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7534
|
+
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7754
7535
|
}
|
|
7755
7536
|
}
|
|
7756
7537
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
@@ -7792,21 +7573,13 @@ export class Namespace extends BaseNode {
|
|
|
7792
7573
|
};
|
|
7793
7574
|
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
7794
7575
|
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
7795
|
-
|
|
7796
|
-
|
|
7797
|
-
// @ts-ignore
|
|
7798
|
-
const n = <span class="cstat-no" title="statement not covered" >func.__v_raw || func;</span>
|
|
7799
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((t as any)[parentKey])) {</span>
|
|
7800
|
-
// @ts-ignore
|
|
7801
|
-
const index = (<span class="cstat-no" title="statement not covered" >t as any)[parentKey].findIndex(<span class="fstat-no" title="function not covered" >(e</span>l) => <span class="cstat-no" title="statement not covered" >(el.__v_raw || el) === n)</span>;</span>
|
|
7576
|
+
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
7577
|
+
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(func);</span>
|
|
7802
7578
|
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
7803
7579
|
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
7804
|
-
} else {
|
|
7805
|
-
|
|
7806
|
-
<span class="cstat-no" title="statement not covered" >
|
|
7807
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7808
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7809
|
-
}
|
|
7580
|
+
} else <span class="cstat-no" title="statement not covered" >if ((this as any)[parentKey] === func) {</span>
|
|
7581
|
+
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7582
|
+
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7810
7583
|
}
|
|
7811
7584
|
}
|
|
7812
7585
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
@@ -7848,21 +7621,13 @@ export class Namespace extends BaseNode {
|
|
|
7848
7621
|
};
|
|
7849
7622
|
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
7850
7623
|
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
7851
|
-
|
|
7852
|
-
|
|
7853
|
-
// @ts-ignore
|
|
7854
|
-
const n = <span class="cstat-no" title="statement not covered" >itface.__v_raw || itface;</span>
|
|
7855
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((t as any)[parentKey])) {</span>
|
|
7856
|
-
// @ts-ignore
|
|
7857
|
-
const index = (<span class="cstat-no" title="statement not covered" >t as any)[parentKey].findIndex(<span class="fstat-no" title="function not covered" >(e</span>l) => <span class="cstat-no" title="statement not covered" >(el.__v_raw || el) === n)</span>;</span>
|
|
7624
|
+
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
7625
|
+
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(itface);</span>
|
|
7858
7626
|
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
7859
7627
|
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
7860
|
-
} else {
|
|
7861
|
-
|
|
7862
|
-
<span class="cstat-no" title="statement not covered" >
|
|
7863
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7864
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7865
|
-
}
|
|
7628
|
+
} else <span class="cstat-no" title="statement not covered" >if ((this as any)[parentKey] === itface) {</span>
|
|
7629
|
+
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7630
|
+
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7866
7631
|
}
|
|
7867
7632
|
}
|
|
7868
7633
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
@@ -7904,21 +7669,13 @@ export class Namespace extends BaseNode {
|
|
|
7904
7669
|
};
|
|
7905
7670
|
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
7906
7671
|
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
7907
|
-
|
|
7908
|
-
|
|
7909
|
-
// @ts-ignore
|
|
7910
|
-
const n = <span class="cstat-no" title="statement not covered" >view.__v_raw || view;</span>
|
|
7911
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((t as any)[parentKey])) {</span>
|
|
7912
|
-
// @ts-ignore
|
|
7913
|
-
const index = (<span class="cstat-no" title="statement not covered" >t as any)[parentKey].findIndex(<span class="fstat-no" title="function not covered" >(e</span>l) => <span class="cstat-no" title="statement not covered" >(el.__v_raw || el) === n)</span>;</span>
|
|
7672
|
+
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
7673
|
+
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(view);</span>
|
|
7914
7674
|
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
7915
7675
|
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
7916
|
-
} else {
|
|
7917
|
-
|
|
7918
|
-
<span class="cstat-no" title="statement not covered" >
|
|
7919
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7920
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7921
|
-
}
|
|
7676
|
+
} else <span class="cstat-no" title="statement not covered" >if ((this as any)[parentKey] === view) {</span>
|
|
7677
|
+
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7678
|
+
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7922
7679
|
}
|
|
7923
7680
|
}
|
|
7924
7681
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
@@ -7985,21 +7742,13 @@ export class Namespace extends BaseNode {
|
|
|
7985
7742
|
};
|
|
7986
7743
|
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
7987
7744
|
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
7988
|
-
|
|
7989
|
-
|
|
7990
|
-
// @ts-ignore
|
|
7991
|
-
const n = <span class="cstat-no" title="statement not covered" >variable.__v_raw || variable;</span>
|
|
7992
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((t as any)[parentKey])) {</span>
|
|
7993
|
-
// @ts-ignore
|
|
7994
|
-
const index = (<span class="cstat-no" title="statement not covered" >t as any)[parentKey].findIndex(<span class="fstat-no" title="function not covered" >(e</span>l) => <span class="cstat-no" title="statement not covered" >(el.__v_raw || el) === n)</span>;</span>
|
|
7745
|
+
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
7746
|
+
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(variable);</span>
|
|
7995
7747
|
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
7996
7748
|
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
7997
|
-
} else {
|
|
7998
|
-
|
|
7999
|
-
<span class="cstat-no" title="statement not covered" >
|
|
8000
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
8001
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
8002
|
-
}
|
|
7749
|
+
} else <span class="cstat-no" title="statement not covered" >if ((this as any)[parentKey] === variable) {</span>
|
|
7750
|
+
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7751
|
+
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
8003
7752
|
}
|
|
8004
7753
|
}
|
|
8005
7754
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
@@ -8041,21 +7790,13 @@ export class Namespace extends BaseNode {
|
|
|
8041
7790
|
};
|
|
8042
7791
|
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
8043
7792
|
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
8044
|
-
|
|
8045
|
-
|
|
8046
|
-
// @ts-ignore
|
|
8047
|
-
const n = <span class="cstat-no" title="statement not covered" >viewComponent.__v_raw || viewComponent;</span>
|
|
8048
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((t as any)[parentKey])) {</span>
|
|
8049
|
-
// @ts-ignore
|
|
8050
|
-
const index = (<span class="cstat-no" title="statement not covered" >t as any)[parentKey].findIndex(<span class="fstat-no" title="function not covered" >(e</span>l) => <span class="cstat-no" title="statement not covered" >(el.__v_raw || el) === n)</span>;</span>
|
|
7793
|
+
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
7794
|
+
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(viewComponent);</span>
|
|
8051
7795
|
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
8052
7796
|
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
8053
|
-
} else {
|
|
8054
|
-
|
|
8055
|
-
<span class="cstat-no" title="statement not covered" >
|
|
8056
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
8057
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
8058
|
-
}
|
|
7797
|
+
} else <span class="cstat-no" title="statement not covered" >if ((this as any)[parentKey] === viewComponent) {</span>
|
|
7798
|
+
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7799
|
+
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
8059
7800
|
}
|
|
8060
7801
|
}
|
|
8061
7802
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
@@ -8097,21 +7838,13 @@ export class Namespace extends BaseNode {
|
|
|
8097
7838
|
};
|
|
8098
7839
|
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
8099
7840
|
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
8100
|
-
|
|
8101
|
-
|
|
8102
|
-
// @ts-ignore
|
|
8103
|
-
const n = <span class="cstat-no" title="statement not covered" >processComponent.__v_raw || processComponent;</span>
|
|
8104
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((t as any)[parentKey])) {</span>
|
|
8105
|
-
// @ts-ignore
|
|
8106
|
-
const index = (<span class="cstat-no" title="statement not covered" >t as any)[parentKey].findIndex(<span class="fstat-no" title="function not covered" >(e</span>l) => <span class="cstat-no" title="statement not covered" >(el.__v_raw || el) === n)</span>;</span>
|
|
7841
|
+
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
7842
|
+
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(processComponent);</span>
|
|
8107
7843
|
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
8108
7844
|
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
8109
|
-
} else {
|
|
8110
|
-
|
|
8111
|
-
<span class="cstat-no" title="statement not covered" >
|
|
8112
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
8113
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
8114
|
-
}
|
|
7845
|
+
} else <span class="cstat-no" title="statement not covered" >if ((this as any)[parentKey] === processComponent) {</span>
|
|
7846
|
+
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7847
|
+
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
8115
7848
|
}
|
|
8116
7849
|
}
|
|
8117
7850
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
@@ -8194,7 +7927,7 @@ export default Namespace;
|
|
|
8194
7927
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
8195
7928
|
Code coverage generated by
|
|
8196
7929
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
8197
|
-
at 2023-
|
|
7930
|
+
at 2023-10-18T11:36:07.885Z
|
|
8198
7931
|
</div>
|
|
8199
7932
|
<script src="../../prettify.js"></script>
|
|
8200
7933
|
<script>
|