@aiready/cli 0.14.14 → 0.14.16

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.
Files changed (98) hide show
  1. package/CONTRIBUTING.md +86 -1
  2. package/LICENSE +21 -0
  3. package/README.md +152 -52
  4. package/dist/cli.js +73 -12
  5. package/dist/cli.mjs +73 -12
  6. package/package.json +44 -14
  7. package/.aiready/aiready-report-20260227-133806.json +0 -7805
  8. package/.aiready/aiready-report-20260227-133938.json +0 -7951
  9. package/.aiready/aiready-report-20260228-003433.json +0 -7939
  10. package/.aiready/aiready-report-20260228-003613.json +0 -771
  11. package/.aiready/aiready-report-20260314-164626.json +0 -59
  12. package/.aiready/aiready-report-20260314-164741.json +0 -59
  13. package/.aiready/aiready-report-20260319-201106.json +0 -5566
  14. package/.aiready/aiready-report-20260319-201511.json +0 -5566
  15. package/.aiready/aiready-report-20260319-202017.json +0 -5708
  16. package/.github/FUNDING.yml +0 -5
  17. package/.turbo/turbo-build.log +0 -29
  18. package/.turbo/turbo-lint.log +0 -0
  19. package/.turbo/turbo-test.log +0 -76
  20. package/aiready-report.json +0 -30703
  21. package/coverage/base.css +0 -224
  22. package/coverage/block-navigation.js +0 -87
  23. package/coverage/clover.xml +0 -865
  24. package/coverage/coverage-final.json +0 -15
  25. package/coverage/favicon.png +0 -0
  26. package/coverage/index.html +0 -146
  27. package/coverage/prettify.css +0 -1
  28. package/coverage/prettify.js +0 -2
  29. package/coverage/sort-arrow-sprite.png +0 -0
  30. package/coverage/sorter.js +0 -210
  31. package/coverage/src/commands/agent-grounding.ts.html +0 -271
  32. package/coverage/src/commands/ai-signal-clarity.ts.html +0 -253
  33. package/coverage/src/commands/change-amplification.ts.html +0 -94
  34. package/coverage/src/commands/consistency.ts.html +0 -781
  35. package/coverage/src/commands/context.ts.html +0 -871
  36. package/coverage/src/commands/deps-health.ts.html +0 -280
  37. package/coverage/src/commands/doc-drift.ts.html +0 -271
  38. package/coverage/src/commands/index.html +0 -281
  39. package/coverage/src/commands/patterns.ts.html +0 -745
  40. package/coverage/src/commands/scan.ts.html +0 -1393
  41. package/coverage/src/commands/testability.ts.html +0 -304
  42. package/coverage/src/commands/upload.ts.html +0 -466
  43. package/coverage/src/commands/visualize.ts.html +0 -1027
  44. package/coverage/src/index.html +0 -116
  45. package/coverage/src/index.ts.html +0 -1372
  46. package/coverage/src/utils/helpers.ts.html +0 -559
  47. package/coverage/src/utils/index.html +0 -116
  48. package/docs/SPOKE_GUIDE.md +0 -184
  49. package/packages/core/src/.aiready/aiready-report-20260314-161145.json +0 -224
  50. package/packages/core/src/.aiready/aiready-report-20260314-161152.json +0 -235
  51. package/packages/pattern-detect/src/.aiready/aiready-report-20260314-161139.json +0 -224
  52. package/src/.aiready/aiready-report-20260312-103623.json +0 -32574
  53. package/src/.aiready/aiready-report-20260312-110843.json +0 -28740
  54. package/src/.aiready/aiready-report-20260312-110955.json +0 -28740
  55. package/src/.aiready/aiready-report-20260314-203209.json +0 -30713
  56. package/src/.aiready/aiready-report-20260314-203736.json +0 -30713
  57. package/src/.aiready/aiready-report-20260314-203857.json +0 -30713
  58. package/src/.aiready/aiready-report-20260314-204047.json +0 -30713
  59. package/src/.aiready/aiready-report-20260318-002110.json +0 -28782
  60. package/src/__tests__/cli.test.ts +0 -85
  61. package/src/__tests__/config-shape.test.ts +0 -105
  62. package/src/__tests__/unified.test.ts +0 -95
  63. package/src/cli.ts +0 -333
  64. package/src/commands/__tests__/agent-grounding.test.ts +0 -24
  65. package/src/commands/__tests__/ai-signal-clarity.test.ts +0 -32
  66. package/src/commands/__tests__/consistency.test.ts +0 -100
  67. package/src/commands/__tests__/deps-health.test.ts +0 -26
  68. package/src/commands/__tests__/doc-drift.test.ts +0 -26
  69. package/src/commands/__tests__/extra-commands.test.ts +0 -168
  70. package/src/commands/__tests__/init.test.ts +0 -51
  71. package/src/commands/__tests__/scan.test.ts +0 -153
  72. package/src/commands/__tests__/testability.test.ts +0 -36
  73. package/src/commands/__tests__/upload.test.ts +0 -50
  74. package/src/commands/__tests__/visualize.test.ts +0 -78
  75. package/src/commands/agent-grounding.ts +0 -62
  76. package/src/commands/ai-signal-clarity.ts +0 -1
  77. package/src/commands/bug.ts +0 -99
  78. package/src/commands/change-amplification.ts +0 -3
  79. package/src/commands/consistency.ts +0 -232
  80. package/src/commands/context.ts +0 -262
  81. package/src/commands/deps-health.ts +0 -1
  82. package/src/commands/doc-drift.ts +0 -1
  83. package/src/commands/index.ts +0 -20
  84. package/src/commands/init.ts +0 -199
  85. package/src/commands/patterns.ts +0 -222
  86. package/src/commands/report-formatter.ts +0 -267
  87. package/src/commands/scan.ts +0 -432
  88. package/src/commands/shared/configured-tool-action.ts +0 -35
  89. package/src/commands/shared/standard-tool-actions.ts +0 -126
  90. package/src/commands/testability.ts +0 -73
  91. package/src/commands/upload.ts +0 -129
  92. package/src/commands/visualize.ts +0 -321
  93. package/src/index.ts +0 -465
  94. package/src/utils/__tests__/helpers.test.ts +0 -35
  95. package/src/utils/helpers.ts +0 -234
  96. package/tsconfig.json +0 -11
  97. package/tsconfig.tsbuildinfo +0 -1
  98. package/vitest.config.ts +0 -13
@@ -1,865 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1773027856166" clover="3.2.0">
3
- <project timestamp="1773027856166" name="All files">
4
- <metrics statements="808" coveredstatements="475" conditionals="542" coveredconditionals="251" methods="74" coveredmethods="45" elements="1424" coveredelements="771" complexity="0" loc="808" ncloc="808" packages="3" files="14" classes="14"/>
5
- <package name="src">
6
- <metrics statements="109" coveredstatements="88" conditionals="90" coveredconditionals="58" methods="11" coveredmethods="9"/>
7
- <file name="index.ts" path="/Users/pengcao/projects/aiready/packages/cli/src/index.ts">
8
- <metrics statements="109" coveredstatements="88" conditionals="90" coveredconditionals="58" methods="11" coveredmethods="9"/>
9
- <line num="72" count="3" type="stmt"/>
10
- <line num="101" count="44" type="cond" truecount="4" falsecount="1"/>
11
- <line num="103" count="44" type="stmt"/>
12
- <line num="104" count="44" type="stmt"/>
13
- <line num="113" count="44" type="stmt"/>
14
- <line num="115" count="75" type="cond" truecount="2" falsecount="0"/>
15
- <line num="117" count="49" type="cond" truecount="5" falsecount="0"/>
16
- <line num="118" count="22" type="stmt"/>
17
- <line num="120" count="27" type="stmt"/>
18
- <line num="124" count="44" type="stmt"/>
19
- <line num="131" count="15" type="stmt"/>
20
- <line num="142" count="7" type="stmt"/>
21
- <line num="144" count="7" type="stmt"/>
22
- <line num="145" count="7" type="cond" truecount="1" falsecount="1"/>
23
- <line num="151" count="7" type="stmt"/>
24
- <line num="164" count="7" type="stmt"/>
25
- <line num="165" count="8" type="stmt"/>
26
- <line num="168" count="8" type="cond" truecount="1" falsecount="1"/>
27
- <line num="170" count="0" type="cond" truecount="0" falsecount="2"/>
28
- <line num="172" count="0" type="stmt"/>
29
- <line num="173" count="0" type="stmt"/>
30
- <line num="174" count="0" type="stmt"/>
31
- <line num="175" count="0" type="cond" truecount="0" falsecount="2"/>
32
- <line num="176" count="0" type="stmt"/>
33
- <line num="180" count="0" type="stmt"/>
34
- <line num="185" count="0" type="stmt"/>
35
- <line num="192" count="8" type="cond" truecount="1" falsecount="1"/>
36
- <line num="193" count="0" type="stmt"/>
37
- <line num="196" count="0" type="stmt"/>
38
- <line num="199" count="8" type="stmt"/>
39
- <line num="201" count="8" type="stmt"/>
40
- <line num="202" count="8" type="stmt"/>
41
- <line num="203" count="8" type="stmt"/>
42
- <line num="206" count="8" type="stmt"/>
43
- <line num="211" count="8" type="stmt"/>
44
- <line num="213" count="176" type="cond" truecount="5" falsecount="0"/>
45
- <line num="214" count="11" type="stmt"/>
46
- <line num="224" count="8" type="cond" truecount="2" falsecount="0"/>
47
- <line num="225" count="1" type="stmt"/>
48
- <line num="226" count="7" type="cond" truecount="1" falsecount="1"/>
49
- <line num="232" count="0" type="stmt"/>
50
- <line num="233" count="7" type="cond" truecount="1" falsecount="1"/>
51
- <line num="235" count="0" type="stmt"/>
52
- <line num="239" count="8" type="stmt"/>
53
- <line num="244" count="0" type="cond" truecount="0" falsecount="2"/>
54
- <line num="245" count="0" type="stmt"/>
55
- <line num="254" count="8" type="stmt"/>
56
- <line num="257" count="8" type="cond" truecount="2" falsecount="0"/>
57
- <line num="258" count="7" type="stmt"/>
58
- <line num="261" count="8" type="cond" truecount="1" falsecount="1"/>
59
- <line num="262" count="0" type="stmt"/>
60
- <line num="265" count="8" type="stmt"/>
61
- <line num="266" count="8" type="stmt"/>
62
- <line num="269" count="8" type="cond" truecount="2" falsecount="0"/>
63
- <line num="270" count="3" type="stmt"/>
64
- <line num="273" count="5" type="cond" truecount="2" falsecount="0"/>
65
- <line num="274" count="4" type="stmt"/>
66
- <line num="279" count="1" type="stmt"/>
67
- <line num="285" count="8" type="cond" truecount="3" falsecount="0"/>
68
- <line num="286" count="8" type="cond" truecount="2" falsecount="0"/>
69
- <line num="287" count="1" type="stmt"/>
70
- <line num="290" count="8" type="stmt"/>
71
- <line num="291" count="1" type="cond" truecount="1" falsecount="1"/>
72
- <line num="294" count="8" type="stmt"/>
73
- <line num="298" count="8" type="cond" truecount="4" falsecount="0"/>
74
- <line num="299" count="7" type="stmt"/>
75
- <line num="300" count="7" type="cond" truecount="1" falsecount="1"/>
76
- <line num="301" count="7" type="stmt"/>
77
- <line num="307" count="8" type="stmt"/>
78
- <line num="308" count="7" type="stmt"/>
79
- <line num="310" count="8" type="cond" truecount="4" falsecount="0"/>
80
- <line num="311" count="7" type="stmt"/>
81
- <line num="314" count="0" type="stmt"/>
82
- <line num="320" count="7" type="stmt"/>
83
- <line num="330" count="7" type="stmt"/>
84
- <line num="331" count="7" type="stmt"/>
85
- <line num="342" count="2" type="stmt"/>
86
- <line num="344" count="2" type="stmt"/>
87
- <line num="345" count="1" type="stmt"/>
88
- <line num="346" count="1" type="cond" truecount="1" falsecount="1"/>
89
- <line num="348" count="1" type="stmt"/>
90
- <line num="349" count="1" type="cond" truecount="1" falsecount="1"/>
91
- <line num="351" count="1" type="stmt"/>
92
- <line num="352" count="1" type="stmt"/>
93
- <line num="355" count="1" type="cond" truecount="1" falsecount="1"/>
94
- <line num="356" count="1" type="cond" truecount="2" falsecount="2"/>
95
- <line num="357" count="0" type="stmt"/>
96
- <line num="358" count="0" type="cond" truecount="0" falsecount="2"/>
97
- <line num="361" count="0" type="stmt"/>
98
- <line num="369" count="1" type="cond" truecount="2" falsecount="2"/>
99
- <line num="370" count="0" type="stmt"/>
100
- <line num="381" count="1" type="stmt"/>
101
- <line num="383" count="0" type="stmt"/>
102
- <line num="388" count="2" type="cond" truecount="2" falsecount="0"/>
103
- <line num="389" count="1" type="stmt"/>
104
- <line num="403" count="1" type="stmt"/>
105
- <line num="410" count="1" type="stmt"/>
106
- <line num="411" count="1" type="stmt"/>
107
- <line num="412" count="1" type="stmt"/>
108
- <line num="413" count="1" type="stmt"/>
109
- <line num="414" count="1" type="stmt"/>
110
- <line num="415" count="1" type="stmt"/>
111
- <line num="417" count="1" type="stmt"/>
112
- <line num="418" count="1" type="stmt"/>
113
- <line num="419" count="1" type="cond" truecount="1" falsecount="1"/>
114
- <line num="420" count="1" type="stmt"/>
115
- <line num="421" count="1" type="cond" truecount="1" falsecount="1"/>
116
- <line num="424" count="1" type="stmt"/>
117
- <line num="428" count="1" type="stmt"/>
118
- </file>
119
- </package>
120
- <package name="src.commands">
121
- <metrics statements="635" coveredstatements="354" conditionals="409" coveredconditionals="177" methods="50" coveredmethods="29"/>
122
- <file name="agent-grounding.ts" path="/Users/pengcao/projects/aiready/packages/cli/src/commands/agent-grounding.ts">
123
- <metrics statements="17" coveredstatements="14" conditionals="16" coveredconditionals="9" methods="3" coveredmethods="2"/>
124
- <line num="14" count="2" type="stmt"/>
125
- <line num="16" count="2" type="stmt"/>
126
- <line num="17" count="2" type="stmt"/>
127
- <line num="22" count="2" type="stmt"/>
128
- <line num="30" count="2" type="stmt"/>
129
- <line num="32" count="2" type="cond" truecount="2" falsecount="0"/>
130
- <line num="33" count="1" type="stmt"/>
131
- <line num="36" count="1" type="stmt"/>
132
- <line num="37" count="0" type="cond" truecount="0" falsecount="2"/>
133
- <line num="44" count="1" type="stmt"/>
134
- <line num="46" count="1" type="stmt"/>
135
- <line num="49" count="1" type="stmt"/>
136
- <line num="50" count="1" type="stmt"/>
137
- <line num="51" count="1" type="cond" truecount="3" falsecount="1"/>
138
- <line num="52" count="0" type="stmt"/>
139
- <line num="56" count="0" type="stmt"/>
140
- <line num="61" count="1" type="stmt"/>
141
- </file>
142
- <file name="ai-signal-clarity.ts" path="/Users/pengcao/projects/aiready/packages/cli/src/commands/ai-signal-clarity.ts">
143
- <metrics statements="15" coveredstatements="14" conditionals="9" coveredconditionals="7" methods="1" coveredmethods="1"/>
144
- <line num="14" count="2" type="stmt"/>
145
- <line num="16" count="2" type="stmt"/>
146
- <line num="17" count="2" type="stmt"/>
147
- <line num="21" count="2" type="stmt"/>
148
- <line num="28" count="2" type="stmt"/>
149
- <line num="30" count="2" type="cond" truecount="2" falsecount="0"/>
150
- <line num="31" count="1" type="stmt"/>
151
- <line num="34" count="1" type="stmt"/>
152
- <line num="35" count="1" type="stmt"/>
153
- <line num="42" count="1" type="cond" truecount="2" falsecount="0"/>
154
- <line num="43" count="2" type="stmt"/>
155
- <line num="46" count="2" type="stmt"/>
156
- <line num="47" count="2" type="cond" truecount="1" falsecount="1"/>
157
- <line num="48" count="0" type="stmt"/>
158
- <line num="55" count="1" type="stmt"/>
159
- </file>
160
- <file name="change-amplification.ts" path="/Users/pengcao/projects/aiready/packages/cli/src/commands/change-amplification.ts">
161
- <metrics statements="0" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
162
- </file>
163
- <file name="consistency.ts" path="/Users/pengcao/projects/aiready/packages/cli/src/commands/consistency.ts">
164
- <metrics statements="80" coveredstatements="60" conditionals="57" coveredconditionals="27" methods="9" coveredmethods="8"/>
165
- <line num="34" count="4" type="stmt"/>
166
- <line num="36" count="4" type="stmt"/>
167
- <line num="37" count="4" type="cond" truecount="1" falsecount="1"/>
168
- <line num="39" count="4" type="stmt"/>
169
- <line num="41" count="4" type="stmt"/>
170
- <line num="54" count="4" type="stmt"/>
171
- <line num="63" count="4" type="stmt"/>
172
- <line num="65" count="4" type="stmt"/>
173
- <line num="67" count="4" type="stmt"/>
174
- <line num="71" count="4" type="cond" truecount="2" falsecount="0"/>
175
- <line num="72" count="1" type="cond" truecount="1" falsecount="1"/>
176
- <line num="73" count="1" type="stmt"/>
177
- <line num="80" count="4" type="cond" truecount="2" falsecount="1"/>
178
- <line num="81" count="4" type="cond" truecount="2" falsecount="0"/>
179
- <line num="83" count="4" type="cond" truecount="2" falsecount="0"/>
180
- <line num="84" count="1" type="stmt"/>
181
- <line num="93" count="1" type="stmt"/>
182
- <line num="99" count="1" type="stmt"/>
183
- <line num="104" count="3" type="cond" truecount="2" falsecount="0"/>
184
- <line num="106" count="1" type="stmt"/>
185
- <line num="107" count="1" type="stmt"/>
186
- <line num="112" count="1" type="stmt"/>
187
- <line num="113" count="1" type="stmt"/>
188
- <line num="116" count="2" type="stmt"/>
189
- <line num="117" count="2" type="stmt"/>
190
- <line num="120" count="2" type="stmt"/>
191
- <line num="121" count="2" type="stmt"/>
192
- <line num="122" count="2" type="stmt"/>
193
- <line num="123" count="2" type="stmt"/>
194
- <line num="126" count="2" type="stmt"/>
195
- <line num="128" count="2" type="cond" truecount="1" falsecount="1"/>
196
- <line num="129" count="0" type="stmt"/>
197
- <line num="136" count="2" type="stmt"/>
198
- <line num="137" count="2" type="stmt"/>
199
- <line num="139" count="2" type="stmt"/>
200
- <line num="140" count="2" type="stmt"/>
201
- <line num="143" count="2" type="cond" truecount="1" falsecount="1"/>
202
- <line num="144" count="2" type="stmt"/>
203
- <line num="145" count="2" type="stmt"/>
204
- <line num="146" count="2" type="stmt"/>
205
- <line num="147" count="2" type="cond" truecount="1" falsecount="1"/>
206
- <line num="148" count="2" type="stmt"/>
207
- <line num="149" count="2" type="cond" truecount="1" falsecount="1"/>
208
- <line num="151" count="2" type="cond" truecount="1" falsecount="1"/>
209
- <line num="158" count="2" type="stmt"/>
210
- <line num="161" count="2" type="stmt"/>
211
- <line num="162" count="2" type="cond" truecount="1" falsecount="1"/>
212
- <line num="163" count="0" type="stmt"/>
213
- <line num="167" count="2" type="stmt"/>
214
- <line num="168" count="2" type="stmt"/>
215
- <line num="172" count="2" type="stmt"/>
216
- <line num="173" count="2" type="cond" truecount="1" falsecount="1"/>
217
- <line num="174" count="0" type="stmt"/>
218
- <line num="178" count="2" type="cond" truecount="1" falsecount="1"/>
219
- <line num="179" count="0" type="stmt"/>
220
- <line num="180" count="0" type="stmt"/>
221
- <line num="181" count="0" type="stmt"/>
222
- <line num="182" count="0" type="cond" truecount="0" falsecount="2"/>
223
- <line num="183" count="0" type="stmt"/>
224
- <line num="184" count="0" type="cond" truecount="0" falsecount="2"/>
225
- <line num="186" count="0" type="cond" truecount="0" falsecount="2"/>
226
- <line num="193" count="0" type="stmt"/>
227
- <line num="196" count="0" type="stmt"/>
228
- <line num="197" count="0" type="cond" truecount="0" falsecount="2"/>
229
- <line num="198" count="0" type="stmt"/>
230
- <line num="202" count="0" type="stmt"/>
231
- <line num="203" count="0" type="stmt"/>
232
- <line num="207" count="0" type="stmt"/>
233
- <line num="208" count="0" type="cond" truecount="0" falsecount="2"/>
234
- <line num="209" count="0" type="stmt"/>
235
- <line num="213" count="2" type="cond" truecount="1" falsecount="1"/>
236
- <line num="214" count="2" type="stmt"/>
237
- <line num="215" count="2" type="stmt"/>
238
- <line num="216" count="2" type="stmt"/>
239
- <line num="218" count="2" type="stmt"/>
240
- <line num="223" count="2" type="cond" truecount="2" falsecount="0"/>
241
- <line num="224" count="1" type="stmt"/>
242
- <line num="225" count="1" type="stmt"/>
243
- <line num="226" count="1" type="stmt"/>
244
- <line num="230" count="0" type="stmt"/>
245
- </file>
246
- <file name="context.ts" path="/Users/pengcao/projects/aiready/packages/cli/src/commands/context.ts">
247
- <metrics statements="88" coveredstatements="22" conditionals="43" coveredconditionals="4" methods="5" coveredmethods="1"/>
248
- <line num="32" count="1" type="stmt"/>
249
- <line num="34" count="1" type="stmt"/>
250
- <line num="35" count="1" type="cond" truecount="1" falsecount="1"/>
251
- <line num="37" count="1" type="stmt"/>
252
- <line num="39" count="1" type="stmt"/>
253
- <line num="51" count="1" type="stmt"/>
254
- <line num="61" count="1" type="stmt"/>
255
- <line num="62" count="1" type="stmt"/>
256
- <line num="63" count="1" type="stmt"/>
257
- <line num="67" count="1" type="stmt"/>
258
- <line num="70" count="1" type="stmt"/>
259
- <line num="71" count="1" type="stmt"/>
260
- <line num="72" count="1" type="stmt"/>
261
- <line num="73" count="1" type="stmt"/>
262
- <line num="76" count="1" type="stmt"/>
263
- <line num="79" count="1" type="stmt"/>
264
- <line num="80" count="1" type="stmt"/>
265
- <line num="83" count="1" type="stmt"/>
266
- <line num="85" count="1" type="stmt"/>
267
- <line num="87" count="0" type="stmt"/>
268
- <line num="88" count="0" type="stmt"/>
269
- <line num="92" count="0" type="cond" truecount="0" falsecount="2"/>
270
- <line num="93" count="0" type="stmt"/>
271
- <line num="97" count="0" type="cond" truecount="0" falsecount="3"/>
272
- <line num="98" count="1" type="cond" truecount="1" falsecount="1"/>
273
- <line num="100" count="1" type="cond" truecount="0" falsecount="2"/>
274
- <line num="101" count="0" type="stmt"/>
275
- <line num="107" count="0" type="stmt"/>
276
- <line num="113" count="0" type="stmt"/>
277
- <line num="120" count="0" type="cond" truecount="0" falsecount="2"/>
278
- <line num="121" count="0" type="stmt"/>
279
- <line num="122" count="0" type="stmt"/>
280
- <line num="124" count="0" type="stmt"/>
281
- <line num="125" count="0" type="stmt"/>
282
- <line num="126" count="0" type="stmt"/>
283
- <line num="128" count="0" type="stmt"/>
284
- <line num="131" count="0" type="stmt"/>
285
- <line num="136" count="0" type="stmt"/>
286
- <line num="141" count="0" type="stmt"/>
287
- <line num="147" count="0" type="stmt"/>
288
- <line num="148" count="0" type="cond" truecount="0" falsecount="2"/>
289
- <line num="149" count="0" type="stmt"/>
290
- <line num="150" count="0" type="cond" truecount="0" falsecount="2"/>
291
- <line num="151" count="0" type="stmt"/>
292
- <line num="155" count="0" type="cond" truecount="0" falsecount="2"/>
293
- <line num="156" count="0" type="stmt"/>
294
- <line num="160" count="0" type="cond" truecount="0" falsecount="2"/>
295
- <line num="161" count="0" type="stmt"/>
296
- <line num="165" count="0" type="stmt"/>
297
- <line num="171" count="0" type="stmt"/>
298
- <line num="175" count="0" type="cond" truecount="0" falsecount="2"/>
299
- <line num="176" count="0" type="stmt"/>
300
- <line num="177" count="0" type="stmt"/>
301
- <line num="180" count="0" type="stmt"/>
302
- <line num="183" count="0" type="stmt"/>
303
- <line num="184" count="0" type="stmt"/>
304
- <line num="185" count="0" type="stmt"/>
305
- <line num="189" count="0" type="stmt"/>
306
- <line num="193" count="0" type="cond" truecount="0" falsecount="2"/>
307
- <line num="194" count="0" type="stmt"/>
308
- <line num="195" count="0" type="stmt"/>
309
- <line num="200" count="0" type="stmt"/>
310
- <line num="201" count="0" type="stmt"/>
311
- <line num="204" count="0" type="stmt"/>
312
- <line num="210" count="0" type="stmt"/>
313
- <line num="214" count="0" type="cond" truecount="0" falsecount="2"/>
314
- <line num="215" count="0" type="stmt"/>
315
- <line num="216" count="0" type="stmt"/>
316
- <line num="221" count="0" type="stmt"/>
317
- <line num="222" count="0" type="stmt"/>
318
- <line num="223" count="0" type="stmt"/>
319
- <line num="224" count="0" type="cond" truecount="0" falsecount="2"/>
320
- <line num="225" count="0" type="stmt"/>
321
- <line num="229" count="0" type="stmt"/>
322
- <line num="233" count="0" type="cond" truecount="0" falsecount="2"/>
323
- <line num="234" count="0" type="stmt"/>
324
- <line num="235" count="0" type="stmt"/>
325
- <line num="236" count="0" type="stmt"/>
326
- <line num="238" count="0" type="cond" truecount="0" falsecount="2"/>
327
- <line num="243" count="0" type="stmt"/>
328
- <line num="247" count="0" type="stmt"/>
329
- <line num="251" count="0" type="cond" truecount="0" falsecount="2"/>
330
- <line num="252" count="0" type="stmt"/>
331
- <line num="253" count="0" type="stmt"/>
332
- <line num="254" count="0" type="stmt"/>
333
- <line num="255" count="0" type="stmt"/>
334
- <line num="256" count="0" type="stmt"/>
335
- <line num="260" count="1" type="stmt"/>
336
- </file>
337
- <file name="deps-health.ts" path="/Users/pengcao/projects/aiready/packages/cli/src/commands/deps-health.ts">
338
- <metrics statements="16" coveredstatements="14" conditionals="9" coveredconditionals="7" methods="2" coveredmethods="1"/>
339
- <line num="13" count="2" type="stmt"/>
340
- <line num="15" count="2" type="stmt"/>
341
- <line num="16" count="2" type="stmt"/>
342
- <line num="20" count="2" type="stmt"/>
343
- <line num="28" count="2" type="stmt"/>
344
- <line num="33" count="0" type="stmt"/>
345
- <line num="40" count="2" type="cond" truecount="2" falsecount="0"/>
346
- <line num="41" count="1" type="stmt"/>
347
- <line num="44" count="1" type="stmt"/>
348
- <line num="45" count="1" type="stmt"/>
349
- <line num="52" count="1" type="cond" truecount="2" falsecount="0"/>
350
- <line num="53" count="2" type="stmt"/>
351
- <line num="56" count="2" type="cond" truecount="1" falsecount="1"/>
352
- <line num="57" count="0" type="stmt"/>
353
- <line num="61" count="1" type="stmt"/>
354
- <line num="64" count="1" type="stmt"/>
355
- </file>
356
- <file name="doc-drift.ts" path="/Users/pengcao/projects/aiready/packages/cli/src/commands/doc-drift.ts">
357
- <metrics statements="16" coveredstatements="15" conditionals="9" coveredconditionals="7" methods="2" coveredmethods="2"/>
358
- <line num="13" count="2" type="stmt"/>
359
- <line num="15" count="2" type="stmt"/>
360
- <line num="16" count="2" type="stmt"/>
361
- <line num="20" count="2" type="stmt"/>
362
- <line num="27" count="2" type="stmt"/>
363
- <line num="32" count="1" type="stmt"/>
364
- <line num="39" count="2" type="cond" truecount="2" falsecount="0"/>
365
- <line num="40" count="1" type="stmt"/>
366
- <line num="43" count="1" type="stmt"/>
367
- <line num="44" count="1" type="stmt"/>
368
- <line num="51" count="1" type="cond" truecount="2" falsecount="0"/>
369
- <line num="52" count="2" type="stmt"/>
370
- <line num="55" count="2" type="cond" truecount="1" falsecount="1"/>
371
- <line num="56" count="0" type="stmt"/>
372
- <line num="58" count="1" type="stmt"/>
373
- <line num="61" count="1" type="stmt"/>
374
- </file>
375
- <file name="patterns.ts" path="/Users/pengcao/projects/aiready/packages/cli/src/commands/patterns.ts">
376
- <metrics statements="69" coveredstatements="17" conditionals="47" coveredconditionals="7" methods="6" coveredmethods="1"/>
377
- <line num="35" count="1" type="stmt"/>
378
- <line num="37" count="1" type="stmt"/>
379
- <line num="38" count="1" type="cond" truecount="1" falsecount="1"/>
380
- <line num="40" count="1" type="stmt"/>
381
- <line num="42" count="1" type="stmt"/>
382
- <line num="45" count="1" type="stmt"/>
383
- <line num="56" count="1" type="cond" truecount="1" falsecount="1"/>
384
- <line num="57" count="0" type="stmt"/>
385
- <line num="58" count="0" type="stmt"/>
386
- <line num="62" count="1" type="stmt"/>
387
- <line num="73" count="1" type="cond" truecount="1" falsecount="1"/>
388
- <line num="74" count="0" type="stmt"/>
389
- <line num="76" count="1" type="cond" truecount="1" falsecount="1"/>
390
- <line num="77" count="0" type="stmt"/>
391
- <line num="80" count="1" type="stmt"/>
392
- <line num="87" count="1" type="stmt"/>
393
- <line num="89" count="1" type="stmt"/>
394
- <line num="91" count="0" type="stmt"/>
395
- <line num="92" count="0" type="stmt"/>
396
- <line num="96" count="0" type="cond" truecount="0" falsecount="2"/>
397
- <line num="97" count="0" type="stmt"/>
398
- <line num="101" count="0" type="cond" truecount="0" falsecount="3"/>
399
- <line num="102" count="1" type="cond" truecount="1" falsecount="1"/>
400
- <line num="104" count="1" type="cond" truecount="0" falsecount="2"/>
401
- <line num="105" count="0" type="stmt"/>
402
- <line num="111" count="0" type="stmt"/>
403
- <line num="117" count="0" type="stmt"/>
404
- <line num="124" count="0" type="cond" truecount="0" falsecount="2"/>
405
- <line num="125" count="0" type="stmt"/>
406
- <line num="126" count="0" type="stmt"/>
407
- <line num="128" count="0" type="stmt"/>
408
- <line num="129" count="0" type="stmt"/>
409
- <line num="130" count="0" type="stmt"/>
410
- <line num="132" count="0" type="stmt"/>
411
- <line num="135" count="0" type="stmt"/>
412
- <line num="140" count="0" type="stmt"/>
413
- <line num="145" count="0" type="stmt"/>
414
- <line num="150" count="0" type="cond" truecount="0" falsecount="2"/>
415
- <line num="151" count="0" type="stmt"/>
416
- <line num="152" count="0" type="stmt"/>
417
- <line num="154" count="0" type="cond" truecount="0" falsecount="2"/>
418
- <line num="155" count="0" type="stmt"/>
419
- <line num="156" count="0" type="stmt"/>
420
- <line num="157" count="0" type="stmt"/>
421
- <line num="158" count="0" type="stmt"/>
422
- <line num="159" count="0" type="stmt"/>
423
- <line num="164" count="0" type="cond" truecount="0" falsecount="4"/>
424
- <line num="165" count="0" type="stmt"/>
425
- <line num="166" count="0" type="stmt"/>
426
- <line num="167" count="0" type="stmt"/>
427
- <line num="170" count="0" type="stmt"/>
428
- <line num="171" count="0" type="stmt"/>
429
- <line num="174" count="0" type="stmt"/>
430
- <line num="176" count="0" type="cond" truecount="0" falsecount="2"/>
431
- <line num="182" count="0" type="cond" truecount="0" falsecount="4"/>
432
- <line num="183" count="0" type="cond" truecount="0" falsecount="2"/>
433
- <line num="184" count="0" type="cond" truecount="0" falsecount="2"/>
434
- <line num="185" count="0" type="stmt"/>
435
- <line num="188" count="0" type="stmt"/>
436
- <line num="191" count="0" type="stmt"/>
437
- <line num="196" count="0" type="stmt"/>
438
- <line num="202" count="0" type="cond" truecount="0" falsecount="2"/>
439
- <line num="203" count="0" type="stmt"/>
440
- <line num="204" count="0" type="stmt"/>
441
- <line num="205" count="0" type="stmt"/>
442
- <line num="206" count="0" type="stmt"/>
443
- <line num="207" count="0" type="stmt"/>
444
- <line num="211" count="1" type="stmt"/>
445
- <line num="215" count="1" type="stmt"/>
446
- </file>
447
- <file name="scan.ts" path="/Users/pengcao/projects/aiready/packages/cli/src/commands/scan.ts">
448
- <metrics statements="144" coveredstatements="111" conditionals="118" coveredconditionals="66" methods="13" coveredmethods="10"/>
449
- <line num="56" count="6" type="stmt"/>
450
- <line num="58" count="6" type="stmt"/>
451
- <line num="59" count="6" type="cond" truecount="1" falsecount="1"/>
452
- <line num="60" count="6" type="stmt"/>
453
- <line num="62" count="6" type="stmt"/>
454
- <line num="64" count="6" type="stmt"/>
455
- <line num="85" count="6" type="cond" truecount="1" falsecount="1"/>
456
- <line num="86" count="0" type="stmt"/>
457
- <line num="88" count="6" type="cond" truecount="2" falsecount="0"/>
458
- <line num="89" count="1" type="cond" truecount="1" falsecount="4"/>
459
- <line num="91" count="1" type="stmt"/>
460
- <line num="96" count="1" type="stmt"/>
461
- <line num="98" count="0" type="stmt"/>
462
- <line num="99" count="0" type="stmt"/>
463
- <line num="101" count="0" type="stmt"/>
464
- <line num="105" count="0" type="stmt"/>
465
- <line num="107" count="0" type="stmt"/>
466
- <line num="112" count="0" type="stmt"/>
467
- <line num="114" count="0" type="stmt"/>
468
- <line num="122" count="6" type="stmt"/>
469
- <line num="126" count="6" type="cond" truecount="2" falsecount="0"/>
470
- <line num="128" count="6" type="stmt"/>
471
- <line num="135" count="6" type="stmt"/>
472
- <line num="136" count="6" type="cond" truecount="1" falsecount="1"/>
473
- <line num="140" count="6" type="stmt"/>
474
- <line num="141" count="6" type="stmt"/>
475
- <line num="147" count="6" type="cond" truecount="1" falsecount="1"/>
476
- <line num="148" count="6" type="stmt"/>
477
- <line num="154" count="6" type="stmt"/>
478
- <line num="155" count="6" type="stmt"/>
479
- <line num="161" count="6" type="stmt"/>
480
- <line num="163" count="0" type="cond" truecount="0" falsecount="2"/>
481
- <line num="164" count="0" type="stmt"/>
482
- <line num="165" count="0" type="stmt"/>
483
- <line num="169" count="0" type="stmt"/>
484
- <line num="170" count="0" type="stmt"/>
485
- <line num="171" count="0" type="stmt"/>
486
- <line num="172" count="0" type="cond" truecount="0" falsecount="4"/>
487
- <line num="173" count="0" type="cond" truecount="0" falsecount="2"/>
488
- <line num="174" count="0" type="stmt"/>
489
- <line num="175" count="0" type="cond" truecount="0" falsecount="2"/>
490
- <line num="176" count="0" type="stmt"/>
491
- <line num="177" count="0" type="cond" truecount="0" falsecount="2"/>
492
- <line num="178" count="0" type="stmt"/>
493
- <line num="184" count="6" type="stmt"/>
494
- <line num="191" count="6" type="stmt"/>
495
- <line num="192" count="6" type="stmt"/>
496
- <line num="195" count="6" type="stmt"/>
497
- <line num="200" count="6" type="cond" truecount="4" falsecount="0"/>
498
- <line num="201" count="3" type="stmt"/>
499
- <line num="203" count="3" type="stmt"/>
500
- <line num="204" count="3" type="stmt"/>
501
- <line num="207" count="3" type="cond" truecount="2" falsecount="0"/>
502
- <line num="208" count="1" type="stmt"/>
503
- <line num="209" count="1" type="stmt"/>
504
- <line num="213" count="1" type="cond" truecount="1" falsecount="1"/>
505
- <line num="214" count="1" type="cond" truecount="1" falsecount="1"/>
506
- <line num="215" count="1" type="stmt"/>
507
- <line num="216" count="1" type="cond" truecount="1" falsecount="1"/>
508
- <line num="217" count="1" type="cond" truecount="1" falsecount="1"/>
509
- <line num="218" count="1" type="stmt"/>
510
- <line num="222" count="0" type="cond" truecount="0" falsecount="2"/>
511
- <line num="224" count="0" type="stmt"/>
512
- <line num="230" count="0" type="stmt"/>
513
- <line num="237" count="0" type="stmt"/>
514
- <line num="242" count="3" type="cond" truecount="1" falsecount="1"/>
515
- <line num="244" count="3" type="cond" truecount="1" falsecount="1"/>
516
- <line num="247" count="3" type="cond" truecount="1" falsecount="1"/>
517
- <line num="249" count="3" type="cond" truecount="1" falsecount="1"/>
518
- <line num="252" count="3" type="stmt"/>
519
- <line num="254" count="3" type="cond" truecount="1" falsecount="1"/>
520
- <line num="259" count="3" type="cond" truecount="1" falsecount="1"/>
521
- <line num="260" count="3" type="stmt"/>
522
- <line num="269" count="3" type="stmt"/>
523
- <line num="270" count="3" type="stmt"/>
524
- <line num="271" count="3" type="cond" truecount="1" falsecount="1"/>
525
- <line num="272" count="3" type="stmt"/>
526
- <line num="273" count="3" type="cond" truecount="1" falsecount="1"/>
527
- <line num="274" count="3" type="stmt"/>
528
- <line num="280" count="3" type="cond" truecount="2" falsecount="0"/>
529
- <line num="281" count="3" type="stmt"/>
530
- <line num="287" count="3" type="stmt"/>
531
- <line num="288" count="3" type="stmt"/>
532
- <line num="291" count="3" type="stmt"/>
533
- <line num="294" count="3" type="stmt"/>
534
- <line num="297" count="3" type="stmt"/>
535
- <line num="301" count="3" type="stmt"/>
536
- <line num="307" count="3" type="stmt"/>
537
- <line num="308" count="3" type="stmt"/>
538
- <line num="311" count="3" type="cond" truecount="1" falsecount="1"/>
539
- <line num="312" count="3" type="stmt"/>
540
- <line num="313" count="3" type="stmt"/>
541
- <line num="314" count="3" type="stmt"/>
542
- <line num="315" count="3" type="stmt"/>
543
- <line num="321" count="6" type="stmt"/>
544
- <line num="325" count="7" type="stmt"/>
545
- <line num="326" count="7" type="stmt"/>
546
- <line num="327" count="7" type="stmt"/>
547
- <line num="328" count="7" type="stmt"/>
548
- <line num="330" count="7" type="stmt"/>
549
- <line num="331" count="7" type="stmt"/>
550
- <line num="332" count="7" type="cond" truecount="3" falsecount="1"/>
551
- <line num="334" count="7" type="stmt"/>
552
- <line num="335" count="7" type="stmt"/>
553
- <line num="336" count="7" type="stmt"/>
554
- <line num="337" count="7" type="stmt"/>
555
- <line num="338" count="14" type="cond" truecount="2" falsecount="0"/>
556
- <line num="339" count="14" type="cond" truecount="2" falsecount="0"/>
557
- <line num="344" count="7" type="stmt"/>
558
- <line num="357" count="6" type="stmt"/>
559
- <line num="364" count="6" type="cond" truecount="2" falsecount="1"/>
560
- <line num="365" count="6" type="stmt"/>
561
- <line num="371" count="6" type="cond" truecount="2" falsecount="0"/>
562
- <line num="372" count="1" type="stmt"/>
563
- <line num="378" count="5" type="stmt"/>
564
- <line num="379" count="5" type="stmt"/>
565
- <line num="380" count="5" type="stmt"/>
566
- <line num="382" count="0" type="stmt"/>
567
- <line num="386" count="6" type="cond" truecount="2" falsecount="0"/>
568
- <line num="387" count="1" type="stmt"/>
569
- <line num="392" count="6" type="stmt"/>
570
- <line num="395" count="6" type="cond" truecount="2" falsecount="0"/>
571
- <line num="396" count="6" type="cond" truecount="4" falsecount="0"/>
572
- <line num="397" count="1" type="cond" truecount="1" falsecount="1"/>
573
- <line num="400" count="1" type="cond" truecount="1" falsecount="1"/>
574
- <line num="402" count="1" type="stmt"/>
575
- <line num="403" count="1" type="stmt"/>
576
- <line num="405" count="1" type="cond" truecount="2" falsecount="2"/>
577
- <line num="406" count="0" type="stmt"/>
578
- <line num="407" count="0" type="stmt"/>
579
- <line num="410" count="1" type="stmt"/>
580
- <line num="411" count="1" type="cond" truecount="1" falsecount="1"/>
581
- <line num="412" count="1" type="cond" truecount="3" falsecount="1"/>
582
- <line num="413" count="1" type="stmt"/>
583
- <line num="414" count="1" type="stmt"/>
584
- <line num="415" count="0" type="cond" truecount="0" falsecount="2"/>
585
- <line num="419" count="0" type="stmt"/>
586
- <line num="420" count="0" type="stmt"/>
587
- <line num="424" count="1" type="cond" truecount="1" falsecount="1"/>
588
- <line num="425" count="1" type="stmt"/>
589
- <line num="426" count="1" type="stmt"/>
590
- <line num="428" count="0" type="stmt"/>
591
- <line num="432" count="0" type="stmt"/>
592
- <line num="436" count="1" type="stmt"/>
593
- </file>
594
- <file name="testability.ts" path="/Users/pengcao/projects/aiready/packages/cli/src/commands/testability.ts">
595
- <metrics statements="18" coveredstatements="17" conditionals="10" coveredconditionals="7" methods="1" coveredmethods="1"/>
596
- <line num="14" count="3" type="stmt"/>
597
- <line num="16" count="3" type="stmt"/>
598
- <line num="17" count="3" type="stmt"/>
599
- <line num="21" count="3" type="stmt"/>
600
- <line num="28" count="3" type="stmt"/>
601
- <line num="30" count="3" type="cond" truecount="2" falsecount="0"/>
602
- <line num="31" count="1" type="stmt"/>
603
- <line num="34" count="2" type="stmt"/>
604
- <line num="40" count="2" type="stmt"/>
605
- <line num="47" count="2" type="stmt"/>
606
- <line num="48" count="2" type="cond" truecount="1" falsecount="1"/>
607
- <line num="49" count="3" type="cond" truecount="1" falsecount="1"/>
608
- <line num="51" count="3" type="stmt"/>
609
- <line num="54" count="3" type="stmt"/>
610
- <line num="57" count="3" type="stmt"/>
611
- <line num="64" count="3" type="cond" truecount="1" falsecount="1"/>
612
- <line num="65" count="0" type="stmt"/>
613
- <line num="72" count="2" type="stmt"/>
614
- </file>
615
- <file name="upload.ts" path="/Users/pengcao/projects/aiready/packages/cli/src/commands/upload.ts">
616
- <metrics statements="43" coveredstatements="30" conditionals="27" coveredconditionals="13" methods="1" coveredmethods="1"/>
617
- <line num="13" count="2" type="stmt"/>
618
- <line num="14" count="2" type="stmt"/>
619
- <line num="16" count="2" type="cond" truecount="3" falsecount="0"/>
620
- <line num="19" count="2" type="cond" truecount="2" falsecount="0"/>
621
- <line num="21" count="2" type="cond" truecount="2" falsecount="0"/>
622
- <line num="22" count="1" type="stmt"/>
623
- <line num="23" count="1" type="stmt"/>
624
- <line num="28" count="1" type="stmt"/>
625
- <line num="33" count="1" type="stmt"/>
626
- <line num="36" count="2" type="cond" truecount="1" falsecount="1"/>
627
- <line num="37" count="0" type="stmt"/>
628
- <line num="38" count="0" type="stmt"/>
629
- <line num="41" count="2" type="stmt"/>
630
- <line num="42" count="2" type="stmt"/>
631
- <line num="45" count="2" type="stmt"/>
632
- <line num="46" count="2" type="stmt"/>
633
- <line num="47" count="2" type="stmt"/>
634
- <line num="48" count="2" type="stmt"/>
635
- <line num="52" count="2" type="cond" truecount="2" falsecount="0"/>
636
- <line num="54" count="2" type="stmt"/>
637
- <line num="66" count="2" type="stmt"/>
638
- <line num="67" count="2" type="stmt"/>
639
- <line num="69" count="2" type="cond" truecount="1" falsecount="1"/>
640
- <line num="70" count="2" type="stmt"/>
641
- <line num="72" count="0" type="stmt"/>
642
- <line num="73" count="0" type="cond" truecount="0" falsecount="2"/>
643
- <line num="76" count="2" type="cond" truecount="1" falsecount="1"/>
644
- <line num="77" count="0" type="stmt"/>
645
- <line num="82" count="0" type="cond" truecount="0" falsecount="2"/>
646
- <line num="83" count="0" type="stmt"/>
647
- <line num="88" count="0" type="cond" truecount="0" falsecount="2"/>
648
- <line num="89" count="0" type="stmt"/>
649
- <line num="97" count="0" type="cond" truecount="0" falsecount="2"/>
650
- <line num="98" count="0" type="stmt"/>
651
- <line num="102" count="0" type="stmt"/>
652
- <line num="105" count="2" type="stmt"/>
653
- <line num="106" count="2" type="stmt"/>
654
- <line num="107" count="2" type="stmt"/>
655
- <line num="109" count="2" type="cond" truecount="1" falsecount="1"/>
656
- <line num="110" count="2" type="stmt"/>
657
- <line num="111" count="2" type="stmt"/>
658
- <line num="114" count="0" type="stmt"/>
659
- <line num="118" count="1" type="stmt"/>
660
- </file>
661
- <file name="visualize.ts" path="/Users/pengcao/projects/aiready/packages/cli/src/commands/visualize.ts">
662
- <metrics statements="129" coveredstatements="40" conditionals="64" coveredconditionals="23" methods="7" coveredmethods="1"/>
663
- <line num="25" count="4" type="stmt"/>
664
- <line num="26" count="4" type="cond" truecount="1" falsecount="1"/>
665
- <line num="27" count="4" type="cond" truecount="2" falsecount="0"/>
666
- <line num="32" count="4" type="cond" truecount="4" falsecount="0"/>
667
- <line num="33" count="2" type="stmt"/>
668
- <line num="34" count="2" type="cond" truecount="2" falsecount="0"/>
669
- <line num="35" count="1" type="stmt"/>
670
- <line num="36" count="1" type="stmt"/>
671
- <line num="40" count="1" type="stmt"/>
672
- <line num="41" count="1" type="stmt"/>
673
- <line num="46" count="1" type="stmt"/>
674
- <line num="50" count="3" type="stmt"/>
675
- <line num="51" count="3" type="stmt"/>
676
- <line num="54" count="3" type="stmt"/>
677
- <line num="55" count="3" type="stmt"/>
678
- <line num="57" count="3" type="cond" truecount="1" falsecount="1"/>
679
- <line num="58" count="3" type="stmt"/>
680
- <line num="59" count="3" type="stmt"/>
681
- <line num="60" count="3" type="cond" truecount="1" falsecount="1"/>
682
- <line num="61" count="0" type="stmt"/>
683
- <line num="69" count="0" type="stmt"/>
684
- <line num="75" count="3" type="stmt"/>
685
- <line num="76" count="3" type="stmt"/>
686
- <line num="78" count="3" type="stmt"/>
687
- <line num="79" count="3" type="stmt"/>
688
- <line num="80" count="3" type="stmt"/>
689
- <line num="83" count="3" type="cond" truecount="2" falsecount="0"/>
690
- <line num="84" count="4" type="stmt"/>
691
- <line num="86" count="4" type="cond" truecount="1" falsecount="1"/>
692
- <line num="87" count="0" type="stmt"/>
693
- <line num="88" count="0" type="stmt"/>
694
- <line num="89" count="0" type="stmt"/>
695
- <line num="90" count="0" type="stmt"/>
696
- <line num="92" count="0" type="cond" truecount="0" falsecount="2"/>
697
- <line num="93" count="0" type="stmt"/>
698
- <line num="94" count="0" type="stmt"/>
699
- <line num="97" count="0" type="stmt"/>
700
- <line num="108" count="0" type="stmt"/>
701
- <line num="109" count="0" type="cond" truecount="0" falsecount="2"/>
702
- <line num="110" count="0" type="stmt"/>
703
- <line num="113" count="0" type="stmt"/>
704
- <line num="114" count="0" type="cond" truecount="0" falsecount="2"/>
705
- <line num="115" count="0" type="stmt"/>
706
- <line num="118" count="0" type="stmt"/>
707
- <line num="119" count="0" type="cond" truecount="0" falsecount="4"/>
708
- <line num="123" count="0" type="stmt"/>
709
- <line num="124" count="0" type="stmt"/>
710
- <line num="125" count="0" type="stmt"/>
711
- <line num="130" count="0" type="cond" truecount="0" falsecount="2"/>
712
- <line num="131" count="0" type="stmt"/>
713
- <line num="133" count="0" type="stmt"/>
714
- <line num="134" count="0" type="stmt"/>
715
- <line num="135" count="0" type="stmt"/>
716
- <line num="137" count="0" type="stmt"/>
717
- <line num="145" count="0" type="cond" truecount="0" falsecount="2"/>
718
- <line num="147" count="0" type="cond" truecount="0" falsecount="4"/>
719
- <line num="149" count="0" type="stmt"/>
720
- <line num="152" count="0" type="stmt"/>
721
- <line num="153" count="0" type="stmt"/>
722
- <line num="154" count="0" type="stmt"/>
723
- <line num="155" count="0" type="stmt"/>
724
- <line num="156" count="0" type="stmt"/>
725
- <line num="157" count="0" type="stmt"/>
726
- <line num="159" count="0" type="stmt"/>
727
- <line num="164" count="0" type="stmt"/>
728
- <line num="167" count="0" type="stmt"/>
729
- <line num="168" count="0" type="stmt"/>
730
- <line num="169" count="0" type="cond" truecount="0" falsecount="2"/>
731
- <line num="170" count="0" type="stmt"/>
732
- <line num="173" count="0" type="stmt"/>
733
- <line num="178" count="0" type="stmt"/>
734
- <line num="184" count="0" type="stmt"/>
735
- <line num="185" count="0" type="stmt"/>
736
- <line num="186" count="0" type="stmt"/>
737
- <line num="188" count="0" type="stmt"/>
738
- <line num="190" count="0" type="stmt"/>
739
- <line num="191" count="0" type="stmt"/>
740
- <line num="193" count="0" type="stmt"/>
741
- <line num="195" count="0" type="stmt"/>
742
- <line num="197" count="0" type="stmt"/>
743
- <line num="198" count="0" type="stmt"/>
744
- <line num="199" count="0" type="stmt"/>
745
- <line num="200" count="0" type="stmt"/>
746
- <line num="201" count="0" type="stmt"/>
747
- <line num="203" count="0" type="stmt"/>
748
- <line num="208" count="0" type="stmt"/>
749
- <line num="211" count="0" type="stmt"/>
750
- <line num="214" count="0" type="stmt"/>
751
- <line num="215" count="0" type="stmt"/>
752
- <line num="218" count="0" type="stmt"/>
753
- <line num="223" count="3" type="stmt"/>
754
- <line num="224" count="3" type="stmt"/>
755
- <line num="225" count="3" type="stmt"/>
756
- <line num="226" count="3" type="cond" truecount="2" falsecount="0"/>
757
- <line num="227" count="4" type="stmt"/>
758
- <line num="228" count="4" type="stmt"/>
759
- <line num="230" count="4" type="cond" truecount="4" falsecount="0"/>
760
- <line num="232" count="1" type="cond" truecount="1" falsecount="1"/>
761
- <line num="238" count="1" type="cond" truecount="1" falsecount="1"/>
762
- <line num="239" count="0" type="stmt"/>
763
- <line num="240" count="0" type="cond" truecount="0" falsecount="2"/>
764
- <line num="241" count="0" type="stmt"/>
765
- <line num="242" count="0" type="stmt"/>
766
- <line num="244" count="0" type="stmt"/>
767
- <line num="245" count="0" type="stmt"/>
768
- <line num="246" count="0" type="cond" truecount="0" falsecount="2"/>
769
- <line num="247" count="0" type="cond" truecount="0" falsecount="4"/>
770
- <line num="248" count="0" type="stmt"/>
771
- <line num="249" count="0" type="stmt"/>
772
- <line num="252" count="0" type="stmt"/>
773
- <line num="253" count="0" type="stmt"/>
774
- <line num="255" count="0" type="stmt"/>
775
- <line num="256" count="0" type="stmt"/>
776
- <line num="258" count="0" type="stmt"/>
777
- <line num="259" count="0" type="stmt"/>
778
- <line num="260" count="0" type="stmt"/>
779
- <line num="264" count="0" type="stmt"/>
780
- <line num="265" count="0" type="stmt"/>
781
- <line num="266" count="0" type="stmt"/>
782
- <line num="269" count="0" type="stmt"/>
783
- <line num="272" count="0" type="stmt"/>
784
- <line num="273" count="0" type="stmt"/>
785
- <line num="274" count="0" type="stmt"/>
786
- <line num="277" count="0" type="stmt"/>
787
- <line num="279" count="1" type="cond" truecount="1" falsecount="1"/>
788
- <line num="280" count="1" type="stmt"/>
789
- <line num="284" count="0" type="stmt"/>
790
- <line num="288" count="1" type="stmt"/>
791
- <line num="306" count="1" type="stmt"/>
792
- </file>
793
- </package>
794
- <package name="src.utils">
795
- <metrics statements="64" coveredstatements="33" conditionals="43" coveredconditionals="16" methods="13" coveredmethods="7"/>
796
- <file name="helpers.ts" path="/Users/pengcao/projects/aiready/packages/cli/src/utils/helpers.ts">
797
- <metrics statements="64" coveredstatements="33" conditionals="43" coveredconditionals="16" methods="13" coveredmethods="7"/>
798
- <line num="14" count="9" type="stmt"/>
799
- <line num="15" count="45" type="stmt"/>
800
- <line num="16" count="9" type="stmt"/>
801
- <line num="24" count="0" type="stmt"/>
802
- <line num="25" count="0" type="cond" truecount="0" falsecount="2"/>
803
- <line num="26" count="0" type="stmt"/>
804
- <line num="30" count="0" type="stmt"/>
805
- <line num="31" count="0" type="cond" truecount="0" falsecount="2"/>
806
- <line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
807
- <line num="34" count="0" type="stmt"/>
808
- <line num="35" count="0" type="cond" truecount="0" falsecount="2"/>
809
- <line num="39" count="0" type="cond" truecount="0" falsecount="2"/>
810
- <line num="40" count="0" type="stmt"/>
811
- <line num="44" count="0" type="stmt"/>
812
- <line num="45" count="0" type="stmt"/>
813
- <line num="50" count="0" type="stmt"/>
814
- <line num="52" count="0" type="stmt"/>
815
- <line num="59" count="6" type="stmt"/>
816
- <line num="62" count="6" type="stmt"/>
817
- <line num="63" count="6" type="stmt"/>
818
- <line num="65" count="6" type="stmt"/>
819
- <line num="68" count="6" type="stmt"/>
820
- <line num="69" count="6" type="cond" truecount="1" falsecount="1"/>
821
- <line num="70" count="6" type="stmt"/>
822
- <line num="71" count="6" type="stmt"/>
823
- <line num="72" count="6" type="cond" truecount="1" falsecount="1"/>
824
- <line num="73" count="0" type="stmt"/>
825
- <line num="81" count="2" type="stmt"/>
826
- <line num="85" count="6" type="stmt"/>
827
- <line num="88" count="6" type="cond" truecount="2" falsecount="0"/>
828
- <line num="89" count="0" type="cond" truecount="0" falsecount="2"/>
829
- <line num="90" count="0" type="cond" truecount="0" falsecount="2"/>
830
- <line num="91" count="0" type="stmt"/>
831
- <line num="94" count="6" type="cond" truecount="3" falsecount="1"/>
832
- <line num="95" count="0" type="stmt"/>
833
- <line num="96" count="0" type="stmt"/>
834
- <line num="99" count="0" type="cond" truecount="0" falsecount="2"/>
835
- <line num="100" count="0" type="stmt"/>
836
- <line num="104" count="0" type="cond" truecount="0" falsecount="2"/>
837
- <line num="105" count="0" type="stmt"/>
838
- <line num="109" count="0" type="stmt"/>
839
- <line num="110" count="0" type="stmt"/>
840
- <line num="111" count="0" type="stmt"/>
841
- <line num="112" count="0" type="stmt"/>
842
- <line num="115" count="0" type="stmt"/>
843
- <line num="116" count="0" type="stmt"/>
844
- <line num="119" count="0" type="stmt"/>
845
- <line num="130" count="2" type="stmt"/>
846
- <line num="131" count="2" type="stmt"/>
847
- <line num="132" count="2" type="stmt"/>
848
- <line num="134" count="2" type="stmt"/>
849
- <line num="135" count="2" type="stmt"/>
850
- <line num="136" count="2" type="stmt"/>
851
- <line num="137" count="2" type="stmt"/>
852
- <line num="138" count="2" type="stmt"/>
853
- <line num="140" count="2" type="cond" truecount="1" falsecount="1"/>
854
- <line num="141" count="2" type="stmt"/>
855
- <line num="142" count="2" type="stmt"/>
856
- <line num="143" count="2" type="stmt"/>
857
- <line num="147" count="2" type="stmt"/>
858
- <line num="154" count="2" type="cond" truecount="1" falsecount="1"/>
859
- <line num="155" count="8" type="stmt"/>
860
- <line num="156" count="2" type="stmt"/>
861
- <line num="157" count="2" type="cond" truecount="2" falsecount="0"/>
862
- </file>
863
- </package>
864
- </project>
865
- </coverage>