pub fn analyze<P: AsRef<Path>>( paths: &[P], config: &Config, ) -> Result<AnalysisResult>
Analyze code statistics for the given paths.
This is the main entry point for the library.