This table lists all metrics retrieved from plugins, even if they are not defined in the metrics definition or in the quality model.
Showing data for run 4650
, executed on 2017-09-15 06:28:15
.
Name | Mnemo | Description | Value | Indicator |
---|---|---|---|---|
Number of jobs | CI_JOBS | The total number of jobs defined on the Hudson engine. | 25 | |
Number of failed jobs on week | CI_JOBS_FAILED_1W | The number of jobs that failed during last week on the Hudson engine. | 3 | 4 |
Number of green jobs | CI_JOBS_GREEN | The number of green (successful) jobs on the Hudson engine. | 21 | |
Ratio of green jobs | CI_JOBS_GREEN_RATIO | The number of green (successful) jobs on the Hudson engine, divided by the total number of jobs. | 87 | 4 |
Number of red jobs | CI_JOBS_RED | The number of red (failed) jobs on the Hudson engine. | 3 | |
Number of yellow jobs | CI_JOBS_YELLOW | The number of yellow (unstable) jobs on the Hudson engine. | 0 | |
Access information | PMI_ACCESS_INFO | Is the access info (downloads, update sites..) correctly filled in the PMI records? | 2 | 4 |
Doc information | PMI_DOC_INFO | Is the documentation info correctly filled in the PMI records? | 6 | 5 |
ITS information | PMI_ITS_INFO | Is the bugzilla info correctly filled in the PMI records? | 5 | 5 |
Number of releases | PMI_REL_VOL | The number of releases recorded in the PMI. | 6 | 4 |
SCM information | PMI_SCM_INFO | Is the source_repo info correctly filled in the PMI records? | 3 | 5 |
SCM authors | SCM_AUTHORS | Total number of identities found as authors of commits in source code management repository. | 29 | |
SCM authors one month | SCM_AUTHORS_1M | Total number of identities found as authors of commits in source code management repositories dated during the last month. | 0 | 1 |
SCM authors one week | SCM_AUTHORS_1W | Total number of identities found as authors of commits in source code management repositories dated during the last week. | 0 | |
SCM authors one year | SCM_AUTHORS_1Y | Total number of identities found as authors of commits in source code management repositories dated during the last year. | 17 | |
SCM Commits | SCM_COMMITS | Total number of commits in source code management repositories. | 1552 | |
SCM Commits one month | SCM_COMMITS_1M | Total number of commits in source code management repositories dated during the last month. | 0 | 1 |
SCM Commits one week | SCM_COMMITS_1W | Total number of commits in source code management repositories dated during the last week. | 0 | |
SCM Commits one year | SCM_COMMITS_1Y | Total number of commits in source code management repositories dated during the last year. | 666 | |
SCM committers | SCM_COMMITTERS | Total number of identities found as committers of commits in source code management repository. | 29 | |
SCM committers one month | SCM_COMMITTERS_1M | Total number of identities found as committers of commits in source code management repositories dated during the last month. | 0 | |
SCM committers one week | SCM_COMMITTERS_1W | Total number of identities found as committers of commits in source code management repositories dated during the last week. | 0 | |
SCM committers one year | SCM_COMMITTERS_1Y | Total number of identities found as committers of commits in source code management repositories dated during the last year. | 16 | |
SCM Changed Lines | SCM_MOD_LINES | Total number of changed lines (added, removed, changed) in source code management repositories. | 3984316 | |
SCM Changed Lines one month | SCM_MOD_LINES_1M | Total number of changed lines (added, removed, changed) in source code management repositories dated during the last month. | 0 | 1 |
SCM Changed Lines one week | SCM_MOD_LINES_1W | Total number of changed lines (added, removed, changed) in source code management repositories dated during the last week. | 0 | |
SCM Changed Lines one year | SCM_MOD_LINES_1Y | Total number of changed lines (added, removed, changed) in source code management repositories dated during the last year. | 757865 | |
Stack Overflow Answers (5Y) | SO_ANSWERS_VOL_5Y | The number of answers to questions related to the project's tag posted on Stack Overflow during the last 5 years. | 94 | |
Stack Overflow Answer rate (5Y) | SO_ANSWER_RATE_5Y | The average number of answers per questions related to the project's tag on Stack Overflow during the last 5 years. | 0.90 | |
Stack Overflow Askers (5Y) | SO_ASKERS_5Y | The number of distinct people asking questions related to the project's tag posted on Stack Overflow during the last 5 years. | 83 | |
Stack Overflow Questions (5Y) | SO_QUESTIONS_VOL_5Y | The number of questions related to the project's tag posted on Stack Overflow during the last 5 years. | 104 | |
Stack Overflow Views (5Y) | SO_VIEWS_VOL_5Y | The total number of views for questions related to the project's tag on Stack Overflow during the last 5 years. | 74181 | |
Stack Overflow Votes (5Y) | SO_VOTES_VOL_5Y | The total number of votes on questions related to the project's tag on Stack Overflow during the last 5 years. | 157 | |
Number of comment lines | SQ_COMMENT_LINES | Number of lines containing either comment or commented-out code. | 91845 | |
Comment lines density | SQ_COMR | Density of comment lines = Comment lines / (Lines of code + Comment lines) * 100. | 30.8 | |
Total complexity | SQ_CPX | It is the complexity calculated based on the number of paths through the code. Whenever the control flow of a function splits, the complexity counter gets incremented by one. Each function has a minimum complexity of 1. This calculation varies slightly by language because keywords and functionalities do. | 43958 | |
File complexity | SQ_CPX_FILE_IDX | Average complexity by file. | 27.6 | |
Duplicated lines (%) | SQ_DUPLICATED_LINES_DENSITY | Density of duplication = Duplicated lines / Lines * 100. | 3.4 | |
Number of files | SQ_FILES | The total number of files analysed. | 1591 | |
Number of functions | SQ_FUNCS | Number of functions. Depending on the language, a function is either a function or a method or a paragraph. | 16890 | |
Number of lines of code | SQ_NCLOC | Number of physical lines that contain at least one character which is neither a whitespace or a tabulation or part of a comment. | 206254 | |
Public API | SQ_PUBLIC_API | Number of public Classes + number of public Functions + number of public Properties | 10417 | |
Public documented API (%) | SQ_PUBLIC_API_DOC_DENSITY | Density of public documented API = (Public API - Public undocumented API) / Public API * 100 | 59.1 | |
Technical debt | SQ_SQALE_INDEX | Effort to fix all maintainability issues. The measure is stored in minutes in the DB. | 181978 | |
Maintainability rating | SQ_SQALE_RATING | Rating 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. | 1 | |
Number of statements | SQ_STATEMENTS | Number of statements. | 90975 | |
Number of blocker issues | SQ_VIOLATIONS_BLOCKER | The total number of issues (violations) found by SonarQube with a severity equal to BLOCKER. | 0 | |
Number of critical issues | SQ_VIOLATIONS_CRITICAL | The total number of issues (violations) found by SonarQube with a severity equal to CRITICAL. | 186 | |
Number of info issues | SQ_VIOLATIONS_INFO | The total number of issues (violations) found by SonarQube with a severity equal to INFO. | 139 | |
Number of major issues | SQ_VIOLATIONS_MAJOR | The total number of issues (violations) found by SonarQube with a severity equal to MAJOR. | 10313 | |
Number of minor issues | SQ_VIOLATIONS_MINOR | The total number of issues (violations) found by SonarQube with a severity equal to MINOR. | 735 |
Page generated by Alambic 3.3.2 on Sun Apr 22 04:37:28 2018.