secrez 1.0.3 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -53
- package/package.json +71 -71
- package/src/commands/Import.js +2 -2
- package/src/commands/Totp.js +20 -3
- package/src/utils/HelpProto.js +2 -2
- package/LICENSE +0 -21
- package/coverage.report +0 -328
- package/pnpm-lock.yaml +0 -3381
- package/src/commands/Git.js +0 -184
package/coverage.report
DELETED
@@ -1,328 +0,0 @@
|
|
1
|
-
|
2
|
-
> secrez@1.0.3 test /Users/sullof/Projects/Personal/secrez/packages/secrez
|
3
|
-
> cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text ./node_modules/.bin/_mocha test/*.test.js test/**/*.test.js test/**/**/*.js --exit
|
4
|
-
|
5
|
-
|
6
|
-
[0m[0m
|
7
|
-
[0m #Command[0m
|
8
|
-
[0m #constructor[0m
|
9
|
-
[32m ✓[0m[90m should instantiate a Command object[0m
|
10
|
-
[0m #getFileList[0m
|
11
|
-
[32m ✓[0m[90m should get the current internal folder dir[0m
|
12
|
-
[32m ✓[0m[90m should get the current external folder dir[0m
|
13
|
-
[0m #help & #setHelpAndCompletion[0m
|
14
|
-
[32m ✓[0m[90m should do nothing[0m
|
15
|
-
[0m #validate[0m
|
16
|
-
[32m ✓[0m[90m should validate the options[0m
|
17
|
-
|
18
|
-
[0m #Fido2Client[0m
|
19
|
-
[0m #configuration[0m
|
20
|
-
[32m ✓[0m[90m should verify that all the scripts exist[0m
|
21
|
-
|
22
|
-
[0m #Alias[0m
|
23
|
-
[32m ✓[0m[90m should return the help[0m
|
24
|
-
[32m ✓[0m[90m create aliases and lists them[0m
|
25
|
-
[36m - should chain two commands[0m
|
26
|
-
[32m ✓[0m[90m rename and delete aliases[0m
|
27
|
-
[32m ✓[0m[90m should throw if there are errors[0m
|
28
|
-
|
29
|
-
[0m #Cat[0m
|
30
|
-
[32m ✓[0m[90m should return the help[0m
|
31
|
-
[32m ✓[0m[90m should show the content of a file[0m
|
32
|
-
[32m ✓[0m[90m should show either one or all the versions of a file[0m
|
33
|
-
[32m ✓[0m[90m should throw if entry is not a file or file does not exist[0m
|
34
|
-
[32m ✓[0m[90m should throw if trying to cat a binary file[0m
|
35
|
-
[32m ✓[0m[90m should show the content of a Yaml file[0m
|
36
|
-
|
37
|
-
[0m #Cd[0m
|
38
|
-
[32m ✓[0m[90m should return the help[0m
|
39
|
-
[32m ✓[0m[90m change to a folder[0m
|
40
|
-
[32m ✓[0m[90m return en error if changing to a file[0m
|
41
|
-
|
42
|
-
[0m #Chat[0m
|
43
|
-
[32m ✓[0m[90m should return the help[0m
|
44
|
-
[32m ✓[0m[90m should run the chat if the courier is ready[0m[31m (277ms)[0m
|
45
|
-
|
46
|
-
[0m #Contacts[0m
|
47
|
-
[32m ✓[0m[90m should return the help[0m
|
48
|
-
[32m ✓[0m[90m create a contacts[0m
|
49
|
-
[32m ✓[0m[90m create contacts and get their public keys[0m
|
50
|
-
[32m ✓[0m[90m should list contacts[0m
|
51
|
-
[32m ✓[0m[90m should update a contact[0m
|
52
|
-
[32m ✓[0m[90m should rename a contacts[0m
|
53
|
-
[32m ✓[0m[90m should remove a contacts[0m
|
54
|
-
[32m ✓[0m[90m should throw if there are errors[0m
|
55
|
-
|
56
|
-
[0m #Copy[0m
|
57
|
-
[32m ✓[0m[90m should return the help[0m
|
58
|
-
[32m ✓[0m[90m should copy a file to the clipboard[0m[31m (429ms)[0m
|
59
|
-
[32m ✓[0m[90m should copy a string to the clipboard[0m[31m (259ms)[0m
|
60
|
-
[32m ✓[0m[90m should copy a card to the clipboard[0m[31m (995ms)[0m
|
61
|
-
[32m ✓[0m[90m should return an error if the file does not exist or is a folder[0m[33m (53ms)[0m
|
62
|
-
[32m ✓[0m[90m should throw if copying to clipboard a binary files[0m
|
63
|
-
|
64
|
-
[0m #Courier[0m
|
65
|
-
[32m ✓[0m[90m should return the help[0m
|
66
|
-
[32m ✓[0m[90m should check if it is ready[0m
|
67
|
-
[32m ✓[0m[90m should set up the courier[0m[31m (171ms)[0m
|
68
|
-
[32m ✓[0m[90m should set up the courier and get the default message when is already set up[0m[31m (163ms)[0m
|
69
|
-
|
70
|
-
[0m #Ds[0m
|
71
|
-
[32m ✓[0m[90m should return the help[0m
|
72
|
-
[32m ✓[0m[90m should list all datasets[0m
|
73
|
-
[32m ✓[0m[90m should create a new dataset[0m
|
74
|
-
[32m ✓[0m[90m should rename a dataset[0m
|
75
|
-
[32m ✓[0m[90m should delete a dataset[0m
|
76
|
-
|
77
|
-
[0m #Export[0m
|
78
|
-
[32m ✓[0m[90m should return the help[0m
|
79
|
-
[32m ✓[0m[90m should export a file to the current local folder[0m
|
80
|
-
[32m ✓[0m[90m should export a binary file to the current local folder[0m
|
81
|
-
[32m ✓[0m[90m should export an encrypted file to the current local folder[0m[33m (52ms)[0m
|
82
|
-
[32m ✓[0m[90m should export a file and delete it after 1 second[0m[31m (1208ms)[0m
|
83
|
-
[32m ✓[0m[90m should return an error if the file does not exist or is a folder[0m
|
84
|
-
|
85
|
-
[0m #Find[0m
|
86
|
-
[32m ✓[0m[90m should return the help[0m
|
87
|
-
[32m ✓[0m[90m should show find a string in the tree[0m[33m (49ms)[0m
|
88
|
-
[32m ✓[0m[90m should find no result without parameters[0m
|
89
|
-
[32m ✓[0m[90m should skip binary files from search[0m
|
90
|
-
|
91
|
-
[0m #Help[0m
|
92
|
-
[32m ✓[0m[90m should return the help[0m
|
93
|
-
[32m ✓[0m[90m #execAsync and format[0m
|
94
|
-
[32m ✓[0m[90m should throw if wrong command[0m
|
95
|
-
[32m ✓[0m[90m -- to complete coverage[0m
|
96
|
-
|
97
|
-
[0m #Import[0m
|
98
|
-
[32m ✓[0m[90m should return the help[0m
|
99
|
-
[32m ✓[0m[90m should import a file in the current folder[0m
|
100
|
-
[32m ✓[0m[90m should import an encrypted file[0m
|
101
|
-
[32m ✓[0m[90m should import an encrypted file encrypted for myself[0m
|
102
|
-
[32m ✓[0m[90m should import an encrypted binary file and export it again verifying it is fine[0m
|
103
|
-
[32m ✓[0m[90m should import files recursively[0m
|
104
|
-
[32m ✓[0m[90m should read a folder and import the only text file[0m
|
105
|
-
[32m ✓[0m[90m should read a folder and import text and binary files[0m
|
106
|
-
[32m ✓[0m[90m should simulate the import of two files[0m
|
107
|
-
[32m ✓[0m[90m should move the imported file[0m
|
108
|
-
[32m ✓[0m[90m should import a backup from another software spanning the data among folders and files[0m
|
109
|
-
[32m ✓[0m[90m should import a backup from another software but saving the tags as tags[0m
|
110
|
-
[32m ✓[0m[90m should import a backup from another software using tags to prefix the paths[0m
|
111
|
-
[32m ✓[0m[90m should import using tags to prefix the paths, ignoring the tags[0m
|
112
|
-
[32m ✓[0m[90m should import from a LastPass-like csv setting the path from "grouping" and "name"[0m
|
113
|
-
[32m ✓[0m[90m should import from a json[0m
|
114
|
-
[32m ✓[0m[90m should throw importing a malformed backup[0m
|
115
|
-
[32m ✓[0m[90m should throw importing a CSV indicating wrong fields to generate the path[0m
|
116
|
-
|
117
|
-
[0m #Lcat[0m
|
118
|
-
[32m ✓[0m[90m should return the help[0m
|
119
|
-
[32m ✓[0m[90m cat a file[0m
|
120
|
-
[32m ✓[0m[90m return en error if trying to cat a binary file[0m
|
121
|
-
|
122
|
-
[0m #Lcd[0m
|
123
|
-
[32m ✓[0m[90m should return the help[0m
|
124
|
-
[32m ✓[0m[90m change to a folder[0m
|
125
|
-
[32m ✓[0m[90m return en error if changing to a file[0m
|
126
|
-
|
127
|
-
[0m #Lls[0m
|
128
|
-
[32m ✓[0m[90m should return the help[0m
|
129
|
-
[32m ✓[0m[90m should list a folder[0m
|
130
|
-
[32m ✓[0m[90m return en error if lls-ing a not existing path[0m
|
131
|
-
[32m ✓[0m[90m return a message if no files are found[0m
|
132
|
-
|
133
|
-
[0m #Lpwd[0m
|
134
|
-
[32m ✓[0m[90m should return the help[0m
|
135
|
-
[32m ✓[0m[90m change to a folder[0m
|
136
|
-
|
137
|
-
[0m #Ls[0m
|
138
|
-
[32m ✓[0m[90m should return the help[0m
|
139
|
-
[32m ✓[0m[90m should return all the datasets[0m
|
140
|
-
[32m ✓[0m[90m should list folders and files[0m
|
141
|
-
[32m ✓[0m[90m should list folders and files using wildcards[0m
|
142
|
-
|
143
|
-
[0m #Mkdir[0m
|
144
|
-
[32m ✓[0m[90m should return the help[0m
|
145
|
-
[32m ✓[0m[90m should create a folder[0m
|
146
|
-
[32m ✓[0m[90m should create a nested folder[0m
|
147
|
-
[32m ✓[0m[90m should throw if trying to create a child of a file[0m
|
148
|
-
[32m ✓[0m[90m should throw if wrong parameters[0m
|
149
|
-
|
150
|
-
[0m #Mv[0m
|
151
|
-
[32m ✓[0m[90m should return the help[0m
|
152
|
-
[32m ✓[0m[90m should rename a file[0m
|
153
|
-
[32m ✓[0m[90m should move a file to another folder[0m
|
154
|
-
[32m ✓[0m[90m should move many files to another folder[0m
|
155
|
-
[32m ✓[0m[90m should move a file to another subfolder[0m
|
156
|
-
[32m ✓[0m[90m should move and rename file to another folder[0m
|
157
|
-
[32m ✓[0m[90m should move file to another folder using wildcards[0m
|
158
|
-
[32m ✓[0m[90m should move file to another dataset using wildcards[0m
|
159
|
-
[32m ✓[0m[90m should move file managing duplicates[0m
|
160
|
-
[32m ✓[0m[90m should throw if parameters are missed or wrong[0m
|
161
|
-
[32m ✓[0m[90m should move files from and to other datasets[0m
|
162
|
-
[32m ✓[0m[90m should move the results of a find[0m
|
163
|
-
|
164
|
-
[0m #Paste[0m
|
165
|
-
[32m ✓[0m[90m should return the help[0m
|
166
|
-
[32m ✓[0m[90m should paste the clipboard content to a new file[0m[31m (89ms)[0m
|
167
|
-
[32m ✓[0m[90m should paste the clipboard content to an existent file[0m[31m (136ms)[0m
|
168
|
-
[32m ✓[0m[90m should paste a single field to a yml card[0m[33m (74ms)[0m
|
169
|
-
|
170
|
-
[0m #Pwd[0m
|
171
|
-
[32m ✓[0m[90m should return the help[0m
|
172
|
-
[32m ✓[0m[90m should show the working folder[0m
|
173
|
-
|
174
|
-
[0m #Quit[0m
|
175
|
-
[32m ✓[0m[90m should show the content of an external file via bash[0m
|
176
|
-
|
177
|
-
[0m #Rm[0m
|
178
|
-
[32m ✓[0m[90m should return the help[0m
|
179
|
-
[32m ✓[0m[90m should delete a file with one version[0m
|
180
|
-
[32m ✓[0m[90m should delete many files usign wildcards[0m
|
181
|
-
[32m ✓[0m[90m should return errors if wrong parameters[0m
|
182
|
-
[32m ✓[0m[90m should delete some versions of a file[0m
|
183
|
-
|
184
|
-
[0m #Shell[0m
|
185
|
-
[32m ✓[0m[90m should return the help[0m
|
186
|
-
[32m ✓[0m[90m should show the content of an external file via shell[0m
|
187
|
-
|
188
|
-
[0m #Tag[0m
|
189
|
-
[32m ✓[0m[90m should return the help[0m
|
190
|
-
[32m ✓[0m[90m should tag a file[0m
|
191
|
-
[32m ✓[0m[90m should remove a tag[0m
|
192
|
-
[32m ✓[0m[90m should list all the tags[0m
|
193
|
-
[32m ✓[0m[90m should show the file tagged as[0m
|
194
|
-
[32m ✓[0m[90m should show very long file tagged as[0m
|
195
|
-
|
196
|
-
[0m #Totp[0m
|
197
|
-
[32m ✓[0m[90m should return the help[0m
|
198
|
-
[32m ✓[0m[90m should totp a file to the clipboard[0m[31m (395ms)[0m
|
199
|
-
[32m ✓[0m[90m should read a totp secret from an image and add the totp field to the card[0m[31m (97ms)[0m
|
200
|
-
[32m ✓[0m[90m should read a totp secret from an image and return the secret[0m[33m (45ms)[0m
|
201
|
-
[32m ✓[0m[90m should throw if bad image[0m
|
202
|
-
[32m ✓[0m[90m should throw if missing parameters[0m
|
203
|
-
[32m ✓[0m[90m should throw if the yaml is malformed[0m[33m (53ms)[0m
|
204
|
-
[32m ✓[0m[90m should read a totp secret from the clipboard[0m[31m (191ms)[0m
|
205
|
-
|
206
|
-
[0m #Touch[0m
|
207
|
-
[32m ✓[0m[90m should return the help[0m
|
208
|
-
[32m ✓[0m[90m should create a file[0m
|
209
|
-
[32m ✓[0m[90m should create a file with content[0m
|
210
|
-
[32m ✓[0m[90m should throw if trying to create a child of a file[0m
|
211
|
-
[32m ✓[0m[90m should throw if wrong parameters[0m
|
212
|
-
|
213
|
-
[0m #Use[0m
|
214
|
-
[32m ✓[0m[90m should return the help[0m
|
215
|
-
[32m ✓[0m[90m should use a new dataset, creating it if does not exist[0m
|
216
|
-
|
217
|
-
[0m #Ver[0m
|
218
|
-
[32m ✓[0m[90m should show the current version[0m
|
219
|
-
|
220
|
-
[0m #Whoami[0m
|
221
|
-
[32m ✓[0m[90m should return the help[0m
|
222
|
-
[32m ✓[0m[90m should see who am I[0m[33m (42ms)[0m
|
223
|
-
|
224
|
-
[0m #Help[0m
|
225
|
-
[32m ✓[0m[90m should return the help[0m
|
226
|
-
|
227
|
-
[0m #Join[0m
|
228
|
-
[32m ✓[0m[90m should return the help[0m
|
229
|
-
[32m ✓[0m[90m should join a chat with user0x[0m
|
230
|
-
[32m ✓[0m[90m should join a chat with user0x[0m
|
231
|
-
[32m ✓[0m[90m should jump between chats[0m
|
232
|
-
[32m ✓[0m[90m should return all the users[0m
|
233
|
-
[32m ✓[0m[90m should throw if contact not found or multiple chat[0m[33m (58ms)[0m
|
234
|
-
|
235
|
-
[0m #Leave[0m
|
236
|
-
[32m ✓[0m[90m should return the help[0m
|
237
|
-
[32m ✓[0m[90m should leave the room[0m
|
238
|
-
|
239
|
-
[0m #Quit[0m
|
240
|
-
[32m ✓[0m[90m should return the help[0m[33m (60ms)[0m
|
241
|
-
[32m ✓[0m[90m should quit the chat, even if inside a room[0m[31m (100ms)[0m
|
242
|
-
|
243
|
-
[0m #Send[0m
|
244
|
-
[32m ✓[0m[90m should return the help[0m
|
245
|
-
[32m ✓[0m[90m should send a message to user0[0m[31m (157ms)[0m
|
246
|
-
|
247
|
-
[0m #Show[0m
|
248
|
-
[32m ✓[0m[90m should return the help[0m
|
249
|
-
[32m ✓[0m[90m should show history messages[0m[31m (720ms)[0m
|
250
|
-
|
251
|
-
|
252
|
-
[92m [0m[32m 162 passing[0m[90m (24s)[0m
|
253
|
-
[36m [0m[36m 1 pending[0m
|
254
|
-
|
255
|
-
-----------------------|---------|----------|---------|---------|-----------------------------------
|
256
|
-
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
|
257
|
-
-----------------------|---------|----------|---------|---------|-----------------------------------
|
258
|
-
[33;1mAll files [0m | [33;1m 69.9[0m | [33;1m 56.05[0m | [33;1m 71.76[0m | [33;1m 69.84[0m | [31;1m [0m
|
259
|
-
[33;1m src [0m | [33;1m 59.63[0m | [33;1m 54.79[0m | [33;1m 55[0m | [33;1m 61.32[0m | [31;1m [0m
|
260
|
-
[33;1m Command.js [0m | [33;1m 79.66[0m | [33;1m 78.72[0m | [33;1m 76.92[0m | [32;1m 83.93[0m | [31;1m35,54-59,68,71,95 [0m
|
261
|
-
[31;1m PreCommand.js [0m | [31;1m 21.95[0m | [31;1m 11.54[0m | [31;1m 14.29[0m | [31;1m 21.95[0m | [31;1m9-95,108 [0m
|
262
|
-
[32;1m cliConfig.js [0m | [32;1m 100[0m | [32;1m 100[0m | [32;1m 100[0m | [32;1m 100[0m | [33;1m [0m
|
263
|
-
[33;1m src/commands [0m | [33;1m 79.17[0m | [33;1m 63.61[0m | [32;1m 89.24[0m | [33;1m 78.97[0m | [31;1m [0m
|
264
|
-
[32;1m Alias.js [0m | [32;1m 90.54[0m | [33;1m 77.36[0m | [32;1m 100[0m | [32;1m 90.41[0m | [31;1m85,96,118,145,149,154,164 [0m
|
265
|
-
[33;1m Bash.js [0m | [33;1m 75[0m | [31;1m 0[0m | [33;1m 66.67[0m | [33;1m 75[0m | [31;1m20-21 [0m
|
266
|
-
[32;1m Cat.js [0m | [32;1m 98.9[0m | [32;1m 88.89[0m | [32;1m 100[0m | [32;1m 98.9[0m | [31;1m144 [0m
|
267
|
-
[32;1m Cd.js [0m | [32;1m 96.43[0m | [32;1m 86.67[0m | [32;1m 100[0m | [32;1m 96.43[0m | [31;1m45 [0m
|
268
|
-
[31;1m Chat.js [0m | [31;1m 19.51[0m | [31;1m 0[0m | [31;1m 16.67[0m | [31;1m 19.51[0m | [31;1m24-130 [0m
|
269
|
-
[31;1m Conf.js [0m | [31;1m 10.45[0m | [31;1m 0[0m | [31;1m 25[0m | [31;1m 10.45[0m | [31;1m132-473 [0m
|
270
|
-
[33;1m Contacts.js [0m | [33;1m 74.67[0m | [33;1m 65.98[0m | [32;1m 92.86[0m | [33;1m 74.5[0m | [31;1m...75-197,221,226,238,294,307,317[0m
|
271
|
-
[32;1m Copy.js [0m | [32;1m 94.87[0m | [33;1m 74.51[0m | [32;1m 100[0m | [32;1m 94.81[0m | [31;1m96,141,158,183 [0m
|
272
|
-
[33;1m Courier.js [0m | [33;1m 63.54[0m | [31;1m 41.86[0m | [32;1m 85.71[0m | [33;1m 63.83[0m | [31;1m...24,139-156,168,180-183,195-201[0m
|
273
|
-
[32;1m Ds.js [0m | [32;1m 92.54[0m | [32;1m 82.05[0m | [32;1m 100[0m | [32;1m 92.42[0m | [31;1m94,103-108,120 [0m
|
274
|
-
[31;1m Edit.js [0m | [31;1m 13.58[0m | [31;1m 0[0m | [31;1m 40[0m | [31;1m 13.58[0m | [31;1m78-193 [0m
|
275
|
-
[32;1m Export.js [0m | [32;1m 90.91[0m | [33;1m 68[0m | [32;1m 100[0m | [32;1m 90.91[0m | [31;1m109,114-115,120,130,137,140 [0m
|
276
|
-
[32;1m Find.js [0m | [32;1m 93.59[0m | [32;1m 86.67[0m | [32;1m 100[0m | [32;1m 93.42[0m | [31;1m90,153,192-196,202 [0m
|
277
|
-
[31;1m Git.js [0m | [31;1m 15.07[0m | [31;1m 0[0m | [33;1m 50[0m | [31;1m 15.07[0m | [31;1m74-178 [0m
|
278
|
-
[32;1m Help.js [0m | [32;1m 100[0m | [32;1m 80[0m | [32;1m 100[0m | [32;1m 100[0m | [33;1m30 [0m
|
279
|
-
[32;1m Import.js [0m | [32;1m 93.2[0m | [32;1m 85.48[0m | [32;1m 100[0m | [32;1m 93.1[0m | [31;1m...06,308,321,327,369,384-390,417[0m
|
280
|
-
[32;1m Lcat.js [0m | [32;1m 100[0m | [32;1m 85.71[0m | [32;1m 100[0m | [32;1m 100[0m | [33;1m55 [0m
|
281
|
-
[32;1m Lcd.js [0m | [32;1m 95.65[0m | [32;1m 81.82[0m | [32;1m 100[0m | [32;1m 95.65[0m | [31;1m49 [0m
|
282
|
-
[32;1m Lls.js [0m | [32;1m 95.45[0m | [33;1m 72.73[0m | [32;1m 100[0m | [32;1m 95.45[0m | [31;1m91 [0m
|
283
|
-
[32;1m Lpwd.js [0m | [32;1m 92.31[0m | [32;1m 100[0m | [32;1m 100[0m | [32;1m 92.31[0m | [31;1m38 [0m
|
284
|
-
[32;1m Ls.js [0m | [32;1m 91.3[0m | [33;1m 75[0m | [32;1m 100[0m | [32;1m 90.77[0m | [31;1m99,110-112,126,169 [0m
|
285
|
-
[32;1m Mkdir.js [0m | [32;1m 100[0m | [33;1m 66.67[0m | [32;1m 100[0m | [32;1m 100[0m | [33;1m39-45 [0m
|
286
|
-
[32;1m Mv.js [0m | [32;1m 91.01[0m | [33;1m 77.36[0m | [32;1m 100[0m | [32;1m 90.8[0m | [31;1m114,137,148-154 [0m
|
287
|
-
[32;1m Paste.js [0m | [32;1m 87.23[0m | [33;1m 75[0m | [32;1m 100[0m | [32;1m 87.23[0m | [31;1m66,72,75,83,107,124 [0m
|
288
|
-
[32;1m Pwd.js [0m | [32;1m 92.31[0m | [32;1m 100[0m | [32;1m 100[0m | [32;1m 92.31[0m | [31;1m36 [0m
|
289
|
-
[32;1m Quit.js [0m | [32;1m 90[0m | [33;1m 50[0m | [32;1m 100[0m | [32;1m 90[0m | [31;1m29 [0m
|
290
|
-
[32;1m Rm.js [0m | [32;1m 94[0m | [32;1m 80.95[0m | [32;1m 100[0m | [32;1m 93.88[0m | [31;1m61,116,124 [0m
|
291
|
-
[32;1m Shell.js [0m | [32;1m 88.24[0m | [33;1m 60[0m | [32;1m 100[0m | [32;1m 88.24[0m | [31;1m39,54 [0m
|
292
|
-
[31;1m Ssh.js [0m | [31;1m 25[0m | [31;1m 0[0m | [31;1m 40[0m | [31;1m 25[0m | [31;1m64-104 [0m
|
293
|
-
[32;1m Tag.js [0m | [32;1m 98.04[0m | [32;1m 92.31[0m | [32;1m 100[0m | [32;1m 97.94[0m | [31;1m123,164 [0m
|
294
|
-
[32;1m Totp.js [0m | [32;1m 97.53[0m | [33;1m 76.74[0m | [32;1m 100[0m | [32;1m 97.53[0m | [31;1m150-151 [0m
|
295
|
-
[32;1m Touch.js [0m | [32;1m 100[0m | [33;1m 71.43[0m | [32;1m 100[0m | [32;1m 100[0m | [33;1m57,68 [0m
|
296
|
-
[32;1m Use.js [0m | [32;1m 96.77[0m | [32;1m 89.47[0m | [32;1m 100[0m | [32;1m 96.77[0m | [31;1m65 [0m
|
297
|
-
[32;1m Ver.js [0m | [32;1m 90[0m | [33;1m 66.67[0m | [32;1m 100[0m | [32;1m 90[0m | [31;1m27 [0m
|
298
|
-
[32;1m Whoami.js [0m | [32;1m 93.1[0m | [33;1m 63.64[0m | [32;1m 80[0m | [32;1m 93.1[0m | [31;1m32,65 [0m
|
299
|
-
[32;1m chat.js [0m | [32;1m 85.37[0m | [33;1m 53.85[0m | [32;1m 100[0m | [32;1m 85.37[0m | [31;1m94,103-116,122,128 [0m
|
300
|
-
[32;1m index.js [0m | [32;1m 91.67[0m | [33;1m 60[0m | [32;1m 100[0m | [32;1m 91.3[0m | [31;1m23,32 [0m
|
301
|
-
[33;1m src/commands/chat [0m | [33;1m 79.44[0m | [33;1m 63.29[0m | [32;1m 92.31[0m | [33;1m 79.33[0m | [31;1m [0m
|
302
|
-
[32;1m Contacts.js [0m | [32;1m 80[0m | [31;1m 42.86[0m | [32;1m 80[0m | [32;1m 80[0m | [31;1m56,65,69,82 [0m
|
303
|
-
[32;1m Help.js [0m | [32;1m 86.67[0m | [33;1m 60[0m | [32;1m 100[0m | [32;1m 86.67[0m | [31;1m38-39 [0m
|
304
|
-
[32;1m Join.js [0m | [32;1m 95.65[0m | [32;1m 82.61[0m | [32;1m 100[0m | [32;1m 95.56[0m | [31;1m41,104 [0m
|
305
|
-
[32;1m Leave.js [0m | [32;1m 100[0m | [33;1m 60[0m | [32;1m 100[0m | [32;1m 100[0m | [33;1m28,32 [0m
|
306
|
-
[32;1m Quit.js [0m | [32;1m 100[0m | [33;1m 75[0m | [32;1m 100[0m | [32;1m 100[0m | [33;1m27 [0m
|
307
|
-
[33;1m Send.js [0m | [33;1m 67.65[0m | [31;1m 46.67[0m | [32;1m 100[0m | [33;1m 67.65[0m | [31;1m40,44,47,74,83-92 [0m
|
308
|
-
[33;1m Show.js [0m | [33;1m 68.75[0m | [33;1m 70.59[0m | [32;1m 100[0m | [33;1m 68.75[0m | [31;1m63-67,76,91-97 [0m
|
309
|
-
[31;1m Whoami.js [0m | [31;1m 42.86[0m | [31;1m 0[0m | [33;1m 60[0m | [31;1m 42.86[0m | [31;1m24,32-41 [0m
|
310
|
-
[31;1m src/prompts [0m | [31;1m 15.14[0m | [31;1m 0[0m | [31;1m 14.29[0m | [31;1m 15.36[0m | [31;1m [0m
|
311
|
-
[31;1m ChatPrompt.js [0m | [31;1m 6.17[0m | [31;1m 0[0m | [31;1m 0[0m | [31;1m 6.17[0m | [31;1m9-155 [0m
|
312
|
-
[32;1m ChatPromptMock.js [0m | [32;1m 100[0m | [32;1m 100[0m | [33;1m 66.67[0m | [32;1m 100[0m | [33;1m [0m
|
313
|
-
[31;1m CommandPrompt.js [0m | [31;1m 10.42[0m | [31;1m 0[0m | [31;1m 0[0m | [31;1m 10.56[0m | [31;1m25-286 [0m
|
314
|
-
[31;1m Completion.js [0m | [31;1m 4.41[0m | [31;1m 0[0m | [31;1m 0[0m | [31;1m 4.62[0m | [31;1m7-107 [0m
|
315
|
-
[32;1m MainPromptMock.js [0m | [32;1m 100[0m | [32;1m 100[0m | [33;1m 66.67[0m | [32;1m 100[0m | [33;1m [0m
|
316
|
-
[31;1m MultiEditorPrompt.js[0m | [31;1m 25[0m | [31;1m 0[0m | [31;1m 0[0m | [31;1m 25[0m | [31;1m8-35 [0m
|
317
|
-
[31;1m SigintManager.js [0m | [31;1m 25[0m | [31;1m 0[0m | [31;1m 20[0m | [31;1m 25[0m | [31;1m11-37 [0m
|
318
|
-
[33;1m src/utils [0m | [33;1m 69.92[0m | [33;1m 62.1[0m | [33;1m 56.25[0m | [33;1m 69.55[0m | [31;1m [0m
|
319
|
-
[32;1m AliasManager.js [0m | [32;1m 100[0m | [32;1m 91.67[0m | [32;1m 100[0m | [32;1m 100[0m | [33;1m48 [0m
|
320
|
-
[33;1m ContactManager.js [0m | [33;1m 71.43[0m | [33;1m 60[0m | [32;1m 85.71[0m | [33;1m 71.43[0m | [31;1m13,36-38 [0m
|
321
|
-
[31;1m Fido2Client.js [0m | [31;1m 15.38[0m | [31;1m 0[0m | [31;1m 11.11[0m | [31;1m 15.38[0m | [31;1m15-101 [0m
|
322
|
-
[32;1m HelpProto.js [0m | [32;1m 91.6[0m | [32;1m 83.08[0m | [32;1m 100[0m | [32;1m 91.45[0m | [31;1m44,137-138,155-160,179 [0m
|
323
|
-
[33;1m Logger.js [0m | [33;1m 63.64[0m | [33;1m 56.25[0m | [31;1m 36.84[0m | [33;1m 62.79[0m | [31;1m...38-50,58,66-70,75,85,89,94,107[0m
|
324
|
-
-----------------------|---------|----------|---------|---------|-----------------------------------
|
325
|
-
|
326
|
-
> secrez@1.0.3 posttest /Users/sullof/Projects/Personal/secrez/packages/secrez
|
327
|
-
> nyc check-coverage --statements 65 --branches 50 --functions 65 --lines 65
|
328
|
-
|