1. Home
  2. Docs
  3. FAQ
  4. General FAQ
  5. Which are the main indicators provided by Codegrip?

Which are the main indicators provided by Codegrip?

The Key indicators provided after analyzing the code by Codegrip are Reliability, Maintainability, Coverage, Duplication.

ReliabilityThe effort to fix all bug issues. The measure is stored in minutes in the DB. An 8-hour day is assumed when values are shown in days.
MaintainabilityRating is given to your project related to the value of your Technical Debt Ratio. The default Maintainability Rating grid is:
A=0-0.05, B=0.06-0.1, C=0.11-0.20, D=0.21-0.5, E=0.51-1
CoverageOn each line of code containing some boolean expressions, the condition coverage simply answers the following question: ‘Has each boolean expression been evaluated both to true and false?’.
DuplicationThe block of code that is repeated in the project over and over through various file.

 

Here are some Tips to write bug-free code during the interview. Here is another blog on Everything You Need To Know About Code Smells.

 

Related questions:

Why can’t I see my private repositories of GitHub?
Why does my project status shows failed?
What are various types of Severity?