@sealcode/jdd-editor 0.2.1 → 0.2.5
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/2100f533-71ff-4c0e-81c5-53e05dcac20f.json +1 -0
- package/.nyc_output/processinfo/2100f533-71ff-4c0e-81c5-53e05dcac20f.json +1 -0
- package/.nyc_output/processinfo/ac9c9615-9aa2-4e42-8685-90e92855ba11.json +1 -0
- package/.nyc_output/processinfo/d0ae4bd5-5f2e-4e32-9403-fb824c49a5f8.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/.xunit +1 -1
- package/@types/components.sreact.d.ts +1 -5
- package/@types/controllers/json-editor.stimulus.d.ts +2 -0
- package/@types/inputs/component-input-code.d.ts +5 -0
- package/@types/inputs/component-input-color.d.ts +15 -0
- package/@types/jdd-page.d.ts +1 -6
- package/coverage/clover.xml +310 -299
- package/dist/src/components.sreact.js +1 -14
- package/dist/src/components.sreact.js.map +2 -2
- package/dist/src/controllers/json-editor.stimulus.js +33 -23
- package/dist/src/controllers/json-editor.stimulus.js.map +2 -2
- package/dist/src/inputs/component-input-code.js +23 -0
- package/dist/src/inputs/component-input-code.js.map +7 -0
- package/dist/src/inputs/component-input-color.js +27 -0
- package/dist/src/inputs/component-input-color.js.map +7 -0
- package/dist/src/inputs/component-input.js +24 -2
- package/dist/src/inputs/component-input.js.map +2 -2
- package/dist/src/jdd-page.js +1 -14
- package/dist/src/jdd-page.js.map +2 -2
- package/package.json +4 -3
- package/src/components.sreact.ts +1 -14
- package/src/controllers/json-editor.stimulus.ts +33 -20
- package/src/inputs/component-input-code.ts +24 -0
- package/src/inputs/component-input-color.ts +38 -0
- package/src/inputs/component-input.ts +25 -2
- package/src/jdd-page.ts +2 -15
- package/.nyc_output/cfebf13d-f940-426b-a4d3-af28d17bb6b8.json +0 -1
- package/.nyc_output/processinfo/2ad4e34c-cebb-4299-9698-08eccbbe71f7.json +0 -1
- package/.nyc_output/processinfo/71f2685b-e2c9-4db2-9f31-0dbdcacfcea1.json +0 -1
- package/.nyc_output/processinfo/cfebf13d-f940-426b-a4d3-af28d17bb6b8.json +0 -1
- /package/.nyc_output/{2ad4e34c-cebb-4299-9698-08eccbbe71f7.json → ac9c9615-9aa2-4e42-8685-90e92855ba11.json} +0 -0
- /package/.nyc_output/{71f2685b-e2c9-4db2-9f31-0dbdcacfcea1.json → d0ae4bd5-5f2e-4e32-9403-fb824c49a5f8.json} +0 -0
package/coverage/clover.xml
CHANGED
|
@@ -1,160 +1,160 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1761252121813" clover="3.2.0">
|
|
3
|
+
<project timestamp="1761252121813" name="All files">
|
|
4
|
+
<metrics statements="778" coveredstatements="0" conditionals="360" coveredconditionals="0" methods="199" coveredmethods="0" elements="1337" coveredelements="0" complexity="0" loc="778" ncloc="778" packages="3" files="28" classes="28"/>
|
|
5
5
|
<package name="src">
|
|
6
|
-
<metrics statements="
|
|
7
|
-
<file name="component-preview-actions.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/component-preview-actions.ts">
|
|
6
|
+
<metrics statements="275" coveredstatements="0" conditionals="128" coveredconditionals="0" methods="69" coveredmethods="0"/>
|
|
7
|
+
<file name="component-preview-actions.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/component-preview-actions.ts">
|
|
8
8
|
<metrics statements="146" coveredstatements="0" conditionals="77" coveredconditionals="0" methods="22" coveredmethods="0"/>
|
|
9
|
-
<line num="
|
|
10
|
-
<line num="
|
|
11
|
-
<line num="
|
|
12
|
-
<line num="
|
|
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="66" count="0" type="stmt"/>
|
|
24
|
-
<line num="67" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
25
|
-
<line num="68" count="0" type="stmt"/>
|
|
9
|
+
<line num="18" count="0" type="stmt"/>
|
|
10
|
+
<line num="19" count="0" type="stmt"/>
|
|
11
|
+
<line num="20" count="0" type="stmt"/>
|
|
12
|
+
<line num="28" count="0" type="stmt"/>
|
|
13
|
+
<line num="29" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
14
|
+
<line num="30" count="0" type="stmt"/>
|
|
15
|
+
<line num="32" count="0" type="stmt"/>
|
|
16
|
+
<line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
17
|
+
<line num="35" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
18
|
+
<line num="36" count="0" type="stmt"/>
|
|
19
|
+
<line num="37" count="0" type="stmt"/>
|
|
20
|
+
<line num="39" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
21
|
+
<line num="45" count="0" type="stmt"/>
|
|
22
|
+
<line num="56" count="0" type="stmt"/>
|
|
26
23
|
<line num="69" count="0" type="stmt"/>
|
|
27
|
-
<line num="
|
|
24
|
+
<line num="70" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
25
|
+
<line num="71" count="0" type="stmt"/>
|
|
28
26
|
<line num="72" count="0" type="stmt"/>
|
|
29
|
-
<line num="
|
|
30
|
-
<line num="
|
|
31
|
-
<line num="79" count="0" type="
|
|
27
|
+
<line num="74" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
28
|
+
<line num="75" count="0" type="stmt"/>
|
|
29
|
+
<line num="79" count="0" type="stmt"/>
|
|
32
30
|
<line num="80" count="0" type="stmt"/>
|
|
33
|
-
<line num="
|
|
34
|
-
<line num="
|
|
35
|
-
<line num="
|
|
36
|
-
<line num="
|
|
37
|
-
<line num="
|
|
38
|
-
<line num="
|
|
39
|
-
<line num="
|
|
40
|
-
<line num="119" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
31
|
+
<line num="82" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
32
|
+
<line num="83" count="0" type="stmt"/>
|
|
33
|
+
<line num="89" count="0" type="stmt"/>
|
|
34
|
+
<line num="98" count="0" type="stmt"/>
|
|
35
|
+
<line num="108" count="0" type="stmt"/>
|
|
36
|
+
<line num="109" count="0" type="stmt"/>
|
|
37
|
+
<line num="119" count="0" type="stmt"/>
|
|
41
38
|
<line num="120" count="0" type="stmt"/>
|
|
42
|
-
<line num="
|
|
43
|
-
<line num="
|
|
44
|
-
<line num="
|
|
45
|
-
<line num="
|
|
46
|
-
<line num="
|
|
47
|
-
<line num="139" count="0" type="
|
|
39
|
+
<line num="121" count="0" type="stmt"/>
|
|
40
|
+
<line num="122" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
41
|
+
<line num="123" count="0" type="stmt"/>
|
|
42
|
+
<line num="125" count="0" type="stmt"/>
|
|
43
|
+
<line num="129" count="0" type="stmt"/>
|
|
44
|
+
<line num="139" count="0" type="stmt"/>
|
|
48
45
|
<line num="140" count="0" type="stmt"/>
|
|
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="
|
|
46
|
+
<line num="141" count="0" type="stmt"/>
|
|
47
|
+
<line num="142" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
48
|
+
<line num="143" count="0" type="stmt"/>
|
|
49
|
+
<line num="145" count="0" type="stmt"/>
|
|
50
|
+
<line num="149" count="0" type="stmt"/>
|
|
51
|
+
<line num="158" count="0" type="stmt"/>
|
|
52
|
+
<line num="159" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
53
|
+
<line num="160" count="0" type="stmt"/>
|
|
54
|
+
<line num="164" count="0" type="stmt"/>
|
|
55
|
+
<line num="165" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
56
|
+
<line num="166" count="0" type="stmt"/>
|
|
57
|
+
<line num="170" count="0" type="stmt"/>
|
|
58
|
+
<line num="193" count="0" type="stmt"/>
|
|
59
|
+
<line num="199" count="0" type="stmt"/>
|
|
60
|
+
<line num="200" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
61
|
+
<line num="201" count="0" type="stmt"/>
|
|
62
|
+
<line num="203" count="0" type="stmt"/>
|
|
63
|
+
<line num="207" count="0" type="stmt"/>
|
|
64
|
+
<line num="221" count="0" type="stmt"/>
|
|
65
|
+
<line num="222" count="0" type="stmt"/>
|
|
66
|
+
<line num="229" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
67
|
+
<line num="230" count="0" type="stmt"/>
|
|
70
68
|
<line num="231" count="0" type="stmt"/>
|
|
71
|
-
<line num="
|
|
72
|
-
<line num="
|
|
73
|
-
<line num="
|
|
74
|
-
<line num="
|
|
75
|
-
<line num="
|
|
76
|
-
<line num="
|
|
77
|
-
<line num="
|
|
69
|
+
<line num="233" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
70
|
+
<line num="234" count="0" type="stmt"/>
|
|
71
|
+
<line num="240" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
72
|
+
<line num="241" count="0" type="stmt"/>
|
|
73
|
+
<line num="249" count="0" type="stmt"/>
|
|
74
|
+
<line num="250" count="0" type="stmt"/>
|
|
75
|
+
<line num="251" count="0" type="stmt"/>
|
|
78
76
|
<line num="256" count="0" type="stmt"/>
|
|
79
|
-
<line num="
|
|
80
|
-
<line num="
|
|
81
|
-
<line num="
|
|
82
|
-
<line num="
|
|
77
|
+
<line num="258" count="0" type="stmt"/>
|
|
78
|
+
<line num="259" count="0" type="stmt"/>
|
|
79
|
+
<line num="268" count="0" type="stmt"/>
|
|
80
|
+
<line num="275" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
81
|
+
<line num="276" count="0" type="stmt"/>
|
|
83
82
|
<line num="277" count="0" type="stmt"/>
|
|
84
|
-
<line num="
|
|
85
|
-
<line num="
|
|
83
|
+
<line num="280" count="0" type="stmt"/>
|
|
84
|
+
<line num="284" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
86
85
|
<line num="285" count="0" type="stmt"/>
|
|
87
|
-
<line num="286" count="0" type="stmt"/>
|
|
88
|
-
<line num="287" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
89
86
|
<line num="288" count="0" type="stmt"/>
|
|
90
|
-
<line num="
|
|
91
|
-
<line num="
|
|
92
|
-
<line num="
|
|
87
|
+
<line num="289" count="0" type="stmt"/>
|
|
88
|
+
<line num="290" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
89
|
+
<line num="291" count="0" type="stmt"/>
|
|
93
90
|
<line num="299" count="0" type="stmt"/>
|
|
94
|
-
<line num="
|
|
95
|
-
<line num="
|
|
96
|
-
<line num="
|
|
91
|
+
<line num="300" count="0" type="stmt"/>
|
|
92
|
+
<line num="301" count="0" type="stmt"/>
|
|
93
|
+
<line num="302" count="0" type="stmt"/>
|
|
94
|
+
<line num="313" count="0" type="stmt"/>
|
|
95
|
+
<line num="317" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
97
96
|
<line num="318" count="0" type="stmt"/>
|
|
98
|
-
<line num="319" count="0" type="stmt"/>
|
|
99
|
-
<line num="320" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
100
97
|
<line num="321" count="0" type="stmt"/>
|
|
101
98
|
<line num="322" count="0" type="stmt"/>
|
|
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="
|
|
99
|
+
<line num="323" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
100
|
+
<line num="324" count="0" type="stmt"/>
|
|
101
|
+
<line num="325" count="0" type="stmt"/>
|
|
102
|
+
<line num="329" count="0" type="stmt"/>
|
|
103
|
+
<line num="330" count="0" type="stmt"/>
|
|
104
|
+
<line num="340" count="0" type="stmt"/>
|
|
105
|
+
<line num="341" count="0" type="stmt"/>
|
|
106
|
+
<line num="349" count="0" type="stmt"/>
|
|
107
|
+
<line num="355" count="0" type="stmt"/>
|
|
108
|
+
<line num="356" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
109
|
+
<line num="357" count="0" type="stmt"/>
|
|
110
|
+
<line num="359" count="0" type="stmt"/>
|
|
111
|
+
<line num="364" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
112
|
+
<line num="365" count="0" type="stmt"/>
|
|
113
|
+
<line num="369" count="0" type="stmt"/>
|
|
114
|
+
<line num="370" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
116
115
|
<line num="371" count="0" type="stmt"/>
|
|
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="465" count="0" type="stmt"/>
|
|
140
|
-
<line num="466" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
116
|
+
<line num="374" count="0" type="stmt"/>
|
|
117
|
+
<line num="375" count="0" type="stmt"/>
|
|
118
|
+
<line num="383" count="0" type="stmt"/>
|
|
119
|
+
<line num="388" count="0" type="stmt"/>
|
|
120
|
+
<line num="389" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
121
|
+
<line num="390" count="0" type="stmt"/>
|
|
122
|
+
<line num="392" count="0" type="stmt"/>
|
|
123
|
+
<line num="397" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
124
|
+
<line num="398" count="0" type="stmt"/>
|
|
125
|
+
<line num="402" count="0" type="stmt"/>
|
|
126
|
+
<line num="403" count="0" type="stmt"/>
|
|
127
|
+
<line num="404" count="0" type="stmt"/>
|
|
128
|
+
<line num="411" count="0" type="stmt"/>
|
|
129
|
+
<line num="423" count="0" type="stmt"/>
|
|
130
|
+
<line num="424" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
131
|
+
<line num="425" count="0" type="stmt"/>
|
|
132
|
+
<line num="427" count="0" type="stmt"/>
|
|
133
|
+
<line num="429" count="0" type="stmt"/>
|
|
134
|
+
<line num="451" count="0" type="stmt"/>
|
|
135
|
+
<line num="452" count="0" type="stmt"/>
|
|
136
|
+
<line num="453" count="0" type="stmt"/>
|
|
137
|
+
<line num="466" count="0" type="stmt"/>
|
|
141
138
|
<line num="467" count="0" type="stmt"/>
|
|
142
|
-
<line num="
|
|
143
|
-
<line num="
|
|
144
|
-
<line num="
|
|
145
|
-
<line num="
|
|
146
|
-
<line num="
|
|
147
|
-
<line num="486" count="0" type="
|
|
139
|
+
<line num="468" count="0" type="stmt"/>
|
|
140
|
+
<line num="469" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
141
|
+
<line num="470" count="0" type="stmt"/>
|
|
142
|
+
<line num="472" count="0" type="stmt"/>
|
|
143
|
+
<line num="476" count="0" type="stmt"/>
|
|
144
|
+
<line num="486" count="0" type="stmt"/>
|
|
148
145
|
<line num="487" count="0" type="stmt"/>
|
|
149
|
-
<line num="
|
|
150
|
-
<line num="
|
|
151
|
-
<line num="
|
|
152
|
-
<line num="
|
|
153
|
-
<line num="
|
|
154
|
-
<line num="
|
|
146
|
+
<line num="488" count="0" type="stmt"/>
|
|
147
|
+
<line num="489" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
148
|
+
<line num="490" count="0" type="stmt"/>
|
|
149
|
+
<line num="492" count="0" type="stmt"/>
|
|
150
|
+
<line num="496" count="0" type="stmt"/>
|
|
151
|
+
<line num="506" count="0" type="stmt"/>
|
|
152
|
+
<line num="507" count="0" type="stmt"/>
|
|
153
|
+
<line num="516" count="0" type="stmt"/>
|
|
154
|
+
<line num="520" count="0" type="stmt"/>
|
|
155
155
|
</file>
|
|
156
|
-
<file name="components.sreact.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/components.sreact.ts">
|
|
157
|
-
<metrics statements="
|
|
156
|
+
<file name="components.sreact.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/components.sreact.ts">
|
|
157
|
+
<metrics statements="15" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="6" coveredmethods="0"/>
|
|
158
158
|
<line num="12" count="0" type="stmt"/>
|
|
159
159
|
<line num="13" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
160
160
|
<line num="14" count="0" type="stmt"/>
|
|
@@ -162,20 +162,16 @@
|
|
|
162
162
|
<line num="25" count="0" type="stmt"/>
|
|
163
163
|
<line num="42" count="0" type="stmt"/>
|
|
164
164
|
<line num="45" count="0" type="stmt"/>
|
|
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="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"/>
|
|
165
|
+
<line num="48" count="0" type="stmt"/>
|
|
166
|
+
<line num="56" count="0" type="stmt"/>
|
|
167
|
+
<line num="57" count="0" type="stmt"/>
|
|
168
|
+
<line num="62" count="0" type="stmt"/>
|
|
169
|
+
<line num="63" count="0" type="stmt"/>
|
|
170
|
+
<line num="74" count="0" type="stmt"/>
|
|
171
|
+
<line num="82" count="0" type="stmt"/>
|
|
172
|
+
<line num="88" count="0" type="stmt"/>
|
|
177
173
|
</file>
|
|
178
|
-
<file name="edit-jdd-field.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/edit-jdd-field.ts">
|
|
174
|
+
<file name="edit-jdd-field.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/edit-jdd-field.ts">
|
|
179
175
|
<metrics statements="29" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="10" coveredmethods="0"/>
|
|
180
176
|
<line num="21" count="0" type="stmt"/>
|
|
181
177
|
<line num="22" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -207,10 +203,10 @@
|
|
|
207
203
|
<line num="115" count="0" type="stmt"/>
|
|
208
204
|
<line num="116" count="0" type="stmt"/>
|
|
209
205
|
</file>
|
|
210
|
-
<file name="index.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/index.ts">
|
|
206
|
+
<file name="index.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/index.ts">
|
|
211
207
|
<metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
212
208
|
</file>
|
|
213
|
-
<file name="jdd-creator.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/jdd-creator.ts">
|
|
209
|
+
<file name="jdd-creator.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/jdd-creator.ts">
|
|
214
210
|
<metrics statements="13" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="6" coveredmethods="0"/>
|
|
215
211
|
<line num="10" count="0" type="stmt"/>
|
|
216
212
|
<line num="19" count="0" type="stmt"/>
|
|
@@ -226,96 +222,93 @@
|
|
|
226
222
|
<line num="66" count="0" type="stmt"/>
|
|
227
223
|
<line num="67" count="0" type="stmt"/>
|
|
228
224
|
</file>
|
|
229
|
-
<file name="jdd-page.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/jdd-page.ts">
|
|
230
|
-
<metrics statements="
|
|
231
|
-
<line num="
|
|
232
|
-
<line num="
|
|
233
|
-
<line num="28" count="0" type="stmt"/>
|
|
225
|
+
<file name="jdd-page.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/jdd-page.ts">
|
|
226
|
+
<metrics statements="70" coveredstatements="0" conditionals="35" coveredconditionals="0" methods="23" coveredmethods="0"/>
|
|
227
|
+
<line num="15" count="0" type="stmt"/>
|
|
228
|
+
<line num="27" count="0" type="stmt"/>
|
|
234
229
|
<line num="29" count="0" type="stmt"/>
|
|
235
|
-
<line num="
|
|
230
|
+
<line num="30" count="0" type="stmt"/>
|
|
236
231
|
<line num="53" count="0" type="stmt"/>
|
|
237
232
|
<line num="54" count="0" type="stmt"/>
|
|
238
233
|
<line num="55" count="0" type="stmt"/>
|
|
239
234
|
<line num="56" count="0" type="stmt"/>
|
|
240
235
|
<line num="57" count="0" type="stmt"/>
|
|
241
|
-
<line num="
|
|
242
|
-
<line num="
|
|
243
|
-
<line num="
|
|
236
|
+
<line num="58" count="0" type="stmt"/>
|
|
237
|
+
<line num="61" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
238
|
+
<line num="65" count="0" type="stmt"/>
|
|
244
239
|
<line num="69" count="0" type="stmt"/>
|
|
245
|
-
<line num="
|
|
246
|
-
<line num="
|
|
247
|
-
<line num="
|
|
248
|
-
<line num="
|
|
249
|
-
<line num="
|
|
250
|
-
<line num="
|
|
251
|
-
<line num="
|
|
252
|
-
<line num="
|
|
253
|
-
<line num="108" count="0" type="stmt"/>
|
|
254
|
-
<line num="117" count="0" type="stmt"/>
|
|
240
|
+
<line num="72" count="0" type="stmt"/>
|
|
241
|
+
<line num="80" count="0" type="stmt"/>
|
|
242
|
+
<line num="81" count="0" type="stmt"/>
|
|
243
|
+
<line num="86" count="0" type="stmt"/>
|
|
244
|
+
<line num="96" count="0" type="stmt"/>
|
|
245
|
+
<line num="105" count="0" type="stmt"/>
|
|
246
|
+
<line num="120" count="0" type="stmt"/>
|
|
247
|
+
<line num="121" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
255
248
|
<line num="132" count="0" type="stmt"/>
|
|
256
|
-
<line num="
|
|
249
|
+
<line num="134" count="0" type="stmt"/>
|
|
250
|
+
<line num="137" count="0" type="stmt"/>
|
|
251
|
+
<line num="138" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
252
|
+
<line num="139" count="0" type="stmt"/>
|
|
253
|
+
<line num="141" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
257
254
|
<line num="144" count="0" type="stmt"/>
|
|
258
255
|
<line num="146" count="0" type="stmt"/>
|
|
259
|
-
<line num="
|
|
260
|
-
<line num="
|
|
261
|
-
<line num="
|
|
262
|
-
<line num="
|
|
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"/>
|
|
256
|
+
<line num="147" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
257
|
+
<line num="148" count="0" type="stmt"/>
|
|
258
|
+
<line num="152" count="0" type="stmt"/>
|
|
259
|
+
<line num="157" count="0" type="stmt"/>
|
|
266
260
|
<line num="160" count="0" type="stmt"/>
|
|
267
|
-
<line num="
|
|
268
|
-
<line num="
|
|
269
|
-
<line num="
|
|
270
|
-
<line num="
|
|
271
|
-
<line num="
|
|
272
|
-
<line num="
|
|
273
|
-
<line num="
|
|
274
|
-
<line num="230" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
261
|
+
<line num="173" count="0" type="stmt"/>
|
|
262
|
+
<line num="174" count="0" type="stmt"/>
|
|
263
|
+
<line num="180" count="0" type="stmt"/>
|
|
264
|
+
<line num="217" count="0" type="stmt"/>
|
|
265
|
+
<line num="218" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
266
|
+
<line num="219" count="0" type="stmt"/>
|
|
267
|
+
<line num="221" count="0" type="stmt"/>
|
|
275
268
|
<line num="231" count="0" type="stmt"/>
|
|
276
269
|
<line num="233" count="0" type="stmt"/>
|
|
277
|
-
<line num="
|
|
278
|
-
<line num="
|
|
279
|
-
<line num="
|
|
270
|
+
<line num="234" count="0" type="stmt"/>
|
|
271
|
+
<line num="244" count="0" type="stmt"/>
|
|
272
|
+
<line num="247" count="0" type="stmt"/>
|
|
273
|
+
<line num="252" count="0" type="stmt"/>
|
|
280
274
|
<line num="256" count="0" type="stmt"/>
|
|
281
|
-
<line num="
|
|
282
|
-
<line num="
|
|
283
|
-
<line num="
|
|
284
|
-
<line num="
|
|
285
|
-
<line num="
|
|
286
|
-
<line num="
|
|
287
|
-
<line num="
|
|
288
|
-
<line num="
|
|
289
|
-
<line num="
|
|
290
|
-
<line num="
|
|
291
|
-
<line num="
|
|
292
|
-
<line num="
|
|
293
|
-
<line num="296" count="0" type="
|
|
275
|
+
<line num="258" count="0" type="stmt"/>
|
|
276
|
+
<line num="260" count="0" type="stmt"/>
|
|
277
|
+
<line num="261" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
278
|
+
<line num="262" count="0" type="stmt"/>
|
|
279
|
+
<line num="267" count="0" type="stmt"/>
|
|
280
|
+
<line num="269" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
281
|
+
<line num="278" count="0" type="stmt"/>
|
|
282
|
+
<line num="282" count="0" type="stmt"/>
|
|
283
|
+
<line num="283" count="0" type="stmt"/>
|
|
284
|
+
<line num="284" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
285
|
+
<line num="285" count="0" type="stmt"/>
|
|
286
|
+
<line num="287" count="0" type="stmt"/>
|
|
287
|
+
<line num="296" count="0" type="stmt"/>
|
|
294
288
|
<line num="297" count="0" type="stmt"/>
|
|
295
|
-
<line num="
|
|
296
|
-
<line num="
|
|
297
|
-
<line num="
|
|
298
|
-
<line num="
|
|
299
|
-
<line num="
|
|
300
|
-
<line num="
|
|
301
|
-
<line num="
|
|
302
|
-
<line num="
|
|
303
|
-
<line num="420" count="0" type="stmt"/>
|
|
289
|
+
<line num="306" count="0" type="stmt"/>
|
|
290
|
+
<line num="310" count="0" type="stmt"/>
|
|
291
|
+
<line num="315" count="0" type="stmt"/>
|
|
292
|
+
<line num="321" count="0" type="stmt"/>
|
|
293
|
+
<line num="334" count="0" type="stmt"/>
|
|
294
|
+
<line num="409" count="0" type="stmt"/>
|
|
295
|
+
<line num="452" count="0" type="stmt"/>
|
|
296
|
+
<line num="457" count="0" type="stmt"/>
|
|
304
297
|
</file>
|
|
305
|
-
<file name="test.test.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/test.test.ts">
|
|
298
|
+
<file name="test.test.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/test.test.ts">
|
|
306
299
|
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
307
300
|
<line num="1" count="0" type="stmt"/>
|
|
308
301
|
<line num="2" count="0" type="stmt"/>
|
|
309
302
|
</file>
|
|
310
303
|
</package>
|
|
311
304
|
<package name="src.controllers">
|
|
312
|
-
<metrics statements="
|
|
313
|
-
<file name="autogrow-textarea.stimulus.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/controllers/autogrow-textarea.stimulus.ts">
|
|
305
|
+
<metrics statements="446" coveredstatements="0" conditionals="130" coveredconditionals="0" methods="110" coveredmethods="0"/>
|
|
306
|
+
<file name="autogrow-textarea.stimulus.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/autogrow-textarea.stimulus.ts">
|
|
314
307
|
<metrics statements="2" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
315
308
|
<line num="6" count="0" type="stmt"/>
|
|
316
309
|
<line num="11" count="0" type="stmt"/>
|
|
317
310
|
</file>
|
|
318
|
-
<file name="component-debugger.stimulus.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/controllers/component-debugger.stimulus.ts">
|
|
311
|
+
<file name="component-debugger.stimulus.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/component-debugger.stimulus.ts">
|
|
319
312
|
<metrics statements="113" coveredstatements="0" conditionals="32" coveredconditionals="0" methods="27" coveredmethods="0"/>
|
|
320
313
|
<line num="13" count="0" type="stmt"/>
|
|
321
314
|
<line num="29" count="0" type="stmt"/>
|
|
@@ -431,7 +424,7 @@
|
|
|
431
424
|
<line num="263" count="0" type="stmt"/>
|
|
432
425
|
<line num="265" count="0" type="stmt"/>
|
|
433
426
|
</file>
|
|
434
|
-
<file name="exportable-textarea.stimulus.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/controllers/exportable-textarea.stimulus.ts">
|
|
427
|
+
<file name="exportable-textarea.stimulus.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/exportable-textarea.stimulus.ts">
|
|
435
428
|
<metrics statements="37" coveredstatements="0" conditionals="10" coveredconditionals="0" methods="9" coveredmethods="0"/>
|
|
436
429
|
<line num="5" count="0" type="stmt"/>
|
|
437
430
|
<line num="6" count="0" type="stmt"/>
|
|
@@ -471,7 +464,7 @@
|
|
|
471
464
|
<line num="70" count="0" type="stmt"/>
|
|
472
465
|
<line num="76" count="0" type="stmt"/>
|
|
473
466
|
</file>
|
|
474
|
-
<file name="input-image-preview.stimulus.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/controllers/input-image-preview.stimulus.ts">
|
|
467
|
+
<file name="input-image-preview.stimulus.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/input-image-preview.stimulus.ts">
|
|
475
468
|
<metrics statements="16" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
476
469
|
<line num="7" count="0" type="stmt"/>
|
|
477
470
|
<line num="8" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -490,7 +483,7 @@
|
|
|
490
483
|
<line num="26" count="0" type="stmt"/>
|
|
491
484
|
<line num="27" count="0" type="stmt"/>
|
|
492
485
|
</file>
|
|
493
|
-
<file name="jdd-table-paste.stimulus.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/controllers/jdd-table-paste.stimulus.ts">
|
|
486
|
+
<file name="jdd-table-paste.stimulus.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/jdd-table-paste.stimulus.ts">
|
|
494
487
|
<metrics statements="39" coveredstatements="0" conditionals="10" coveredconditionals="0" methods="6" coveredmethods="0"/>
|
|
495
488
|
<line num="9" count="0" type="stmt"/>
|
|
496
489
|
<line num="13" count="0" type="stmt"/>
|
|
@@ -532,8 +525,8 @@
|
|
|
532
525
|
<line num="83" count="0" type="stmt"/>
|
|
533
526
|
<line num="84" count="0" type="stmt"/>
|
|
534
527
|
</file>
|
|
535
|
-
<file name="json-editor.stimulus.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/controllers/json-editor.stimulus.ts">
|
|
536
|
-
<metrics statements="
|
|
528
|
+
<file name="json-editor.stimulus.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/json-editor.stimulus.ts">
|
|
529
|
+
<metrics statements="65" coveredstatements="0" conditionals="18" coveredconditionals="0" methods="12" coveredmethods="0"/>
|
|
537
530
|
<line num="8" count="0" type="stmt"/>
|
|
538
531
|
<line num="9" count="0" type="stmt"/>
|
|
539
532
|
<line num="11" count="0" type="stmt"/>
|
|
@@ -542,59 +535,65 @@
|
|
|
542
535
|
<line num="15" count="0" type="stmt"/>
|
|
543
536
|
<line num="21" count="0" type="stmt"/>
|
|
544
537
|
<line num="24" count="0" type="stmt"/>
|
|
545
|
-
<line num="25" count="0" type="
|
|
546
|
-
<line num="26" count="0" type="stmt"/>
|
|
547
|
-
<line num="27" count="0" type="stmt"/>
|
|
548
|
-
<line num="28" count="0" type="stmt"/>
|
|
538
|
+
<line num="25" count="0" type="stmt"/>
|
|
549
539
|
<line num="29" count="0" type="stmt"/>
|
|
550
|
-
<line num="30" count="0" type="
|
|
540
|
+
<line num="30" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
551
541
|
<line num="31" count="0" type="stmt"/>
|
|
542
|
+
<line num="32" count="0" type="stmt"/>
|
|
543
|
+
<line num="33" count="0" type="stmt"/>
|
|
544
|
+
<line num="34" count="0" type="stmt"/>
|
|
545
|
+
<line num="35" count="0" type="stmt"/>
|
|
552
546
|
<line num="36" count="0" type="stmt"/>
|
|
553
|
-
<line num="37" count="0" type="stmt"/>
|
|
554
|
-
<line num="38" count="0" type="stmt"/>
|
|
555
|
-
<line num="39" count="0" type="stmt"/>
|
|
556
547
|
<line num="41" count="0" type="stmt"/>
|
|
557
|
-
<line num="
|
|
558
|
-
<line num="
|
|
559
|
-
<line num="44" count="0" type="stmt"/>
|
|
560
|
-
<line num="45" count="0" type="stmt"/>
|
|
561
|
-
<line num="46" count="0" type="stmt"/>
|
|
548
|
+
<line num="45" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
549
|
+
<line num="46" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
562
550
|
<line num="47" count="0" type="stmt"/>
|
|
563
|
-
<line num="48" count="0" type="stmt"/>
|
|
564
|
-
<line num="50" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
565
|
-
<line num="51" count="0" type="stmt"/>
|
|
566
551
|
<line num="53" count="0" type="stmt"/>
|
|
567
|
-
<line num="
|
|
568
|
-
<line num="
|
|
552
|
+
<line num="54" count="0" type="stmt"/>
|
|
553
|
+
<line num="55" count="0" type="stmt"/>
|
|
554
|
+
<line num="56" count="0" type="stmt"/>
|
|
555
|
+
<line num="58" count="0" type="stmt"/>
|
|
556
|
+
<line num="59" count="0" type="stmt"/>
|
|
557
|
+
<line num="60" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
558
|
+
<line num="61" count="0" type="stmt"/>
|
|
559
|
+
<line num="62" count="0" type="stmt"/>
|
|
560
|
+
<line num="63" count="0" type="stmt"/>
|
|
561
|
+
<line num="64" count="0" type="stmt"/>
|
|
569
562
|
<line num="65" count="0" type="stmt"/>
|
|
570
|
-
<line num="67" count="0" type="
|
|
563
|
+
<line num="67" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
571
564
|
<line num="68" count="0" type="stmt"/>
|
|
572
|
-
<line num="69" count="0" type="stmt"/>
|
|
573
565
|
<line num="70" count="0" type="stmt"/>
|
|
574
|
-
<line num="
|
|
566
|
+
<line num="74" count="0" type="stmt"/>
|
|
575
567
|
<line num="80" count="0" type="stmt"/>
|
|
576
|
-
<line num="81" count="0" type="
|
|
568
|
+
<line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
577
569
|
<line num="82" count="0" type="stmt"/>
|
|
578
|
-
<line num="
|
|
570
|
+
<line num="83" count="0" type="stmt"/>
|
|
571
|
+
<line num="84" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
579
572
|
<line num="86" count="0" type="stmt"/>
|
|
580
|
-
<line num="87" count="0" type="stmt"/>
|
|
581
|
-
<line num="88" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
582
|
-
<line num="89" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
583
573
|
<line num="90" count="0" type="stmt"/>
|
|
584
|
-
<line num="
|
|
574
|
+
<line num="91" count="0" type="stmt"/>
|
|
575
|
+
<line num="94" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
576
|
+
<line num="96" count="0" type="stmt"/>
|
|
585
577
|
<line num="98" count="0" type="stmt"/>
|
|
586
|
-
<line num="
|
|
587
|
-
<line num="
|
|
588
|
-
<line num="
|
|
589
|
-
<line num="
|
|
590
|
-
<line num="107" count="0" type="stmt"/>
|
|
578
|
+
<line num="99" count="0" type="stmt"/>
|
|
579
|
+
<line num="100" count="0" type="stmt"/>
|
|
580
|
+
<line num="101" count="0" type="stmt"/>
|
|
581
|
+
<line num="110" count="0" type="stmt"/>
|
|
591
582
|
<line num="111" count="0" type="stmt"/>
|
|
592
|
-
<line num="
|
|
593
|
-
<line num="
|
|
594
|
-
<line num="
|
|
583
|
+
<line num="112" count="0" type="stmt"/>
|
|
584
|
+
<line num="113" count="0" type="stmt"/>
|
|
585
|
+
<line num="116" count="0" type="stmt"/>
|
|
586
|
+
<line num="117" count="0" type="stmt"/>
|
|
587
|
+
<line num="118" count="0" type="stmt"/>
|
|
588
|
+
<line num="120" count="0" type="stmt"/>
|
|
595
589
|
<line num="125" count="0" type="stmt"/>
|
|
590
|
+
<line num="126" count="0" type="stmt"/>
|
|
591
|
+
<line num="128" count="0" type="stmt"/>
|
|
592
|
+
<line num="131" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
593
|
+
<line num="132" count="0" type="stmt"/>
|
|
594
|
+
<line num="138" count="0" type="stmt"/>
|
|
596
595
|
</file>
|
|
597
|
-
<file name="markdown-textarea.stimulus.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/controllers/markdown-textarea.stimulus.ts">
|
|
596
|
+
<file name="markdown-textarea.stimulus.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/markdown-textarea.stimulus.ts">
|
|
598
597
|
<metrics statements="78" coveredstatements="0" conditionals="24" coveredconditionals="0" methods="21" coveredmethods="0"/>
|
|
599
598
|
<line num="8" count="0" type="stmt"/>
|
|
600
599
|
<line num="9" count="0" type="stmt"/>
|
|
@@ -675,7 +674,7 @@
|
|
|
675
674
|
<line num="195" count="0" type="stmt"/>
|
|
676
675
|
<line num="196" count="0" type="stmt"/>
|
|
677
676
|
</file>
|
|
678
|
-
<file name="refresh-on-ts-changes.stimulus.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/controllers/refresh-on-ts-changes.stimulus.ts">
|
|
677
|
+
<file name="refresh-on-ts-changes.stimulus.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/refresh-on-ts-changes.stimulus.ts">
|
|
679
678
|
<metrics statements="48" coveredstatements="0" conditionals="17" coveredconditionals="0" methods="12" coveredmethods="0"/>
|
|
680
679
|
<line num="3" count="0" type="stmt"/>
|
|
681
680
|
<line num="5" count="0" type="stmt"/>
|
|
@@ -726,7 +725,7 @@
|
|
|
726
725
|
<line num="104" count="0" type="stmt"/>
|
|
727
726
|
<line num="110" count="0" type="stmt"/>
|
|
728
727
|
</file>
|
|
729
|
-
<file name="refresh-styles.stimulus.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/controllers/refresh-styles.stimulus.ts">
|
|
728
|
+
<file name="refresh-styles.stimulus.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/refresh-styles.stimulus.ts">
|
|
730
729
|
<metrics statements="27" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="11" coveredmethods="0"/>
|
|
731
730
|
<line num="4" count="0" type="stmt"/>
|
|
732
731
|
<line num="5" count="0" type="stmt"/>
|
|
@@ -747,16 +746,16 @@
|
|
|
747
746
|
<line num="44" count="0" type="stmt"/>
|
|
748
747
|
<line num="46" count="0" type="stmt"/>
|
|
749
748
|
<line num="49" count="0" type="stmt"/>
|
|
750
|
-
<line num="
|
|
751
|
-
<line num="
|
|
752
|
-
<line num="
|
|
753
|
-
<line num="
|
|
754
|
-
<line num="
|
|
749
|
+
<line num="50" count="0" type="stmt"/>
|
|
750
|
+
<line num="51" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
751
|
+
<line num="52" count="0" type="stmt"/>
|
|
752
|
+
<line num="56" count="0" type="stmt"/>
|
|
753
|
+
<line num="58" count="0" type="stmt"/>
|
|
755
754
|
<line num="62" count="0" type="stmt"/>
|
|
756
755
|
<line num="66" count="0" type="stmt"/>
|
|
757
756
|
<line num="67" count="0" type="stmt"/>
|
|
758
757
|
</file>
|
|
759
|
-
<file name="submit-on-input.stimulus.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/controllers/submit-on-input.stimulus.ts">
|
|
758
|
+
<file name="submit-on-input.stimulus.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/submit-on-input.stimulus.ts">
|
|
760
759
|
<metrics statements="17" coveredstatements="0" conditionals="9" coveredconditionals="0" methods="6" coveredmethods="0"/>
|
|
761
760
|
<line num="9" count="0" type="stmt"/>
|
|
762
761
|
<line num="13" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -776,7 +775,7 @@
|
|
|
776
775
|
<line num="60" count="0" type="stmt"/>
|
|
777
776
|
<line num="64" count="0" type="stmt"/>
|
|
778
777
|
</file>
|
|
779
|
-
<file name="toast.stimulus.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/controllers/toast.stimulus.ts">
|
|
778
|
+
<file name="toast.stimulus.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/controllers/toast.stimulus.ts">
|
|
780
779
|
<metrics statements="4" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
781
780
|
<line num="5" count="0" type="stmt"/>
|
|
782
781
|
<line num="6" count="0" type="stmt"/>
|
|
@@ -785,25 +784,33 @@
|
|
|
785
784
|
</file>
|
|
786
785
|
</package>
|
|
787
786
|
<package name="src.inputs">
|
|
788
|
-
<metrics statements="
|
|
789
|
-
<file name="component-input-
|
|
787
|
+
<metrics statements="57" coveredstatements="0" conditionals="102" coveredconditionals="0" methods="20" coveredmethods="0"/>
|
|
788
|
+
<file name="component-input-code.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-code.ts">
|
|
789
|
+
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
790
|
+
<line num="13" count="0" type="stmt"/>
|
|
791
|
+
</file>
|
|
792
|
+
<file name="component-input-color.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-color.ts">
|
|
793
|
+
<metrics statements="1" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
794
|
+
<line num="24" count="0" type="stmt"/>
|
|
795
|
+
</file>
|
|
796
|
+
<file name="component-input-enum.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-enum.ts">
|
|
790
797
|
<metrics statements="2" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
791
798
|
<line num="16" count="0" type="stmt"/>
|
|
792
799
|
<line num="25" count="0" type="stmt"/>
|
|
793
800
|
</file>
|
|
794
|
-
<file name="component-input-image.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/inputs/component-input-image.ts">
|
|
801
|
+
<file name="component-input-image.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-image.ts">
|
|
795
802
|
<metrics statements="2" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
796
803
|
<line num="28" count="0" type="stmt"/>
|
|
797
804
|
<line num="29" count="0" type="stmt"/>
|
|
798
805
|
</file>
|
|
799
|
-
<file name="component-input-list.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/inputs/component-input-list.ts">
|
|
806
|
+
<file name="component-input-list.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-list.ts">
|
|
800
807
|
<metrics statements="4" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
801
808
|
<line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
802
809
|
<line num="34" count="0" type="stmt"/>
|
|
803
810
|
<line num="36" count="0" type="stmt"/>
|
|
804
811
|
<line num="42" count="0" type="stmt"/>
|
|
805
812
|
</file>
|
|
806
|
-
<file name="component-input-single-reference.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/inputs/component-input-single-reference.ts">
|
|
813
|
+
<file name="component-input-single-reference.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-single-reference.ts">
|
|
807
814
|
<metrics statements="5" coveredstatements="0" conditionals="8" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
808
815
|
<line num="25" count="0" type="stmt"/>
|
|
809
816
|
<line num="26" count="0" type="stmt"/>
|
|
@@ -811,14 +818,14 @@
|
|
|
811
818
|
<line num="33" count="0" type="stmt"/>
|
|
812
819
|
<line num="44" count="0" type="stmt"/>
|
|
813
820
|
</file>
|
|
814
|
-
<file name="component-input-structured.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/inputs/component-input-structured.ts">
|
|
821
|
+
<file name="component-input-structured.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-structured.ts">
|
|
815
822
|
<metrics statements="4" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
816
823
|
<line num="37" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
817
824
|
<line num="47" count="0" type="stmt"/>
|
|
818
825
|
<line num="55" count="0" type="stmt"/>
|
|
819
826
|
<line num="67" count="0" type="stmt"/>
|
|
820
827
|
</file>
|
|
821
|
-
<file name="component-input-table.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/inputs/component-input-table.ts">
|
|
828
|
+
<file name="component-input-table.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input-table.ts">
|
|
822
829
|
<metrics statements="7" coveredstatements="0" conditionals="12" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
823
830
|
<line num="35" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
824
831
|
<line num="36" count="0" type="stmt"/>
|
|
@@ -828,36 +835,40 @@
|
|
|
828
835
|
<line num="109" count="0" type="stmt"/>
|
|
829
836
|
<line num="172" count="0" type="stmt"/>
|
|
830
837
|
</file>
|
|
831
|
-
<file name="component-input.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/inputs/component-input.ts">
|
|
832
|
-
<metrics statements="
|
|
833
|
-
<line num="
|
|
834
|
-
<line num="
|
|
835
|
-
<line num="
|
|
836
|
-
<line num="
|
|
837
|
-
<line num="
|
|
838
|
-
<line num="
|
|
839
|
-
<line num="66" count="0" type="
|
|
840
|
-
<line num="68" count="0" type="
|
|
841
|
-
<line num="
|
|
842
|
-
<line num="
|
|
843
|
-
<line num="
|
|
844
|
-
<line num="
|
|
845
|
-
<line num="
|
|
846
|
-
<line num="
|
|
847
|
-
<line num="
|
|
848
|
-
<line num="
|
|
849
|
-
<line num="
|
|
850
|
-
<line num="
|
|
851
|
-
<line num="
|
|
852
|
-
<line num="136" count="0" type="stmt"/>
|
|
838
|
+
<file name="component-input.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/component-input.ts">
|
|
839
|
+
<metrics statements="30" coveredstatements="0" conditionals="54" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
840
|
+
<line num="28" count="0" type="stmt"/>
|
|
841
|
+
<line num="29" count="0" type="stmt"/>
|
|
842
|
+
<line num="50" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
843
|
+
<line num="51" count="0" type="stmt"/>
|
|
844
|
+
<line num="53" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
845
|
+
<line num="54" count="0" type="stmt"/>
|
|
846
|
+
<line num="66" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
847
|
+
<line num="68" count="0" type="stmt"/>
|
|
848
|
+
<line num="81" count="0" type="stmt"/>
|
|
849
|
+
<line num="83" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
850
|
+
<line num="84" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
851
|
+
<line num="86" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
852
|
+
<line num="87" count="0" type="stmt"/>
|
|
853
|
+
<line num="100" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
854
|
+
<line num="101" count="0" type="stmt"/>
|
|
855
|
+
<line num="113" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
856
|
+
<line num="114" count="0" type="stmt"/>
|
|
857
|
+
<line num="124" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
858
|
+
<line num="125" count="0" type="stmt"/>
|
|
853
859
|
<line num="137" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
854
860
|
<line num="138" count="0" type="stmt"/>
|
|
855
|
-
<line num="
|
|
856
|
-
<line num="
|
|
857
|
-
<line num="
|
|
858
|
-
<line num="
|
|
861
|
+
<line num="151" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
862
|
+
<line num="152" count="0" type="stmt"/>
|
|
863
|
+
<line num="159" count="0" type="stmt"/>
|
|
864
|
+
<line num="160" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
865
|
+
<line num="161" count="0" type="stmt"/>
|
|
866
|
+
<line num="169" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
867
|
+
<line num="170" count="0" type="stmt"/>
|
|
868
|
+
<line num="178" count="0" type="stmt"/>
|
|
869
|
+
<line num="188" count="0" type="stmt"/>
|
|
859
870
|
</file>
|
|
860
|
-
<file name="print-arg-path.ts" path="/home/kuba/projects/sealcode/jdd-editor/src/inputs/print-arg-path.ts">
|
|
871
|
+
<file name="print-arg-path.ts" path="/home/kuba/projects/sealcode/superseal/repos/jdd-editor/src/inputs/print-arg-path.ts">
|
|
861
872
|
<metrics statements="1" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
862
873
|
<line num="2" count="0" type="stmt"/>
|
|
863
874
|
</file>
|