Documentation
¶
Index ¶
Constants ¶
View Source
const FileName = "package_statistics.md"
FileName is the name of the statistics file (package_statistics.md).
Variables ¶
This section is empty.
Functions ¶
func Generate ¶
func Generate(depMap analdata.DependencyMap) string
Generate creates some statistics for each package in the dependency map: - the type of the package ('S', 'T', 'D' or 'G') - number of direct dependencies - number of dependencies including transitive dependencies - number of packages using it - maximum and minimum score for encapsulating/hiding transitive packages
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.