analyze method

void analyze (dynamic files, { bool htmlReport: false })

Analyze the given file or files with DDC.

Implementation

void analyze(dynamic files, {bool htmlReport: false}) {
  _ddc.run(_args(files, htmlReport: htmlReport));
}