Skip to content

Application metrics

tangb edited this page May 4, 2021 · 3 revisions

Cleep generates some metrics while packaging application in market. Those metrics are:

  • code quality based 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 confidence based 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.

Example of metrics

metrics

Color signification

  • green very good metric (>=9/10)
  • blue good metric (>=8/10)
  • yellow correct metric (>=7/10)
  • orange bad metric (>=6/10)
  • red poor metric (>=5/10)
  • black really poor metric (<5/10)

Clone this wiki locally