# Functions

FileToCoverageItems is the logic of the plugin.
IsHeader returns true if the given *ast.CommentGroup is belonged to the given *proto.Block as HeaderComments.
IsInline returns true if the given *ast.CommentGroup is belonged to the given *proto.Block as InlineComments.
No description provided by the author
Normalize the given comment text.
ProcessFileCoverage measures the comment coverage for the entire given file.
ProcessFunctionCoverage measures the comment coverage of functions.
ProcessPackageCoverage measures the package level comment coverage.
ProcessTypeCoverage measures the comment coverage of type declarations.
ProcessVariableCoverage measures the comment coverage of variables.