CoolFace
Modelpublic

AryaWu/sqlite

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
mull_select_sqlite3Select.out58 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 4ms9[info] Filter mutants (threads: 1)10
       [################################] 1/1. Finished in 8ms11[info] Baseline run (threads: 1)12
       [################################] 1/1. Finished in 109ms13[info] Running mutants (threads: 10)14[debug] /sqlite/src/select.c:114:18 ExecutionResult: Passed15[debug] /sqlite/src/select.c:113:16 ExecutionResult: Passed16[debug] /sqlite/src/select.c:118:16 ExecutionResult: Passed17[debug] /sqlite/src/select.c:117:16 ExecutionResult: Passed18
       [############--------------------] 4/1019[debug] /sqlite/src/select.c:7668:7 ExecutionResult: Passed20[debug] /sqlite/src/select.c:2497:24 ExecutionResult: Passed21[debug] /sqlite/src/select.c:7683:7 ExecutionResult: Failed22
       [######################----------] 7/1023[debug] /sqlite/src/select.c:115:19 ExecutionResult: Passed24
       [#########################-------] 8/1025[debug] /sqlite/src/select.c:2500:27 ExecutionResult: Passed26
       [############################----] 9/1027[debug] /sqlite/src/select.c:7679:8 ExecutionResult: Failed28
       [################################] 10/10. Finished in 218ms29[debug] Done running mutants30[info] Survived mutants (8/10):31/sqlite/src/select.c:113:16: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]32  pDest->eDest = (u8)eDest;33               ^34/sqlite/src/select.c:114:18: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]35  pDest->iSDParm = iParm;36                 ^37/sqlite/src/select.c:115:19: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]38  pDest->iSDParm2 = 0;39                  ^40/sqlite/src/select.c:117:16: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]41  pDest->iSdst = 0;42               ^43/sqlite/src/select.c:118:16: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]44  pDest->nSdst = 0;45               ^46/sqlite/src/select.c:2497:24: warning: Survived: Replaced == with != [cxx_eq_to_ne]47  if( pParse->pToplevel==048                       ^49/sqlite/src/select.c:2500:27: warning: Survived: Replaced 'a = b' with 'a = 42' [cxx_assign_const]50    pParse->okConstFactor = 1;51                          ^52/sqlite/src/select.c:7668:7: warning: Survived: Replaced 'T a = b' with 'T a = 42' [cxx_init_const]53  int rc = 1;            /* Value to return from this function */54      ^55[info] Mutation score: 20%56[info] Total execution time: 564ms57[info] Surviving mutants: 858