Skip to content

Commit 76cdd11

Browse files
authored
Update README.md
1 parent 0a33262 commit 76cdd11

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ New coverage:
138138
![image](https://github.com/CatalinAnt/algorithms-SEP-95/assets/113595149/1d179cc4-1179-40e2-b344-5e904e899647)
139139
![image](https://github.com/CatalinAnt/algorithms-SEP-95/assets/113595149/c8173a47-bcc9-4b6a-9a91-c70b5a8b002f)
140140

141+
For strong_password there was a 26% coverage improvement with the existing tool and 40% with manual measurement tool.
142+
141143

142144
Test 2:
143145
In test_matrix:
@@ -152,6 +154,8 @@ New coverage:
152154
![image](https://github.com/CatalinAnt/algorithms-SEP-95/assets/113595149/7cc337eb-5684-40b3-aedd-dc2b7180b7f3)
153155
![image](https://github.com/CatalinAnt/algorithms-SEP-95/assets/113595149/2143adff-e0aa-4113-858a-0c92ec288d20)
154156

157+
For rotate_image there was a 33% coverage improvement with the existing tool and 25% with the manual tool.
158+
155159
### Abdullah Abdelkhalik
156160

157161

@@ -191,7 +195,7 @@ https://github.com/CatalinAnt/algorithms-SEP-95/commit/5651abafebe8ae3a5ea63e748
191195

192196
![first_unique_char_after](https://github.com/CatalinAnt/algorithms-SEP-95/assets/114078193/10859fac-776c-4a48-8a1c-9531afcbfa9b)
193197

194-
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.
198+
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.
195199

196200

197201
### Overall

0 commit comments

Comments
 (0)