ivue 1.1.19 → 1.1.21
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/README.md +13 -8
- package/coverage/clover.xml +174 -160
- package/coverage/coverage-final.json +1 -1
- package/coverage/index.html +18 -18
- package/coverage/{index.ts.html → ivue.ts.html} +221 -32
- package/dist/index.es.js +18 -18
- package/dist/index.umd.js +1 -1
- package/dist/src/ivue.d.ts +19 -13
- package/docs/docs/.vitepress/config.ts +10 -4
- package/docs/docs/.vitepress/dist/404.html +3 -3
- package/docs/docs/.vitepress/dist/api/ivue.html +7 -7
- package/docs/docs/.vitepress/dist/api/propsWithDefaults.html +7 -7
- package/docs/docs/.vitepress/dist/assets/{api_ivue.md.CZqok1oO.js → api_ivue.md.DyFbv52x.js} +1 -1
- package/docs/docs/.vitepress/dist/assets/{api_ivue.md.CZqok1oO.lean.js → api_ivue.md.DyFbv52x.lean.js} +1 -1
- package/docs/docs/.vitepress/dist/assets/{api_propsWithDefaults.md.DEcLH0d7.lean.js → api_propsWithDefaults.md.C6C7ZBZl.js} +1 -1
- package/docs/docs/.vitepress/dist/assets/{api_propsWithDefaults.md.DEcLH0d7.js → api_propsWithDefaults.md.C6C7ZBZl.lean.js} +1 -1
- package/docs/docs/.vitepress/dist/assets/{app.B0XSXAbt.js → app.CQ7kL6_f.js} +1 -1
- package/docs/docs/.vitepress/dist/assets/chunks/@localSearchIndexroot.DPHmCl-3.js +1 -0
- package/docs/docs/.vitepress/dist/assets/chunks/{Button.vue_vue_type_script_setup_true_lang.CPdVloYP.js → Button.vue_vue_type_script_setup_true_lang.Bynntqk6.js} +1 -1
- package/docs/docs/.vitepress/dist/assets/chunks/{VPLocalSearchBox.Cy60THbt.js → VPLocalSearchBox.hM-bvSJA.js} +1 -1
- package/docs/docs/.vitepress/dist/assets/chunks/framework.CvEKxEoK.js +1 -0
- package/docs/docs/.vitepress/dist/assets/chunks/index.es.BJUrCfJB.js +1 -0
- package/docs/docs/.vitepress/dist/assets/chunks/{theme.CU9x1gi1.js → theme.BQo6cm_A.js} +2 -2
- package/docs/docs/.vitepress/dist/assets/index.md.D-9TpgnJ.js +1 -0
- package/docs/docs/.vitepress/dist/assets/index.md.D-9TpgnJ.lean.js +1 -0
- package/docs/docs/.vitepress/dist/assets/{pages_advanced-usage.md.BdjYKyP7.js → pages_advanced-usage.md.DsU0E8Oi.js} +1 -1
- package/docs/docs/.vitepress/dist/assets/{pages_advanced-usage.md.BdjYKyP7.lean.js → pages_advanced-usage.md.DsU0E8Oi.lean.js} +1 -1
- package/docs/docs/.vitepress/dist/assets/pages_api.md.CElVfYwg.js +1 -0
- package/docs/docs/.vitepress/dist/assets/pages_api.md.CElVfYwg.lean.js +1 -0
- package/docs/docs/.vitepress/dist/assets/{pages_browse-code.md.BTo1NnoD.js → pages_browse-code.md.DhMpWRNv.js} +34 -27
- package/docs/docs/.vitepress/dist/assets/{pages_browse-code.md.BTo1NnoD.lean.js → pages_browse-code.md.DhMpWRNv.lean.js} +1 -1
- package/docs/docs/.vitepress/dist/assets/{pages_getting-started.md.pKbgyjOJ.js → pages_getting-started.md.CRguJKe8.js} +35 -28
- package/docs/docs/.vitepress/dist/assets/{pages_getting-started.md.pKbgyjOJ.lean.js → pages_getting-started.md.CRguJKe8.lean.js} +1 -1
- package/docs/docs/.vitepress/dist/assets/{pages_guidelines.md.e9uCeWU_.lean.js → pages_guidelines.md.yUFCB7mz.js} +19 -13
- package/docs/docs/.vitepress/dist/assets/{pages_guidelines.md.e9uCeWU_.js → pages_guidelines.md.yUFCB7mz.lean.js} +19 -13
- package/docs/docs/.vitepress/dist/assets/{pages_how-it-works.md.DjBxE3iI.lean.js → pages_how-it-works.md.DDKhyGlo.js} +35 -28
- package/docs/docs/.vitepress/dist/assets/{pages_how-it-works.md.DjBxE3iI.js → pages_how-it-works.md.DDKhyGlo.lean.js} +35 -28
- package/docs/docs/.vitepress/dist/assets/{pages_how-its-made.md.DGeFDBuv.js → pages_how-its-made.md.CCol99CD.js} +1 -1
- package/docs/docs/.vitepress/dist/assets/{pages_how-its-made.md.DGeFDBuv.lean.js → pages_how-its-made.md.CCol99CD.lean.js} +1 -1
- package/docs/docs/.vitepress/dist/assets/pages_introduction.md.CCkiQtfX.js +1 -0
- package/docs/docs/.vitepress/dist/assets/pages_introduction.md.CCkiQtfX.lean.js +1 -0
- package/docs/docs/.vitepress/dist/assets/{pages_usage.md.CdQ0bAt8.js → pages_usage.md.EDa7wXde.js} +82 -32
- package/docs/docs/.vitepress/dist/assets/{pages_usage.md.CdQ0bAt8.lean.js → pages_usage.md.EDa7wXde.lean.js} +82 -32
- package/docs/docs/.vitepress/dist/assets/{style.Fgx7OB_D.css → style.Dtxde_a0.css} +1 -1
- package/docs/docs/.vitepress/dist/hashmap.json +1 -1
- package/docs/docs/.vitepress/dist/index.html +9 -9
- package/docs/docs/.vitepress/dist/pages/advanced-usage.html +7 -7
- package/docs/docs/.vitepress/dist/pages/api.html +9 -9
- package/docs/docs/.vitepress/dist/pages/browse-code.html +40 -33
- package/docs/docs/.vitepress/dist/pages/getting-started.html +41 -34
- package/docs/docs/.vitepress/dist/pages/guidelines.html +25 -19
- package/docs/docs/.vitepress/dist/pages/how-it-works.html +41 -34
- package/docs/docs/.vitepress/dist/pages/how-its-made.html +7 -7
- package/docs/docs/.vitepress/dist/pages/introduction.html +9 -9
- package/docs/docs/.vitepress/dist/pages/usage.html +88 -38
- package/docs/docs/.vitepress/theme/main.css +1 -1
- package/docs/docs/components/guidelines/CounterExternalRefsDetailed.vue +5 -5
- package/docs/docs/components/usage/CounterComposables.vue +10 -2
- package/docs/docs/components/usage/CounterComposablesDestructuring.vue +3 -3
- package/docs/docs/components/usage/CounterComposablesIvueDestructuring.vue +36 -0
- package/docs/docs/components/usage/CounterExternalRefs.vue +3 -3
- package/docs/docs/components/usage/classes/CustomMouse.ts +18 -0
- package/docs/docs/components/usage/functions/useCustomMouse.ts +31 -0
- package/docs/docs/index.md +37 -17
- package/docs/docs/pages/api.md +13 -13
- package/docs/docs/pages/guidelines.md +12 -6
- package/docs/docs/pages/how-it-works.md +24 -10
- package/docs/docs/pages/how-its-made.md +1 -1
- package/docs/docs/pages/introduction.md +10 -3
- package/docs/docs/pages/usage.md +24 -2
- package/docs/package.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/ivue.vitest.spec.ts +22 -21
- package/src/ivue.ts +30 -17
- package/docs/docs/.vitepress/dist/assets/chunks/@localSearchIndexroot.c4Gx9TYS.js +0 -1
- package/docs/docs/.vitepress/dist/assets/chunks/framework.DwpdbuZp.js +0 -1
- package/docs/docs/.vitepress/dist/assets/chunks/index.es.Dhu93bg7.js +0 -1
- package/docs/docs/.vitepress/dist/assets/index.md.CLB_U8aI.js +0 -1
- package/docs/docs/.vitepress/dist/assets/index.md.CLB_U8aI.lean.js +0 -1
- package/docs/docs/.vitepress/dist/assets/pages_api.md.-RSHq6PR.js +0 -7
- package/docs/docs/.vitepress/dist/assets/pages_api.md.-RSHq6PR.lean.js +0 -7
- package/docs/docs/.vitepress/dist/assets/pages_introduction.md.BdBoAz6L.js +0 -1
- package/docs/docs/.vitepress/dist/assets/pages_introduction.md.BdBoAz6L.lean.js +0 -1
- package/docs/docs/components/usage/functions/useMouse.ts +0 -26
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## About
|
|
4
4
|
|
|
5
|
-
`ivue` is a TypeScript
|
|
5
|
+
`ivue` is a TypeScript class 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 />
|
|
@@ -11,20 +11,25 @@
|
|
|
11
11
|
– Extend Emits<br />
|
|
12
12
|
– Extend Slots<br />
|
|
13
13
|
– Extend Components<br />
|
|
14
|
-
– Improves DX by elegantly dealing with
|
|
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
|
-
– Provides Full TypeScript Support<br />
|
|
17
|
-
– 100% Tested<br />
|
|
18
16
|
– Zero dependencies except Vue 3<br />
|
|
19
|
-
– Only 1kb in size!<br />
|
|
20
|
-
– Production Ready<br />
|
|
21
17
|
|
|
22
18
|
## What is ivue?
|
|
19
|
+
## `ivue` is
|
|
23
20
|
|
|
24
|
-
`ivue` is –<br />
|
|
25
21
|
– Simple like Options API<br />
|
|
26
22
|
– Flexible like Composition API<br />
|
|
27
|
-
– Extensible like TypeScript
|
|
23
|
+
– Extensible like TypeScript Class API<br />
|
|
24
|
+
– Robust, Minimal, Opaque & Unobtrusive<br />
|
|
25
|
+
– 100% Vue 3 Compatible<br />
|
|
26
|
+
– 100% Test Covered<br />
|
|
27
|
+
– 100% Type Safe<br />
|
|
28
|
+
– Production Ready<br />
|
|
29
|
+
– Just <code>1.1kb</code> gzipped!<br />
|
|
30
|
+
– 100% VSCode / Intellij IDE Auto-complete Intellisence<br />
|
|
31
|
+
|
|
32
|
+
|
|
28
33
|
|
|
29
34
|
`ivue` is a powerful tool because it fully aligns itself with JavaScript / TypeScript Class API.
|
|
30
35
|
|
package/coverage/clover.xml
CHANGED
|
@@ -1,169 +1,183 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
5
|
-
<file name="
|
|
6
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1724028048872" clover="3.2.0">
|
|
3
|
+
<project timestamp="1724028048872" name="All files">
|
|
4
|
+
<metrics statements="174" coveredstatements="164" conditionals="72" coveredconditionals="72" methods="12" coveredmethods="11" elements="258" coveredelements="247" complexity="0" loc="174" ncloc="174" packages="1" files="1" classes="1"/>
|
|
5
|
+
<file name="ivue.ts" path="/Users/light/dev/ivue/src/ivue.ts">
|
|
6
|
+
<metrics statements="174" coveredstatements="164" conditionals="72" coveredconditionals="72" methods="12" coveredmethods="11"/>
|
|
7
7
|
<line num="1" count="1" type="stmt"/>
|
|
8
8
|
<line num="4" count="1" type="stmt"/>
|
|
9
|
-
<line num="
|
|
10
|
-
<line num="
|
|
11
|
-
<line num="
|
|
12
|
-
<line num="
|
|
13
|
-
<line num="
|
|
14
|
-
<line num="
|
|
15
|
-
<line num="154" count="5" type="stmt"/>
|
|
16
|
-
<line num="155" count="25" type="cond" truecount="1" falsecount="0"/>
|
|
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"/>
|
|
9
|
+
<line num="166" count="1" type="stmt"/>
|
|
10
|
+
<line num="175" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
11
|
+
<line num="177" count="25" type="cond" truecount="1" falsecount="0"/>
|
|
12
|
+
<line num="178" count="20" type="stmt"/>
|
|
13
|
+
<line num="179" count="20" type="cond" truecount="1" falsecount="0"/>
|
|
14
|
+
<line num="181" count="5" type="stmt"/>
|
|
36
15
|
<line num="183" count="5" type="stmt"/>
|
|
37
|
-
<line num="
|
|
38
|
-
<line num="
|
|
39
|
-
<line num="
|
|
40
|
-
<line num="
|
|
41
|
-
<line num="
|
|
42
|
-
<line num="
|
|
43
|
-
<line num="
|
|
44
|
-
<line num="
|
|
45
|
-
<line num="
|
|
46
|
-
<line num="
|
|
47
|
-
<line num="
|
|
48
|
-
<line num="
|
|
49
|
-
<line num="
|
|
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="
|
|
62
|
-
<line num="
|
|
16
|
+
<line num="184" count="25" type="cond" truecount="1" falsecount="0"/>
|
|
17
|
+
<line num="185" count="12" type="stmt"/>
|
|
18
|
+
<line num="186" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
19
|
+
<line num="187" count="39" type="stmt"/>
|
|
20
|
+
<line num="189" count="39" type="stmt"/>
|
|
21
|
+
<line num="190" count="39" type="stmt"/>
|
|
22
|
+
<line num="191" count="39" type="cond" truecount="1" falsecount="0"/>
|
|
23
|
+
<line num="192" count="39" type="cond" truecount="1" falsecount="0"/>
|
|
24
|
+
<line num="194" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
25
|
+
<line num="195" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
26
|
+
<line num="196" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
27
|
+
<line num="197" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
28
|
+
<line num="200" count="23" type="stmt"/>
|
|
29
|
+
<line num="201" count="23" type="stmt"/>
|
|
30
|
+
<line num="202" count="39" type="stmt"/>
|
|
31
|
+
<line num="203" count="12" type="stmt"/>
|
|
32
|
+
<line num="205" count="12" type="stmt"/>
|
|
33
|
+
<line num="206" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
34
|
+
<line num="209" count="5" type="stmt"/>
|
|
35
|
+
<line num="211" count="5" type="stmt"/>
|
|
36
|
+
<line num="212" count="5" type="stmt"/>
|
|
37
|
+
<line num="234" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
38
|
+
<line num="235" count="23" type="stmt"/>
|
|
39
|
+
<line num="236" count="23" type="stmt"/>
|
|
40
|
+
<line num="237" count="23" type="stmt"/>
|
|
41
|
+
<line num="238" count="23" type="stmt"/>
|
|
42
|
+
<line num="239" count="23" type="cond" truecount="2" falsecount="0"/>
|
|
63
43
|
<line num="242" count="23" type="stmt"/>
|
|
64
44
|
<line num="245" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
65
|
-
<line num="
|
|
66
|
-
<line num="
|
|
67
|
-
<line num="
|
|
68
|
-
<line num="
|
|
69
|
-
<line num="
|
|
70
|
-
<line num="
|
|
71
|
-
<line num="
|
|
72
|
-
<line num="
|
|
73
|
-
<line num="
|
|
74
|
-
<line num="
|
|
75
|
-
<line num="
|
|
76
|
-
<line num="
|
|
77
|
-
<line num="
|
|
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="
|
|
95
|
-
<line num="
|
|
96
|
-
<line num="
|
|
97
|
-
<line num="
|
|
98
|
-
<line num="
|
|
99
|
-
<line num="
|
|
100
|
-
<line num="
|
|
101
|
-
<line num="
|
|
102
|
-
<line num="
|
|
103
|
-
<line num="
|
|
104
|
-
<line num="
|
|
105
|
-
<line num="
|
|
106
|
-
<line num="
|
|
107
|
-
<line num="
|
|
108
|
-
<line num="
|
|
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="
|
|
118
|
-
<line num="
|
|
119
|
-
<line num="
|
|
120
|
-
<line num="
|
|
121
|
-
<line num="
|
|
122
|
-
<line num="
|
|
123
|
-
<line num="
|
|
124
|
-
<line num="
|
|
125
|
-
<line num="
|
|
126
|
-
<line num="
|
|
127
|
-
<line num="
|
|
128
|
-
<line num="
|
|
129
|
-
<line num="
|
|
130
|
-
<line num="
|
|
131
|
-
<line num="
|
|
132
|
-
<line num="
|
|
133
|
-
<line num="
|
|
134
|
-
<line num="
|
|
135
|
-
<line num="
|
|
136
|
-
<line num="
|
|
137
|
-
<line num="
|
|
138
|
-
<line num="
|
|
139
|
-
<line num="
|
|
140
|
-
<line num="
|
|
141
|
-
<line num="
|
|
142
|
-
<line num="
|
|
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="
|
|
164
|
-
<line num="
|
|
165
|
-
<line num="
|
|
166
|
-
<line num="
|
|
45
|
+
<line num="249" count="122" type="cond" truecount="3" falsecount="0"/>
|
|
46
|
+
<line num="251" count="118" type="stmt"/>
|
|
47
|
+
<line num="252" count="118" type="cond" truecount="1" falsecount="0"/>
|
|
48
|
+
<line num="253" count="93" type="cond" truecount="1" falsecount="0"/>
|
|
49
|
+
<line num="254" count="21" type="cond" truecount="1" falsecount="0"/>
|
|
50
|
+
<line num="256" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
51
|
+
<line num="258" count="15" type="stmt"/>
|
|
52
|
+
<line num="259" count="15" type="stmt"/>
|
|
53
|
+
<line num="260" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
54
|
+
<line num="261" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
55
|
+
<line num="262" count="25" type="stmt"/>
|
|
56
|
+
<line num="263" count="122" type="cond" truecount="1" falsecount="0"/>
|
|
57
|
+
<line num="264" count="122" type="stmt"/>
|
|
58
|
+
<line num="265" count="122" type="stmt"/>
|
|
59
|
+
<line num="266" count="122" type="stmt"/>
|
|
60
|
+
<line num="268" count="23" type="stmt"/>
|
|
61
|
+
<line num="269" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
62
|
+
<line num="270" count="23" type="stmt"/>
|
|
63
|
+
<line num="271" count="23" type="stmt"/>
|
|
64
|
+
<line num="274" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
65
|
+
<line num="276" count="23" type="stmt"/>
|
|
66
|
+
<line num="277" count="23" type="stmt"/>
|
|
67
|
+
<line num="283" count="1" type="stmt"/>
|
|
68
|
+
<line num="288" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
69
|
+
<line num="290" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
70
|
+
<line num="291" count="3" type="stmt"/>
|
|
71
|
+
<line num="292" count="3" type="stmt"/>
|
|
72
|
+
<line num="294" count="3" type="stmt"/>
|
|
73
|
+
<line num="296" count="3" type="stmt"/>
|
|
74
|
+
<line num="297" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
75
|
+
<line num="298" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
76
|
+
<line num="301" count="72" type="cond" truecount="1" falsecount="0"/>
|
|
77
|
+
<line num="302" count="62" type="stmt"/>
|
|
78
|
+
<line num="303" count="62" type="stmt"/>
|
|
79
|
+
<line num="304" count="13" type="stmt"/>
|
|
80
|
+
<line num="305" count="13" type="stmt"/>
|
|
81
|
+
<line num="306" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
82
|
+
<line num="309" count="3" type="stmt"/>
|
|
83
|
+
<line num="311" count="3" type="stmt"/>
|
|
84
|
+
<line num="312" count="3" type="stmt"/>
|
|
85
|
+
<line num="320" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
86
|
+
<line num="321" count="162" type="stmt"/>
|
|
87
|
+
<line num="322" count="162" type="stmt"/>
|
|
88
|
+
<line num="335" count="1" type="stmt"/>
|
|
89
|
+
<line num="336" count="0" type="stmt"/>
|
|
90
|
+
<line num="337" count="0" type="stmt"/>
|
|
91
|
+
<line num="338" count="0" type="stmt"/>
|
|
92
|
+
<line num="339" count="0" type="stmt"/>
|
|
93
|
+
<line num="340" count="0" type="stmt"/>
|
|
94
|
+
<line num="341" count="0" type="stmt"/>
|
|
95
|
+
<line num="342" count="0" type="stmt"/>
|
|
96
|
+
<line num="343" count="0" type="stmt"/>
|
|
97
|
+
<line num="344" count="0" type="stmt"/>
|
|
98
|
+
<line num="345" count="0" type="stmt"/>
|
|
99
|
+
<line num="355" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
100
|
+
<line num="356" count="17" type="stmt"/>
|
|
101
|
+
<line num="357" count="17" type="stmt"/>
|
|
102
|
+
<line num="358" count="17" type="stmt"/>
|
|
103
|
+
<line num="359" count="17" type="stmt"/>
|
|
104
|
+
<line num="360" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
105
|
+
<line num="361" count="9" type="stmt"/>
|
|
106
|
+
<line num="362" count="9" type="stmt"/>
|
|
107
|
+
<line num="364" count="9" type="stmt"/>
|
|
108
|
+
<line num="367" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
109
|
+
<line num="368" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
110
|
+
<line num="369" count="11" type="stmt"/>
|
|
111
|
+
<line num="371" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
112
|
+
<line num="372" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
113
|
+
<line num="374" count="2" type="stmt"/>
|
|
114
|
+
<line num="375" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
115
|
+
<line num="377" count="4" type="stmt"/>
|
|
116
|
+
<line num="378" count="4" type="stmt"/>
|
|
117
|
+
<line num="379" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
118
|
+
<line num="380" count="4" type="stmt"/>
|
|
119
|
+
<line num="381" count="4" type="stmt"/>
|
|
120
|
+
<line num="382" count="4" type="stmt"/>
|
|
121
|
+
<line num="383" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
122
|
+
<line num="385" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
123
|
+
<line num="387" count="1" type="stmt"/>
|
|
124
|
+
<line num="388" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
125
|
+
<line num="390" count="4" type="stmt"/>
|
|
126
|
+
<line num="391" count="4" type="stmt"/>
|
|
127
|
+
<line num="392" count="5" type="stmt"/>
|
|
128
|
+
<line num="393" count="11" type="stmt"/>
|
|
129
|
+
<line num="394" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
130
|
+
<line num="396" count="4" type="stmt"/>
|
|
131
|
+
<line num="399" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
132
|
+
<line num="400" count="28" type="cond" truecount="1" falsecount="0"/>
|
|
133
|
+
<line num="402" count="2" type="stmt"/>
|
|
134
|
+
<line num="403" count="28" type="cond" truecount="1" falsecount="0"/>
|
|
135
|
+
<line num="405" count="26" type="stmt"/>
|
|
136
|
+
<line num="406" count="26" type="cond" truecount="1" falsecount="0"/>
|
|
137
|
+
<line num="407" count="26" type="cond" truecount="1" falsecount="0"/>
|
|
138
|
+
<line num="408" count="26" type="stmt"/>
|
|
139
|
+
<line num="409" count="26" type="stmt"/>
|
|
140
|
+
<line num="411" count="28" type="stmt"/>
|
|
141
|
+
<line num="412" count="4" type="stmt"/>
|
|
142
|
+
<line num="414" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
143
|
+
<line num="415" count="40" type="cond" truecount="1" falsecount="0"/>
|
|
144
|
+
<line num="417" count="6" type="stmt"/>
|
|
145
|
+
<line num="418" count="40" type="cond" truecount="1" falsecount="0"/>
|
|
146
|
+
<line num="420" count="34" type="stmt"/>
|
|
147
|
+
<line num="421" count="34" type="stmt"/>
|
|
148
|
+
<line num="422" count="4" type="stmt"/>
|
|
149
|
+
<line num="425" count="4" type="stmt"/>
|
|
150
|
+
<line num="426" count="4" type="stmt"/>
|
|
151
|
+
<line num="428" count="9" type="stmt"/>
|
|
152
|
+
<line num="429" count="9" type="stmt"/>
|
|
153
|
+
<line num="430" count="17" type="stmt"/>
|
|
154
|
+
<line num="458" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
155
|
+
<line num="459" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
156
|
+
<line num="461" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
157
|
+
<line num="464" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
158
|
+
<line num="466" count="1" type="stmt"/>
|
|
159
|
+
<line num="467" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
160
|
+
<line num="468" count="3" type="stmt"/>
|
|
161
|
+
<line num="469" count="3" type="stmt"/>
|
|
162
|
+
<line num="470" count="14" type="stmt"/>
|
|
163
|
+
<line num="497" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
164
|
+
<line num="498" count="1" type="stmt"/>
|
|
165
|
+
<line num="499" count="1" type="stmt"/>
|
|
166
|
+
<line num="500" count="1" type="stmt"/>
|
|
167
|
+
<line num="501" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
168
|
+
<line num="502" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
169
|
+
<line num="504" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
170
|
+
<line num="505" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
171
|
+
<line num="506" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
172
|
+
<line num="508" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
173
|
+
<line num="509" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
174
|
+
<line num="511" count="5" type="stmt"/>
|
|
175
|
+
<line num="512" count="5" type="stmt"/>
|
|
176
|
+
<line num="513" count="6" type="stmt"/>
|
|
177
|
+
<line num="514" count="8" type="stmt"/>
|
|
178
|
+
<line num="515" count="1" type="stmt"/>
|
|
179
|
+
<line num="516" count="1" type="stmt"/>
|
|
180
|
+
<line num="519" count="1" type="stmt"/>
|
|
167
181
|
</file>
|
|
168
182
|
</project>
|
|
169
183
|
</coverage>
|