ivue 1.2.3 → 1.3.0
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/coverage/clover.xml +177 -176
- package/coverage/coverage-final.json +1 -1
- package/coverage/index.html +18 -18
- package/coverage/index.ts.html +1 -1
- package/coverage/ivue.ts.html +176 -146
- package/dist/index.es.js +47 -46
- package/dist/index.umd.js +1 -1
- package/dist/src/ivue.d.ts +20 -11
- package/docs/docs/.vitepress/config.ts +24 -4
- package/docs/docs/.vitepress/dist/404.html +2 -2
- package/docs/docs/.vitepress/dist/api/ivue.html +4 -4
- package/docs/docs/.vitepress/dist/api/propsWithDefaults.html +4 -4
- package/docs/docs/.vitepress/dist/assets/{app.DQ9wCVNL.js → app.C_6IW306.js} +1 -1
- package/docs/docs/.vitepress/dist/assets/chunks/@localSearchIndexroot.Cfu1MyIk.js +1 -0
- package/docs/docs/.vitepress/dist/assets/chunks/{VPLocalSearchBox.EJpZrMkj.js → VPLocalSearchBox.BEJZ5WJL.js} +1 -1
- package/docs/docs/.vitepress/dist/assets/chunks/index.es.B1_StH0Z.js +1 -0
- package/docs/docs/.vitepress/dist/assets/chunks/{theme.BCqH7Ey3.js → theme.COJ5Yu8m.js} +2 -2
- package/docs/docs/.vitepress/dist/assets/{pages_advanced-usage.md.DsU0E8Oi.js → pages_advanced-usage.md.Xwq8hk_w.js} +1 -1
- package/docs/docs/.vitepress/dist/assets/{pages_advanced-usage.md.DsU0E8Oi.lean.js → pages_advanced-usage.md.Xwq8hk_w.lean.js} +1 -1
- package/docs/docs/.vitepress/dist/assets/pages_api.md.Bo9Kusmf.js +1 -0
- package/docs/docs/.vitepress/dist/assets/pages_api.md.Bo9Kusmf.lean.js +1 -0
- package/docs/docs/.vitepress/dist/assets/{pages_browse-code.md.d01mQ5OL.js → pages_browse-code.md.BS0BRUx_.js} +39 -29
- package/docs/docs/.vitepress/dist/assets/{pages_getting-started.md.g77_aCnX.js → pages_getting-started.md.BbVqm1ey.js} +39 -29
- package/docs/docs/.vitepress/dist/assets/{pages_guidelines.md.DufOHb7U.lean.js → pages_guidelines.md.fL8xf0Gx.js} +19 -19
- package/docs/docs/.vitepress/dist/assets/{pages_guidelines.md.DufOHb7U.js → pages_guidelines.md.fL8xf0Gx.lean.js} +19 -19
- package/docs/docs/.vitepress/dist/assets/{pages_how-it-works.md.BaYaFawX.js → pages_how-it-works.md.CP31gYQw.js} +40 -30
- package/docs/docs/.vitepress/dist/assets/{pages_how-it-works.md.BaYaFawX.lean.js → pages_how-it-works.md.CP31gYQw.lean.js} +40 -30
- package/docs/docs/.vitepress/dist/assets/pages_how-its-made.md.C02KZK0J.js +1 -0
- package/docs/docs/.vitepress/dist/assets/pages_introduction.md.B6foeVXQ.js +1 -0
- package/docs/docs/.vitepress/dist/assets/pages_introduction.md.B6foeVXQ.lean.js +1 -0
- package/docs/docs/.vitepress/dist/assets/{pages_usage.md.Fo9SdFjd.js → pages_usage.md.5C8BnzAi.js} +100 -68
- package/docs/docs/.vitepress/dist/assets/{pages_usage.md.Fo9SdFjd.lean.js → pages_usage.md.5C8BnzAi.lean.js} +100 -68
- package/docs/docs/.vitepress/dist/hashmap.json +1 -1
- package/docs/docs/.vitepress/dist/index.html +4 -4
- package/docs/docs/.vitepress/dist/pages/advanced-usage.html +5 -5
- package/docs/docs/.vitepress/dist/pages/api.html +7 -7
- package/docs/docs/.vitepress/dist/pages/browse-code.html +43 -33
- package/docs/docs/.vitepress/dist/pages/getting-started.html +44 -34
- package/docs/docs/.vitepress/dist/pages/guidelines.html +24 -24
- package/docs/docs/.vitepress/dist/pages/how-it-works.html +44 -34
- package/docs/docs/.vitepress/dist/pages/how-its-made.html +5 -5
- package/docs/docs/.vitepress/dist/pages/introduction.html +5 -5
- package/docs/docs/.vitepress/dist/pages/usage.html +105 -73
- package/docs/docs/components/advanced-usage/ConvertLegacy.vue +58 -0
- package/docs/docs/components/usage/CounterBasic.vue +3 -1
- package/docs/docs/components/usage/CounterComposables.vue +5 -3
- package/docs/docs/components/usage/CounterComposablesDestructuring.vue +15 -11
- package/docs/docs/components/usage/CounterComposablesIvue.vue +7 -3
- package/docs/docs/components/usage/CounterComposablesIvueDestructuring.vue +4 -2
- package/docs/docs/components/usage/CounterComputeds.vue +3 -1
- package/docs/docs/components/usage/CounterComputedsDisabled.vue +6 -4
- package/docs/docs/components/usage/CounterExternalRefs.vue +4 -2
- package/docs/docs/components/usage/CounterInsideComposables.vue +3 -1
- package/docs/docs/components/usage/CounterInternalRefs.vue +3 -1
- package/docs/docs/components/usage/CounterLifecycleHooks.vue +3 -1
- package/docs/docs/components/usage/CounterWatch.vue +3 -1
- package/docs/docs/components/usage/CounterWithProps.vue +4 -2
- package/docs/docs/components/usage/CounterWithPropsAndEmits.vue +3 -1
- package/docs/docs/components/usage/classes/CustomMouse.ts +2 -2
- package/docs/docs/pages/advanced-usage.md +2 -1
- package/docs/docs/pages/api.md +22 -7
- package/docs/docs/pages/guidelines.md +9 -9
- package/docs/docs/pages/how-it-works.md +0 -20
- package/docs/docs/pages/how-its-made.md +3 -3
- package/docs/docs/pages/introduction.md +22 -8
- package/docs/package.json +1 -1
- package/package.json +6 -1
- package/src/__tests__/ivue.vitest.spec.ts +61 -7
- package/src/ivue.ts +37 -27
- package/docs/docs/.vitepress/dist/assets/chunks/@localSearchIndexroot.HQhVwKCx.js +0 -1
- package/docs/docs/.vitepress/dist/assets/chunks/index.es.CUL6WvM-.js +0 -1
- package/docs/docs/.vitepress/dist/assets/pages_api.md.CElVfYwg.js +0 -1
- package/docs/docs/.vitepress/dist/assets/pages_api.md.CElVfYwg.lean.js +0 -1
- package/docs/docs/.vitepress/dist/assets/pages_how-its-made.md.CCol99CD.js +0 -1
- package/docs/docs/.vitepress/dist/assets/pages_introduction.md.CCkiQtfX.js +0 -1
- package/docs/docs/.vitepress/dist/assets/pages_introduction.md.CCkiQtfX.lean.js +0 -1
- /package/docs/docs/.vitepress/dist/assets/{pages_browse-code.md.d01mQ5OL.lean.js → pages_browse-code.md.BS0BRUx_.lean.js} +0 -0
- /package/docs/docs/.vitepress/dist/assets/{pages_getting-started.md.g77_aCnX.lean.js → pages_getting-started.md.BbVqm1ey.lean.js} +0 -0
- /package/docs/docs/.vitepress/dist/assets/{pages_how-its-made.md.CCol99CD.lean.js → pages_how-its-made.md.C02KZK0J.lean.js} +0 -0
package/coverage/clover.xml
CHANGED
|
@@ -1,190 +1,191 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1724628166766" clover="3.2.0">
|
|
3
|
+
<project timestamp="1724628166766" name="All files">
|
|
4
|
+
<metrics statements="179" coveredstatements="178" conditionals="76" coveredconditionals="75" methods="12" coveredmethods="11" elements="267" coveredelements="264" complexity="0" loc="179" ncloc="179" packages="1" files="2" classes="2"/>
|
|
5
5
|
<file name="index.ts" path="/Users/light/dev/ivue/src/index.ts">
|
|
6
6
|
<metrics statements="1" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
7
7
|
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
8
8
|
</file>
|
|
9
9
|
<file name="ivue.ts" path="/Users/light/dev/ivue/src/ivue.ts">
|
|
10
|
-
<metrics statements="
|
|
10
|
+
<metrics statements="178" coveredstatements="178" conditionals="75" coveredconditionals="75" methods="11" coveredmethods="11"/>
|
|
11
11
|
<line num="1" count="1" type="stmt"/>
|
|
12
12
|
<line num="4" count="1" type="stmt"/>
|
|
13
|
-
<line num="
|
|
14
|
-
<line num="
|
|
15
|
-
<line num="
|
|
16
|
-
<line num="
|
|
17
|
-
<line num="
|
|
18
|
-
<line num="
|
|
19
|
-
<line num="
|
|
20
|
-
<line num="
|
|
21
|
-
<line num="
|
|
22
|
-
<line num="
|
|
23
|
-
<line num="
|
|
24
|
-
<line num="
|
|
25
|
-
<line num="
|
|
26
|
-
<line num="
|
|
27
|
-
<line num="
|
|
28
|
-
<line num="
|
|
29
|
-
<line num="
|
|
30
|
-
<line num="
|
|
31
|
-
<line num="
|
|
32
|
-
<line num="
|
|
33
|
-
<line num="
|
|
34
|
-
<line num="
|
|
35
|
-
<line num="
|
|
36
|
-
<line num="
|
|
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="
|
|
63
|
-
<line num="
|
|
64
|
-
<line num="
|
|
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="381" count="
|
|
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="408" count="4" type="stmt"/>
|
|
127
|
-
<line num="409" count="4" type="stmt"/>
|
|
128
|
-
<line num="410" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
129
|
-
<line num="412" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
130
|
-
<line num="414" count="1" type="stmt"/>
|
|
131
|
-
<line num="415" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
13
|
+
<line num="182" count="1" type="stmt"/>
|
|
14
|
+
<line num="191" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
15
|
+
<line num="193" count="27" type="cond" truecount="1" falsecount="0"/>
|
|
16
|
+
<line num="194" count="22" type="stmt"/>
|
|
17
|
+
<line num="195" count="22" type="cond" truecount="1" falsecount="0"/>
|
|
18
|
+
<line num="197" count="5" type="stmt"/>
|
|
19
|
+
<line num="199" count="5" type="stmt"/>
|
|
20
|
+
<line num="200" count="27" type="cond" truecount="1" falsecount="0"/>
|
|
21
|
+
<line num="201" count="12" type="stmt"/>
|
|
22
|
+
<line num="202" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
23
|
+
<line num="203" count="39" type="stmt"/>
|
|
24
|
+
<line num="205" count="39" type="stmt"/>
|
|
25
|
+
<line num="206" count="39" type="stmt"/>
|
|
26
|
+
<line num="207" count="39" type="cond" truecount="1" falsecount="0"/>
|
|
27
|
+
<line num="208" count="39" type="cond" truecount="1" falsecount="0"/>
|
|
28
|
+
<line num="210" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
29
|
+
<line num="211" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
30
|
+
<line num="212" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
31
|
+
<line num="213" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
32
|
+
<line num="216" count="23" type="stmt"/>
|
|
33
|
+
<line num="217" count="23" type="stmt"/>
|
|
34
|
+
<line num="218" count="39" type="stmt"/>
|
|
35
|
+
<line num="219" count="12" type="stmt"/>
|
|
36
|
+
<line num="221" count="12" type="stmt"/>
|
|
37
|
+
<line num="222" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
38
|
+
<line num="225" count="5" type="stmt"/>
|
|
39
|
+
<line num="227" count="5" type="stmt"/>
|
|
40
|
+
<line num="228" count="5" type="stmt"/>
|
|
41
|
+
<line num="250" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
42
|
+
<line num="251" count="25" type="stmt"/>
|
|
43
|
+
<line num="252" count="25" type="stmt"/>
|
|
44
|
+
<line num="253" count="25" type="stmt"/>
|
|
45
|
+
<line num="254" count="25" type="stmt"/>
|
|
46
|
+
<line num="255" count="25" type="cond" truecount="2" falsecount="0"/>
|
|
47
|
+
<line num="258" count="25" type="stmt"/>
|
|
48
|
+
<line num="261" count="25" type="cond" truecount="1" falsecount="0"/>
|
|
49
|
+
<line num="265" count="128" type="cond" truecount="3" falsecount="0"/>
|
|
50
|
+
<line num="267" count="123" type="stmt"/>
|
|
51
|
+
<line num="268" count="123" type="cond" truecount="1" falsecount="0"/>
|
|
52
|
+
<line num="269" count="97" type="cond" truecount="1" falsecount="0"/>
|
|
53
|
+
<line num="270" count="21" type="cond" truecount="1" falsecount="0"/>
|
|
54
|
+
<line num="272" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
55
|
+
<line num="274" count="15" type="stmt"/>
|
|
56
|
+
<line num="275" count="15" type="stmt"/>
|
|
57
|
+
<line num="276" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
58
|
+
<line num="277" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
59
|
+
<line num="278" count="26" type="stmt"/>
|
|
60
|
+
<line num="279" count="128" type="cond" truecount="1" falsecount="0"/>
|
|
61
|
+
<line num="280" count="128" type="stmt"/>
|
|
62
|
+
<line num="281" count="128" type="stmt"/>
|
|
63
|
+
<line num="282" count="128" type="stmt"/>
|
|
64
|
+
<line num="284" count="25" type="stmt"/>
|
|
65
|
+
<line num="285" count="25" type="cond" truecount="1" falsecount="0"/>
|
|
66
|
+
<line num="286" count="25" type="stmt"/>
|
|
67
|
+
<line num="287" count="25" type="stmt"/>
|
|
68
|
+
<line num="290" count="25" type="cond" truecount="1" falsecount="0"/>
|
|
69
|
+
<line num="292" count="25" type="stmt"/>
|
|
70
|
+
<line num="293" count="25" type="stmt"/>
|
|
71
|
+
<line num="299" count="1" type="stmt"/>
|
|
72
|
+
<line num="304" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
73
|
+
<line num="306" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
74
|
+
<line num="307" count="4" type="stmt"/>
|
|
75
|
+
<line num="308" count="4" type="stmt"/>
|
|
76
|
+
<line num="310" count="4" type="stmt"/>
|
|
77
|
+
<line num="312" count="4" type="stmt"/>
|
|
78
|
+
<line num="313" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
79
|
+
<line num="314" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
80
|
+
<line num="317" count="85" type="cond" truecount="1" falsecount="0"/>
|
|
81
|
+
<line num="318" count="74" type="stmt"/>
|
|
82
|
+
<line num="319" count="74" type="stmt"/>
|
|
83
|
+
<line num="320" count="15" type="stmt"/>
|
|
84
|
+
<line num="321" count="15" type="stmt"/>
|
|
85
|
+
<line num="322" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
86
|
+
<line num="325" count="4" type="stmt"/>
|
|
87
|
+
<line num="327" count="4" type="stmt"/>
|
|
88
|
+
<line num="328" count="4" type="stmt"/>
|
|
89
|
+
<line num="336" count="1" type="stmt"/>
|
|
90
|
+
<line num="344" count="1" type="stmt"/>
|
|
91
|
+
<line num="361" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
92
|
+
<line num="362" count="4" type="stmt"/>
|
|
93
|
+
<line num="363" count="4" type="stmt"/>
|
|
94
|
+
<line num="368" count="4" type="stmt"/>
|
|
95
|
+
<line num="369" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
96
|
+
<line num="370" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
97
|
+
<line num="372" count="2" type="stmt"/>
|
|
98
|
+
<line num="373" count="2" type="stmt"/>
|
|
99
|
+
<line num="374" count="2" type="stmt"/>
|
|
100
|
+
<line num="375" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
101
|
+
<line num="377" count="1" type="stmt"/>
|
|
102
|
+
<line num="378" count="1" type="stmt"/>
|
|
103
|
+
<line num="379" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
104
|
+
<line num="380" count="1" type="stmt"/>
|
|
105
|
+
<line num="381" count="4" type="stmt"/>
|
|
106
|
+
<line num="391" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
107
|
+
<line num="392" count="23" type="stmt"/>
|
|
108
|
+
<line num="393" count="23" type="stmt"/>
|
|
109
|
+
<line num="394" count="23" type="stmt"/>
|
|
110
|
+
<line num="395" count="23" type="stmt"/>
|
|
111
|
+
<line num="396" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
112
|
+
<line num="397" count="11" type="stmt"/>
|
|
113
|
+
<line num="398" count="11" type="stmt"/>
|
|
114
|
+
<line num="399" count="11" type="stmt"/>
|
|
115
|
+
<line num="401" count="11" type="stmt"/>
|
|
116
|
+
<line num="404" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
117
|
+
<line num="405" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
118
|
+
<line num="406" count="11" type="stmt"/>
|
|
119
|
+
<line num="408" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
120
|
+
<line num="409" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
121
|
+
<line num="411" count="2" type="stmt"/>
|
|
122
|
+
<line num="412" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
123
|
+
<line num="414" count="4" type="stmt"/>
|
|
124
|
+
<line num="415" count="4" type="stmt"/>
|
|
125
|
+
<line num="416" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
132
126
|
<line num="417" count="4" type="stmt"/>
|
|
133
127
|
<line num="418" count="4" type="stmt"/>
|
|
134
|
-
<line num="419" count="
|
|
135
|
-
<line num="420" count="11" type="
|
|
136
|
-
<line num="
|
|
137
|
-
<line num="
|
|
138
|
-
<line num="
|
|
139
|
-
<line num="427" count="
|
|
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="444" count="
|
|
152
|
-
<line num="445" count="
|
|
153
|
-
<line num="
|
|
128
|
+
<line num="419" count="4" type="stmt"/>
|
|
129
|
+
<line num="420" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
130
|
+
<line num="422" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
131
|
+
<line num="424" count="1" type="stmt"/>
|
|
132
|
+
<line num="425" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
133
|
+
<line num="427" count="4" type="stmt"/>
|
|
134
|
+
<line num="428" count="4" type="stmt"/>
|
|
135
|
+
<line num="429" count="5" type="stmt"/>
|
|
136
|
+
<line num="430" count="11" type="stmt"/>
|
|
137
|
+
<line num="431" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
138
|
+
<line num="433" count="6" type="stmt"/>
|
|
139
|
+
<line num="436" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
140
|
+
<line num="437" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
141
|
+
<line num="439" count="2" type="stmt"/>
|
|
142
|
+
<line num="440" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
143
|
+
<line num="442" count="32" type="stmt"/>
|
|
144
|
+
<line num="443" count="32" type="cond" truecount="1" falsecount="0"/>
|
|
145
|
+
<line num="444" count="32" type="cond" truecount="1" falsecount="0"/>
|
|
146
|
+
<line num="445" count="32" type="stmt"/>
|
|
147
|
+
<line num="446" count="32" type="stmt"/>
|
|
154
148
|
<line num="448" count="34" type="stmt"/>
|
|
155
|
-
<line num="449" count="
|
|
156
|
-
<line num="
|
|
157
|
-
<line num="
|
|
158
|
-
<line num="
|
|
159
|
-
<line num="
|
|
160
|
-
<line num="457" count="
|
|
161
|
-
<line num="
|
|
162
|
-
<line num="
|
|
163
|
-
<line num="
|
|
164
|
-
<line num="
|
|
165
|
-
<line num="
|
|
166
|
-
<line num="
|
|
167
|
-
<line num="
|
|
168
|
-
<line num="
|
|
169
|
-
<line num="
|
|
170
|
-
<line num="
|
|
171
|
-
<line num="
|
|
172
|
-
<line num="
|
|
173
|
-
<line num="
|
|
174
|
-
<line num="
|
|
175
|
-
<line num="
|
|
176
|
-
<line num="
|
|
177
|
-
<line num="
|
|
178
|
-
<line num="
|
|
179
|
-
<line num="
|
|
180
|
-
<line num="
|
|
181
|
-
<line num="538" count="
|
|
182
|
-
<line num="539" count="
|
|
183
|
-
<line num="
|
|
184
|
-
<line num="
|
|
185
|
-
<line num="
|
|
186
|
-
<line num="
|
|
187
|
-
<line num="546" count="
|
|
149
|
+
<line num="449" count="6" type="stmt"/>
|
|
150
|
+
<line num="451" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
151
|
+
<line num="452" count="52" type="cond" truecount="1" falsecount="0"/>
|
|
152
|
+
<line num="454" count="11" type="stmt"/>
|
|
153
|
+
<line num="455" count="52" type="cond" truecount="1" falsecount="0"/>
|
|
154
|
+
<line num="457" count="41" type="stmt"/>
|
|
155
|
+
<line num="458" count="41" type="stmt"/>
|
|
156
|
+
<line num="459" count="6" type="stmt"/>
|
|
157
|
+
<line num="462" count="6" type="stmt"/>
|
|
158
|
+
<line num="463" count="6" type="stmt"/>
|
|
159
|
+
<line num="465" count="11" type="stmt"/>
|
|
160
|
+
<line num="466" count="11" type="stmt"/>
|
|
161
|
+
<line num="467" count="23" type="stmt"/>
|
|
162
|
+
<line num="495" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
163
|
+
<line num="496" count="17" type="cond" truecount="2" falsecount="0"/>
|
|
164
|
+
<line num="498" count="17" type="cond" truecount="2" falsecount="0"/>
|
|
165
|
+
<line num="501" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
166
|
+
<line num="503" count="1" type="stmt"/>
|
|
167
|
+
<line num="504" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
168
|
+
<line num="505" count="5" type="stmt"/>
|
|
169
|
+
<line num="506" count="5" type="stmt"/>
|
|
170
|
+
<line num="507" count="17" type="stmt"/>
|
|
171
|
+
<line num="534" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
172
|
+
<line num="535" count="1" type="stmt"/>
|
|
173
|
+
<line num="536" count="1" type="stmt"/>
|
|
174
|
+
<line num="537" count="1" type="stmt"/>
|
|
175
|
+
<line num="538" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
176
|
+
<line num="539" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
177
|
+
<line num="541" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
178
|
+
<line num="542" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
179
|
+
<line num="543" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
180
|
+
<line num="545" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
181
|
+
<line num="546" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
182
|
+
<line num="548" count="5" type="stmt"/>
|
|
183
|
+
<line num="549" count="5" type="stmt"/>
|
|
184
|
+
<line num="550" count="6" type="stmt"/>
|
|
185
|
+
<line num="551" count="8" type="stmt"/>
|
|
186
|
+
<line num="552" count="1" type="stmt"/>
|
|
187
|
+
<line num="553" count="1" type="stmt"/>
|
|
188
|
+
<line num="556" count="1" type="stmt"/>
|
|
188
189
|
</file>
|
|
189
190
|
</project>
|
|
190
191
|
</coverage>
|