aliyun / player_widget
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
storyboard
plist
properties
pro
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.

main5725 LOC (77%) 68 files
test18 LOC (<1%) 2 files
generated0 LOC (0%) 0 files
build and deployment141 LOC (1%) 6 files
other1524 LOC (20%) 13 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 ".*".
  • 68 files match defined criteria (5,725 LOC, 100.0% vs. main code):
    • 55 *.dart files (5,619 LOC)
    • 5 *.yaml files (56 LOC)
    • 4 *.xml files (26 LOC)
    • 2 *.swift files (19 LOC)
    • 1 *.java files (4 LOC)
    • 1 *.h files (1 LOC)
  • " *.dart" is biggest, containing 98.15% of LOC.
  • " *.h" is smallest, containing 0.02% of LOC.


*.dart5619 LOC (98%) 55 files
*.yaml56 LOC (<1%) 5 files
*.xml26 LOC (<1%) 4 files
*.swift19 LOC (<1%) 2 files
*.java4 LOC (<1%) 1 file
*.h1 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[.].*".
  • 2 files match defined criteria (18 LOC, 0.3% vs. main code). All matches are in *.dart files.


*.dart18 LOC (100%) 2 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 ".*[.]git[a-z]+".
    • files with paths like ".*/[.]gitignore".
    • files with paths like ".*/AndroidManifest[.]xml".
    • files with paths like ".*[.]gradle".
  • 6 files match defined criteria (141 LOC, 2.5% vs. main code):
    • 3 *.gradle files (89 LOC)
    • 3 *.xml files (52 LOC)
  • " *.gradle" is biggest, containing 63.12% of LOC.
  • " *.xml" is smallest, containing 36.88% of LOC.


*.gradle89 LOC (63%) 3 files
*.xml52 LOC (36%) 3 files
Other Code
plist
storyboard
properties
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 ".*[.]properties".
    • files with paths like ".*[.]plist".
    • files with paths like ".*[.]storyboard".
    • files with paths like ".*[.]json".
    • files with paths like ".*[.]txt".
  • 13 files match defined criteria (1,524 LOC, 26.6% vs. main code):
    • 6 *.md files (1,231 LOC)
    • 2 *.json files (145 LOC)
    • 2 *.plist files (83 LOC)
    • 2 *.storyboard files (61 LOC)
    • 1 *.properties files (4 LOC)
  • " *.md" is biggest, containing 80.77% of LOC.
  • " *.properties" is smallest, containing 0.26% of LOC.


*.md1231 LOC (80%) 6 files
*.json145 LOC (9%) 2 files
*.plist83 LOC (5%) 2 files
*.storyboard61 LOC (4%) 2 files
*.properties4 LOC (<1%) 1 file
Analyzers
Info about analyzers used for source code examinations.


2025-05-15 05:26