From 19dd1cdf4d7b8efb975b9a6808884b6b59c148df Mon Sep 17 00:00:00 2001 From: mderbent Date: Mon, 29 May 2017 11:00:34 +0300 Subject: [PATCH] Code Coverage Measurements Added To The Document --- doc/technical-documentation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/technical-documentation b/doc/technical-documentation index 9030843..1278f7b 100644 --- a/doc/technical-documentation +++ b/doc/technical-documentation @@ -7,7 +7,7 @@ Test Coverage The Project was developed in a TDD manner. But complexity is high in some parts, so the code coverage is not as high as it should be. Some actions should be taken to lower the complexity in those parts, like using Command Pattern in Actions -as mentioned above. +as mentioned above. Code Coverage measurements: %88 of classes, %83 of methods, %56 of lines are covered. Use cases are documented in doc/use-case folder which could be used to build BDD tests.