| [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 0ms |
| [info] Baseline run (threads: 1) |
|
[################################] 1/1. Finished in 115ms |
| [info] Running mutants (threads: 14) |
| [debug] /sqlite/src/auth.c:78:3 ExecutionResult: Passed |
|
[##------------------------------] 1/14 |
| [debug] /sqlite/src/auth.c:227:8 ExecutionResult: Failed |
| [debug] /sqlite/src/auth.c:225:16 ExecutionResult: Failed |
|
[######--------------------------] 3/14 |
| [debug] /sqlite/src/auth.c:82:3 ExecutionResult: Passed |
| [debug] /sqlite/src/auth.c:81:19 ExecutionResult: Passed |
| [debug] /sqlite/src/auth.c:91:3 ExecutionResult: Failed |
|
[#############-------------------] 6/14 |
| [debug] /sqlite/src/auth.c:92:14 ExecutionResult: Failed |
|
[################----------------] 7/14 |
| [debug] /sqlite/src/auth.c:228:5 ExecutionResult: Failed |
| [debug] /sqlite/src/auth.c:222:6 ExecutionResult: Failed |
| [debug] /sqlite/src/auth.c:224:5 ExecutionResult: Failed |
|
[######################----------] 10/14 |
| [debug] /sqlite/src/auth.c:223:9 ExecutionResult: Failed |
| [debug] /sqlite/src/auth.c:226:15 ExecutionResult: Failed |
|
[###########################-----] 12/14 |
| [debug] /sqlite/src/auth.c:226:32 ExecutionResult: Failed |
|
[#############################---] 13/14 |
| [debug] /sqlite/src/auth.c:207:16 ExecutionResult: Failed |
|
[################################] 14/14. Finished in 268ms |
| [debug] Done running mutants |
| [info] Survived mutants (3/14): |
| /sqlite/src/auth.c:78:3: warning: Survived: Removed the call to the function [cxx_remove_void_call] |
| sqlite3_mutex_enter(db->mutex); |
| ^ |
| /sqlite/src/auth.c:81:19: warning: Survived: Removed the call to the function [cxx_remove_void_call] |
| if( db->xAuth ) sqlite3ExpirePreparedStatements(db, 1); |
| ^ |
| /sqlite/src/auth.c:82:3: warning: Survived: Removed the call to the function [cxx_remove_void_call] |
| sqlite3_mutex_leave(db->mutex); |
| ^ |
| [info] Mutation score: 78% |
| [info] Total execution time: 595ms |
| [info] Surviving mutants: 3 |
|
|