analyze method
Analyze the given file or files with DDC.
Implementation
void analyze(dynamic files, {bool htmlReport = false}) {
_ddc.run(_args(files, htmlReport: htmlReport));
}
Analyze the given file or files with DDC.
void analyze(dynamic files, {bool htmlReport = false}) {
_ddc.run(_args(files, htmlReport: htmlReport));
}