JetBrains / teamcity-aws-lambda-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
txt
properties
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.

main2258 LOC (43%) 57 files
test2338 LOC (44%) 16 files
generated0 LOC (0%) 0 files
build and deployment374 LOC (7%) 10 files
other226 LOC (4%) 3 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 57 files match defined criteria (2,258 LOC, 100.0% vs. main code):
    • 50 *.kt files (2,005 LOC)
    • 2 *.jsp files (198 LOC)
    • 5 *.xml files (55 LOC)
  • " *.kt" is biggest, containing 88.8% of LOC.
  • " *.xml" is smallest, containing 2.44% of LOC.


*.kt2005 LOC (88%) 50 files
*.jsp198 LOC (8%) 2 files
*.xml55 LOC (2%) 5 files
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/.*".
  • 16 files match defined criteria (2,338 LOC, 103.5% vs. main code). All matches are in *.kt files.


*.kt2338 LOC (100%) 16 files
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 ".*[.]gradle".
    • files with paths like ".*[.]sh".
    • files with paths like ".*[.]bat".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 10 files match defined criteria (374 LOC, 16.6% vs. main code):
    • 7 *.gradle files (265 LOC)
    • 1 *.bat files (68 LOC)
    • 2 *.sh files (41 LOC)
  • " *.gradle" is biggest, containing 70.86% of LOC.
  • " *.sh" is smallest, containing 10.96% of LOC.


*.gradle265 LOC (70%) 7 files
*.bat68 LOC (18%) 1 file
*.sh41 LOC (10%) 2 files
Other Code
txt
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 ".*[.]json".
    • files with paths like ".*[.]properties".
    • files with paths like ".*[.]txt".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
    • files with paths like ".*/[.]gitignore".
  • 3 files match defined criteria (226 LOC, 10.0% vs. main code):
    • 1 *.txt files (169 LOC)
    • 1 *.md files (45 LOC)
    • 1 *.json files (12 LOC)
  • " *.txt" is biggest, containing 74.78% of LOC.
  • " *.json" is smallest, containing 5.31% of LOC.


*.txt169 LOC (74%) 1 file
*.md45 LOC (19%) 1 file
*.json12 LOC (5%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2026-01-18 17:23