[vc_row][vc_column][vc_single_image image=”1705″ img_size=”full” alignment=”center” css_animation=”left-to-right”][/vc_column][/vc_row]


Proof of quality

Quality is proven by:

List of play mode tests, code coverage and CRAP score.


List of play mode tests gives you an idea of what are all the cases that are covered.

Code coverage tell you how much of the whole code base these tests test.

CRAP score tells you how complicated and hard to read the code by analysing function complexity. Everything aboe 30 is considered as bad code. There is only 7 functions currently that exceeds that score and these are the kind of code you will never encounter.


Test Cases

Full list of current test cases here (the image is quite large). 


Code coverage and CRAP score

Latest code coverage history and CRAP score. Currently there is only 7 functions that has CRAP score bigger than 30. These few functions are special cases and written like that for performance.

These are also functions that the user will not be working with, so they can stay like that for now.



Latest code coverage