@@ -42,7 +42,7 @@ Screenshot of branch measurement (0%, was untested):<br>
42
42
#### Catalin Antonescu
43
43
44
44
##### Function 1: strong_password
45
-
45
+
46
46
Link to commit:
47
47
[ https://github.com/CatalinAnt/algorithms-SEP-95/commit/eaad6d32ecd73bb8fde876a4d4852cb522aea6f8 ] ( https://github.com/CatalinAnt/algorithms-SEP-95/commit/2b0b9187c1c040e4476b1ca14f2c2249273566b7 )
48
48
@@ -91,6 +91,24 @@ https://github.com/CatalinAnt/algorithms-SEP-95/commit/c16f26e952322b2c1729778a4
91
91
![ first_unique_char_hits] ( https://github.com/CatalinAnt/algorithms-SEP-95/assets/114078193/10d7c45c-398e-4408-8f11-6771f51fa95c )
92
92
93
93
94
+ #### Almuthana Almustafa
95
+
96
+ ##### Function 1: stoogsort in stoog_sort.py
97
+
98
+ [ Link to the commit in the founction files] ( https://github.com/CatalinAnt/algorithms-SEP-95/commit/57b66879c6ae0f82712c55528f540dfdb3c3ddd3 )
99
+
100
+ result:
101
+
102
+ ![ alt text] ( result_image-2.png )
103
+
104
+ ##### Function 2: word_break in word_break.py
105
+
106
+ link to commit in founction:
107
+ [ Link to the commit in the founction files] ( https://github.com/CatalinAnt/algorithms-SEP-95/commit/57b66879c6ae0f82712c55528f540dfdb3c3ddd3 )
108
+
109
+ result:
110
+
111
+ ![ alt text] ( result_image_2.png )
94
112
95
113
#### Ayman Errahmouni
96
114
@@ -286,55 +304,34 @@ The coverage is improved by 13%, the code only hit three out of five branches an
286
304
287
305
## Almuthana Almustafa
288
306
289
- stoogsort in stoog_sort.py
307
+ ### Test 1: stoogsort
290
308
291
- [ Link to the commit in the founction files] ( https://github.com/CatalinAnt/algorithms-SEP-95/commit/57b66879c6ae0f82712c55528f540dfdb3c3ddd3 )
292
309
293
- result:
294
-
295
- ![ alt text] ( ts.png )
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
- ![ alt text] ( ts.png )
305
-
306
- Almuthana Almustafa
307
-
308
- Test 1:
309
-
310
- stoogsort function
311
310
312
311
link to commit in test files:
313
312
[ Link to the commit in the test files] ( https://github.com/CatalinAnt/algorithms-SEP-95/commit/157de36fd4c373b67cd03e3b3713be9ba5cf0d97 )
314
313
315
314
existing tool result before:
316
315
317
- ![ alt text] ( ss2 .png)
316
+ ![ alt text] ( stoog_sort_image1 .png)
318
317
319
318
existing tool result after:
320
319
321
- ![ alt text] ( ss .png)
320
+ ![ alt text] ( stoog_sort_image2 .png)
322
321
323
322
The coverage increased by 89%, largely attributable to the implementation of new tests.
324
323
325
- Test 2:
326
-
327
- word_break function
324
+ ### Test 2: word_break
328
325
329
326
[ Link to the commit in the test files] ( https://github.com/CatalinAnt/algorithms-SEP-95/commit/157de36fd4c373b67cd03e3b3713be9ba5cf0d97 )
330
327
331
328
existing tool result before:
332
329
333
- ![ alt text] ( wk1 .png)
330
+ ![ alt text] ( word_break_image1 .png)
334
331
335
332
existing tool result after:
336
333
337
- ![ alt text] ( wk2 .png)
334
+ ![ alt text] ( word_break_image2 .png)
338
335
339
336
The coverage improved by 86% due to the creation of new tests.
340
337
0 commit comments