Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 2.01 KB

README.md

File metadata and controls

46 lines (30 loc) · 2.01 KB

Code Metrics Extractor

Analytics

With Code Metrics Extractor you can see project health overview, classes health overview and bad methods.

Project health overview

Project Health

Classes health overview

Classes Health

Bad methods

Bad methods

Using project

You must install

Microsoft Build Tools 2015 RC

CodeMetrics Extractor.

    Usage:
      MetricsExtractor.exe (-s | --solution) <solution>
      MetricsExtractor.exe -s <solution> [-ip <ignoredProjects>]
      MetricsExtractor.exe -s <solution> [-in <ignoredNamespaces>]
      MetricsExtractor.exe -s <solution> [-it <ignoredTypes>]
      MetricsExtractor.exe -s <solution> [-ip <ignoredProjects>] [-in <ignoredNamespaces>] [-it <ignoredTypes>]
      MetricsExtractor.exe -s <solution> [-jsonconfig <jsonfileconfig>]

    Options:
      -s --solution                                                     Load projects from solution.
      -ip <ignoredProjects> --ignoredprojects <ignoredProjects>         Projets in solution that you want to ignore, split them by "";""
      -in <ignoredNamespaces> --ignorednamespaces <ignoredNamespaces>   Namespaces in your application that you want to ignore, split them by "";""
      -it <ignoredTypes> --ignoredtypes <ignoredTypes>                  Types in your application that you want to ignore, split them by "";""
      -jsonconfig <jsonfileconfig>                                      User a json file to configure metrics extraction