| [info] Using config /sqlite/mull.yml |
| [debug] Diagnostics: Debug Mode enabled. Debug-level messages will be printed. |
| [warning] Could not find dynamic library: libm.so.6 |
| [warning] Could not find dynamic library: libc.so.6 |
| [info] Warm up run (threads: 1) |
|
[################################] 1/1. Finished in 108ms |
| [info] Extracting coverage information (threads: 1) |
|
[################################] 1/1. Finished in 4ms |
| [info] Filter mutants (threads: 1) |
|
[################################] 1/1. Finished in 1ms |
| [info] Baseline run (threads: 1) |
|
[################################] 1/1. Finished in 110ms |
| [info] Running mutants (threads: 7) |
| [debug] /sqlite/src/alter.c:915:6 ExecutionResult: Failed |
| [debug] /sqlite/src/alter.c:818:3 ExecutionResult: Passed |
| [debug] /sqlite/src/alter.c:922:3 ExecutionResult: Passed |
| [debug] /sqlite/src/alter.c:923:22 ExecutionResult: Failed |
|
[##################--------------] 4/7 |
| [debug] /sqlite/src/alter.c:820:5 ExecutionResult: Passed |
| [debug] /sqlite/src/alter.c:921:22 ExecutionResult: Passed |
| [debug] /sqlite/src/alter.c:3053:3 ExecutionResult: Passed |
|
[################################] 7/7. Finished in 126ms |
| [debug] Done running mutants |
| [info] Survived mutants (5/7): |
| /sqlite/src/alter.c:818:3: warning: Survived: Removed the call to the function [cxx_remove_void_call] |
| sqlite3RenameTokenRemap(pParse, 0, (const void*)pExpr); |
| ^ |
| /sqlite/src/alter.c:820:5: warning: Survived: Removed the call to the function [cxx_remove_void_call] |
| sqlite3RenameTokenRemap(pParse, 0, (const void*)&pExpr->y.pTab); |
| ^ |
| /sqlite/src/alter.c:921:22: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const] |
| pParse->eParseMode = PARSE_MODE_UNMAP; |
| ^ |
| /sqlite/src/alter.c:922:3: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call] |
| sqlite3WalkExpr(&sWalker, pExpr); |
| ^ |
| /sqlite/src/alter.c:3053:3: warning: Survived: Removed the call to the function [cxx_remove_void_call] |
| sqlite3InsertBuiltinFuncs(aAlterTableFuncs, ArraySize(aAlterTableFuncs)); |
| ^ |
| [info] Mutation score: 28% |
| [info] Total execution time: 452ms |
| [info] Surviving mutants: 5 |
|
|