ivue 1.0.2 → 1.0.4
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/.idea/codeStyles/Project.xml +65 -0
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/inspectionProfiles/Project_Default.xml +6 -0
- package/.idea/ivue.iml +8 -0
- package/.idea/modules.xml +8 -0
- package/.idea/php.xml +19 -0
- package/.idea/vcs.xml +6 -0
- package/README.md +23 -7
- package/coverage/clover.xml +159 -159
- package/coverage/coverage-final.json +1 -1
- package/coverage/index.html +17 -17
- package/coverage/index.ts.html +86 -107
- package/dist/index.es.js +74 -90
- package/dist/index.umd.js +1 -1
- package/dist/src/index.d.ts +1 -196
- package/dist/src/ivue.d.ts +218 -0
- package/docs/docs/.vitepress/config.ts +110 -22
- package/docs/docs/.vitepress/dist/404.html +4 -4
- package/docs/docs/.vitepress/dist/api/ivue.html +8 -8
- package/docs/docs/.vitepress/dist/api/propsWithDefaults.html +8 -8
- package/docs/docs/.vitepress/dist/assets/{api_ivue.md.BCZ4q_0D.js → api_ivue.md.MRwb9Lcb.js} +1 -1
- package/docs/docs/.vitepress/dist/assets/{api_ivue.md.BCZ4q_0D.lean.js → api_ivue.md.MRwb9Lcb.lean.js} +1 -1
- package/docs/docs/.vitepress/dist/assets/{api_propsWithDefaults.md.Cr5FwI9o.lean.js → api_propsWithDefaults.md.CeE4IC-K.js} +1 -1
- package/docs/docs/.vitepress/dist/assets/{api_propsWithDefaults.md.Cr5FwI9o.js → api_propsWithDefaults.md.CeE4IC-K.lean.js} +1 -1
- package/docs/docs/.vitepress/dist/assets/{app.DRiljpSE.js → app.ConZRsN0.js} +1 -1
- package/docs/docs/.vitepress/dist/assets/chunks/@localSearchIndexroot.CGLWArGd.js +1 -0
- package/docs/docs/.vitepress/dist/assets/chunks/Button.vue_vue_type_script_setup_true_lang.P7niV-n8.js +1 -0
- package/docs/docs/.vitepress/dist/assets/chunks/VPLocalSearchBox.C7VDyivS.js +7 -0
- package/docs/docs/.vitepress/dist/assets/chunks/framework.CNtPHGsN.js +1 -0
- package/docs/docs/.vitepress/dist/assets/chunks/index.es.DnWLDAUc.js +1 -0
- package/docs/docs/.vitepress/dist/assets/chunks/theme.B7n-r1TY.js +2 -0
- package/docs/docs/.vitepress/dist/assets/index.md.wPLoTLBY.js +1 -0
- package/docs/docs/.vitepress/dist/assets/index.md.wPLoTLBY.lean.js +1 -0
- package/docs/docs/.vitepress/dist/assets/pages_advanced-usage.md.BZgX-VP7.js +1 -0
- package/docs/docs/.vitepress/dist/assets/pages_advanced-usage.md.BZgX-VP7.lean.js +1 -0
- package/docs/docs/.vitepress/dist/assets/pages_api.md.C_PvCZns.js +7 -0
- package/docs/docs/.vitepress/dist/assets/pages_api.md.C_PvCZns.lean.js +7 -0
- package/docs/docs/.vitepress/dist/assets/pages_browse-code.md.CPluoaap.js +1 -0
- package/docs/docs/.vitepress/dist/assets/pages_browse-code.md.CPluoaap.lean.js +1 -0
- package/docs/docs/.vitepress/dist/assets/pages_getting-started.md.knQcOZyP.js +8 -0
- package/docs/docs/.vitepress/dist/assets/pages_getting-started.md.knQcOZyP.lean.js +1 -0
- package/docs/docs/.vitepress/dist/assets/pages_guidelines.md.DddPdPom.js +101 -0
- package/docs/docs/.vitepress/dist/assets/pages_guidelines.md.DddPdPom.lean.js +101 -0
- package/docs/docs/.vitepress/dist/assets/pages_how-it-works.md.OJGcGEXF.js +4 -0
- package/docs/docs/.vitepress/dist/assets/pages_how-it-works.md.OJGcGEXF.lean.js +4 -0
- package/docs/docs/.vitepress/dist/assets/pages_how-its-made.md.Vv9Z9TEi.js +1 -0
- package/docs/docs/.vitepress/dist/assets/pages_how-its-made.md.Vv9Z9TEi.lean.js +1 -0
- package/docs/docs/.vitepress/dist/assets/pages_introduction.md.DrDm-R8F.js +1 -0
- package/docs/docs/.vitepress/dist/assets/pages_introduction.md.DrDm-R8F.lean.js +1 -0
- package/docs/docs/.vitepress/dist/assets/pages_usage.md.zSOVjtFF.js +430 -0
- package/docs/docs/.vitepress/dist/assets/pages_usage.md.zSOVjtFF.lean.js +430 -0
- package/docs/docs/.vitepress/dist/assets/style.Fgx7OB_D.css +1 -0
- package/docs/docs/.vitepress/dist/hashmap.json +1 -1
- package/docs/docs/.vitepress/dist/index.html +9 -8
- package/docs/docs/.vitepress/dist/pages/advanced-usage.html +24 -0
- package/docs/docs/.vitepress/dist/pages/api.html +30 -0
- package/docs/docs/.vitepress/dist/pages/browse-code.html +24 -0
- package/docs/docs/.vitepress/dist/pages/getting-started.html +11 -11
- package/docs/docs/.vitepress/dist/pages/guidelines.html +125 -0
- package/docs/docs/.vitepress/dist/pages/how-it-works.html +11 -8
- package/docs/docs/.vitepress/dist/pages/how-its-made.html +24 -0
- package/docs/docs/.vitepress/dist/pages/introduction.html +9 -8
- package/docs/docs/.vitepress/dist/pages/usage.html +428 -14
- package/docs/docs/.vitepress/theme/index.js +5 -0
- package/docs/docs/.vitepress/theme/main.css +29 -0
- package/docs/docs/components/Button.vue +1 -1
- package/docs/docs/components/guidelines/CounterExternalRefsDetailed.vue +41 -0
- package/docs/docs/components/usage/CounterBasic.vue +17 -0
- package/docs/docs/components/usage/CounterComposables.vue +19 -0
- package/docs/docs/components/usage/CounterComposablesDestructuring.vue +46 -0
- package/docs/docs/components/usage/CounterComputeds.vue +25 -0
- package/docs/docs/components/usage/CounterComputedsDisabled.vue +32 -0
- package/docs/docs/components/usage/CounterDefineExpose.vue +12 -0
- package/docs/docs/components/usage/CounterDefineExposeAdvanced.vue +25 -0
- package/docs/docs/components/usage/CounterDefineExposeClass.ts +11 -0
- package/docs/docs/components/usage/CounterExternalRefs.vue +25 -0
- package/docs/docs/components/usage/CounterInsideComposables.vue +27 -0
- package/docs/docs/components/usage/CounterInternalRefs.vue +26 -0
- package/docs/docs/components/usage/CounterLifecycleHooks.vue +22 -0
- package/docs/docs/components/usage/CounterWatch.vue +25 -0
- package/docs/docs/components/usage/CounterWithProps.vue +29 -0
- package/docs/docs/components/usage/CounterWithPropsAndEmits.vue +36 -0
- package/docs/docs/components/usage/functions/useMouse.ts +22 -0
- package/docs/docs/index.md +10 -9
- package/docs/docs/pages/advanced-usage.md +11 -0
- package/docs/docs/pages/api.md +106 -0
- package/docs/docs/pages/browse-code.md +18 -0
- package/docs/docs/pages/getting-started.md +23 -5
- package/docs/docs/pages/guidelines.md +128 -0
- package/docs/docs/pages/how-it-works.md +71 -0
- package/docs/docs/pages/how-its-made.md +32 -0
- package/docs/docs/pages/introduction.md +37 -20
- package/docs/docs/pages/usage.md +347 -10
- package/docs/package.json +4 -3
- package/package.json +4 -2
- package/src/__tests__/ivue.vitest.spec.ts +228 -132
- package/src/index.ts +1 -463
- package/src/ivue.ts +495 -0
- package/vite.config.ts +4 -0
- package/docs/.env +0 -1
- package/docs/docs/.vitepress/dist/assets/chunks/framework.CEhE-9HF.js +0 -1
- package/docs/docs/.vitepress/dist/assets/chunks/theme.CldUEgAJ.js +0 -1
- package/docs/docs/.vitepress/dist/assets/index.md.B1vDz5mb.js +0 -1
- package/docs/docs/.vitepress/dist/assets/index.md.B1vDz5mb.lean.js +0 -1
- package/docs/docs/.vitepress/dist/assets/pages_getting-started.md.C7qtPEWU.js +0 -8
- package/docs/docs/.vitepress/dist/assets/pages_getting-started.md.C7qtPEWU.lean.js +0 -1
- package/docs/docs/.vitepress/dist/assets/pages_how-it-works.md.DKizt6Ny.js +0 -1
- package/docs/docs/.vitepress/dist/assets/pages_how-it-works.md.DKizt6Ny.lean.js +0 -1
- package/docs/docs/.vitepress/dist/assets/pages_introduction.md.Dkqu-XCz.js +0 -1
- package/docs/docs/.vitepress/dist/assets/pages_introduction.md.Dkqu-XCz.lean.js +0 -1
- package/docs/docs/.vitepress/dist/assets/pages_usage.md.qo7ICfLC.js +0 -17
- package/docs/docs/.vitepress/dist/assets/pages_usage.md.qo7ICfLC.lean.js +0 -17
- package/docs/docs/.vitepress/dist/assets/style.BSZVsGuP.css +0 -1
- package/docs/docs/components/examples/Counter.vue +0 -17
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
<component name="ProjectCodeStyleConfiguration">
|
|
2
|
+
<code_scheme name="Project" version="173">
|
|
3
|
+
<HTMLCodeStyleSettings>
|
|
4
|
+
<option name="HTML_SPACE_INSIDE_EMPTY_TAG" value="true" />
|
|
5
|
+
</HTMLCodeStyleSettings>
|
|
6
|
+
<JSCodeStyleSettings version="0">
|
|
7
|
+
<option name="FORCE_SEMICOLON_STYLE" value="true" />
|
|
8
|
+
<option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
|
|
9
|
+
<option name="USE_DOUBLE_QUOTES" value="false" />
|
|
10
|
+
<option name="FORCE_QUOTE_STYlE" value="true" />
|
|
11
|
+
<option name="ENFORCE_TRAILING_COMMA" value="Remove" />
|
|
12
|
+
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
|
|
13
|
+
<option name="SPACES_WITHIN_IMPORTS" value="true" />
|
|
14
|
+
<option name="BLANK_LINES_AROUND_FUNCTION" value="0" />
|
|
15
|
+
</JSCodeStyleSettings>
|
|
16
|
+
<TypeScriptCodeStyleSettings version="0">
|
|
17
|
+
<option name="FORCE_SEMICOLON_STYLE" value="true" />
|
|
18
|
+
<option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
|
|
19
|
+
<option name="USE_DOUBLE_QUOTES" value="false" />
|
|
20
|
+
<option name="FORCE_QUOTE_STYlE" value="true" />
|
|
21
|
+
<option name="ENFORCE_TRAILING_COMMA" value="Remove" />
|
|
22
|
+
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
|
|
23
|
+
<option name="SPACES_WITHIN_IMPORTS" value="true" />
|
|
24
|
+
<option name="BLANK_LINES_AROUND_FUNCTION" value="0" />
|
|
25
|
+
</TypeScriptCodeStyleSettings>
|
|
26
|
+
<VueCodeStyleSettings>
|
|
27
|
+
<option name="INTERPOLATION_NEW_LINE_AFTER_START_DELIMITER" value="false" />
|
|
28
|
+
<option name="INTERPOLATION_NEW_LINE_BEFORE_END_DELIMITER" value="false" />
|
|
29
|
+
</VueCodeStyleSettings>
|
|
30
|
+
<codeStyleSettings language="HTML">
|
|
31
|
+
<option name="SOFT_MARGINS" value="80" />
|
|
32
|
+
<indentOptions>
|
|
33
|
+
<option name="INDENT_SIZE" value="2" />
|
|
34
|
+
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
35
|
+
<option name="TAB_SIZE" value="2" />
|
|
36
|
+
</indentOptions>
|
|
37
|
+
</codeStyleSettings>
|
|
38
|
+
<codeStyleSettings language="JavaScript">
|
|
39
|
+
<option name="BLANK_LINES_AROUND_METHOD" value="0" />
|
|
40
|
+
<option name="SOFT_MARGINS" value="80" />
|
|
41
|
+
<indentOptions>
|
|
42
|
+
<option name="INDENT_SIZE" value="2" />
|
|
43
|
+
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
44
|
+
<option name="TAB_SIZE" value="2" />
|
|
45
|
+
</indentOptions>
|
|
46
|
+
</codeStyleSettings>
|
|
47
|
+
<codeStyleSettings language="TypeScript">
|
|
48
|
+
<option name="BLANK_LINES_AROUND_METHOD" value="0" />
|
|
49
|
+
<option name="BLANK_LINES_AROUND_METHOD_IN_INTERFACE" value="0" />
|
|
50
|
+
<option name="SPACE_BEFORE_METHOD_PARENTHESES" value="true" />
|
|
51
|
+
<option name="SOFT_MARGINS" value="80" />
|
|
52
|
+
<indentOptions>
|
|
53
|
+
<option name="INDENT_SIZE" value="2" />
|
|
54
|
+
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
55
|
+
<option name="TAB_SIZE" value="2" />
|
|
56
|
+
</indentOptions>
|
|
57
|
+
</codeStyleSettings>
|
|
58
|
+
<codeStyleSettings language="Vue">
|
|
59
|
+
<option name="SOFT_MARGINS" value="80" />
|
|
60
|
+
<indentOptions>
|
|
61
|
+
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
62
|
+
</indentOptions>
|
|
63
|
+
</codeStyleSettings>
|
|
64
|
+
</code_scheme>
|
|
65
|
+
</component>
|
package/.idea/ivue.iml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module type="WEB_MODULE" version="4">
|
|
3
|
+
<component name="NewModuleRootManager">
|
|
4
|
+
<content url="file://$MODULE_DIR$" />
|
|
5
|
+
<orderEntry type="inheritedJdk" />
|
|
6
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
7
|
+
</component>
|
|
8
|
+
</module>
|
package/.idea/php.xml
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="MessDetectorOptionsConfiguration">
|
|
4
|
+
<option name="transferred" value="true" />
|
|
5
|
+
</component>
|
|
6
|
+
<component name="PHPCSFixerOptionsConfiguration">
|
|
7
|
+
<option name="transferred" value="true" />
|
|
8
|
+
</component>
|
|
9
|
+
<component name="PHPCodeSnifferOptionsConfiguration">
|
|
10
|
+
<option name="highlightLevel" value="WARNING" />
|
|
11
|
+
<option name="transferred" value="true" />
|
|
12
|
+
</component>
|
|
13
|
+
<component name="PhpStanOptionsConfiguration">
|
|
14
|
+
<option name="transferred" value="true" />
|
|
15
|
+
</component>
|
|
16
|
+
<component name="PsalmOptionsConfiguration">
|
|
17
|
+
<option name="transferred" value="true" />
|
|
18
|
+
</component>
|
|
19
|
+
</project>
|
package/.idea/vcs.xml
ADDED
package/README.md
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
## About
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
`ivue` is a TypeScript classes based composable architecture for Vue 3, that unlocks infinite scalability for Vue 3 based apps. It allows you to extend the regular Vue 3 in a simple and elegant way.
|
|
6
6
|
|
|
7
7
|
## Features
|
|
8
8
|
– Simple & Elegant Architecture<br />
|
|
9
|
-
–
|
|
10
|
-
–
|
|
11
|
-
–
|
|
12
|
-
–
|
|
13
|
-
–
|
|
9
|
+
– Extend Classes aligned with TypeScript Class design<br />
|
|
10
|
+
– Extend Props Defaults<br />
|
|
11
|
+
– Extend Emits<br />
|
|
12
|
+
– Extend Slots<br />
|
|
13
|
+
– Extend Components<br />
|
|
14
14
|
– Improves DX by elegantly dealing with .value in the background<br />
|
|
15
15
|
– Can be used both as a Store and a View Model for Components<br />
|
|
16
16
|
– Provides Full TypeScript Support<br />
|
|
@@ -19,7 +19,23 @@
|
|
|
19
19
|
– Only 1kb in size!<br />
|
|
20
20
|
– Production Ready<br />
|
|
21
21
|
|
|
22
|
-
##
|
|
22
|
+
## What is ivue?
|
|
23
|
+
|
|
24
|
+
`ivue` is –<br />
|
|
25
|
+
– Simple like Options API<br />
|
|
26
|
+
– Flexible like Composition API<br />
|
|
27
|
+
– Extensible like TypeScript Classes API<br />
|
|
28
|
+
|
|
29
|
+
`ivue` is a powerful tool because it fully aligns itself with JavaScript / TypeScript Class API.
|
|
30
|
+
|
|
31
|
+
`ivue` gives you a class based Composable capabilities with Inheritance and all the power of TypeScript Classes.
|
|
32
|
+
|
|
33
|
+
`ivue` mitigates the downsides of both Composition API and Options API, uses only their strengths and brings back Object Oriented Programming to allow the development of complex and scalable apps.
|
|
34
|
+
|
|
35
|
+
`ivue` is fully interoperable with Composition API and does not work against, but rather with it, so you can use all of ecosystems composables seamlessly.
|
|
36
|
+
|
|
37
|
+
`ivue` also offers a set of functions and utility types to make extensible & exportable props defaults, extensible emits and extensible slots possible.
|
|
38
|
+
|
|
23
39
|
|
|
24
40
|
## Examples
|
|
25
41
|
|
package/coverage/clover.xml
CHANGED
|
@@ -1,169 +1,169 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="160" coveredstatements="
|
|
5
|
-
<file name="index.ts" path="/Users/light/dev/
|
|
6
|
-
<metrics statements="160" coveredstatements="
|
|
2
|
+
<coverage generated="1723509754350" clover="3.2.0">
|
|
3
|
+
<project timestamp="1723509754350" name="All files">
|
|
4
|
+
<metrics statements="160" coveredstatements="160" conditionals="71" coveredconditionals="71" methods="10" coveredmethods="10" elements="241" coveredelements="241" complexity="0" loc="160" ncloc="160" packages="1" files="1" classes="1"/>
|
|
5
|
+
<file name="index.ts" path="/Users/light/dev/ivue/src/index.ts">
|
|
6
|
+
<metrics statements="160" coveredstatements="160" conditionals="71" coveredconditionals="71" methods="10" coveredmethods="10"/>
|
|
7
7
|
<line num="1" count="1" type="stmt"/>
|
|
8
|
-
<line num="
|
|
9
|
-
<line num="
|
|
10
|
-
<line num="
|
|
8
|
+
<line num="4" count="1" type="stmt"/>
|
|
9
|
+
<line num="137" count="1" type="stmt"/>
|
|
10
|
+
<line num="146" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
11
|
+
<line num="148" count="25" type="cond" truecount="1" falsecount="0"/>
|
|
12
|
+
<line num="149" count="20" type="stmt"/>
|
|
13
|
+
<line num="150" count="20" type="cond" truecount="1" falsecount="0"/>
|
|
14
|
+
<line num="152" count="5" type="stmt"/>
|
|
15
|
+
<line num="154" count="5" type="stmt"/>
|
|
11
16
|
<line num="155" count="25" type="cond" truecount="1" falsecount="0"/>
|
|
12
|
-
<line num="156" count="
|
|
13
|
-
<line num="157" count="
|
|
14
|
-
<line num="
|
|
15
|
-
<line num="
|
|
16
|
-
<line num="
|
|
17
|
-
<line num="
|
|
18
|
-
<line num="
|
|
19
|
-
<line num="165" count="
|
|
20
|
-
<line num="
|
|
21
|
-
<line num="
|
|
22
|
-
<line num="
|
|
23
|
-
<line num="
|
|
24
|
-
<line num="172" count="23" type="
|
|
25
|
-
<line num="173" count="
|
|
26
|
-
<line num="174" count="
|
|
27
|
-
<line num="
|
|
28
|
-
<line num="
|
|
29
|
-
<line num="
|
|
30
|
-
<line num="
|
|
31
|
-
<line num="
|
|
32
|
-
<line num="
|
|
33
|
-
<line num="
|
|
34
|
-
<line num="
|
|
35
|
-
<line num="
|
|
36
|
-
<line num="
|
|
37
|
-
<line num="
|
|
17
|
+
<line num="156" count="12" type="stmt"/>
|
|
18
|
+
<line num="157" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
19
|
+
<line num="158" count="39" type="stmt"/>
|
|
20
|
+
<line num="160" count="39" type="stmt"/>
|
|
21
|
+
<line num="161" count="39" type="stmt"/>
|
|
22
|
+
<line num="162" count="39" type="cond" truecount="1" falsecount="0"/>
|
|
23
|
+
<line num="163" count="39" type="cond" truecount="1" falsecount="0"/>
|
|
24
|
+
<line num="165" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
25
|
+
<line num="166" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
26
|
+
<line num="167" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
27
|
+
<line num="168" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
28
|
+
<line num="171" count="23" type="stmt"/>
|
|
29
|
+
<line num="172" count="23" type="stmt"/>
|
|
30
|
+
<line num="173" count="39" type="stmt"/>
|
|
31
|
+
<line num="174" count="12" type="stmt"/>
|
|
32
|
+
<line num="176" count="12" type="stmt"/>
|
|
33
|
+
<line num="177" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
34
|
+
<line num="180" count="5" type="stmt"/>
|
|
35
|
+
<line num="182" count="5" type="stmt"/>
|
|
36
|
+
<line num="183" count="5" type="stmt"/>
|
|
37
|
+
<line num="205" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
38
|
+
<line num="206" count="23" type="stmt"/>
|
|
39
|
+
<line num="207" count="23" type="stmt"/>
|
|
40
|
+
<line num="208" count="23" type="stmt"/>
|
|
41
|
+
<line num="209" count="23" type="stmt"/>
|
|
42
|
+
<line num="210" count="23" type="cond" truecount="2" falsecount="0"/>
|
|
38
43
|
<line num="213" count="23" type="stmt"/>
|
|
39
|
-
<line num="
|
|
40
|
-
<line num="
|
|
41
|
-
<line num="
|
|
42
|
-
<line num="
|
|
43
|
-
<line num="
|
|
44
|
-
<line num="
|
|
45
|
-
<line num="227" count="
|
|
46
|
-
<line num="229" count="
|
|
47
|
-
<line num="230" count="
|
|
48
|
-
<line num="231" count="
|
|
49
|
-
<line num="232" count="
|
|
50
|
-
<line num="
|
|
51
|
-
<line num="
|
|
52
|
-
<line num="
|
|
53
|
-
<line num="
|
|
54
|
-
<line num="
|
|
55
|
-
<line num="
|
|
56
|
-
<line num="
|
|
57
|
-
<line num="
|
|
58
|
-
<line num="
|
|
59
|
-
<line num="
|
|
60
|
-
<line num="
|
|
61
|
-
<line num="247" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
44
|
+
<line num="216" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
45
|
+
<line num="220" count="122" type="cond" truecount="3" falsecount="0"/>
|
|
46
|
+
<line num="222" count="118" type="stmt"/>
|
|
47
|
+
<line num="223" count="118" type="cond" truecount="1" falsecount="0"/>
|
|
48
|
+
<line num="224" count="93" type="cond" truecount="1" falsecount="0"/>
|
|
49
|
+
<line num="225" count="21" type="cond" truecount="1" falsecount="0"/>
|
|
50
|
+
<line num="227" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
51
|
+
<line num="229" count="15" type="stmt"/>
|
|
52
|
+
<line num="230" count="15" type="stmt"/>
|
|
53
|
+
<line num="231" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
54
|
+
<line num="232" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
55
|
+
<line num="233" count="25" type="stmt"/>
|
|
56
|
+
<line num="234" count="122" type="cond" truecount="1" falsecount="0"/>
|
|
57
|
+
<line num="235" count="122" type="stmt"/>
|
|
58
|
+
<line num="236" count="122" type="stmt"/>
|
|
59
|
+
<line num="237" count="122" type="stmt"/>
|
|
60
|
+
<line num="239" count="23" type="stmt"/>
|
|
61
|
+
<line num="240" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
62
|
+
<line num="241" count="23" type="stmt"/>
|
|
63
|
+
<line num="242" count="23" type="stmt"/>
|
|
64
|
+
<line num="245" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
65
|
+
<line num="247" count="23" type="stmt"/>
|
|
62
66
|
<line num="248" count="23" type="stmt"/>
|
|
63
|
-
<line num="
|
|
64
|
-
<line num="
|
|
65
|
-
<line num="
|
|
66
|
-
<line num="
|
|
67
|
-
<line num="
|
|
68
|
-
<line num="
|
|
67
|
+
<line num="254" count="1" type="stmt"/>
|
|
68
|
+
<line num="259" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
69
|
+
<line num="261" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
70
|
+
<line num="262" count="3" type="stmt"/>
|
|
71
|
+
<line num="263" count="3" type="stmt"/>
|
|
72
|
+
<line num="265" count="3" type="stmt"/>
|
|
73
|
+
<line num="267" count="3" type="stmt"/>
|
|
69
74
|
<line num="268" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
70
|
-
<line num="269" count="
|
|
71
|
-
<line num="
|
|
72
|
-
<line num="
|
|
73
|
-
<line num="274" count="
|
|
74
|
-
<line num="275" count="
|
|
75
|
-
<line num="276" count="13" type="
|
|
76
|
-
<line num="
|
|
77
|
-
<line num="280" count="
|
|
78
|
-
<line num="
|
|
79
|
-
<line num="
|
|
80
|
-
<line num="
|
|
81
|
-
<line num="
|
|
82
|
-
<line num="
|
|
83
|
-
<line num="
|
|
84
|
-
<line num="
|
|
85
|
-
<line num="
|
|
86
|
-
<line num="
|
|
87
|
-
<line num="
|
|
88
|
-
<line num="
|
|
89
|
-
<line num="
|
|
90
|
-
<line num="
|
|
91
|
-
<line num="
|
|
92
|
-
<line num="
|
|
93
|
-
<line num="
|
|
94
|
-
<line num="312" count="
|
|
95
|
-
<line num="313" count="
|
|
96
|
-
<line num="
|
|
97
|
-
<line num="316" count="
|
|
98
|
-
<line num="317" count="
|
|
99
|
-
<line num="
|
|
100
|
-
<line num="
|
|
101
|
-
<line num="
|
|
102
|
-
<line num="
|
|
103
|
-
<line num="
|
|
104
|
-
<line num="325" count="
|
|
105
|
-
<line num="326" count="
|
|
106
|
-
<line num="
|
|
107
|
-
<line num="
|
|
108
|
-
<line num="330" count="5" type="
|
|
109
|
-
<line num="
|
|
110
|
-
<line num="
|
|
111
|
-
<line num="
|
|
112
|
-
<line num="
|
|
113
|
-
<line num="
|
|
114
|
-
<line num="
|
|
115
|
-
<line num="
|
|
116
|
-
<line num="
|
|
117
|
-
<line num="344" count="
|
|
118
|
-
<line num="345" count="
|
|
119
|
-
<line num="
|
|
120
|
-
<line num="
|
|
121
|
-
<line num="
|
|
122
|
-
<line num="
|
|
123
|
-
<line num="352" count="
|
|
124
|
-
<line num="353" count="
|
|
125
|
-
<line num="
|
|
126
|
-
<line num="356" count="
|
|
127
|
-
<line num="
|
|
128
|
-
<line num="359" count="
|
|
129
|
-
<line num="
|
|
130
|
-
<line num="362" count="
|
|
131
|
-
<line num="
|
|
132
|
-
<line num="
|
|
133
|
-
<line num="
|
|
134
|
-
<line num="
|
|
135
|
-
<line num="
|
|
136
|
-
<line num="
|
|
137
|
-
<line num="
|
|
138
|
-
<line num="
|
|
139
|
-
<line num="
|
|
140
|
-
<line num="377" count="17" type="stmt"/>
|
|
75
|
+
<line num="269" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
76
|
+
<line num="272" count="72" type="cond" truecount="1" falsecount="0"/>
|
|
77
|
+
<line num="273" count="62" type="stmt"/>
|
|
78
|
+
<line num="274" count="62" type="stmt"/>
|
|
79
|
+
<line num="275" count="13" type="stmt"/>
|
|
80
|
+
<line num="276" count="13" type="stmt"/>
|
|
81
|
+
<line num="277" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
82
|
+
<line num="280" count="3" type="stmt"/>
|
|
83
|
+
<line num="282" count="3" type="stmt"/>
|
|
84
|
+
<line num="283" count="3" type="stmt"/>
|
|
85
|
+
<line num="293" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
86
|
+
<line num="294" count="17" type="stmt"/>
|
|
87
|
+
<line num="295" count="17" type="stmt"/>
|
|
88
|
+
<line num="296" count="17" type="stmt"/>
|
|
89
|
+
<line num="297" count="17" type="stmt"/>
|
|
90
|
+
<line num="298" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
91
|
+
<line num="299" count="9" type="stmt"/>
|
|
92
|
+
<line num="300" count="9" type="stmt"/>
|
|
93
|
+
<line num="302" count="9" type="stmt"/>
|
|
94
|
+
<line num="305" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
95
|
+
<line num="306" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
96
|
+
<line num="307" count="11" type="stmt"/>
|
|
97
|
+
<line num="309" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
98
|
+
<line num="310" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
99
|
+
<line num="312" count="2" type="stmt"/>
|
|
100
|
+
<line num="313" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
101
|
+
<line num="315" count="4" type="stmt"/>
|
|
102
|
+
<line num="316" count="4" type="stmt"/>
|
|
103
|
+
<line num="317" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
104
|
+
<line num="318" count="4" type="stmt"/>
|
|
105
|
+
<line num="319" count="4" type="stmt"/>
|
|
106
|
+
<line num="320" count="4" type="stmt"/>
|
|
107
|
+
<line num="321" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
108
|
+
<line num="323" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
109
|
+
<line num="325" count="1" type="stmt"/>
|
|
110
|
+
<line num="326" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
111
|
+
<line num="328" count="4" type="stmt"/>
|
|
112
|
+
<line num="329" count="4" type="stmt"/>
|
|
113
|
+
<line num="330" count="5" type="stmt"/>
|
|
114
|
+
<line num="331" count="11" type="stmt"/>
|
|
115
|
+
<line num="332" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
116
|
+
<line num="334" count="4" type="stmt"/>
|
|
117
|
+
<line num="337" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
118
|
+
<line num="338" count="28" type="cond" truecount="1" falsecount="0"/>
|
|
119
|
+
<line num="340" count="2" type="stmt"/>
|
|
120
|
+
<line num="341" count="28" type="cond" truecount="1" falsecount="0"/>
|
|
121
|
+
<line num="343" count="26" type="stmt"/>
|
|
122
|
+
<line num="344" count="26" type="cond" truecount="1" falsecount="0"/>
|
|
123
|
+
<line num="345" count="26" type="cond" truecount="1" falsecount="0"/>
|
|
124
|
+
<line num="346" count="26" type="stmt"/>
|
|
125
|
+
<line num="347" count="26" type="stmt"/>
|
|
126
|
+
<line num="349" count="28" type="stmt"/>
|
|
127
|
+
<line num="350" count="4" type="stmt"/>
|
|
128
|
+
<line num="352" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
129
|
+
<line num="353" count="40" type="cond" truecount="1" falsecount="0"/>
|
|
130
|
+
<line num="355" count="6" type="stmt"/>
|
|
131
|
+
<line num="356" count="40" type="cond" truecount="1" falsecount="0"/>
|
|
132
|
+
<line num="358" count="34" type="stmt"/>
|
|
133
|
+
<line num="359" count="34" type="stmt"/>
|
|
134
|
+
<line num="361" count="40" type="stmt"/>
|
|
135
|
+
<line num="362" count="4" type="stmt"/>
|
|
136
|
+
<line num="365" count="4" type="stmt"/>
|
|
137
|
+
<line num="366" count="4" type="stmt"/>
|
|
138
|
+
<line num="368" count="9" type="stmt"/>
|
|
139
|
+
<line num="369" count="9" type="stmt"/>
|
|
140
|
+
<line num="370" count="17" type="stmt"/>
|
|
141
|
+
<line num="398" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
142
|
+
<line num="399" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
143
|
+
<line num="401" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
144
|
+
<line num="404" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
141
145
|
<line num="406" count="1" type="stmt"/>
|
|
142
|
-
<line num="407" count="
|
|
143
|
-
<line num="
|
|
144
|
-
<line num="
|
|
145
|
-
<line num="
|
|
146
|
-
<line num="
|
|
147
|
-
<line num="
|
|
148
|
-
<line num="
|
|
149
|
-
<line num="
|
|
150
|
-
<line num="
|
|
151
|
-
<line num="
|
|
152
|
-
<line num="
|
|
153
|
-
<line num="
|
|
154
|
-
<line num="
|
|
155
|
-
<line num="
|
|
156
|
-
<line num="
|
|
157
|
-
<line num="
|
|
158
|
-
<line num="
|
|
159
|
-
<line num="
|
|
160
|
-
<line num="
|
|
161
|
-
<line num="
|
|
162
|
-
<line num="
|
|
163
|
-
<line num="460" count="0" type="stmt"/>
|
|
164
|
-
<line num="461" count="0" type="stmt"/>
|
|
165
|
-
<line num="462" count="0" type="stmt"/>
|
|
166
|
-
<line num="463" count="0" type="stmt"/>
|
|
146
|
+
<line num="407" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
147
|
+
<line num="408" count="3" type="stmt"/>
|
|
148
|
+
<line num="409" count="3" type="stmt"/>
|
|
149
|
+
<line num="410" count="14" type="stmt"/>
|
|
150
|
+
<line num="437" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
151
|
+
<line num="438" count="1" type="stmt"/>
|
|
152
|
+
<line num="439" count="1" type="stmt"/>
|
|
153
|
+
<line num="440" count="1" type="stmt"/>
|
|
154
|
+
<line num="441" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
155
|
+
<line num="442" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
156
|
+
<line num="444" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
157
|
+
<line num="445" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
158
|
+
<line num="446" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
159
|
+
<line num="448" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
160
|
+
<line num="449" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
161
|
+
<line num="451" count="5" type="stmt"/>
|
|
162
|
+
<line num="452" count="5" type="stmt"/>
|
|
163
|
+
<line num="453" count="6" type="stmt"/>
|
|
164
|
+
<line num="454" count="8" type="stmt"/>
|
|
165
|
+
<line num="455" count="1" type="stmt"/>
|
|
166
|
+
<line num="456" count="1" type="stmt"/>
|
|
167
167
|
</file>
|
|
168
168
|
</project>
|
|
169
169
|
</coverage>
|