CoolFace
Modelpublic

AryaWu/sqlite

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
mull_func_total_changes.out56 linesDownload Raw Back to mull-reports
1[info] Using config /sqlite/mull.yml2[debug] Diagnostics: Debug Mode enabled. Debug-level messages will be printed.3[warning] Could not find dynamic library: libm.so.64[warning] Could not find dynamic library: libc.so.65[info] Warm up run (threads: 1)6
       [################################] 1/1. Finished in 108ms7[info] Extracting coverage information (threads: 1)8
       [################################] 1/1. Finished in 3ms9[info] Filter mutants (threads: 1)10
       [################################] 1/1. Finished in 4ms11[info] Baseline run (threads: 1)12
       [################################] 1/1. Finished in 109ms13[info] Running mutants (threads: 11)14[debug] /sqlite/src/func.c:649:33 ExecutionResult: Failed15[debug] /sqlite/src/func.c:2344:7 ExecutionResult: Passed16[debug] /sqlite/src/func.c:649:3 ExecutionResult: Failed17[debug] /sqlite/src/func.c:653:5 ExecutionResult: Failed18
       [###########---------------------] 4/1119[debug] /sqlite/src/func.c:2346:9 ExecutionResult: Failed20[debug] /sqlite/src/func.c:3448:3 ExecutionResult: Passed21[debug] /sqlite/src/func.c:3446:3 ExecutionResult: Passed22
       [####################------------] 7/1123[debug] /sqlite/src/func.c:3447:3 ExecutionResult: Passed24[debug] /sqlite/src/func.c:3443:3 ExecutionResult: Passed25
       [##########################------] 9/1126[debug] /sqlite/src/func.c:2344:12 ExecutionResult: Passed27
       [#############################---] 10/1128[debug] /sqlite/src/func.c:3445:3 ExecutionResult: Passed29
       [################################] 11/11. Finished in 189ms30[debug] Done running mutants31[info] Survived mutants (7/11):32/sqlite/src/func.c:2344:7: warning: Survived: Replaced 'T a = b' with 'T a = 42' [cxx_init_const]33  int rc = sqlite3_overload_function(db, "MATCH", 2);34      ^35/sqlite/src/func.c:2344:12: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call]36  int rc = sqlite3_overload_function(db, "MATCH", 2);37           ^38/sqlite/src/func.c:3443:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]39  sqlite3AlterFunctions();40  ^41/sqlite/src/func.c:3445:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]42  sqlite3WindowFunctions();43  ^44/sqlite/src/func.c:3446:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]45  sqlite3RegisterDateTimeFunctions();46  ^47/sqlite/src/func.c:3447:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]48  sqlite3RegisterJsonFunctions();49  ^50/sqlite/src/func.c:3448:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]51  sqlite3InsertBuiltinFuncs(aBuiltinFunc, ArraySize(aBuiltinFunc));52  ^53[info] Mutation score: 36%54[info] Total execution time: 501ms55[info] Surviving mutants: 756