You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The coverage is improved by 13%, the code only hit three out of five branches and only set up two examples. I added a case where there is no unique letter.
232
286
287
+
## Almuthana Almustafa
288
+
289
+
stoogsort in stoog_sort.py
290
+
291
+
[Link to the commit in the founction files](https://github.com/CatalinAnt/algorithms-SEP-95/commit/57b66879c6ae0f82712c55528f540dfdb3c3ddd3)
292
+
293
+
result:
294
+
295
+

296
+
297
+
word_break in word_break.py
298
+
299
+
link to commit in founction:
300
+
[Link to the commit in the founction files](https://github.com/CatalinAnt/algorithms-SEP-95/commit/57b66879c6ae0f82712c55528f540dfdb3c3ddd3)
301
+
302
+
result:
303
+
304
+

305
+
306
+
Almuthana Almustafa
307
+
308
+
Test 1:
309
+
310
+
stoogsort function
311
+
312
+
link to commit in test files:
313
+
[Link to the commit in the test files](https://github.com/CatalinAnt/algorithms-SEP-95/commit/157de36fd4c373b67cd03e3b3713be9ba5cf0d97)
314
+
315
+
existing tool result before:
316
+
317
+

318
+
319
+
existing tool result after:
320
+
321
+

322
+
323
+
The coverage increased by 89%, largely attributable to the implementation of new tests.
324
+
325
+
Test 2:
326
+
327
+
word_break function
328
+
329
+
[Link to the commit in the test files](https://github.com/CatalinAnt/algorithms-SEP-95/commit/157de36fd4c373b67cd03e3b3713be9ba5cf0d97)
330
+
331
+
existing tool result before:
332
+
333
+

334
+
335
+
existing tool result after:
336
+
337
+

338
+
339
+
The coverage improved by 86% due to the creation of new tests.
233
340
234
341
### Overall
235
342
@@ -249,3 +356,5 @@ Due to the large size of the project, the percentage only went up by one percent
249
356
<Writewhateachgroupmemberdid>
250
357
251
358
Abdullah -> increased the coverage for two functions.
359
+
Almuthana Almustafa -> Instrumentation was added to two functions, and test cases were created for them to improve coverage.
0 commit comments