apache / streampipes-website
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
htaccess
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.

main6162 LOC (8%) 106 files
test0 LOC (0%) 0 files
generated0 LOC (0%) 0 files
build and deployment0 LOC (0%) 0 files
other68502 LOC (91%) 1,146 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 ".*".
  • 106 files match defined criteria (6,162 LOC, 100.0% vs. main code):
    • 8 *.xml files (1,869 LOC)
    • 26 *.css files (1,840 LOC)
    • 30 *.tsx files (1,200 LOC)
    • 31 *.html files (593 LOC)
    • 8 *.js files (438 LOC)
    • 3 *.scss files (222 LOC)
  • " *.xml" is biggest, containing 30.33% of LOC.
  • " *.scss" is smallest, containing 3.6% of LOC.


*.xml1869 LOC (30%) 8 files
*.css1840 LOC (29%) 26 files
*.tsx1200 LOC (19%) 30 files
*.html593 LOC (9%) 31 files
*.js438 LOC (7%) 8 files
*.scss222 LOC (3%) 3 files
Other Code
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*[.]svg".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]md".
    • files with paths like ".*/README[.][a-z0-9]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/[.]htaccess".
  • 1146 files match defined criteria (68,502 LOC, 1111.7% vs. main code):
    • 1,125 *.md files (61,095 LOC)
    • 11 *.svg files (5,846 LOC)
    • 10 *.json files (1,561 LOC)
  • " *.md" is biggest, containing 89.19% of LOC.
  • " *.json" is smallest, containing 2.28% of LOC.


*.md61095 LOC (89%) 1,125 files
*.svg5846 LOC (8%) 11 files
*.json1561 LOC (2%) 10 files
Analyzers
Info about analyzers used for source code examinations.


2025-05-07 20:02