Skip to content

Instantly share code, notes, and snippets.

@wololock
Created January 30, 2014 22:38
Show Gist options
  • Save wololock/8721597 to your computer and use it in GitHub Desktop.
Save wololock/8721597 to your computer and use it in GitHub Desktop.
PIT results for sample TDD exercise project
simons@ideazone-laptop:~/Documents/workspace/idea/tdd-exercise$ mvn pitest:mutationCoverage
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building tdd-exercise 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- pitest-maven:0.31:mutationCoverage (default-cli) @ tdd-exercise ---
23:21:58 PIT >> INFO : Mutating from /home/simons/Documents/workspace/idea/tdd-exercise/target/classes
23:21:58 PIT >> INFO : Verbose logging is disabled. If you encounter an problem please enable it before reporting an issue.
23:21:58 PIT >> INFO : Sending 1 test classes to slave
23:21:58 PIT >> INFO : Sent tests to slave
23:21:59 PIT >> INFO : SLAVE : 23:21:59 PIT >> INFO : Found 6 tests
23:21:59 PIT >> INFO : Dependency analysis reduced number of potential tests by 0
23:21:59 PIT >> INFO : 6 tests received
-23:21:59 PIT >> INFO : Calculated coverage in 1 seconds.
23:21:59 PIT >> INFO : Created 1 mutation test units
/23:22:01 PIT >> INFO : Completed in 2 seconds
================================================================================
- Timings
================================================================================
> scan classpath : < 1 second
> coverage and dependency analysis : 1 seconds
> build mutation tests : < 1 second
> run mutation analysis : 1 seconds
--------------------------------------------------------------------------------
> Total : 2 seconds
--------------------------------------------------------------------------------
================================================================================
- Statistics
================================================================================
>> Generated 10 mutations Killed 10 (100%)
>> Ran 14 tests (1.4 tests per mutation)
================================================================================
- Mutators
================================================================================
> org.pitest.mutationtest.engine.gregor.mutators.experimental.MemberVariableMutator
>> Generated 3 Killed 3 (100%)
> KILLED 3 SURVIVED 0 TIMED_OUT 0 NON_VIABLE 0
> MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0
> NO_COVERAGE 0
--------------------------------------------------------------------------------
> org.pitest.mutationtest.engine.gregor.mutators.ConstructorCallMutator
>> Generated 2 Killed 2 (100%)
> KILLED 2 SURVIVED 0 TIMED_OUT 0 NON_VIABLE 0
> MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0
> NO_COVERAGE 0
--------------------------------------------------------------------------------
> org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator
>> Generated 3 Killed 3 (100%)
> KILLED 3 SURVIVED 0 TIMED_OUT 0 NON_VIABLE 0
> MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0
> NO_COVERAGE 0
--------------------------------------------------------------------------------
> org.pitest.mutationtest.engine.gregor.mutators.InlineConstantMutator
>> Generated 2 Killed 2 (100%)
> KILLED 2 SURVIVED 0 TIMED_OUT 0 NON_VIABLE 0
> MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0
> NO_COVERAGE 0
--------------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.864s
[INFO] Finished at: Thu Jan 30 23:22:01 CET 2014
[INFO] Final Memory: 10M/149M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment