Top "Code-metrics" questions

Software metrics are quantitative data pertaining to source code, e.g. number of lines of code (LOC) for a file.

Cyclomatic complexity metric practices for Python

I have a relatively large Python project that I work on, and we don't have any cyclomatic complexity tools as …

python python-3.x python-2.7 code-metrics cyclomatic-complexity
An error occurred while calculating code metrics

Issue description When I tried to run code metrics in Visual Studio 2013 for c# project (Analyze -> Calculate Code …

c# visual-studio-2013 code-metrics
Visual Studio Code Metrics and the Maintainability index of switch case

As a person who loves to follow the best practices, If i run code metrics (right click on project name …

visual-studio indexing maintainability code-metrics
Hudson/Jenkins source code metrics?

Are there any useful plugins for source code metrics for Hudson/Jenkins? I'm looking for total lines of code, total …

continuous-integration hudson code-metrics jenkins