diff --git a/Other/report.md b/Other/report.md
index e3f3e1c908c950899f3b0408f5670e2531b78c1c..af401cbb39fc134e08ef7a044c056cbed82cf26f 100644
--- a/Other/report.md
+++ b/Other/report.md
@@ -1,24 +1,24 @@
 Meine Testfälle auf Implementierungen anderer Studierender: RomanNumberConverter 
 
-|  Name            |  Interface break |  Failed Testcases |
-|------------------|------------------|-------------------|
-|AliciMuhamed      |                  |                   |
-|BerishaAlma       |                  |                   |
-|GotsisWasili      |                  |                   |
-|PikkemaatLasse    |                  |                   |
-|RafehDaniel       |                  |                   |
-|SerchimoMarvin    |                  |                   |
-|WeishauptOrlando  |                  |                   |
+|  Name            |  Interface break |  Failed Testcases                              |
+|------------------|------------------|------------------------------------------------|
+|AliciMuhamed      |  Yes             |  ImportError: cannot import name 'RomanNumber' |
+|BerishaAlma       |  No              |  SyntaxError: invalid syntax                   |
+|GotsisWasili      |  No              |  2x AttributeError: 'RomanNumber' object has no attribute 'convert' |
+|PikkemaatLasse    |  No              |  2x AttributeError: 'RomanNumerals' object has no attribute 'convert'|
+|RafehDaniel       |  No              |  AssertionError: 'VI' != '' - VI |
+|SerchimoMarvin    |  NaN             |  -                                             |
+|WeishauptOrlando  |  No              |  AttributeError: 'RomanConverter' object has no attribute 'convert' |
 
 Testfälle anderer Studierender auf meine Implementierung: RomanNumberConverter
 
 |  Name            |  Interface break |  Failed Testcases |
 |------------------|------------------|-------------------|
-|AliciMuhamed      |                  |                   |
-|BerishaAlma       |                  |                   |
-|GotsisWasili      |                  |                   |
-|PikkemaatLasse    |                  |                   |
-|RafehDaniel       |                  |                   |
-|SerchimoMarvin    |                  |                   |
-|WeishauptOrlando  |                  |                   |
+|AliciMuhamed      |  No              |  7x NameError: name 'convert' is not defined |
+|BerishaAlma       |  No              |  1x AssertionError: '' != 'VI' + VI          |
+|GotsisWasili      |  No              |  5x AttributeError: 'RomanNumber' object has no attribute 'convert_int_to_str'   |
+|PikkemaatLasse    |  No              |  6x AttributeError: 'RomanNumber' object has no attribute 'to_roman'  |
+|RafehDaniel       |  No              |  FAILED (failures=15) |
+|SerchimoMarvin    |  NaN             |  -                 |
+|WeishauptOrlando  |  No              |  4x AttributeError: 'RomanNumber' object has no attribute 'roman_to_int' |