azure / fluentd-plugin-mdsd
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
i
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.

main2612 LOC (43%) 40 files
test2920 LOC (48%) 21 files
generated0 LOC (0%) 0 files
build and deployment169 LOC (2%) 1 file
other320 LOC (5%) 13 files
Main Code
All manually created or maintained source code that defines logic of the product that is run in a production environment.
i
Explore:   circles  |  sunburst
  • The following criteria are used to filter files:
    • files with paths like ".*".
  • 40 files match defined criteria (2,612 LOC, 100.0% vs. main code):
    • 13 *.cc files (1,424 LOC)
    • 21 *.h files (916 LOC)
    • 1 *.rb files (209 LOC)
    • 2 *.xml files (29 LOC)
    • 1 *.cxx files (18 LOC)
    • 1 *.i files (9 LOC)
    • 1 *.c files (7 LOC)
  • " *.cc" is biggest, containing 54.52% of LOC.
  • " *.c" is smallest, containing 0.27% of LOC.


*.cc1424 LOC (54%) 13 files
*.h916 LOC (35%) 21 files
*.rb209 LOC (8%) 1 file
*.xml29 LOC (1%) 2 files
*.cxx18 LOC (<1%) 1 file
*.i9 LOC (<1%) 1 file
*.c7 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/.*".
    • files with paths like ".*/test_.*".
  • 21 files match defined criteria (2,920 LOC, 111.8% vs. main code):
    • 14 *.cc files (2,282 LOC)
    • 2 *.rb files (265 LOC)
    • 3 *.h files (165 LOC)
    • 1 *.sh files (104 LOC)
    • 1 *.py files (104 LOC)
  • " *.cc" is biggest, containing 78.15% of LOC.
  • " *.py" is smallest, containing 3.56% of LOC.


*.cc2282 LOC (78%) 14 files
*.rb265 LOC (9%) 2 files
*.h165 LOC (5%) 3 files
*.sh104 LOC (3%) 1 file
*.py104 LOC (3%) 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 ".*[.]sh".
    • files with paths like ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
  • 1 file matches defined criteria (169 LOC, 6.5% vs. main code). All matches are in *.sh files.


*.sh169 LOC (100%) 1 file
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 ".*[.]txt".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*[.]json".
    • files with paths like ".*/LICENSE[.][a-z0-9]+".
  • 13 files match defined criteria (320 LOC, 12.3% vs. main code):
    • 8 *.txt files (173 LOC)
    • 4 *.md files (143 LOC)
    • 1 *.json files (4 LOC)
  • " *.txt" is biggest, containing 54.06% of LOC.
  • " *.json" is smallest, containing 1.25% of LOC.


*.txt173 LOC (54%) 8 files
*.md143 LOC (44%) 4 files
*.json4 LOC (1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-06 21:19