Skip to content
André Silva edited this page Jun 29, 2021 · 15 revisions

Displayed below is the full reference of flacoco CLI. You can always obtain this information by running flacoco with the option --help.

Usage: FlacocoMain [-hV] [--coverTest] [-c=<classpath>] [-f=<spectrumFormula>]
                   [--framework=<testFramework>]
                   [--jacocoClasspath=<customJacocoClasspath>]
                   [--junitClasspath=<customJUnitClasspath>]
                   [--mavenHome=<mavenHome>] [-p=<projectPath>] [-w=<workspace>]
Flacoco: fault localization
  -c, --classpath=<classpath>
                    Classpath of the project under analyzis.
      --coverTest   Indicates if coverage must also cover the tests.
  -f, --formula=<spectrumFormula>
                    Spectrum formula to use.
      --framework=<testFramework>
                    Test framework that the project under analysis uses.
  -h, --help        Show this help message and exit.
      --jacocoClasspath=<customJacocoClasspath>
                    Classpath to jacoco dependencies
      --junitClasspath=<customJUnitClasspath>
                    Classpath to junit dependencies
      --mavenHome=<mavenHome>
                    Path to maven home
  -p, --projectpath=<projectPath>
                    Path to the project to analyze.
  -V, --version     Print version information and exit.
  -w, --workspace=<workspace>
                    Path to the workspace directory of flacoco.
Clone this wiki locally