Forrest logo
back to context overview

infection

List of commands for infection:

  • infection:tldr:759bb infection: Specify a minimum Mutation Score Indicator (MSI).
    $ infection --min-msi ${percentage}
    try on your machine
    explain this command
  • infection:tldr:75a41 infection: Analyze code using the configuration file (or create one if it does not exist).
    $ infection
    try on your machine
    explain this command
  • infection:tldr:81220 infection: Only mutate lines of code that are covered by tests.
    $ infection --only-covered
    try on your machine
    explain this command
  • infection:tldr:8502e infection: Use a specific test framework (defaults to PHPUnit).
    $ infection --test-framework ${select}
    try on your machine
    explain this command
  • infection:tldr:da0a5 infection: Specify the log verbosity.
    $ infection --log-verbosity ${select}
    try on your machine
    explain this command
  • infection:tldr:ec6b4 infection: Specify a minimum covered code MSI.
    $ infection --min-covered-msi ${percentage}
    try on your machine
    explain this command
  • infection:tldr:f0a27 infection: Use a specific number of threads.
    $ infection --threads ${number_of_threads}
    try on your machine
    explain this command
  • infection:tldr:f4467 infection: Display the mutation code that has been applied.
    $ infection --show-mutations
    try on your machine
    explain this command
back to context overview