CoolFace
Modelpublic

AryaWu/sqlite

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
mull_func_zeroblobFunc.out72 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 5ms11[info] Baseline run (threads: 1)12
       [################################] 1/1. Finished in 110ms13[info] Running mutants (threads: 17)14[debug] /sqlite/src/func.c:1470:8 ExecutionResult: Failed15
       [#-------------------------------] 1/1716[debug] /sqlite/src/func.c:1470:15 ExecutionResult: Failed17
       [###-----------------------------] 2/1718[debug] /sqlite/src/func.c:1469:5 ExecutionResult: Failed19[debug] /sqlite/src/func.c:1469:7 ExecutionResult: Failed20[debug] /sqlite/src/func.c:1471:6 ExecutionResult: Failed21
       [#########-----------------------] 5/1722[debug] /sqlite/src/func.c:3445:3 ExecutionResult: Passed23
       [###########---------------------] 6/1724[debug] /sqlite/src/func.c:3443:3 ExecutionResult: Passed25[debug] /sqlite/src/func.c:1470:8 ExecutionResult: Passed26
       [###############-----------------] 8/1727[debug] /sqlite/src/func.c:1478:5 ExecutionResult: Failed28
       [################----------------] 9/1729[debug] /sqlite/src/func.c:3447:3 ExecutionResult: Passed30[debug] /sqlite/src/func.c:3446:3 ExecutionResult: Passed31[debug] /sqlite/src/func.c:2344:12 ExecutionResult: Passed32[debug] /sqlite/src/func.c:1471:8 ExecutionResult: Failed33[debug] /sqlite/src/func.c:3448:3 ExecutionResult: Passed34
       [##########################------] 14/1735[debug] /sqlite/src/func.c:2346:9 ExecutionResult: Failed36[debug] /sqlite/src/func.c:1473:5 ExecutionResult: Passed37
       [##############################--] 16/1738[debug] /sqlite/src/func.c:2344:7 ExecutionResult: Passed39
       [################################] 17/17. Finished in 231ms40[debug] Done running mutants41[info] Survived mutants (9/17):42/sqlite/src/func.c:1470:8: warning: Survived: Replaced < with <= [cxx_lt_to_le]43  if( n<0 ) n = 0;44       ^45/sqlite/src/func.c:1473:5: warning: Survived: Removed the call to the function [cxx_remove_void_call]46    sqlite3_result_error_code(context, rc);47    ^48/sqlite/src/func.c:2344:7: warning: Survived: Replaced 'T a = b' with 'T a = 42' [cxx_init_const]49  int rc = sqlite3_overload_function(db, "MATCH", 2);50      ^51/sqlite/src/func.c:2344:12: warning: Survived: Replaced call to a function with 42 [cxx_replace_scalar_call]52  int rc = sqlite3_overload_function(db, "MATCH", 2);53           ^54/sqlite/src/func.c:3443:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]55  sqlite3AlterFunctions();56  ^57/sqlite/src/func.c:3445:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]58  sqlite3WindowFunctions();59  ^60/sqlite/src/func.c:3446:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]61  sqlite3RegisterDateTimeFunctions();62  ^63/sqlite/src/func.c:3447:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]64  sqlite3RegisterJsonFunctions();65  ^66/sqlite/src/func.c:3448:3: warning: Survived: Removed the call to the function [cxx_remove_void_call]67  sqlite3InsertBuiltinFuncs(aBuiltinFunc, ArraySize(aBuiltinFunc));68  ^69[info] Mutation score: 47%70[info] Total execution time: 553ms71[info] Surviving mutants: 972