Go BackGo Forward Index Home    

Project
Code
Meter


Project Files List

Shows a list of all source code files detected as belonging to the project. As analysis progresses, time and metric results about each file will be added to the list, each file has its details on the same horizontal row as the file name. Percentage values are given in percents relative to the file in question (not the whole project). The metrics are given according to the WMFP metric elements, as well as Quality and Quantitative metrics, and Quality / Maintainability warnings.
In Differential modes, the file icon will change during the scan to indicate whether the file is New, Modified, or Deleted.

Tips:

You can double-click a file to see measurements summary for that file, or right-click a file to do some operations on it, like editing it, open the containing folder and more.

If you need to sort the files list, open one of the CSV or HTML reports in a spreadsheet application, the easiest way to open the Quality report in Excel is clicking the excel icon X at the bottom-right corner of the list.

Measurements:
Total Time - Shows the calculated programmer time it took to develop that file (including coding, debugging and testing), shown both in minutes and in hours independently.
Coding - Shows the calculated programmer time spent on coding alone on that file, shown both in minutes and in percentage of total file development time.
Debugging - Shows the calculated programmer time spent on debugging alone on that file, shown both in minutes and in percentage of total file development time.
Testing - Shows the calculated programmer time spent on testing alone on that file, shown both in minutes and in percentage of total file development time.
Flow Complexity, Object Vocabulary, Object Conjuration, Arithmetic, Data Transfer, Code Structure, Inline Data, Comments - Shows the correlating WMFP source code metric measured for that file, shown both in minutes and in percentage of total file development time.
CCR, ECF, CSM, LD, SDE, IDF, OCF - Shows the correlating calculated Code Quality Metrics for that file, shown in absolute value.
SLOC, LLOC, Cyclomatic Complexity, Strings, Comments, Numeric Constants - Shows the counted Quantitative Metrics for that file, shown in absolute value.
Quality Notes - Shows warnings on problematic source code qualities and attributes.