@sealcode/jdd-editor 0.1.19 → 0.1.22
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/cfebf13d-f940-426b-a4d3-af28d17bb6b8.json +1 -0
- package/.nyc_output/processinfo/2ad4e34c-cebb-4299-9698-08eccbbe71f7.json +1 -0
- package/.nyc_output/processinfo/71f2685b-e2c9-4db2-9f31-0dbdcacfcea1.json +1 -0
- package/.nyc_output/processinfo/cfebf13d-f940-426b-a4d3-af28d17bb6b8.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/.xunit +1 -1
- package/@types/test.test.d.ts +0 -0
- package/coverage/clover.xml +279 -259
- package/dist/src/components.sreact.js +1 -1
- package/dist/src/components.sreact.js.map +2 -2
- package/dist/src/controllers/autogrow-textarea.stimulus.js.map +2 -2
- package/dist/src/controllers/markdown-textarea.stimulus.js +1 -1
- package/dist/src/controllers/markdown-textarea.stimulus.js.map +2 -2
- package/dist/src/controllers/refresh-styles.stimulus.js +1 -1
- package/dist/src/controllers/refresh-styles.stimulus.js.map +2 -2
- package/dist/src/inputs/component-input-single-reference.js +1 -1
- package/dist/src/inputs/component-input-single-reference.js.map +2 -2
- package/dist/src/inputs/component-input-structured.js +1 -1
- package/dist/src/inputs/component-input-structured.js.map +2 -2
- package/dist/src/inputs/component-input.js +30 -7
- package/dist/src/inputs/component-input.js.map +2 -2
- package/dist/src/jdd-page.js +1 -1
- package/dist/src/jdd-page.js.map +2 -2
- package/{lib → dist}/src/test.test.js +1 -1
- package/dist/src/test.test.js.map +7 -0
- package/package.json +7 -6
- package/src/components.sreact.ts +1 -1
- package/src/controllers/autogrow-textarea.stimulus.ts +2 -1
- package/src/controllers/markdown-textarea.stimulus.ts +1 -1
- package/src/controllers/refresh-styles.stimulus.ts +3 -1
- package/src/inputs/component-input-single-reference.ts +1 -1
- package/src/inputs/component-input-structured.ts +1 -1
- package/src/inputs/component-input.ts +31 -9
- package/src/jdd-page.ts +1 -1
- package/src/test.test.ts +3 -0
- package/test.cjs +53 -0
- package/.mocharc.js +0 -6
- package/.nyc_output/9bfa248d-4f8e-4d29-9c47-d1a3961c5254.json +0 -1
- package/.nyc_output/processinfo/29e7bb87-9f10-462e-84d8-ec620cfa9e6b.json +0 -1
- package/.nyc_output/processinfo/7d7104e8-f179-427b-b4bd-30f78397e4f1.json +0 -1
- package/.nyc_output/processinfo/9bfa248d-4f8e-4d29-9c47-d1a3961c5254.json +0 -1
- package/esbuild.js +0 -23
- package/lib/src/component-preview-actions.js +0 -377
- package/lib/src/component-preview-actions.js.map +0 -7
- package/lib/src/components.sreact.js +0 -93
- package/lib/src/components.sreact.js.map +0 -7
- package/lib/src/controllers/autogrow-textarea.stimulus.js +0 -13
- package/lib/src/controllers/autogrow-textarea.stimulus.js.map +0 -7
- package/lib/src/controllers/component-debugger.stimulus.js +0 -193
- package/lib/src/controllers/component-debugger.stimulus.js.map +0 -7
- package/lib/src/controllers/exportable-textarea.stimulus.js +0 -71
- package/lib/src/controllers/exportable-textarea.stimulus.js.map +0 -7
- package/lib/src/controllers/input-image-preview.stimulus.js +0 -30
- package/lib/src/controllers/input-image-preview.stimulus.js.map +0 -7
- package/lib/src/controllers/jdd-table-paste.stimulus.js +0 -78
- package/lib/src/controllers/jdd-table-paste.stimulus.js.map +0 -7
- package/lib/src/controllers/json-editor.stimulus.js +0 -114
- package/lib/src/controllers/json-editor.stimulus.js.map +0 -7
- package/lib/src/controllers/markdown-textarea.stimulus.js +0 -174
- package/lib/src/controllers/markdown-textarea.stimulus.js.map +0 -7
- package/lib/src/controllers/refresh-on-ts-changes.stimulus.js +0 -90
- package/lib/src/controllers/refresh-on-ts-changes.stimulus.js.map +0 -7
- package/lib/src/controllers/refresh-styles.stimulus.js +0 -67
- package/lib/src/controllers/refresh-styles.stimulus.js.map +0 -7
- package/lib/src/controllers/submit-on-input.stimulus.js +0 -55
- package/lib/src/controllers/submit-on-input.stimulus.js.map +0 -7
- package/lib/src/controllers/toast.stimulus.js +0 -19
- package/lib/src/controllers/toast.stimulus.js.map +0 -7
- package/lib/src/edit-jdd-field.js +0 -94
- package/lib/src/edit-jdd-field.js.map +0 -7
- package/lib/src/index.js +0 -3
- package/lib/src/index.js.map +0 -7
- package/lib/src/inputs/component-input-enum.js +0 -30
- package/lib/src/inputs/component-input-enum.js.map +0 -7
- package/lib/src/inputs/component-input-image.js +0 -63
- package/lib/src/inputs/component-input-image.js.map +0 -7
- package/lib/src/inputs/component-input-list.js +0 -74
- package/lib/src/inputs/component-input-list.js.map +0 -7
- package/lib/src/inputs/component-input-single-reference.js +0 -31
- package/lib/src/inputs/component-input-single-reference.js.map +0 -7
- package/lib/src/inputs/component-input-structured.js +0 -36
- package/lib/src/inputs/component-input-structured.js.map +0 -7
- package/lib/src/inputs/component-input-table.js +0 -228
- package/lib/src/inputs/component-input-table.js.map +0 -7
- package/lib/src/inputs/component-input.js +0 -164
- package/lib/src/inputs/component-input.js.map +0 -7
- package/lib/src/inputs/print-arg-path.js +0 -7
- package/lib/src/inputs/print-arg-path.js.map +0 -7
- package/lib/src/jdd-creator.js +0 -131
- package/lib/src/jdd-creator.js.map +0 -7
- package/lib/src/jdd-page.js +0 -339
- package/lib/src/jdd-page.js.map +0 -7
- package/lib/src/test.test.js.map +0 -7
- /package/{.eslintrc.js → .eslintrc.cjs} +0 -0
- /package/.nyc_output/{29e7bb87-9f10-462e-84d8-ec620cfa9e6b.json → 2ad4e34c-cebb-4299-9698-08eccbbe71f7.json} +0 -0
- /package/.nyc_output/{7d7104e8-f179-427b-b4bd-30f78397e4f1.json → 71f2685b-e2c9-4db2-9f31-0dbdcacfcea1.json} +0 -0
package/coverage/clover.xml
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1743863959516" clover="3.2.0">
|
|
3
|
+
<project timestamp="1743863959516" name="All files">
|
|
4
|
+
<metrics statements="773" coveredstatements="0" conditionals="352" coveredconditionals="0" methods="194" coveredmethods="0" elements="1319" coveredelements="0" complexity="0" loc="773" ncloc="773" packages="3" files="26" classes="26"/>
|
|
5
5
|
<package name="src">
|
|
6
|
-
<metrics statements="
|
|
6
|
+
<metrics statements="282" coveredstatements="0" conditionals="132" coveredconditionals="0" methods="68" coveredmethods="0"/>
|
|
7
7
|
<file name="component-preview-actions.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/component-preview-actions.ts">
|
|
8
|
-
<metrics statements="
|
|
8
|
+
<metrics statements="146" coveredstatements="0" conditionals="77" coveredconditionals="0" methods="22" coveredmethods="0"/>
|
|
9
9
|
<line num="15" count="0" type="stmt"/>
|
|
10
10
|
<line num="16" count="0" type="stmt"/>
|
|
11
11
|
<line num="17" count="0" type="stmt"/>
|
|
@@ -18,142 +18,143 @@
|
|
|
18
18
|
<line num="33" count="0" type="stmt"/>
|
|
19
19
|
<line num="34" count="0" type="stmt"/>
|
|
20
20
|
<line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
21
|
-
<line num="
|
|
22
|
-
<line num="
|
|
23
|
-
<line num="
|
|
24
|
-
<line num="
|
|
25
|
-
<line num="67" count="0" type="stmt"/>
|
|
21
|
+
<line num="42" count="0" type="stmt"/>
|
|
22
|
+
<line num="53" count="0" type="stmt"/>
|
|
23
|
+
<line num="66" count="0" type="stmt"/>
|
|
24
|
+
<line num="67" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
26
25
|
<line num="68" count="0" type="stmt"/>
|
|
27
|
-
<line num="
|
|
28
|
-
<line num="71" count="0" type="
|
|
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="
|
|
26
|
+
<line num="69" count="0" type="stmt"/>
|
|
27
|
+
<line num="71" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
28
|
+
<line num="72" count="0" type="stmt"/>
|
|
29
|
+
<line num="76" count="0" type="stmt"/>
|
|
30
|
+
<line num="77" count="0" type="stmt"/>
|
|
31
|
+
<line num="79" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
32
|
+
<line num="80" count="0" type="stmt"/>
|
|
33
|
+
<line num="86" count="0" type="stmt"/>
|
|
34
|
+
<line num="95" count="0" type="stmt"/>
|
|
35
|
+
<line num="105" count="0" type="stmt"/>
|
|
36
|
+
<line num="106" count="0" type="stmt"/>
|
|
38
37
|
<line num="116" count="0" type="stmt"/>
|
|
39
|
-
<line num="117" count="0" type="
|
|
38
|
+
<line num="117" count="0" type="stmt"/>
|
|
40
39
|
<line num="118" count="0" type="stmt"/>
|
|
40
|
+
<line num="119" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
41
41
|
<line num="120" count="0" type="stmt"/>
|
|
42
|
-
<line num="
|
|
43
|
-
<line num="
|
|
44
|
-
<line num="135" count="0" type="stmt"/>
|
|
42
|
+
<line num="122" count="0" type="stmt"/>
|
|
43
|
+
<line num="126" count="0" type="stmt"/>
|
|
45
44
|
<line num="136" count="0" type="stmt"/>
|
|
46
|
-
<line num="137" count="0" type="
|
|
45
|
+
<line num="137" count="0" type="stmt"/>
|
|
47
46
|
<line num="138" count="0" type="stmt"/>
|
|
47
|
+
<line num="139" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
48
48
|
<line num="140" count="0" type="stmt"/>
|
|
49
|
-
<line num="
|
|
50
|
-
<line num="
|
|
51
|
-
<line num="154" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
49
|
+
<line num="142" count="0" type="stmt"/>
|
|
50
|
+
<line num="146" count="0" type="stmt"/>
|
|
52
51
|
<line num="155" count="0" type="stmt"/>
|
|
53
|
-
<line num="
|
|
54
|
-
<line num="
|
|
52
|
+
<line num="156" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
53
|
+
<line num="157" count="0" type="stmt"/>
|
|
55
54
|
<line num="161" count="0" type="stmt"/>
|
|
56
|
-
<line num="
|
|
57
|
-
<line num="
|
|
58
|
-
<line num="
|
|
59
|
-
<line num="
|
|
55
|
+
<line num="162" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
56
|
+
<line num="163" count="0" type="stmt"/>
|
|
57
|
+
<line num="167" count="0" type="stmt"/>
|
|
58
|
+
<line num="190" count="0" type="stmt"/>
|
|
60
59
|
<line num="196" count="0" type="stmt"/>
|
|
60
|
+
<line num="197" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
61
61
|
<line num="198" count="0" type="stmt"/>
|
|
62
|
-
<line num="
|
|
63
|
-
<line num="
|
|
64
|
-
<line num="
|
|
65
|
-
<line num="
|
|
66
|
-
<line num="
|
|
67
|
-
<line num="
|
|
68
|
-
<line num="228" count="0" type="
|
|
69
|
-
<line num="
|
|
70
|
-
<line num="
|
|
71
|
-
<line num="
|
|
72
|
-
<line num="
|
|
73
|
-
<line num="245" count="0" type="stmt"/>
|
|
62
|
+
<line num="200" count="0" type="stmt"/>
|
|
63
|
+
<line num="204" count="0" type="stmt"/>
|
|
64
|
+
<line num="218" count="0" type="stmt"/>
|
|
65
|
+
<line num="219" count="0" type="stmt"/>
|
|
66
|
+
<line num="226" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
67
|
+
<line num="227" count="0" type="stmt"/>
|
|
68
|
+
<line num="228" count="0" type="stmt"/>
|
|
69
|
+
<line num="230" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
70
|
+
<line num="231" count="0" type="stmt"/>
|
|
71
|
+
<line num="237" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
72
|
+
<line num="238" count="0" type="stmt"/>
|
|
74
73
|
<line num="246" count="0" type="stmt"/>
|
|
75
|
-
<line num="
|
|
74
|
+
<line num="247" count="0" type="stmt"/>
|
|
75
|
+
<line num="248" count="0" type="stmt"/>
|
|
76
76
|
<line num="253" count="0" type="stmt"/>
|
|
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="285" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
77
|
+
<line num="255" count="0" type="stmt"/>
|
|
78
|
+
<line num="256" count="0" type="stmt"/>
|
|
79
|
+
<line num="265" count="0" type="stmt"/>
|
|
80
|
+
<line num="272" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
81
|
+
<line num="273" count="0" type="stmt"/>
|
|
82
|
+
<line num="274" count="0" type="stmt"/>
|
|
83
|
+
<line num="277" count="0" type="stmt"/>
|
|
84
|
+
<line num="281" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
85
|
+
<line num="282" count="0" type="stmt"/>
|
|
86
|
+
<line num="285" count="0" type="stmt"/>
|
|
88
87
|
<line num="286" count="0" type="stmt"/>
|
|
89
|
-
<line num="
|
|
90
|
-
<line num="
|
|
88
|
+
<line num="287" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
89
|
+
<line num="288" count="0" type="stmt"/>
|
|
91
90
|
<line num="296" count="0" type="stmt"/>
|
|
92
91
|
<line num="297" count="0" type="stmt"/>
|
|
93
|
-
<line num="
|
|
94
|
-
<line num="
|
|
95
|
-
<line num="
|
|
96
|
-
<line num="
|
|
97
|
-
<line num="
|
|
98
|
-
<line num="318" count="0" type="
|
|
92
|
+
<line num="298" count="0" type="stmt"/>
|
|
93
|
+
<line num="299" count="0" type="stmt"/>
|
|
94
|
+
<line num="310" count="0" type="stmt"/>
|
|
95
|
+
<line num="314" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
96
|
+
<line num="315" count="0" type="stmt"/>
|
|
97
|
+
<line num="318" count="0" type="stmt"/>
|
|
99
98
|
<line num="319" count="0" type="stmt"/>
|
|
100
|
-
<line num="320" count="0" type="
|
|
101
|
-
<line num="
|
|
102
|
-
<line num="
|
|
103
|
-
<line num="
|
|
104
|
-
<line num="
|
|
105
|
-
<line num="
|
|
106
|
-
<line num="
|
|
107
|
-
<line num="
|
|
99
|
+
<line num="320" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
100
|
+
<line num="321" count="0" type="stmt"/>
|
|
101
|
+
<line num="322" count="0" type="stmt"/>
|
|
102
|
+
<line num="326" count="0" type="stmt"/>
|
|
103
|
+
<line num="327" count="0" type="stmt"/>
|
|
104
|
+
<line num="337" count="0" type="stmt"/>
|
|
105
|
+
<line num="338" count="0" type="stmt"/>
|
|
106
|
+
<line num="346" count="0" type="stmt"/>
|
|
108
107
|
<line num="352" count="0" type="stmt"/>
|
|
108
|
+
<line num="353" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
109
109
|
<line num="354" count="0" type="stmt"/>
|
|
110
|
-
<line num="
|
|
111
|
-
<line num="
|
|
112
|
-
<line num="
|
|
113
|
-
<line num="365" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
110
|
+
<line num="356" count="0" type="stmt"/>
|
|
111
|
+
<line num="361" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
112
|
+
<line num="362" count="0" type="stmt"/>
|
|
114
113
|
<line num="366" count="0" type="stmt"/>
|
|
115
|
-
<line num="
|
|
116
|
-
<line num="
|
|
117
|
-
<line num="
|
|
118
|
-
<line num="
|
|
119
|
-
<line num="
|
|
114
|
+
<line num="367" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
115
|
+
<line num="368" count="0" type="stmt"/>
|
|
116
|
+
<line num="371" count="0" type="stmt"/>
|
|
117
|
+
<line num="372" count="0" type="stmt"/>
|
|
118
|
+
<line num="380" count="0" type="stmt"/>
|
|
120
119
|
<line num="385" count="0" type="stmt"/>
|
|
120
|
+
<line num="386" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
121
121
|
<line num="387" count="0" type="stmt"/>
|
|
122
|
-
<line num="
|
|
123
|
-
<line num="
|
|
124
|
-
<line num="
|
|
125
|
-
<line num="398" count="0" type="stmt"/>
|
|
122
|
+
<line num="389" count="0" type="stmt"/>
|
|
123
|
+
<line num="394" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
124
|
+
<line num="395" count="0" type="stmt"/>
|
|
126
125
|
<line num="399" count="0" type="stmt"/>
|
|
127
|
-
<line num="
|
|
128
|
-
<line num="
|
|
129
|
-
<line num="
|
|
126
|
+
<line num="400" count="0" type="stmt"/>
|
|
127
|
+
<line num="401" count="0" type="stmt"/>
|
|
128
|
+
<line num="408" count="0" type="stmt"/>
|
|
130
129
|
<line num="420" count="0" type="stmt"/>
|
|
130
|
+
<line num="421" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
131
131
|
<line num="422" count="0" type="stmt"/>
|
|
132
132
|
<line num="424" count="0" type="stmt"/>
|
|
133
|
-
<line num="
|
|
134
|
-
<line num="447" count="0" type="stmt"/>
|
|
133
|
+
<line num="426" count="0" type="stmt"/>
|
|
135
134
|
<line num="448" count="0" type="stmt"/>
|
|
136
|
-
<line num="
|
|
137
|
-
<line num="
|
|
135
|
+
<line num="449" count="0" type="stmt"/>
|
|
136
|
+
<line num="450" count="0" type="stmt"/>
|
|
138
137
|
<line num="463" count="0" type="stmt"/>
|
|
139
|
-
<line num="464" count="0" type="
|
|
138
|
+
<line num="464" count="0" type="stmt"/>
|
|
140
139
|
<line num="465" count="0" type="stmt"/>
|
|
140
|
+
<line num="466" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
141
141
|
<line num="467" count="0" type="stmt"/>
|
|
142
|
-
<line num="
|
|
143
|
-
<line num="
|
|
144
|
-
<line num="482" count="0" type="stmt"/>
|
|
142
|
+
<line num="469" count="0" type="stmt"/>
|
|
143
|
+
<line num="473" count="0" type="stmt"/>
|
|
145
144
|
<line num="483" count="0" type="stmt"/>
|
|
146
|
-
<line num="484" count="0" type="
|
|
145
|
+
<line num="484" count="0" type="stmt"/>
|
|
147
146
|
<line num="485" count="0" type="stmt"/>
|
|
147
|
+
<line num="486" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
148
148
|
<line num="487" count="0" type="stmt"/>
|
|
149
|
-
<line num="
|
|
150
|
-
<line num="
|
|
151
|
-
<line num="
|
|
152
|
-
<line num="
|
|
153
|
-
<line num="
|
|
149
|
+
<line num="489" count="0" type="stmt"/>
|
|
150
|
+
<line num="493" count="0" type="stmt"/>
|
|
151
|
+
<line num="503" count="0" type="stmt"/>
|
|
152
|
+
<line num="504" count="0" type="stmt"/>
|
|
153
|
+
<line num="513" count="0" type="stmt"/>
|
|
154
|
+
<line num="517" count="0" type="stmt"/>
|
|
154
155
|
</file>
|
|
155
156
|
<file name="components.sreact.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/components.sreact.ts">
|
|
156
|
-
<metrics statements="
|
|
157
|
+
<metrics statements="19" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="6" coveredmethods="0"/>
|
|
157
158
|
<line num="12" count="0" type="stmt"/>
|
|
158
159
|
<line num="13" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
159
160
|
<line num="14" count="0" type="stmt"/>
|
|
@@ -167,10 +168,12 @@
|
|
|
167
168
|
<line num="50" count="0" type="stmt"/>
|
|
168
169
|
<line num="61" count="0" type="stmt"/>
|
|
169
170
|
<line num="69" count="0" type="stmt"/>
|
|
170
|
-
<line num="
|
|
171
|
-
<line num="
|
|
172
|
-
<line num="
|
|
173
|
-
<line num="
|
|
171
|
+
<line num="70" count="0" type="stmt"/>
|
|
172
|
+
<line num="75" count="0" type="stmt"/>
|
|
173
|
+
<line num="76" count="0" type="stmt"/>
|
|
174
|
+
<line num="87" count="0" type="stmt"/>
|
|
175
|
+
<line num="95" count="0" type="stmt"/>
|
|
176
|
+
<line num="101" count="0" type="stmt"/>
|
|
174
177
|
</file>
|
|
175
178
|
<file name="edit-jdd-field.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/edit-jdd-field.ts">
|
|
176
179
|
<metrics statements="29" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="10" coveredmethods="0"/>
|
|
@@ -209,22 +212,22 @@
|
|
|
209
212
|
</file>
|
|
210
213
|
<file name="jdd-creator.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/jdd-creator.ts">
|
|
211
214
|
<metrics statements="13" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="6" coveredmethods="0"/>
|
|
212
|
-
<line num="
|
|
213
|
-
<line num="
|
|
214
|
-
<line num="22" count="0" type="stmt"/>
|
|
215
|
+
<line num="10" count="0" type="stmt"/>
|
|
216
|
+
<line num="19" count="0" type="stmt"/>
|
|
215
217
|
<line num="23" count="0" type="stmt"/>
|
|
216
|
-
<line num="
|
|
217
|
-
<line num="26" count="0" type="
|
|
218
|
-
<line num="
|
|
219
|
-
<line num="
|
|
220
|
-
<line num="
|
|
221
|
-
<line num="
|
|
222
|
-
<line num="
|
|
218
|
+
<line num="24" count="0" type="stmt"/>
|
|
219
|
+
<line num="26" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
220
|
+
<line num="27" count="0" type="stmt"/>
|
|
221
|
+
<line num="29" count="0" type="stmt"/>
|
|
222
|
+
<line num="34" count="0" type="stmt"/>
|
|
223
|
+
<line num="41" count="0" type="stmt"/>
|
|
224
|
+
<line num="45" count="0" type="stmt"/>
|
|
223
225
|
<line num="65" count="0" type="stmt"/>
|
|
224
226
|
<line num="66" count="0" type="stmt"/>
|
|
227
|
+
<line num="67" count="0" type="stmt"/>
|
|
225
228
|
</file>
|
|
226
229
|
<file name="jdd-page.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/jdd-page.ts">
|
|
227
|
-
<metrics statements="
|
|
230
|
+
<metrics statements="73" coveredstatements="0" conditionals="37" coveredconditionals="0" methods="22" coveredmethods="0"/>
|
|
228
231
|
<line num="14" count="0" type="stmt"/>
|
|
229
232
|
<line num="26" count="0" type="stmt"/>
|
|
230
233
|
<line num="28" count="0" type="stmt"/>
|
|
@@ -245,60 +248,59 @@
|
|
|
245
248
|
<line num="74" count="0" type="stmt"/>
|
|
246
249
|
<line num="84" count="0" type="stmt"/>
|
|
247
250
|
<line num="92" count="0" type="stmt"/>
|
|
248
|
-
<line num="
|
|
249
|
-
<line num="
|
|
250
|
-
<line num="
|
|
251
|
-
<line num="
|
|
252
|
-
<line num="132" count="0" type="
|
|
253
|
-
<line num="
|
|
254
|
-
<line num="
|
|
255
|
-
<line num="
|
|
256
|
-
<line num="149" count="0" type="
|
|
257
|
-
<line num="150" count="0" type="
|
|
258
|
-
<line num="
|
|
259
|
-
<line num="
|
|
260
|
-
<line num="
|
|
261
|
-
<line num="158" count="0" type="
|
|
262
|
-
<line num="159" count="0" type="
|
|
263
|
-
<line num="
|
|
264
|
-
<line num="
|
|
265
|
-
<line num="
|
|
266
|
-
<line num="
|
|
251
|
+
<line num="93" count="0" type="stmt"/>
|
|
252
|
+
<line num="98" count="0" type="stmt"/>
|
|
253
|
+
<line num="108" count="0" type="stmt"/>
|
|
254
|
+
<line num="117" count="0" type="stmt"/>
|
|
255
|
+
<line num="132" count="0" type="stmt"/>
|
|
256
|
+
<line num="133" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
257
|
+
<line num="144" count="0" type="stmt"/>
|
|
258
|
+
<line num="146" count="0" type="stmt"/>
|
|
259
|
+
<line num="149" count="0" type="stmt"/>
|
|
260
|
+
<line num="150" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
261
|
+
<line num="151" count="0" type="stmt"/>
|
|
262
|
+
<line num="153" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
263
|
+
<line num="156" count="0" type="stmt"/>
|
|
264
|
+
<line num="158" count="0" type="stmt"/>
|
|
265
|
+
<line num="159" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
266
|
+
<line num="160" count="0" type="stmt"/>
|
|
267
|
+
<line num="164" count="0" type="stmt"/>
|
|
268
|
+
<line num="169" count="0" type="stmt"/>
|
|
269
|
+
<line num="172" count="0" type="stmt"/>
|
|
267
270
|
<line num="185" count="0" type="stmt"/>
|
|
268
|
-
<line num="
|
|
269
|
-
<line num="
|
|
270
|
-
<line num="226" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
271
|
-
<line num="227" count="0" type="stmt"/>
|
|
271
|
+
<line num="186" count="0" type="stmt"/>
|
|
272
|
+
<line num="192" count="0" type="stmt"/>
|
|
272
273
|
<line num="229" count="0" type="stmt"/>
|
|
273
|
-
<line num="
|
|
274
|
-
<line num="
|
|
275
|
-
<line num="
|
|
274
|
+
<line num="230" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
275
|
+
<line num="231" count="0" type="stmt"/>
|
|
276
|
+
<line num="233" count="0" type="stmt"/>
|
|
276
277
|
<line num="243" count="0" type="stmt"/>
|
|
277
|
-
<line num="
|
|
278
|
+
<line num="245" count="0" type="stmt"/>
|
|
279
|
+
<line num="246" count="0" type="stmt"/>
|
|
278
280
|
<line num="256" count="0" type="stmt"/>
|
|
279
|
-
<line num="
|
|
280
|
-
<line num="
|
|
281
|
-
<line num="266" count="0" type="stmt"/>
|
|
281
|
+
<line num="259" count="0" type="stmt"/>
|
|
282
|
+
<line num="264" count="0" type="stmt"/>
|
|
282
283
|
<line num="268" count="0" type="stmt"/>
|
|
283
284
|
<line num="270" count="0" type="stmt"/>
|
|
284
|
-
<line num="271" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
285
285
|
<line num="272" count="0" type="stmt"/>
|
|
286
|
-
<line num="
|
|
287
|
-
<line num="
|
|
288
|
-
<line num="
|
|
289
|
-
<line num="
|
|
290
|
-
<line num="
|
|
291
|
-
<line num="294" count="0" type="
|
|
286
|
+
<line num="273" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
287
|
+
<line num="274" count="0" type="stmt"/>
|
|
288
|
+
<line num="279" count="0" type="stmt"/>
|
|
289
|
+
<line num="281" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
290
|
+
<line num="290" count="0" type="stmt"/>
|
|
291
|
+
<line num="294" count="0" type="stmt"/>
|
|
292
292
|
<line num="295" count="0" type="stmt"/>
|
|
293
|
+
<line num="296" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
293
294
|
<line num="297" count="0" type="stmt"/>
|
|
294
|
-
<line num="
|
|
295
|
-
<line num="
|
|
296
|
-
<line num="
|
|
297
|
-
<line num="
|
|
298
|
-
<line num="
|
|
299
|
-
<line num="
|
|
300
|
-
<line num="
|
|
301
|
-
<line num="
|
|
295
|
+
<line num="299" count="0" type="stmt"/>
|
|
296
|
+
<line num="308" count="0" type="stmt"/>
|
|
297
|
+
<line num="309" count="0" type="stmt"/>
|
|
298
|
+
<line num="318" count="0" type="stmt"/>
|
|
299
|
+
<line num="322" count="0" type="stmt"/>
|
|
300
|
+
<line num="327" count="0" type="stmt"/>
|
|
301
|
+
<line num="333" count="0" type="stmt"/>
|
|
302
|
+
<line num="348" count="0" type="stmt"/>
|
|
303
|
+
<line num="420" count="0" type="stmt"/>
|
|
302
304
|
</file>
|
|
303
305
|
<file name="test.test.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/test.test.ts">
|
|
304
306
|
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
@@ -307,111 +309,127 @@
|
|
|
307
309
|
</file>
|
|
308
310
|
</package>
|
|
309
311
|
<package name="src.controllers">
|
|
310
|
-
<metrics statements="
|
|
312
|
+
<metrics statements="440" coveredstatements="0" conditionals="130" coveredconditionals="0" methods="108" coveredmethods="0"/>
|
|
311
313
|
<file name="autogrow-textarea.stimulus.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/controllers/autogrow-textarea.stimulus.ts">
|
|
312
314
|
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
313
315
|
<line num="6" count="0" type="stmt"/>
|
|
314
316
|
<line num="11" count="0" type="stmt"/>
|
|
315
317
|
</file>
|
|
316
318
|
<file name="component-debugger.stimulus.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/controllers/component-debugger.stimulus.ts">
|
|
317
|
-
<metrics statements="
|
|
319
|
+
<metrics statements="113" coveredstatements="0" conditionals="32" coveredconditionals="0" methods="27" coveredmethods="0"/>
|
|
318
320
|
<line num="13" count="0" type="stmt"/>
|
|
319
|
-
<line num="
|
|
320
|
-
<line num="
|
|
321
|
-
<line num="31" count="0" type="stmt"/>
|
|
321
|
+
<line num="29" count="0" type="stmt"/>
|
|
322
|
+
<line num="32" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
322
323
|
<line num="33" count="0" type="stmt"/>
|
|
323
|
-
<line num="34" count="0" type="stmt"/>
|
|
324
324
|
<line num="35" count="0" type="stmt"/>
|
|
325
|
+
<line num="36" count="0" type="stmt"/>
|
|
325
326
|
<line num="37" count="0" type="stmt"/>
|
|
326
|
-
<line num="
|
|
327
|
+
<line num="39" count="0" type="stmt"/>
|
|
327
328
|
<line num="42" count="0" type="stmt"/>
|
|
328
|
-
<line num="
|
|
329
|
-
<line num="
|
|
329
|
+
<line num="44" count="0" type="stmt"/>
|
|
330
|
+
<line num="47" count="0" type="stmt"/>
|
|
330
331
|
<line num="48" count="0" type="stmt"/>
|
|
331
|
-
<line num="
|
|
332
|
-
<line num="56" count="0" type="stmt"/>
|
|
332
|
+
<line num="50" count="0" type="stmt"/>
|
|
333
333
|
<line num="57" count="0" type="stmt"/>
|
|
334
|
+
<line num="58" count="0" type="stmt"/>
|
|
334
335
|
<line num="59" count="0" type="stmt"/>
|
|
335
|
-
<line num="60" count="0" type="stmt"/>
|
|
336
336
|
<line num="61" count="0" type="stmt"/>
|
|
337
337
|
<line num="62" count="0" type="stmt"/>
|
|
338
338
|
<line num="63" count="0" type="stmt"/>
|
|
339
339
|
<line num="64" count="0" type="stmt"/>
|
|
340
340
|
<line num="65" count="0" type="stmt"/>
|
|
341
341
|
<line num="66" count="0" type="stmt"/>
|
|
342
|
-
<line num="
|
|
343
|
-
<line num="
|
|
344
|
-
<line num="
|
|
345
|
-
<line num="
|
|
342
|
+
<line num="67" count="0" type="stmt"/>
|
|
343
|
+
<line num="68" count="0" type="stmt"/>
|
|
344
|
+
<line num="72" count="0" type="stmt"/>
|
|
345
|
+
<line num="73" count="0" type="stmt"/>
|
|
346
346
|
<line num="79" count="0" type="stmt"/>
|
|
347
347
|
<line num="80" count="0" type="stmt"/>
|
|
348
|
+
<line num="81" count="0" type="stmt"/>
|
|
348
349
|
<line num="82" count="0" type="stmt"/>
|
|
349
350
|
<line num="84" count="0" type="stmt"/>
|
|
350
|
-
<line num="85" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
351
351
|
<line num="86" count="0" type="stmt"/>
|
|
352
|
-
<line num="87" count="0" type="
|
|
352
|
+
<line num="87" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
353
353
|
<line num="88" count="0" type="stmt"/>
|
|
354
354
|
<line num="89" count="0" type="stmt"/>
|
|
355
|
-
<line num="
|
|
356
|
-
<line num="
|
|
355
|
+
<line num="90" count="0" type="stmt"/>
|
|
356
|
+
<line num="91" count="0" type="stmt"/>
|
|
357
357
|
<line num="96" count="0" type="stmt"/>
|
|
358
358
|
<line num="97" count="0" type="stmt"/>
|
|
359
|
-
<line num="
|
|
360
|
-
<line num="
|
|
359
|
+
<line num="98" count="0" type="stmt"/>
|
|
360
|
+
<line num="99" count="0" type="stmt"/>
|
|
361
361
|
<line num="103" count="0" type="stmt"/>
|
|
362
362
|
<line num="104" count="0" type="stmt"/>
|
|
363
363
|
<line num="105" count="0" type="stmt"/>
|
|
364
|
-
<line num="
|
|
365
|
-
<line num="
|
|
366
|
-
<line num="
|
|
367
|
-
<line num="
|
|
368
|
-
<line num="
|
|
369
|
-
<line num="
|
|
370
|
-
<line num="
|
|
371
|
-
<line num="
|
|
372
|
-
<line num="
|
|
364
|
+
<line num="106" count="0" type="stmt"/>
|
|
365
|
+
<line num="107" count="0" type="stmt"/>
|
|
366
|
+
<line num="111" count="0" type="stmt"/>
|
|
367
|
+
<line num="117" count="0" type="stmt"/>
|
|
368
|
+
<line num="121" count="0" type="stmt"/>
|
|
369
|
+
<line num="122" count="0" type="stmt"/>
|
|
370
|
+
<line num="126" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
371
|
+
<line num="131" count="0" type="stmt"/>
|
|
372
|
+
<line num="132" count="0" type="stmt"/>
|
|
373
|
+
<line num="133" count="0" type="stmt"/>
|
|
374
|
+
<line num="137" count="0" type="stmt"/>
|
|
375
|
+
<line num="141" count="0" type="stmt"/>
|
|
373
376
|
<line num="146" count="0" type="stmt"/>
|
|
374
|
-
<line num="
|
|
375
|
-
<line num="150" count="0" type="
|
|
376
|
-
<line num="
|
|
377
|
-
<line num="
|
|
377
|
+
<line num="147" count="0" type="stmt"/>
|
|
378
|
+
<line num="150" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
379
|
+
<line num="151" count="0" type="stmt"/>
|
|
380
|
+
<line num="152" count="0" type="stmt"/>
|
|
381
|
+
<line num="154" count="0" type="stmt"/>
|
|
378
382
|
<line num="155" count="0" type="stmt"/>
|
|
383
|
+
<line num="156" count="0" type="stmt"/>
|
|
384
|
+
<line num="157" count="0" type="stmt"/>
|
|
385
|
+
<line num="158" count="0" type="stmt"/>
|
|
379
386
|
<line num="159" count="0" type="stmt"/>
|
|
380
|
-
<line num="
|
|
381
|
-
<line num="
|
|
382
|
-
<line num="
|
|
383
|
-
<line num="
|
|
384
|
-
<line num="
|
|
387
|
+
<line num="160" count="0" type="stmt"/>
|
|
388
|
+
<line num="161" count="0" type="stmt"/>
|
|
389
|
+
<line num="165" count="0" type="stmt"/>
|
|
390
|
+
<line num="166" count="0" type="stmt"/>
|
|
391
|
+
<line num="170" count="0" type="stmt"/>
|
|
385
392
|
<line num="173" count="0" type="stmt"/>
|
|
386
|
-
<line num="
|
|
387
|
-
<line num="
|
|
388
|
-
<line num="
|
|
393
|
+
<line num="174" count="0" type="stmt"/>
|
|
394
|
+
<line num="177" count="0" type="stmt"/>
|
|
395
|
+
<line num="178" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
396
|
+
<line num="179" count="0" type="stmt"/>
|
|
389
397
|
<line num="183" count="0" type="stmt"/>
|
|
390
|
-
<line num="
|
|
391
|
-
<line num="
|
|
392
|
-
<line num="
|
|
393
|
-
<line num="192" count="0" type="stmt"/>
|
|
394
|
-
<line num="194" count="0" type="stmt"/>
|
|
398
|
+
<line num="191" count="0" type="stmt"/>
|
|
399
|
+
<line num="192" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
400
|
+
<line num="193" count="0" type="stmt"/>
|
|
395
401
|
<line num="195" count="0" type="stmt"/>
|
|
396
|
-
<line num="196" count="0" type="
|
|
402
|
+
<line num="196" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
397
403
|
<line num="197" count="0" type="stmt"/>
|
|
398
|
-
<line num="
|
|
399
|
-
<line num="
|
|
400
|
-
<line num="
|
|
401
|
-
<line num="
|
|
402
|
-
<line num="
|
|
403
|
-
<line num="
|
|
404
|
-
<line num="
|
|
405
|
-
<line num="
|
|
404
|
+
<line num="199" count="0" type="stmt"/>
|
|
405
|
+
<line num="202" count="0" type="stmt"/>
|
|
406
|
+
<line num="206" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
407
|
+
<line num="207" count="0" type="stmt"/>
|
|
408
|
+
<line num="209" count="0" type="stmt"/>
|
|
409
|
+
<line num="214" count="0" type="stmt"/>
|
|
410
|
+
<line num="215" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
411
|
+
<line num="216" count="0" type="stmt"/>
|
|
412
|
+
<line num="218" count="0" type="stmt"/>
|
|
413
|
+
<line num="219" count="0" type="stmt"/>
|
|
414
|
+
<line num="220" count="0" type="stmt"/>
|
|
415
|
+
<line num="221" count="0" type="stmt"/>
|
|
406
416
|
<line num="229" count="0" type="stmt"/>
|
|
407
|
-
<line num="
|
|
408
|
-
<line num="231" count="0" type="stmt"/>
|
|
409
|
-
<line num="234" count="0" type="stmt"/>
|
|
410
|
-
<line num="235" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
417
|
+
<line num="232" count="0" type="stmt"/>
|
|
411
418
|
<line num="236" count="0" type="stmt"/>
|
|
412
|
-
<line num="238" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
413
419
|
<line num="239" count="0" type="stmt"/>
|
|
420
|
+
<line num="240" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
414
421
|
<line num="241" count="0" type="stmt"/>
|
|
422
|
+
<line num="246" count="0" type="stmt"/>
|
|
423
|
+
<line num="249" count="0" type="stmt"/>
|
|
424
|
+
<line num="253" count="0" type="stmt"/>
|
|
425
|
+
<line num="254" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
426
|
+
<line num="255" count="0" type="stmt"/>
|
|
427
|
+
<line num="258" count="0" type="stmt"/>
|
|
428
|
+
<line num="259" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
429
|
+
<line num="260" count="0" type="stmt"/>
|
|
430
|
+
<line num="262" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
431
|
+
<line num="263" count="0" type="stmt"/>
|
|
432
|
+
<line num="265" count="0" type="stmt"/>
|
|
415
433
|
</file>
|
|
416
434
|
<file name="exportable-textarea.stimulus.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/controllers/exportable-textarea.stimulus.ts">
|
|
417
435
|
<metrics statements="37" coveredstatements="0" conditionals="10" coveredconditionals="0" methods="9" coveredmethods="0"/>
|
|
@@ -767,7 +785,7 @@
|
|
|
767
785
|
</file>
|
|
768
786
|
</package>
|
|
769
787
|
<package name="src.inputs">
|
|
770
|
-
<metrics statements="
|
|
788
|
+
<metrics statements="51" coveredstatements="0" conditionals="90" coveredconditionals="0" methods="18" coveredmethods="0"/>
|
|
771
789
|
<file name="component-input-enum.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/inputs/component-input-enum.ts">
|
|
772
790
|
<metrics statements="2" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
773
791
|
<line num="16" count="0" type="stmt"/>
|
|
@@ -794,10 +812,11 @@
|
|
|
794
812
|
<line num="44" count="0" type="stmt"/>
|
|
795
813
|
</file>
|
|
796
814
|
<file name="component-input-structured.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/inputs/component-input-structured.ts">
|
|
797
|
-
<metrics statements="
|
|
798
|
-
<line num="
|
|
799
|
-
<line num="
|
|
800
|
-
<line num="
|
|
815
|
+
<metrics statements="4" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
816
|
+
<line num="37" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
817
|
+
<line num="47" count="0" type="stmt"/>
|
|
818
|
+
<line num="55" count="0" type="stmt"/>
|
|
819
|
+
<line num="67" count="0" type="stmt"/>
|
|
801
820
|
</file>
|
|
802
821
|
<file name="component-input-table.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/inputs/component-input-table.ts">
|
|
803
822
|
<metrics statements="7" coveredstatements="0" conditionals="12" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
@@ -810,32 +829,33 @@
|
|
|
810
829
|
<line num="172" count="0" type="stmt"/>
|
|
811
830
|
</file>
|
|
812
831
|
<file name="component-input.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/inputs/component-input.ts">
|
|
813
|
-
<metrics statements="
|
|
814
|
-
<line num="
|
|
815
|
-
<line num="
|
|
816
|
-
<line num="
|
|
817
|
-
<line num="
|
|
818
|
-
<line num="
|
|
819
|
-
<line num="
|
|
820
|
-
<line num="
|
|
821
|
-
<line num="
|
|
822
|
-
<line num="
|
|
823
|
-
<line num="
|
|
824
|
-
<line num="
|
|
825
|
-
<line num="
|
|
826
|
-
<line num="
|
|
827
|
-
<line num="
|
|
828
|
-
<line num="
|
|
829
|
-
<line num="
|
|
830
|
-
<line num="
|
|
831
|
-
<line num="
|
|
832
|
-
<line num="
|
|
833
|
-
<line num="
|
|
834
|
-
<line num="
|
|
835
|
-
<line num="
|
|
836
|
-
<line num="
|
|
837
|
-
<line num="
|
|
838
|
-
<line num="
|
|
832
|
+
<metrics statements="26" coveredstatements="0" conditionals="48" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
833
|
+
<line num="26" count="0" type="stmt"/>
|
|
834
|
+
<line num="27" count="0" type="stmt"/>
|
|
835
|
+
<line num="48" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
836
|
+
<line num="49" count="0" type="stmt"/>
|
|
837
|
+
<line num="51" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
838
|
+
<line num="53" count="0" type="stmt"/>
|
|
839
|
+
<line num="66" count="0" type="stmt"/>
|
|
840
|
+
<line num="68" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
841
|
+
<line num="69" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
842
|
+
<line num="71" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
843
|
+
<line num="72" count="0" type="stmt"/>
|
|
844
|
+
<line num="85" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
845
|
+
<line num="86" count="0" type="stmt"/>
|
|
846
|
+
<line num="98" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
847
|
+
<line num="99" count="0" type="stmt"/>
|
|
848
|
+
<line num="109" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
849
|
+
<line num="110" count="0" type="stmt"/>
|
|
850
|
+
<line num="122" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
851
|
+
<line num="123" count="0" type="stmt"/>
|
|
852
|
+
<line num="136" count="0" type="stmt"/>
|
|
853
|
+
<line num="137" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
854
|
+
<line num="138" count="0" type="stmt"/>
|
|
855
|
+
<line num="146" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
856
|
+
<line num="147" count="0" type="stmt"/>
|
|
857
|
+
<line num="155" count="0" type="stmt"/>
|
|
858
|
+
<line num="165" count="0" type="stmt"/>
|
|
839
859
|
</file>
|
|
840
860
|
<file name="print-arg-path.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/inputs/print-arg-path.ts">
|
|
841
861
|
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|