Module source_analysis

Source

Structs§

Function
LineAnalysis
Represents the results of analysis of a single file. Does not store the file in question as this is expected to be maintained by the user.
SourceAnalysis

Enums§

Lines
Enumeration representing which lines to ignore

Traits§

SourceAnalysisQuery
When the LineAnalysis results are mapped to their files there needs to be an easy way to get the information back. For the container used implement this trait