Skip to content

Commit

Permalink
Code Coverage Measurements Added To The Document
Browse files Browse the repository at this point in the history
  • Loading branch information
mderbent committed May 29, 2017
1 parent 5c066e4 commit 19dd1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/technical-documentation
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 19dd1cd

Please sign in to comment.