JetBrains / teamcity-runas-plugin
Source Code Overview

Analysis scope, overview of main, test, generated, deployment, build, and other code.

Source Code Analysis Scope
Files includes and excluded from analyses
cmd
gitattributes
txt
Overview of Analyzed Files
Basic stats on analyzed files
Intro
For analysis purposes we separate files in scope into several categories: main, test, generated, deployment and build, and other.

  • The main category contains all manually created source code files that are being used in the production.
  • Files in the main category are used as input for other analyses: logical decomposition, concerns, duplication, file size, unit size, and conditional complexity.
  • Test source code files are used only for testing of the product. These files are normally not deployed to production.
  • Build and deployment source code files are used to configure or support build and deployment process.
  • Generated source code files are automatically generated files that have not been manually changed after generation.
  • While a source code folder may contain a number of files, we are primarily interested in the source code files that are being written and maintained by developers.
  • Files containing binaries, documentation, or third-party libraries, for instance, are excluded from analysis. The exception are third-party libraries that have been changed by developers.

main3325 LOC (48%) 90 files
test2972 LOC (43%) 25 files
generated0 LOC (0%) 0 files
build and deployment550 LOC (8%) 9 files
other20 LOC (<1%) 3 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
cmd
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 90 files match defined criteria (3,325 LOC, 100.0% vs. main code):
    • 75 *.java files (2,756 LOC)
    • 7 *.xml files (250 LOC)
    • 3 *.jsp files (189 LOC)
    • 4 *.cmd files (98 LOC)
    • 1 *.ps1 files (32 LOC)
  • " *.java" is biggest, containing 82.89% of LOC.
  • " *.ps1" is smallest, containing 0.96% of LOC.


*.java2756 LOC (82%) 75 files
*.xml250 LOC (7%) 7 files
*.jsp189 LOC (5%) 3 files
*.cmd98 LOC (2%) 4 files
*.ps132 LOC (<1%) 1 file
Test Code
Used only for testing of the product. Normally not deployed in a production environment.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/[Tt]est/.*".
  • 25 files match defined criteria (2,972 LOC, 89.4% vs. main code):
    • 24 *.java files (2,942 LOC)
    • 1 *.xml files (30 LOC)
  • " *.java" is biggest, containing 98.99% of LOC.
  • " *.xml" is smallest, containing 1.01% of LOC.


*.java2942 LOC (98%) 24 files
*.xml30 LOC (1%) 1 file
Build and Deployment Code
Source code used to configure or support build and deployment process.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*/pom[.]xml".
    • files with paths like ".*[.]sh".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[.]gitattributes".
  • 9 files match defined criteria (550 LOC, 16.5% vs. main code):
    • 4 *.sh files (281 LOC)
    • 5 *.xml files (269 LOC)
  • " *.sh" is biggest, containing 51.09% of LOC.
  • " *.xml" is smallest, containing 48.91% of LOC.


*.sh281 LOC (51%) 4 files
*.xml269 LOC (48%) 5 files
Other Code
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]txt".
  • 3 files match defined criteria (20 LOC, 0.6% vs. main code). All matches are in *.md files.


*.md20 LOC (100%) 3 files
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 16:44