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.
235
307
308
+
## Almuthana Almustafa
309
+
310
+
### Test 1: stoogsort
311
+
312
+
313
+
314
+
link to commit in test files:
315
+
[Link to the commit in the test files](https://github.com/CatalinAnt/algorithms-SEP-95/commit/157de36fd4c373b67cd03e3b3713be9ba5cf0d97)
316
+
317
+
existing tool result before:
318
+
319
+

320
+
321
+
existing tool result after:
322
+
323
+

324
+
325
+
The coverage increased by 89%, largely attributable to the implementation of new tests.
326
+
327
+
### Test 2: word_break
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.
236
340
237
341
### Overall
238
342
@@ -252,3 +356,5 @@ Due to the large size of the project, the percentage only went up by one percent
252
356
<Writewhateachgroupmemberdid>
253
357
254
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