-
Notifications
You must be signed in to change notification settings - Fork 0
Application metrics
tangb edited this page May 4, 2021
·
3 revisions
Cleep generates some metrics while packaging application in market. Those metrics are:
-
code qualitybased on code source analysis. It determines if the code is clean. A good written source code improves application maintenance and readability. It also gives an indicator of code complexity, that increase risk of bug. -
code confidencebased on tests execution. It determines if the application code has been tested and how it has been tested. More the code is tested more it should be bug free.
With those 2 indicators, user can have a good idea of the application quality he will install.
Bad application quality is often a bad idea to install.

-
greenvery good metric (>=9/10) -
bluegood metric (>=8/10) -
yellowcorrect metric (>=7/10) -
orangebad metric (>=6/10) -
redpoor metric (>=5/10) -
blackreally poor metric (<5/10)