| Line | Source | Count |
| 1 | int sqlite3_search_count = 0; | - |
| 2 | int sqlite3_interrupt_count = 0; | - |
| 3 | int sqlite3_sort_count = 0; | - |
| 4 | int sqlite3_max_blobsize = 0; | - |
| 5 | static void updateMaxBlobsize(Mem *p){ | - |
| 6 | if( (| TRUE | evaluated 32678942 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 23091609 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
p->flags & (0x0002|0x0010))!=0| TRUE | evaluated 32678942 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 23091609 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
&& p->n>sqlite3_max_blobsize| TRUE | evaluated 1808 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 32677134 times by 429 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
|
){ | 1808-32678942 |
| 7 | sqlite3_max_blobsize = p->n; | - |
| 8 | }executed 1808 times by 435 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 1808 |
| 9 | }executed 55770551 times by 435 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 55770551 |
| 10 | int sqlite3_found_count = 0; | - |
| 11 | static VdbeCursor *allocateCursor( | - |
| 12 | Vdbe *p, | - |
| 13 | int iCur, | - |
| 14 | int nField, | - |
| 15 | int iDb, | - |
| 16 | u8 eCurType | - |
| 17 | ){ | - |
| 18 | Mem *pMem = iCur>0| TRUE | evaluated 1212955 times by 399 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
| | FALSE | evaluated 790623 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
? &p->aMem[p->nMem-iCur] : p->aMem; | 790623-1212955 |
| 19 | | - |
| 20 | int nByte; | - |
| 21 | VdbeCursor *pCx = 0; | - |
| 22 | nByte = | - |
| 23 | (((sizeof(VdbeCursor))+7)&~7) + 2*sizeof(u32)*nField + | - |
| 24 | (eCurType==0| TRUE | evaluated 1915184 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 88394 times by 10 testsEvaluated by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
|
?sqlite3BtreeCursorSize():0); | 88394-1915184 |
| 25 | | - |
| 26 | | - |
| 27 | ((void) (0)) | - |
| 28 | ; | - |
| 29 | if( p->apCsr[iCur]| TRUE | evaluated 250681 times by 12 testsEvaluated by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
| | FALSE | evaluated 1752897 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 250681-1752897 |
| 30 | sqlite3VdbeFreeCursor(p, p->apCsr[iCur]); | - |
| 31 | p->apCsr[iCur] = 0; | - |
| 32 | }executed 250681 times by 12 tests: end of blockExecuted by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
| 250681 |
| 33 | if( 0==sqlite3VdbeMemClearAndResize(pMem, nByte)| TRUE | evaluated 2003533 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 45 times by 1 test |
){ | 45-2003533 |
| 34 | p->apCsr[iCur] = pCx = (VdbeCursor*)pMem->z; | - |
| 35 | memset(pCx, 0, | - |
| 36 | __builtin_offsetof ( | - |
| 37 | VdbeCursor | - |
| 38 | , | - |
| 39 | pAltCursor | - |
| 40 | ) | - |
| 41 | ); | - |
| 42 | pCx->eCurType = eCurType; | - |
| 43 | pCx->iDb = iDb; | - |
| 44 | pCx->nField = nField; | - |
| 45 | pCx->aOffset = &pCx->aType[nField]; | - |
| 46 | if( eCurType==0| TRUE | evaluated 1915141 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 88392 times by 10 testsEvaluated by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
|
){ | 88392-1915141 |
| 47 | pCx->uc.pCursor = (BtCursor*) | - |
| 48 | &pMem->z[(((sizeof(VdbeCursor))+7)&~7)+2*sizeof(u32)*nField]; | - |
| 49 | sqlite3BtreeCursorZero(pCx->uc.pCursor); | - |
| 50 | }executed 1915141 times by 435 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 1915141 |
| 51 | }executed 2003533 times by 435 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 2003533 |
| 52 | returnexecuted 2003578 times by 435 tests: return pCx;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
pCx;executed 2003578 times by 435 tests: return pCx;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 2003578 |
| 53 | } | - |
| 54 | static void applyNumericAffinity(Mem *pRec, int bTryForInt){ | - |
| 55 | double rValue; | - |
| 56 | i64 iValue; | - |
| 57 | u8 enc = pRec->enc; | - |
| 58 | | - |
| 59 | ((void) (0)) | - |
| 60 | ; | - |
| 61 | if( sqlite3AtoF(pRec->z, &rValue, pRec->n, enc)==0| TRUE | evaluated 657859 times by 1 test | | FALSE | evaluated 4047635 times by 1 test |
) return;executed 657859 times by 1 test: return; | 657859-4047635 |
| 62 | if( 0==sqlite3Atoi64(pRec->z, &iValue, pRec->n, enc)| TRUE | evaluated 4028759 times by 1 test | | FALSE | evaluated 18876 times by 1 test |
){ | 18876-4028759 |
| 63 | pRec->u.i = iValue; | - |
| 64 | pRec->flags |= 0x0004; | - |
| 65 | }executed 4028759 times by 1 test: end of block else{ | 4028759 |
| 66 | pRec->u.r = rValue; | - |
| 67 | pRec->flags |= 0x0008; | - |
| 68 | if( bTryForInt| TRUE | evaluated 280 times by 1 test | | FALSE | evaluated 18596 times by 1 test |
) sqlite3VdbeIntegerAffinity(pRec);executed 280 times by 1 test: sqlite3VdbeIntegerAffinity(pRec); | 280-18596 |
| 69 | }executed 18876 times by 1 test: end of block | 18876 |
| 70 | | - |
| 71 | | - |
| 72 | | - |
| 73 | | - |
| 74 | pRec->flags &= ~0x0002; | - |
| 75 | }executed 4047635 times by 1 test: end of block | 4047635 |
| 76 | static void applyAffinity( | - |
| 77 | Mem *pRec, | - |
| 78 | char affinity, | - |
| 79 | u8 enc | - |
| 80 | ){ | - |
| 81 | if( affinity>='C'| TRUE | evaluated 1056190 times by 363 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| | FALSE | evaluated 403693 times by 31 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
|
){ | 403693-1056190 |
| 82 | | - |
| 83 | ((void) (0)) | - |
| 84 | | - |
| 85 | ; | - |
| 86 | if( (| TRUE | evaluated 406915 times by 336 testsEvaluated by:- Self test
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- ...
| | FALSE | evaluated 649275 times by 31 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
|
pRec->flags & 0x0004)==0| TRUE | evaluated 406915 times by 336 testsEvaluated by:- Self test
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- ...
| | FALSE | evaluated 649275 times by 31 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
|
){ | 406915-649275 |
| 87 | if( (| TRUE | evaluated 341820 times by 333 testsEvaluated by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
| | FALSE | evaluated 65095 times by 4 testsEvaluated by:- Self test
- Self test (438)
- Self test (57)
- Self test (58)
|
pRec->flags & 0x0008)==0| TRUE | evaluated 341820 times by 333 testsEvaluated by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
| | FALSE | evaluated 65095 times by 4 testsEvaluated by:- Self test
- Self test (438)
- Self test (57)
- Self test (58)
|
){ | 65095-341820 |
| 88 | if( pRec->flags & 0x0002| TRUE | evaluated 5247 times by 1 test | | FALSE | evaluated 336573 times by 333 testsEvaluated by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
|
) applyNumericAffinity(pRec,1);executed 5247 times by 1 test: applyNumericAffinity(pRec,1); | 5247-336573 |
| 89 | }executed 341820 times by 333 tests: end of blockExecuted by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
else{ | 341820 |
| 90 | sqlite3VdbeIntegerAffinity(pRec); | - |
| 91 | }executed 65095 times by 4 tests: end of blockExecuted by:- Self test
- Self test (438)
- Self test (57)
- Self test (58)
| 65095 |
| 92 | } | - |
| 93 | }executed 1056190 times by 363 tests: end of blockExecuted by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
else if( affinity=='B'| TRUE | evaluated 388680 times by 31 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
| | FALSE | evaluated 15013 times by 1 test |
){ | 15013-1056190 |
| 94 | | - |
| 95 | | - |
| 96 | | - |
| 97 | | - |
| 98 | | - |
| 99 | if( 0==(pRec->flags&0x0002)| TRUE | evaluated 149637 times by 13 testsEvaluated by:- Self test (100)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- Self test (97)
- Self test (98)
- Self test (99)
| | FALSE | evaluated 239043 times by 31 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
|
){ | 149637-239043 |
| 100 | if( (| TRUE | evaluated 147272 times by 1 test | | FALSE | evaluated 2365 times by 13 testsEvaluated by:- Self test (100)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- Self test (97)
- Self test (98)
- Self test (99)
|
pRec->flags&(0x0008|0x0004))| TRUE | evaluated 147272 times by 1 test | | FALSE | evaluated 2365 times by 13 testsEvaluated by:- Self test (100)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- Self test (97)
- Self test (98)
- Self test (99)
|
){ | 2365-147272 |
| 101 | sqlite3VdbeMemStringify(pRec, enc, 1); | - |
| 102 | }executed 147272 times by 1 test: end of block | 147272 |
| 103 | }executed 149637 times by 13 tests: end of blockExecuted by:- Self test (100)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- Self test (97)
- Self test (98)
- Self test (99)
| 149637 |
| 104 | pRec->flags &= ~(0x0008|0x0004); | - |
| 105 | }executed 388680 times by 31 tests: end of blockExecuted by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
| 388680 |
| 106 | }executed 1459883 times by 363 tests: end of blockExecuted by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| 1459883 |
| 107 | | - |
| 108 | | - |
| 109 | | - |
| 110 | | - |
| 111 | | - |
| 112 | | - |
| 113 | | - |
| 114 | int sqlite3_value_numeric_type(sqlite3_value *pVal){ | - |
| 115 | int eType = sqlite3_value_type(pVal); | - |
| 116 | if( eType==3| TRUE | evaluated 4000403 times by 1 test | | FALSE | evaluated 252504 times by 1 test |
){ | 252504-4000403 |
| 117 | Mem *pMem = (Mem*)pVal; | - |
| 118 | applyNumericAffinity(pMem, 0); | - |
| 119 | eType = sqlite3_value_type(pVal); | - |
| 120 | }executed 4000403 times by 1 test: end of block | 4000403 |
| 121 | returnexecuted 4252907 times by 1 test: return eType; eType;executed 4252907 times by 1 test: return eType; | 4252907 |
| 122 | } | - |
| 123 | | - |
| 124 | | - |
| 125 | | - |
| 126 | | - |
| 127 | | - |
| 128 | void sqlite3ValueApplyAffinity( | - |
| 129 | sqlite3_value *pVal, | - |
| 130 | u8 affinity, | - |
| 131 | u8 enc | - |
| 132 | ){ | - |
| 133 | applyAffinity((Mem *)pVal, affinity, enc); | - |
| 134 | }executed 145921 times by 1 test: end of block | 145921 |
| 135 | | - |
| 136 | | - |
| 137 | | - |
| 138 | | - |
| 139 | | - |
| 140 | | - |
| 141 | | - |
| 142 | static u16 __attribute__((noinline)) computeNumericType(Mem *pMem){ | - |
| 143 | | - |
| 144 | ((void) (0)) | - |
| 145 | ; | - |
| 146 | | - |
| 147 | ((void) (0)) | - |
| 148 | ; | - |
| 149 | if( sqlite3AtoF(pMem->z, &pMem->u.r, pMem->n, pMem->enc)==0| TRUE | evaluated 897 times by 1 test | | FALSE | evaluated 1705 times by 1 test |
){ | 897-1705 |
| 150 | returnexecuted 897 times by 1 test: return 0; 0;executed 897 times by 1 test: return 0; | 897 |
| 151 | } | - |
| 152 | if( sqlite3Atoi64(pMem->z, &pMem->u.i, pMem->n, pMem->enc)==0| TRUE | evaluated 1336 times by 1 test | | FALSE | evaluated 369 times by 1 test |
){ | 369-1336 |
| 153 | returnexecuted 1336 times by 1 test: return 0x0004; 0x0004;executed 1336 times by 1 test: return 0x0004; | 1336 |
| 154 | } | - |
| 155 | returnexecuted 369 times by 1 test: return 0x0008; 0x0008;executed 369 times by 1 test: return 0x0008; | 369 |
| 156 | } | - |
| 157 | static u16 numericType(Mem *pMem){ | - |
| 158 | if( pMem->flags & (0x0004|0x0008)| TRUE | evaluated 15748132 times by 335 testsEvaluated by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
| | FALSE | evaluated 3142 times by 1 test |
){ | 3142-15748132 |
| 159 | returnexecuted 15748132 times by 335 tests: return pMem->flags & (0x0004|0x0008);Executed by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
pMem->flags & (0x0004|0x0008);executed 15748132 times by 335 tests: return pMem->flags & (0x0004|0x0008);Executed by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
| 15748132 |
| 160 | } | - |
| 161 | if( pMem->flags & (0x0002|0x0010)| TRUE | evaluated 2602 times by 1 test | | FALSE | evaluated 540 times by 1 test |
){ | 540-2602 |
| 162 | returnexecuted 2602 times by 1 test: return computeNumericType(pMem); computeNumericType(pMem);executed 2602 times by 1 test: return computeNumericType(pMem); | 2602 |
| 163 | } | - |
| 164 | returnexecuted 540 times by 1 test: return 0; 0;executed 540 times by 1 test: return 0; | 540 |
| 165 | } | - |
| 166 | static __attribute__((noinline)) Mem *out2PrereleaseWithClear(Mem *pOut){ | - |
| 167 | sqlite3VdbeMemSetNull(pOut); | - |
| 168 | pOut->flags = 0x0004; | - |
| 169 | returnexecuted 12633 times by 1 test: return pOut; pOut;executed 12633 times by 1 test: return pOut; | 12633 |
| 170 | } | - |
| 171 | static Mem *out2Prerelease(Vdbe *p, VdbeOp *pOp){ | - |
| 172 | Mem *pOut; | - |
| 173 | | - |
| 174 | ((void) (0)) | - |
| 175 | ; | - |
| 176 | | - |
| 177 | ((void) (0)) | - |
| 178 | ; | - |
| 179 | pOut = &p->aMem[pOp->p2]; | - |
| 180 | ; | - |
| 181 | if( (((| TRUE | evaluated 12633 times by 1 test | | FALSE | evaluated 15847728 times by 425 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
pOut)->flags&(0x2000|0x0400))!=0)| TRUE | evaluated 12633 times by 1 test | | FALSE | evaluated 15847728 times by 425 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 12633-15847728 |
| 182 | returnexecuted 12633 times by 1 test: return out2PrereleaseWithClear(pOut); out2PrereleaseWithClear(pOut);executed 12633 times by 1 test: return out2PrereleaseWithClear(pOut); | 12633 |
| 183 | }else{ | - |
| 184 | pOut->flags = 0x0004; | - |
| 185 | returnexecuted 15847728 times by 425 tests: return pOut;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
pOut;executed 15847728 times by 425 tests: return pOut;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 15847728 |
| 186 | } | - |
| 187 | } | - |
| 188 | | - |
| 189 | | - |
| 190 | | - |
| 191 | | - |
| 192 | | - |
| 193 | | - |
| 194 | int sqlite3VdbeExec( | - |
| 195 | Vdbe *p | - |
| 196 | ){ | - |
| 197 | Op *aOp = p->aOp; | - |
| 198 | Op *pOp = aOp; | - |
| 199 | | - |
| 200 | | - |
| 201 | | - |
| 202 | | - |
| 203 | | - |
| 204 | | - |
| 205 | int rc = 0; | - |
| 206 | sqlite3 *db = p->db; | - |
| 207 | u8 resetSchemaOnFault = 0; | - |
| 208 | u8 encoding = ((db)->enc); | - |
| 209 | int iCompare = 0; | - |
| 210 | unsigned nVmStep = 0; | - |
| 211 | | - |
| 212 | unsigned nProgressLimit; | - |
| 213 | | - |
| 214 | Mem *aMem = p->aMem; | - |
| 215 | Mem *pIn1 = 0; | - |
| 216 | Mem *pIn2 = 0; | - |
| 217 | Mem *pIn3 = 0; | - |
| 218 | Mem *pOut = 0; | - |
| 219 | | - |
| 220 | | - |
| 221 | | - |
| 222 | | - |
| 223 | | - |
| 224 | | - |
| 225 | ((void) (0)) | - |
| 226 | ; | - |
| 227 | sqlite3VdbeEnter(p); | - |
| 228 | if( p->rc==7| TRUE | evaluated 7 times by 1 test | | FALSE | evaluated 3754154 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 7-3754154 |
| 229 | | - |
| 230 | | - |
| 231 | gotoexecuted 7 times by 1 test: goto no_mem; no_mem;executed 7 times by 1 test: goto no_mem; | 7 |
| 232 | } | - |
| 233 | | - |
| 234 | ((void) (0)) | - |
| 235 | ; | - |
| 236 | | - |
| 237 | ((void) (0)) | - |
| 238 | ; | - |
| 239 | p->iCurrentTime = 0; | - |
| 240 | | - |
| 241 | ((void) (0)) | - |
| 242 | ; | - |
| 243 | p->pResultSet = 0; | - |
| 244 | db->busyHandler.nBusy = 0; | - |
| 245 | if( db->u1.isInterrupted| TRUE | evaluated 73 times by 1 test | | FALSE | evaluated 3754081 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
) gotoexecuted 73 times by 1 test: goto abort_due_to_interrupt; abort_due_to_interrupt;executed 73 times by 1 test: goto abort_due_to_interrupt; | 73-3754081 |
| 246 | ; | - |
| 247 | | - |
| 248 | if( db->xProgress| TRUE | evaluated 33 times by 1 test | | FALSE | evaluated 3754048 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 33-3754048 |
| 249 | u32 iPrior = p->aCounter[4]; | - |
| 250 | | - |
| 251 | ((void) (0)) | - |
| 252 | ; | - |
| 253 | nProgressLimit = db->nProgressOps - (iPrior % db->nProgressOps); | - |
| 254 | }executed 33 times by 1 test: end of block else{ | 33 |
| 255 | nProgressLimit = 0xffffffff; | - |
| 256 | }executed 3754048 times by 435 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 3754048 |
| 257 | for(pOp=&aOp[p->pc]; 1| TRUE | evaluated 182117017 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | never evaluated |
; pOp++){ | 0-182117017 |
| 258 | | - |
| 259 | | - |
| 260 | | - |
| 261 | ((void) (0)) | - |
| 262 | ; | - |
| 263 | | - |
| 264 | | - |
| 265 | ((void) (0)) | - |
| 266 | ; | - |
| 267 | | - |
| 268 | | - |
| 269 | | - |
| 270 | nVmStep++; | - |
| 271 | if( sqlite3_interrupt_count>0| TRUE | evaluated 1593078 times by 1 test | | FALSE | evaluated 180523939 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 1593078-180523939 |
| 272 | sqlite3_interrupt_count--; | - |
| 273 | if( sqlite3_interrupt_count==0| TRUE | evaluated 2125 times by 1 test | | FALSE | evaluated 1590953 times by 1 test |
){ | 2125-1590953 |
| 274 | sqlite3_interrupt(db); | - |
| 275 | }executed 2125 times by 1 test: end of block | 2125 |
| 276 | }executed 1593078 times by 1 test: end of block | 1593078 |
| 277 | switch( pOp->opcode ){ | - |
| 278 | caseexecuted 6426550 times by 435 tests: case 11:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
11:executed 6426550 times by 435 tests: case 11:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
{ | 6426550 |
| 279 | jump_to_p2_and_check_for_interrupt: | - |
| 280 | pOp = &aOp[pOp->p2 - 1]; | - |
| 281 | check_for_interrupt:code before this statement executed 30361641 times by 435 tests: check_for_interrupt:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 30361641 |
| 282 | if( db->u1.isInterrupted| TRUE | evaluated 2037 times by 1 test | | FALSE | evaluated 30756026 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
) gotoexecuted 2037 times by 1 test: goto abort_due_to_interrupt; abort_due_to_interrupt;executed 2037 times by 1 test: goto abort_due_to_interrupt; | 2037-30756026 |
| 283 | | - |
| 284 | | - |
| 285 | | - |
| 286 | | - |
| 287 | | - |
| 288 | | - |
| 289 | | - |
| 290 | if( nVmStep>=nProgressLimit| TRUE | evaluated 46 times by 1 test | | FALSE | evaluated 30755980 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
&& db->xProgress!=0| TRUE | evaluated 40 times by 1 test | | FALSE | evaluated 6 times by 1 test |
){ | 6-30755980 |
| 291 | | - |
| 292 | ((void) (0)) | - |
| 293 | ; | - |
| 294 | nProgressLimit = nVmStep + db->nProgressOps - (nVmStep%db->nProgressOps); | - |
| 295 | if( db->xProgress(db->pProgressArg)| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 36 times by 1 test |
){ | 4-36 |
| 296 | rc = 9; | - |
| 297 | gotoexecuted 4 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 4 times by 1 test: goto abort_due_to_error; | 4 |
| 298 | } | - |
| 299 | }executed 36 times by 1 test: end of block | 36 |
| 300 | | - |
| 301 | | - |
| 302 | break;executed 30756022 times by 435 tests: break;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 30756022 |
| 303 | } | - |
| 304 | | - |
| 305 | | - |
| 306 | | - |
| 307 | | - |
| 308 | | - |
| 309 | | - |
| 310 | caseexecuted 545027 times by 1 test: case 12: 12:executed 545027 times by 1 test: case 12: { | 545027 |
| 311 | | - |
| 312 | ((void) (0)) | - |
| 313 | ; | - |
| 314 | pIn1 = &aMem[pOp->p1]; | - |
| 315 | | - |
| 316 | ((void) (0)) | - |
| 317 | ; | - |
| 318 | ; | - |
| 319 | pIn1->flags = 0x0004; | - |
| 320 | pIn1->u.i = (int)(pOp-aOp); | - |
| 321 | ; | - |
| 322 | | - |
| 323 | | - |
| 324 | | - |
| 325 | jump_to_p2:code before this statement executed 545027 times by 1 test: jump_to_p2: | 545027 |
| 326 | pOp = &aOp[pOp->p2 - 1]; | - |
| 327 | break;executed 12709055 times by 435 tests: break;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 12709055 |
| 328 | } | - |
| 329 | | - |
| 330 | | - |
| 331 | | - |
| 332 | | - |
| 333 | | - |
| 334 | | - |
| 335 | caseexecuted 549440 times by 1 test: case 66: 66:executed 549440 times by 1 test: case 66: { | 549440 |
| 336 | pIn1 = &aMem[pOp->p1]; | - |
| 337 | | - |
| 338 | ((void) (0)) | - |
| 339 | ; | - |
| 340 | pOp = &aOp[pIn1->u.i]; | - |
| 341 | pIn1->flags = 0x0080; | - |
| 342 | break;executed 549440 times by 1 test: break; | 549440 |
| 343 | } | - |
| 344 | caseexecuted 97343 times by 9 tests: case 13:Executed by:- Self test
- Self test (101)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (57)
- Self test (58)
- Self test (64)
13:executed 97343 times by 9 tests: case 13:Executed by:- Self test
- Self test (101)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (57)
- Self test (58)
- Self test (64)
{ | 97343 |
| 345 | | - |
| 346 | ((void) (0)) | - |
| 347 | ; | - |
| 348 | | - |
| 349 | ((void) (0)) | - |
| 350 | ; | - |
| 351 | | - |
| 352 | ((void) (0)) | - |
| 353 | ; | - |
| 354 | pOut = &aMem[pOp->p1]; | - |
| 355 | | - |
| 356 | ((void) (0)) | - |
| 357 | ; | - |
| 358 | pOut->u.i = pOp->p3 - 1; | - |
| 359 | pOut->flags = 0x0004; | - |
| 360 | if( pOp->p2| TRUE | evaluated 52402 times by 9 testsEvaluated by:- Self test
- Self test (101)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (57)
- Self test (58)
- Self test (64)
| | FALSE | evaluated 44941 times by 1 test |
) gotoexecuted 52402 times by 9 tests: goto jump_to_p2;Executed by:- Self test
- Self test (101)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (57)
- Self test (58)
- Self test (64)
jump_to_p2;executed 52402 times by 9 tests: goto jump_to_p2;Executed by:- Self test
- Self test (101)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (57)
- Self test (58)
- Self test (64)
| 44941-52402 |
| 361 | break;executed 44941 times by 1 test: break; | 44941 |
| 362 | } | - |
| 363 | caseexecuted 14467 times by 9 tests: case 67:Executed by:- Self test
- Self test (101)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (57)
- Self test (58)
- Self test (64)
67:executed 14467 times by 9 tests: case 67:Executed by:- Self test
- Self test (101)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (57)
- Self test (58)
- Self test (64)
{ | 14467 |
| 364 | VdbeOp *pCaller; | - |
| 365 | pIn1 = &aMem[pOp->p1]; | - |
| 366 | | - |
| 367 | ((void) (0)) | - |
| 368 | ; | - |
| 369 | | - |
| 370 | ((void) (0)) | - |
| 371 | ; | - |
| 372 | pCaller = &aOp[pIn1->u.i]; | - |
| 373 | | - |
| 374 | ((void) (0)) | - |
| 375 | ; | - |
| 376 | | - |
| 377 | ((void) (0)) | - |
| 378 | ; | - |
| 379 | pOp = &aOp[pCaller->p2 - 1]; | - |
| 380 | pIn1->flags = 0x0080; | - |
| 381 | break;executed 14467 times by 9 tests: break;Executed by:- Self test
- Self test (101)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (57)
- Self test (58)
- Self test (64)
| 14467 |
| 382 | } | - |
| 383 | caseexecuted 7816689 times by 9 tests: case 14:Executed by:- Self test
- Self test (101)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (57)
- Self test (58)
- Self test (64)
14:executed 7816689 times by 9 tests: case 14:Executed by:- Self test
- Self test (101)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (57)
- Self test (58)
- Self test (64)
{ | 7816689 |
| 384 | int pcDest; | - |
| 385 | pIn1 = &aMem[pOp->p1]; | - |
| 386 | | - |
| 387 | ((void) (0)) | - |
| 388 | ; | - |
| 389 | pIn1->flags = 0x0004; | - |
| 390 | pcDest = (int)pIn1->u.i; | - |
| 391 | pIn1->u.i = (int)(pOp - aOp); | - |
| 392 | ; | - |
| 393 | pOp = &aOp[pcDest]; | - |
| 394 | break;executed 7816689 times by 9 tests: break;Executed by:- Self test
- Self test (101)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (57)
- Self test (58)
- Self test (64)
| 7816689 |
| 395 | } | - |
| 396 | caseexecuted 23473 times by 1 test: case 68: 68:executed 23473 times by 1 test: case 68: { | 23473 |
| 397 | pIn3 = &aMem[pOp->p3]; | - |
| 398 | | - |
| 399 | | - |
| 400 | | - |
| 401 | if( (| TRUE | evaluated 23413 times by 1 test | | FALSE | evaluated 60 times by 1 test |
pIn3->flags & 0x0001)==0| TRUE | evaluated 23413 times by 1 test | | FALSE | evaluated 60 times by 1 test |
) break;executed 23413 times by 1 test: break; | 60-23413 |
| 402 | | - |
| 403 | } | - |
| 404 | caseexecuted 1179804 times by 435 tests: case 69:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
69:executed 1179804 times by 435 tests: case 69:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
code before this statement executed 60 times by 1 test: case 69: { | 60-1179804 |
| 405 | VdbeFrame *pFrame; | - |
| 406 | int pcx; | - |
| 407 | | - |
| 408 | pcx = (int)(pOp - aOp); | - |
| 409 | | - |
| 410 | | - |
| 411 | | - |
| 412 | if( pOp->p1==0| TRUE | evaluated 1179295 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 569 times by 1 test |
&& p->pFrame| TRUE | evaluated 134479 times by 1 test | | FALSE | evaluated 1044816 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 569-1179295 |
| 413 | | - |
| 414 | pFrame = p->pFrame; | - |
| 415 | p->pFrame = pFrame->pParent; | - |
| 416 | p->nFrame--; | - |
| 417 | sqlite3VdbeSetChanges(db, p->nChange); | - |
| 418 | pcx = sqlite3VdbeFrameRestore(pFrame); | - |
| 419 | if( pOp->p2==4| TRUE | evaluated 124857 times by 1 test | | FALSE | evaluated 9622 times by 1 test |
){ | 9622-124857 |
| 420 | | - |
| 421 | | - |
| 422 | | - |
| 423 | | - |
| 424 | | - |
| 425 | pcx = p->aOp[pcx].p2-1; | - |
| 426 | }executed 124857 times by 1 test: end of block | 124857 |
| 427 | aOp = p->aOp; | - |
| 428 | aMem = p->aMem; | - |
| 429 | pOp = &aOp[pcx]; | - |
| 430 | break;executed 134479 times by 1 test: break; | 134479 |
| 431 | } | - |
| 432 | p->rc = pOp->p1; | - |
| 433 | p->errorAction = (u8)pOp->p2; | - |
| 434 | p->pc = pcx; | - |
| 435 | | - |
| 436 | ((void) (0)) | - |
| 437 | ; | - |
| 438 | if( p->rc| TRUE | evaluated 569 times by 1 test | | FALSE | evaluated 1044816 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 569-1044816 |
| 439 | if( pOp->p5| TRUE | evaluated 546 times by 1 test | | FALSE | evaluated 23 times by 1 test |
){ | 23-546 |
| 440 | static const char * const azType[] = { "NOT NULL", "UNIQUE", "CHECK", | - |
| 441 | "FOREIGN KEY" }; | - |
| 442 | ; | - |
| 443 | ; | - |
| 444 | ; | - |
| 445 | ; | - |
| 446 | sqlite3VdbeError(p, "%s constraint failed", azType[pOp->p5-1]); | - |
| 447 | if( pOp->p4.z| TRUE | evaluated 446 times by 1 test | | FALSE | evaluated 100 times by 1 test |
){ | 100-446 |
| 448 | p->zErrMsg = sqlite3MPrintf(db, "%z: %s", p->zErrMsg, pOp->p4.z); | - |
| 449 | }executed 446 times by 1 test: end of block | 446 |
| 450 | }executed 546 times by 1 test: end of block else{ | 546 |
| 451 | sqlite3VdbeError(p, "%s", pOp->p4.z); | - |
| 452 | }executed 23 times by 1 test: end of block | 23 |
| 453 | sqlite3_log(pOp->p1, "abort at %d in [%s]: %s", pcx, p->zSql, p->zErrMsg); | - |
| 454 | }executed 569 times by 1 test: end of block | 569 |
| 455 | rc = sqlite3VdbeHalt(p); | - |
| 456 | | - |
| 457 | ((void) (0)) | - |
| 458 | ; | - |
| 459 | if( rc==5| TRUE | evaluated 18 times by 2 testsEvaluated by:- Self test (438)
- Self test (55)
| | FALSE | evaluated 1045273 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 18-1045273 |
| 460 | p->rc = 5; | - |
| 461 | }executed 18 times by 2 tests: end of blockExecuted by:- Self test (438)
- Self test (55)
else{ | 18 |
| 462 | | - |
| 463 | ((void) (0)) | - |
| 464 | ; | - |
| 465 | | - |
| 466 | ((void) (0)) | - |
| 467 | ; | - |
| 468 | rc = p->rc| TRUE | evaluated 948 times by 1 test | | FALSE | evaluated 1044325 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
? 1 : 101; | 948-1044325 |
| 469 | }executed 1045273 times by 435 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 1045273 |
| 470 | gotoexecuted 1045291 times by 435 tests: goto vdbe_return;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
vdbe_return;executed 1045291 times by 435 tests: goto vdbe_return;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 1045291 |
| 471 | } | - |
| 472 | | - |
| 473 | | - |
| 474 | | - |
| 475 | | - |
| 476 | | - |
| 477 | | - |
| 478 | caseexecuted 2937853 times by 404 tests: case 70:Executed by:- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
70:executed 2937853 times by 404 tests: case 70:Executed by:- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
{ | 2937853 |
| 479 | pOut = out2Prerelease(p, pOp); | - |
| 480 | pOut->u.i = pOp->p1; | - |
| 481 | break;executed 2937853 times by 404 tests: break;Executed by:- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
| 2937853 |
| 482 | } | - |
| 483 | | - |
| 484 | | - |
| 485 | | - |
| 486 | | - |
| 487 | | - |
| 488 | | - |
| 489 | | - |
| 490 | caseexecuted 12939 times by 4 tests: case 71:Executed by:- Self test (32)
- Self test (33)
- Self test (438)
- Self test (64)
71:executed 12939 times by 4 tests: case 71:Executed by:- Self test (32)
- Self test (33)
- Self test (438)
- Self test (64)
{ | 12939 |
| 491 | pOut = out2Prerelease(p, pOp); | - |
| 492 | | - |
| 493 | ((void) (0)) | - |
| 494 | ; | - |
| 495 | pOut->u.i = *pOp->p4.pI64; | - |
| 496 | break;executed 12939 times by 4 tests: break;Executed by:- Self test (32)
- Self test (33)
- Self test (438)
- Self test (64)
| 12939 |
| 497 | } | - |
| 498 | caseexecuted 39344 times by 1 test: case 141: 141:executed 39344 times by 1 test: case 141: { | 39344 |
| 499 | pOut = out2Prerelease(p, pOp); | - |
| 500 | pOut->flags = 0x0008; | - |
| 501 | | - |
| 502 | ((void) (0)) | - |
| 503 | ; | - |
| 504 | pOut->u.r = *pOp->p4.pReal; | - |
| 505 | break;executed 39344 times by 1 test: break; | 39344 |
| 506 | } | - |
| 507 | caseexecuted 253113 times by 58 tests: case 106:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (3)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (35)
- Self test (38)
- Self test (39)
- Self test (4)
- Self test (42)
- Self test (43)
- Self test (438)
- Self test (44)
- Self test (45)
- Self test (46)
- Self test (47)
- ...
106:executed 253113 times by 58 tests: case 106:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (3)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (35)
- Self test (38)
- Self test (39)
- Self test (4)
- Self test (42)
- Self test (43)
- Self test (438)
- Self test (44)
- Self test (45)
- Self test (46)
- Self test (47)
- ...
{ | 253113 |
| 508 | | - |
| 509 | ((void) (0)) | - |
| 510 | ; | - |
| 511 | pOut = out2Prerelease(p, pOp); | - |
| 512 | pOp->opcode = 72; | - |
| 513 | pOp->p1 = sqlite3Strlen30(pOp->p4.z); | - |
| 514 | | - |
| 515 | | - |
| 516 | if( encoding!=1| TRUE | evaluated 488 times by 1 test | | FALSE | evaluated 252625 times by 58 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (3)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (35)
- Self test (38)
- Self test (39)
- Self test (4)
- Self test (42)
- Self test (43)
- Self test (438)
- Self test (44)
- Self test (45)
- Self test (46)
- Self test (47)
- ...
|
){ | 488-252625 |
| 517 | rc = sqlite3VdbeMemSetStr(pOut, pOp->p4.z, -1, 1, ((sqlite3_destructor_type)0)); | - |
| 518 | | - |
| 519 | ((void) (0)) | - |
| 520 | ; | - |
| 521 | if( 0!=sqlite3VdbeChangeEncoding(pOut, encoding)| TRUE | never evaluated | | FALSE | evaluated 488 times by 1 test |
) gotonever executed: goto no_mem; no_mem;never executed: goto no_mem; | 0-488 |
| 522 | | - |
| 523 | ((void) (0)) | - |
| 524 | ; | - |
| 525 | | - |
| 526 | ((void) (0)) | - |
| 527 | ; | - |
| 528 | pOut->szMalloc = 0; | - |
| 529 | pOut->flags |= 0x0800; | - |
| 530 | if( pOp->p4type==(-7)| TRUE | evaluated 486 times by 1 test | | FALSE | evaluated 2 times by 1 test |
){ | 2-486 |
| 531 | sqlite3DbFree(db, pOp->p4.z); | - |
| 532 | }executed 486 times by 1 test: end of block | 486 |
| 533 | pOp->p4type = (-7); | - |
| 534 | pOp->p4.z = pOut->z; | - |
| 535 | pOp->p1 = pOut->n; | - |
| 536 | }executed 488 times by 1 test: end of block | 488 |
| 537 | ; | - |
| 538 | | - |
| 539 | if( pOp->p1>db->aLimit[0]| TRUE | never evaluated | | FALSE | evaluated 253113 times by 58 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (3)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (35)
- Self test (38)
- Self test (39)
- Self test (4)
- Self test (42)
- Self test (43)
- Self test (438)
- Self test (44)
- Self test (45)
- Self test (46)
- Self test (47)
- ...
|
){ | 0-253113 |
| 540 | goto never executed: goto too_big; too_big;never executed: goto too_big; | 0 |
| 541 | } | - |
| 542 | | - |
| 543 | ((void) (0)) | - |
| 544 | ; | - |
| 545 | | - |
| 546 | } | - |
| 547 | caseexecuted 441644 times by 2 tests: case 72:Executed by:- Self test (38)
- Self test (438)
72:executed 441644 times by 2 tests: case 72:Executed by:- Self test (38)
- Self test (438)
code before this statement executed 253113 times by 58 tests: case 72:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (3)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (35)
- Self test (38)
- Self test (39)
- Self test (4)
- Self test (42)
- Self test (43)
- Self test (438)
- Self test (44)
- Self test (45)
- Self test (46)
- Self test (47)
- ...
{ | 253113-441644 |
| 548 | | - |
| 549 | ((void) (0)) | - |
| 550 | ; | - |
| 551 | pOut = out2Prerelease(p, pOp); | - |
| 552 | pOut->flags = 0x0002|0x0800|0x0200; | - |
| 553 | pOut->z = pOp->p4.z; | - |
| 554 | pOut->n = pOp->p1; | - |
| 555 | pOut->enc = encoding; | - |
| 556 | updateMaxBlobsize(pOut); | - |
| 557 | | - |
| 558 | if( pOp->p3>0| TRUE | evaluated 5987 times by 1 test | | FALSE | evaluated 688770 times by 58 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (3)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (35)
- Self test (38)
- Self test (39)
- Self test (4)
- Self test (42)
- Self test (43)
- Self test (438)
- Self test (44)
- Self test (45)
- Self test (46)
- Self test (47)
- ...
|
){ | 5987-688770 |
| 559 | | - |
| 560 | ((void) (0)) | - |
| 561 | ; | - |
| 562 | pIn3 = &aMem[pOp->p3]; | - |
| 563 | | - |
| 564 | ((void) (0)) | - |
| 565 | ; | - |
| 566 | if( pIn3->u.i==pOp->p5| TRUE | evaluated 2628 times by 1 test | | FALSE | evaluated 3359 times by 1 test |
) pOut->flags = 0x0010|0x0800|0x0200;executed 2628 times by 1 test: pOut->flags = 0x0010|0x0800|0x0200; | 2628-3359 |
| 567 | }executed 5987 times by 1 test: end of block | 5987 |
| 568 | | - |
| 569 | break;executed 694757 times by 58 tests: break;Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (3)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (35)
- Self test (38)
- Self test (39)
- Self test (4)
- Self test (42)
- Self test (43)
- Self test (438)
- Self test (44)
- Self test (45)
- Self test (46)
- Self test (47)
- ...
| 694757 |
| 570 | } | - |
| 571 | caseexecuted 472719 times by 382 tests: case 73:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
73:executed 472719 times by 382 tests: case 73:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
{ | 472719 |
| 572 | int cnt; | - |
| 573 | u16 nullFlag; | - |
| 574 | pOut = out2Prerelease(p, pOp); | - |
| 575 | cnt = pOp->p3-pOp->p2; | - |
| 576 | | - |
| 577 | ((void) (0)) | - |
| 578 | ; | - |
| 579 | pOut->flags = nullFlag = pOp->p1| TRUE | evaluated 38 times by 1 test | | FALSE | evaluated 472681 times by 382 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
|
? (0x0001|0x0100) : 0x0001; | 38-472681 |
| 580 | pOut->n = 0; | - |
| 581 | | - |
| 582 | | - |
| 583 | | - |
| 584 | while( cnt>0| TRUE | evaluated 106565 times by 374 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
| | FALSE | evaluated 472719 times by 382 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
|
){ | 106565-472719 |
| 585 | pOut++; | - |
| 586 | ; | - |
| 587 | sqlite3VdbeMemSetNull(pOut); | - |
| 588 | pOut->flags = nullFlag; | - |
| 589 | pOut->n = 0; | - |
| 590 | cnt--; | - |
| 591 | }executed 106565 times by 374 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
| 106565 |
| 592 | break;executed 472719 times by 382 tests: break;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
| 472719 |
| 593 | } | - |
| 594 | caseexecuted 312623 times by 1 test: case 74: 74:executed 312623 times by 1 test: case 74: { | 312623 |
| 595 | | - |
| 596 | ((void) (0)) | - |
| 597 | ; | - |
| 598 | pOut = &aMem[pOp->p1]; | - |
| 599 | pOut->flags = (pOut->flags&~(0x0080|0x001f))|0x0001; | - |
| 600 | break;executed 312623 times by 1 test: break; | 312623 |
| 601 | } | - |
| 602 | | - |
| 603 | | - |
| 604 | | - |
| 605 | | - |
| 606 | | - |
| 607 | | - |
| 608 | | - |
| 609 | caseexecuted 78777 times by 28 tests: case 75:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- ...
75:executed 78777 times by 28 tests: case 75:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- ...
{ | 78777 |
| 610 | | - |
| 611 | ((void) (0)) | - |
| 612 | ; | - |
| 613 | pOut = out2Prerelease(p, pOp); | - |
| 614 | sqlite3VdbeMemSetStr(pOut, pOp->p4.z, pOp->p1, 0, 0); | - |
| 615 | pOut->enc = encoding; | - |
| 616 | updateMaxBlobsize(pOut); | - |
| 617 | break;executed 78777 times by 28 tests: break;Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- ...
| 78777 |
| 618 | } | - |
| 619 | caseexecuted 4835440 times by 1 test: case 76: 76:executed 4835440 times by 1 test: case 76: { | 4835440 |
| 620 | Mem *pVar; | - |
| 621 | | - |
| 622 | | - |
| 623 | ((void) (0)) | - |
| 624 | ; | - |
| 625 | | - |
| 626 | ((void) (0)) | - |
| 627 | ; | - |
| 628 | pVar = &p->aVar[pOp->p1 - 1]; | - |
| 629 | if( sqlite3VdbeMemTooBig(pVar)| TRUE | never evaluated | | FALSE | evaluated 4835440 times by 1 test |
){ | 0-4835440 |
| 630 | goto never executed: goto too_big; too_big;never executed: goto too_big; | 0 |
| 631 | } | - |
| 632 | pOut = &aMem[pOp->p2]; | - |
| 633 | sqlite3VdbeMemShallowCopy(pOut, pVar, 0x0800); | - |
| 634 | updateMaxBlobsize(pOut); | - |
| 635 | break;executed 4835440 times by 1 test: break; | 4835440 |
| 636 | } | - |
| 637 | caseexecuted 44795 times by 1 test: case 77: 77:executed 44795 times by 1 test: case 77: { | 44795 |
| 638 | int n; | - |
| 639 | int p1; | - |
| 640 | int p2; | - |
| 641 | | - |
| 642 | n = pOp->p3; | - |
| 643 | p1 = pOp->p1; | - |
| 644 | p2 = pOp->p2; | - |
| 645 | | - |
| 646 | ((void) (0)) | - |
| 647 | ; | - |
| 648 | | - |
| 649 | ((void) (0)) | - |
| 650 | ; | - |
| 651 | | - |
| 652 | pIn1 = &aMem[p1]; | - |
| 653 | pOut = &aMem[p2]; | - |
| 654 | do{ | - |
| 655 | | - |
| 656 | ((void) (0)) | - |
| 657 | ; | - |
| 658 | | - |
| 659 | ((void) (0)) | - |
| 660 | ; | - |
| 661 | | - |
| 662 | ((void) (0)) | - |
| 663 | ; | - |
| 664 | ; | - |
| 665 | sqlite3VdbeMemMove(pOut, pIn1); | - |
| 666 | | - |
| 667 | | - |
| 668 | | - |
| 669 | | - |
| 670 | | - |
| 671 | if( ((| TRUE | never evaluated | | FALSE | evaluated 49558 times by 1 test |
pOut)->flags&0x1000)!=0| TRUE | never evaluated | | FALSE | evaluated 49558 times by 1 test |
&& sqlite3VdbeMemMakeWriteable(pOut)| TRUE | never evaluated | | FALSE | never evaluated |
){ gotonever executed: goto no_mem; no_mem;never executed: goto no_mem; }; | 0-49558 |
| 672 | ; | - |
| 673 | pIn1++; | - |
| 674 | pOut++; | - |
| 675 | }executed 49558 times by 1 test: end of block while( --| TRUE | evaluated 4763 times by 1 test | | FALSE | evaluated 44795 times by 1 test |
n| TRUE | evaluated 4763 times by 1 test | | FALSE | evaluated 44795 times by 1 test |
); | 4763-49558 |
| 676 | break;executed 44795 times by 1 test: break; | 44795 |
| 677 | } | - |
| 678 | caseexecuted 3768705 times by 32 tests: case 78:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- ...
78:executed 3768705 times by 32 tests: case 78:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- ...
{ | 3768705 |
| 679 | int n; | - |
| 680 | | - |
| 681 | n = pOp->p3; | - |
| 682 | pIn1 = &aMem[pOp->p1]; | - |
| 683 | pOut = &aMem[pOp->p2]; | - |
| 684 | | - |
| 685 | ((void) (0)) | - |
| 686 | ; | - |
| 687 | while( 1 ){ | - |
| 688 | ; | - |
| 689 | sqlite3VdbeMemShallowCopy(pOut, pIn1, 0x1000); | - |
| 690 | if( ((| TRUE | evaluated 3827793 times by 32 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- ...
| | FALSE | evaluated 15403 times by 1 test |
pOut)->flags&0x1000)!=0| TRUE | evaluated 3827793 times by 32 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- ...
| | FALSE | evaluated 15403 times by 1 test |
&& sqlite3VdbeMemMakeWriteable(pOut)| TRUE | never evaluated | | FALSE | evaluated 3827793 times by 32 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- ...
|
){ gotonever executed: goto no_mem; no_mem;never executed: goto no_mem; }; | 0-3827793 |
| 691 | | - |
| 692 | | - |
| 693 | | - |
| 694 | ; | - |
| 695 | if( (| TRUE | evaluated 3768705 times by 32 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- ...
| | FALSE | evaluated 74491 times by 1 test |
n--)==0| TRUE | evaluated 3768705 times by 32 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- ...
| | FALSE | evaluated 74491 times by 1 test |
) break;executed 3768705 times by 32 tests: break;Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- ...
| 74491-3768705 |
| 696 | pOut++; | - |
| 697 | pIn1++; | - |
| 698 | }executed 74491 times by 1 test: end of block | 74491 |
| 699 | break;executed 3768705 times by 32 tests: break;Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- ...
| 3768705 |
| 700 | } | - |
| 701 | caseexecuted 1539627 times by 368 tests: case 79:Executed by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
79:executed 1539627 times by 368 tests: case 79:Executed by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
{ | 1539627 |
| 702 | pIn1 = &aMem[pOp->p1]; | - |
| 703 | pOut = &aMem[pOp->p2]; | - |
| 704 | | - |
| 705 | ((void) (0)) | - |
| 706 | ; | - |
| 707 | sqlite3VdbeMemShallowCopy(pOut, pIn1, 0x1000); | - |
| 708 | | - |
| 709 | | - |
| 710 | | - |
| 711 | | - |
| 712 | break;executed 1539627 times by 368 tests: break;Executed by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| 1539627 |
| 713 | } | - |
| 714 | caseexecuted 1105171 times by 368 tests: case 80:Executed by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
80:executed 1105171 times by 368 tests: case 80:Executed by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
{ | 1105171 |
| 715 | pIn1 = &aMem[pOp->p1]; | - |
| 716 | | - |
| 717 | ((void) (0)) | - |
| 718 | ; | - |
| 719 | pOut = &aMem[pOp->p2]; | - |
| 720 | sqlite3VdbeMemSetInt64(pOut, pIn1->u.i); | - |
| 721 | break;executed 1105171 times by 368 tests: break;Executed by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| 1105171 |
| 722 | } | - |
| 723 | caseexecuted 2694812 times by 434 tests: case 81:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
81:executed 2694812 times by 434 tests: case 81:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
{ | 2694812 |
| 724 | Mem *pMem; | - |
| 725 | int i; | - |
| 726 | | - |
| 727 | ((void) (0)) | - |
| 728 | ; | - |
| 729 | | - |
| 730 | ((void) (0)) | - |
| 731 | ; | - |
| 732 | | - |
| 733 | ((void) (0)) | - |
| 734 | ; | - |
| 735 | | - |
| 736 | | - |
| 737 | | - |
| 738 | | - |
| 739 | if( db->xProgress!=0| TRUE | evaluated 21 times by 1 test | | FALSE | evaluated 2694791 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
| 21-2694791 |
| 740 | && nVmStep>=nProgressLimit| TRUE | evaluated 17 times by 1 test | | FALSE | evaluated 4 times by 1 test |
| 4-17 |
| 741 | && db->xProgress(db->pProgressArg)!=0| TRUE | evaluated 5 times by 1 test | | FALSE | evaluated 12 times by 1 test |
| 5-12 |
| 742 | ){ | - |
| 743 | rc = 9; | - |
| 744 | gotoexecuted 5 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 5 times by 1 test: goto abort_due_to_error; | 5 |
| 745 | } | - |
| 746 | | - |
| 747 | | - |
| 748 | | - |
| 749 | | - |
| 750 | | - |
| 751 | if( 0!=(rc = sqlite3VdbeCheckFk(p, 0))| TRUE | evaluated 32 times by 1 test | | FALSE | evaluated 2694775 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 32-2694775 |
| 752 | | - |
| 753 | ((void) (0)) | - |
| 754 | ; | - |
| 755 | | - |
| 756 | ((void) (0)) | - |
| 757 | ; | - |
| 758 | gotoexecuted 32 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 32 times by 1 test: goto abort_due_to_error; | 32 |
| 759 | } | - |
| 760 | | - |
| 761 | ((void) (0)) | - |
| 762 | ; | - |
| 763 | rc = sqlite3VdbeCloseStatement(p, 1); | - |
| 764 | | - |
| 765 | ((void) (0)) | - |
| 766 | ; | - |
| 767 | | - |
| 768 | | - |
| 769 | p->cacheCtr = (p->cacheCtr + 2)|1; | - |
| 770 | | - |
| 771 | | - |
| 772 | | - |
| 773 | | - |
| 774 | | - |
| 775 | pMem = p->pResultSet = &aMem[pOp->p1]; | - |
| 776 | for(i=0; i<pOp->p2| TRUE | evaluated 6568060 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 2694775 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
; i++){ | 2694775-6568060 |
| 777 | | - |
| 778 | ((void) (0)) | - |
| 779 | ; | - |
| 780 | if( ((| TRUE | evaluated 2131 times by 1 test | | FALSE | evaluated 6565929 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
&pMem[i])->flags&0x1000)!=0| TRUE | evaluated 2131 times by 1 test | | FALSE | evaluated 6565929 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
&& sqlite3VdbeMemMakeWriteable(&pMem[i])| TRUE | never evaluated | | FALSE | evaluated 2131 times by 1 test |
){ gotonever executed: goto no_mem; no_mem;never executed: goto no_mem; }; | 0-6565929 |
| 781 | | - |
| 782 | ((void) (0)) | - |
| 783 | | - |
| 784 | ; | - |
| 785 | sqlite3VdbeMemNulTerminate(&pMem[i]); | - |
| 786 | ; | - |
| 787 | }executed 6568060 times by 434 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 6568060 |
| 788 | if( db->mallocFailed| TRUE | never evaluated | | FALSE | evaluated 2694775 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
) gotonever executed: goto no_mem; no_mem;never executed: goto no_mem; | 0-2694775 |
| 789 | | - |
| 790 | if( db->mTrace & 0x04| TRUE | evaluated 64 times by 1 test | | FALSE | evaluated 2694711 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 64-2694711 |
| 791 | db->xTrace(0x04, db->pTraceArg, p, 0); | - |
| 792 | }executed 64 times by 1 test: end of block | 64 |
| 793 | | - |
| 794 | | - |
| 795 | | - |
| 796 | p->pc = (int)(pOp - aOp) + 1; | - |
| 797 | rc = 100; | - |
| 798 | gotoexecuted 2694775 times by 434 tests: goto vdbe_return;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
vdbe_return;executed 2694775 times by 434 tests: goto vdbe_return;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 2694775 |
| 799 | } | - |
| 800 | caseexecuted 346937 times by 3 tests: case 101:Executed by:- Self test (101)
- Self test (34)
- Self test (438)
101:executed 346937 times by 3 tests: case 101:Executed by:- Self test (101)
- Self test (34)
- Self test (438)
{ | 346937 |
| 801 | i64 nByte; | - |
| 802 | | - |
| 803 | pIn1 = &aMem[pOp->p1]; | - |
| 804 | pIn2 = &aMem[pOp->p2]; | - |
| 805 | pOut = &aMem[pOp->p3]; | - |
| 806 | | - |
| 807 | ((void) (0)) | - |
| 808 | ; | - |
| 809 | if( (| TRUE | evaluated 154 times by 1 test | | FALSE | evaluated 346783 times by 3 testsEvaluated by:- Self test (101)
- Self test (34)
- Self test (438)
|
pIn1->flags | pIn2->flags) & 0x0001| TRUE | evaluated 154 times by 1 test | | FALSE | evaluated 346783 times by 3 testsEvaluated by:- Self test (101)
- Self test (34)
- Self test (438)
|
){ | 154-346783 |
| 810 | sqlite3VdbeMemSetNull(pOut); | - |
| 811 | break;executed 154 times by 1 test: break; | 154 |
| 812 | } | - |
| 813 | if( (((| TRUE | never evaluated | | FALSE | evaluated 346783 times by 3 testsEvaluated by:- Self test (101)
- Self test (34)
- Self test (438)
|
pIn1)->flags&0x4000)?sqlite3VdbeMemExpandBlob(pIn1):0)| TRUE | never evaluated | | FALSE | evaluated 346783 times by 3 testsEvaluated by:- Self test (101)
- Self test (34)
- Self test (438)
|
|| (((| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 346782 times by 3 testsEvaluated by:- Self test (101)
- Self test (34)
- Self test (438)
|
| TRUE | never evaluated | | FALSE | evaluated 346783 times by 3 testsEvaluated by:- Self test (101)
- Self test (34)
- Self test (438)
|
pIn2)->flags&0x4000)| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 346782 times by 3 testsEvaluated by:- Self test (101)
- Self test (34)
- Self test (438)
|
?sqlite3VdbeMemExpandBlob(pIn2):0)| TRUE | never evaluated | | FALSE | evaluated 346783 times by 3 testsEvaluated by:- Self test (101)
- Self test (34)
- Self test (438)
|
) gotonever executed: goto no_mem; no_mem;never executed: goto no_mem; | 0-346783 |
| 814 | if(((| TRUE | evaluated 40300 times by 1 test | | FALSE | evaluated 306483 times by 3 testsEvaluated by:- Self test (101)
- Self test (34)
- Self test (438)
|
pIn1)->flags&(0x0002|0x0010))==0| TRUE | evaluated 40300 times by 1 test | | FALSE | evaluated 306483 times by 3 testsEvaluated by:- Self test (101)
- Self test (34)
- Self test (438)
|
&& sqlite3VdbeMemStringify(pIn1,encoding,0)| TRUE | never evaluated | | FALSE | evaluated 40300 times by 1 test |
) { gotonever executed: goto no_mem; no_mem;never executed: goto no_mem; }; | 0-306483 |
| 815 | if(((| TRUE | evaluated 28628 times by 1 test | | FALSE | evaluated 318155 times by 3 testsEvaluated by:- Self test (101)
- Self test (34)
- Self test (438)
|
pIn2)->flags&(0x0002|0x0010))==0| TRUE | evaluated 28628 times by 1 test | | FALSE | evaluated 318155 times by 3 testsEvaluated by:- Self test (101)
- Self test (34)
- Self test (438)
|
&& sqlite3VdbeMemStringify(pIn2,encoding,0)| TRUE | never evaluated | | FALSE | evaluated 28628 times by 1 test |
) { gotonever executed: goto no_mem; no_mem;never executed: goto no_mem; }; | 0-318155 |
| 816 | nByte = pIn1->n + pIn2->n; | - |
| 817 | if( nByte>db->aLimit[0]| TRUE | never evaluated | | FALSE | evaluated 346783 times by 3 testsEvaluated by:- Self test (101)
- Self test (34)
- Self test (438)
|
){ | 0-346783 |
| 818 | goto never executed: goto too_big; too_big;never executed: goto too_big; | 0 |
| 819 | } | - |
| 820 | if( sqlite3VdbeMemGrow(pOut, (int)nByte+2, pOut==pIn2)| TRUE | never evaluated | | FALSE | evaluated 346783 times by 3 testsEvaluated by:- Self test (101)
- Self test (34)
- Self test (438)
|
){ | 0-346783 |
| 821 | goto never executed: goto no_mem; no_mem;never executed: goto no_mem; | 0 |
| 822 | } | - |
| 823 | ((pOut)->flags = ((pOut)->flags&~(0xc1ff|0x4000))|0x0002); | - |
| 824 | if( pOut!=pIn2| TRUE | evaluated 346160 times by 3 testsEvaluated by:- Self test (101)
- Self test (34)
- Self test (438)
| | FALSE | evaluated 623 times by 1 test |
){ | 623-346160 |
| 825 | memcpy(pOut->z, pIn2->z, pIn2->n); | - |
| 826 | }executed 346160 times by 3 tests: end of blockExecuted by:- Self test (101)
- Self test (34)
- Self test (438)
| 346160 |
| 827 | memcpy(&pOut->z[pIn2->n], pIn1->z, pIn1->n); | - |
| 828 | pOut->z[nByte]=0; | - |
| 829 | pOut->z[nByte+1] = 0; | - |
| 830 | pOut->flags |= 0x0200; | - |
| 831 | pOut->n = (int)nByte; | - |
| 832 | pOut->enc = encoding; | - |
| 833 | updateMaxBlobsize(pOut); | - |
| 834 | break;executed 346783 times by 3 tests: break;Executed by:- Self test (101)
- Self test (34)
- Self test (438)
| 346783 |
| 835 | } | - |
| 836 | caseexecuted 2659336 times by 1 test: case 96: 96:executed 2659336 times by 1 test: case 96: | 2659336 |
| 837 | caseexecuted 1381546 times by 1 test: case 97: 97:executed 1381546 times by 1 test: case 97: | 1381546 |
| 838 | caseexecuted 1418517 times by 1 test: case 98: 98:executed 1418517 times by 1 test: case 98: | 1418517 |
| 839 | caseexecuted 873762 times by 1 test: case 99: 99:executed 873762 times by 1 test: case 99: | 873762 |
| 840 | caseexecuted 1542476 times by 335 tests: case 100:Executed by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
100:executed 1542476 times by 335 tests: case 100:Executed by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
{ | 1542476 |
| 841 | char bIntint; | - |
| 842 | u16 flags; | - |
| 843 | u16 type1; | - |
| 844 | u16 type2; | - |
| 845 | i64 iA; | - |
| 846 | i64 iB; | - |
| 847 | double rA; | - |
| 848 | double rB; | - |
| 849 | | - |
| 850 | pIn1 = &aMem[pOp->p1]; | - |
| 851 | type1 = numericType(pIn1); | - |
| 852 | pIn2 = &aMem[pOp->p2]; | - |
| 853 | type2 = numericType(pIn2); | - |
| 854 | pOut = &aMem[pOp->p3]; | - |
| 855 | flags = pIn1->flags | pIn2->flags; | - |
| 856 | if( (| TRUE | evaluated 7720532 times by 335 testsEvaluated by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
| | FALSE | evaluated 155105 times by 1 test |
type1 & type2 & 0x0004)!=0| TRUE | evaluated 7720532 times by 335 testsEvaluated by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
| | FALSE | evaluated 155105 times by 1 test |
){ | 155105-7720532 |
| 857 | iA = pIn1->u.i; | - |
| 858 | iB = pIn2->u.i; | - |
| 859 | bIntint = 1; | - |
| 860 | switch( pOp->opcode ){ | - |
| 861 | caseexecuted 2608589 times by 1 test: case 96: 96:executed 2608589 times by 1 test: case 96: if( sqlite3AddInt64(&iB,iA)| TRUE | evaluated 17 times by 1 test | | FALSE | evaluated 2608572 times by 1 test |
) gotoexecuted 17 times by 1 test: goto fp_math; fp_math;executed 17 times by 1 test: goto fp_math; break;executed 2608572 times by 1 test: break; | 17-2608589 |
| 862 | caseexecuted 1367032 times by 1 test: case 97: 97:executed 1367032 times by 1 test: case 97: if( sqlite3SubInt64(&iB,iA)| TRUE | evaluated 15 times by 1 test | | FALSE | evaluated 1367017 times by 1 test |
) gotoexecuted 15 times by 1 test: goto fp_math; fp_math;executed 15 times by 1 test: goto fp_math; break;executed 1367017 times by 1 test: break; | 15-1367032 |
| 863 | caseexecuted 1329164 times by 1 test: case 98: 98:executed 1329164 times by 1 test: case 98: if( sqlite3MulInt64(&iB,iA)| TRUE | evaluated 2206 times by 1 test | | FALSE | evaluated 1326958 times by 1 test |
) gotoexecuted 2206 times by 1 test: goto fp_math; fp_math;executed 2206 times by 1 test: goto fp_math; break;executed 1326958 times by 1 test: break; | 2206-1329164 |
| 864 | caseexecuted 873532 times by 1 test: case 99: 99:executed 873532 times by 1 test: case 99: { | 873532 |
| 865 | if( iA==0| TRUE | evaluated 764 times by 1 test | | FALSE | evaluated 872768 times by 1 test |
) gotoexecuted 764 times by 1 test: goto arithmetic_result_is_null; arithmetic_result_is_null;executed 764 times by 1 test: goto arithmetic_result_is_null; | 764-872768 |
| 866 | if( iA==-1| TRUE | evaluated 87 times by 1 test | | FALSE | evaluated 872681 times by 1 test |
&& iB==(((i64)-1) - (0xffffffff|(((i64)0x7fffffff)<<32)))| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 86 times by 1 test |
) gotoexecuted 1 time by 1 test: goto fp_math; fp_math;executed 1 time by 1 test: goto fp_math; | 1-872681 |
| 867 | iB /= iA; | - |
| 868 | break;executed 872767 times by 1 test: break; | 872767 |
| 869 | } | - |
| 870 | defaultexecuted 1542215 times by 335 tests: default:Executed by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
:executed 1542215 times by 335 tests: default:Executed by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
{ | 1542215 |
| 871 | if( iA==0| TRUE | evaluated 762 times by 1 test | | FALSE | evaluated 1541453 times by 335 testsEvaluated by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
|
) gotoexecuted 762 times by 1 test: goto arithmetic_result_is_null; arithmetic_result_is_null;executed 762 times by 1 test: goto arithmetic_result_is_null; | 762-1541453 |
| 872 | if( iA==-1| TRUE | evaluated 84 times by 1 test | | FALSE | evaluated 1541369 times by 335 testsEvaluated by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
|
) iA = 1;executed 84 times by 1 test: iA = 1; | 84-1541369 |
| 873 | iB %= iA; | - |
| 874 | break;executed 1541453 times by 335 tests: break;Executed by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
| 1541453 |
| 875 | } | - |
| 876 | } | - |
| 877 | pOut->u.i = iB; | - |
| 878 | ((pOut)->flags = ((pOut)->flags&~(0xc1ff|0x4000))|0x0004); | - |
| 879 | }executed 7716767 times by 335 tests: end of blockExecuted by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
else if( (| TRUE | evaluated 496 times by 1 test | | FALSE | evaluated 154609 times by 1 test |
flags & 0x0001)!=0| TRUE | evaluated 496 times by 1 test | | FALSE | evaluated 154609 times by 1 test |
){ | 496-7716767 |
| 880 | gotoexecuted 496 times by 1 test: goto arithmetic_result_is_null; arithmetic_result_is_null;executed 496 times by 1 test: goto arithmetic_result_is_null; | 496 |
| 881 | }else{ | - |
| 882 | bIntint = 0; | - |
| 883 | fp_math:code before this statement executed 154609 times by 1 test: fp_math: | 154609 |
| 884 | rA = sqlite3VdbeRealValue(pIn1); | - |
| 885 | rB = sqlite3VdbeRealValue(pIn2); | - |
| 886 | switch( pOp->opcode ){ | - |
| 887 | caseexecuted 50542 times by 1 test: case 96: 96:executed 50542 times by 1 test: case 96: rB += rA; break;executed 50542 times by 1 test: break; | 50542 |
| 888 | caseexecuted 14442 times by 1 test: case 97: 97:executed 14442 times by 1 test: case 97: rB -= rA; break;executed 14442 times by 1 test: break; | 14442 |
| 889 | caseexecuted 91483 times by 1 test: case 98: 98:executed 91483 times by 1 test: case 98: rB *= rA; break;executed 91483 times by 1 test: break; | 91483 |
| 890 | caseexecuted 173 times by 1 test: case 99: 99:executed 173 times by 1 test: case 99: { | 173 |
| 891 | | - |
| 892 | if( rA==(double)0| TRUE | evaluated 94 times by 1 test | | FALSE | evaluated 79 times by 1 test |
) gotoexecuted 94 times by 1 test: goto arithmetic_result_is_null; arithmetic_result_is_null;executed 94 times by 1 test: goto arithmetic_result_is_null; | 79-94 |
| 893 | rB /= rA; | - |
| 894 | break;executed 79 times by 1 test: break; | 79 |
| 895 | } | - |
| 896 | defaultexecuted 208 times by 1 test: default: :executed 208 times by 1 test: default: { | 208 |
| 897 | iA = (i64)rA; | - |
| 898 | iB = (i64)rB; | - |
| 899 | if( iA==0| TRUE | evaluated 94 times by 1 test | | FALSE | evaluated 114 times by 1 test |
) gotoexecuted 94 times by 1 test: goto arithmetic_result_is_null; arithmetic_result_is_null;executed 94 times by 1 test: goto arithmetic_result_is_null; | 94-114 |
| 900 | if( iA==-1| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 112 times by 1 test |
) iA = 1;executed 2 times by 1 test: iA = 1; | 2-112 |
| 901 | rB = (double)(iB % iA); | - |
| 902 | break;executed 114 times by 1 test: break; | 114 |
| 903 | } | - |
| 904 | } | - |
| 905 | | - |
| 906 | | - |
| 907 | | - |
| 908 | | - |
| 909 | if( sqlite3IsNaN(rB)| TRUE | evaluated 6 times by 1 test | | FALSE | evaluated 156654 times by 1 test |
){ | 6-156654 |
| 910 | gotoexecuted 6 times by 1 test: goto arithmetic_result_is_null; arithmetic_result_is_null;executed 6 times by 1 test: goto arithmetic_result_is_null; | 6 |
| 911 | } | - |
| 912 | pOut->u.r = rB; | - |
| 913 | ((pOut)->flags = ((pOut)->flags&~(0xc1ff|0x4000))|0x0008); | - |
| 914 | if( ((| TRUE | evaluated 2584 times by 1 test | | FALSE | evaluated 154070 times by 1 test |
type1|type2)&0x0008)==0| TRUE | evaluated 2584 times by 1 test | | FALSE | evaluated 154070 times by 1 test |
&& !bIntint| TRUE | evaluated 345 times by 1 test | | FALSE | evaluated 2239 times by 1 test |
){ | 345-154070 |
| 915 | sqlite3VdbeIntegerAffinity(pOut); | - |
| 916 | }executed 345 times by 1 test: end of block | 345 |
| 917 | | - |
| 918 | }executed 156654 times by 1 test: end of block | 156654 |
| 919 | break;executed 7873421 times by 335 tests: break;Executed by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
| 7873421 |
| 920 | | - |
| 921 | arithmetic_result_is_null: | - |
| 922 | sqlite3VdbeMemSetNull(pOut); | - |
| 923 | break;executed 2216 times by 1 test: break; | 2216 |
| 924 | } | - |
| 925 | caseexecuted 482633 times by 1 test: case 82: 82:executed 482633 times by 1 test: case 82: { | 482633 |
| 926 | | - |
| 927 | ((void) (0)) | - |
| 928 | ; | - |
| 929 | if( pOp->p1| TRUE | evaluated 102860 times by 1 test | | FALSE | evaluated 379773 times by 1 test |
){ | 102860-379773 |
| 930 | sqlite3VdbeMemSetInt64(&aMem[pOp->p1], 0); | - |
| 931 | }executed 102860 times by 1 test: end of block | 102860 |
| 932 | break;executed 482633 times by 1 test: break; | 482633 |
| 933 | } | - |
| 934 | caseexecuted 7926 times by 1 test: case 92: 92:executed 7926 times by 1 test: case 92: | 7926 |
| 935 | caseexecuted 4849 times by 1 test: case 93: 93:executed 4849 times by 1 test: case 93: | 4849 |
| 936 | caseexecuted 2828 times by 1 test: case 94: 94:executed 2828 times by 1 test: case 94: | 2828 |
| 937 | caseexecuted 2811 times by 1 test: case 95: 95:executed 2811 times by 1 test: case 95: { | 2811 |
| 938 | i64 iA; | - |
| 939 | u64 uA; | - |
| 940 | i64 iB; | - |
| 941 | u8 op; | - |
| 942 | | - |
| 943 | pIn1 = &aMem[pOp->p1]; | - |
| 944 | pIn2 = &aMem[pOp->p2]; | - |
| 945 | pOut = &aMem[pOp->p3]; | - |
| 946 | if( (| TRUE | evaluated 326 times by 1 test | | FALSE | evaluated 18088 times by 1 test |
pIn1->flags | pIn2->flags) & 0x0001| TRUE | evaluated 326 times by 1 test | | FALSE | evaluated 18088 times by 1 test |
){ | 326-18088 |
| 947 | sqlite3VdbeMemSetNull(pOut); | - |
| 948 | break;executed 326 times by 1 test: break; | 326 |
| 949 | } | - |
| 950 | iA = sqlite3VdbeIntValue(pIn2); | - |
| 951 | iB = sqlite3VdbeIntValue(pIn1); | - |
| 952 | op = pOp->opcode; | - |
| 953 | if( op==92| TRUE | evaluated 7786 times by 1 test | | FALSE | evaluated 10302 times by 1 test |
){ | 7786-10302 |
| 954 | iA &= iB; | - |
| 955 | }executed 7786 times by 1 test: end of block else if( op==93| TRUE | evaluated 4787 times by 1 test | | FALSE | evaluated 5515 times by 1 test |
){ | 4787-7786 |
| 956 | iA |= iB; | - |
| 957 | }executed 4787 times by 1 test: end of block else if( iB!=0| TRUE | evaluated 3793 times by 1 test | | FALSE | evaluated 1722 times by 1 test |
){ | 1722-4787 |
| 958 | | - |
| 959 | ((void) (0)) | - |
| 960 | ; | - |
| 961 | | - |
| 962 | | - |
| 963 | if( iB<0| TRUE | evaluated 233 times by 1 test | | FALSE | evaluated 3560 times by 1 test |
){ | 233-3560 |
| 964 | | - |
| 965 | ((void) (0)) | - |
| 966 | ; | - |
| 967 | op = 2*94 + 1 - op; | - |
| 968 | iB = iB>(-64)| TRUE | evaluated 184 times by 1 test | | FALSE | evaluated 49 times by 1 test |
? -iB : 64; | 49-184 |
| 969 | }executed 233 times by 1 test: end of block | 233 |
| 970 | | - |
| 971 | if( iB>=64| TRUE | evaluated 273 times by 1 test | | FALSE | evaluated 3520 times by 1 test |
){ | 273-3520 |
| 972 | iA = (iA>=0| TRUE | evaluated 252 times by 1 test | | FALSE | evaluated 21 times by 1 test |
|| op==94| TRUE | evaluated 10 times by 1 test | | FALSE | evaluated 11 times by 1 test |
) ? 0 : -1; | 10-252 |
| 973 | }executed 273 times by 1 test: end of block else{ | 273 |
| 974 | memcpy(&uA, &iA, sizeof(uA)); | - |
| 975 | if( op==94| TRUE | evaluated 1770 times by 1 test | | FALSE | evaluated 1750 times by 1 test |
){ | 1750-1770 |
| 976 | uA <<= iB; | - |
| 977 | }executed 1770 times by 1 test: end of block else{ | 1770 |
| 978 | uA >>= iB; | - |
| 979 | | - |
| 980 | if( iA<0| TRUE | evaluated 38 times by 1 test | | FALSE | evaluated 1712 times by 1 test |
) uA |= ((((u64)0xffffffff)<<32)|0xffffffff) << (64-iB);executed 38 times by 1 test: uA |= ((((u64)0xffffffff)<<32)|0xffffffff) << (64-iB); | 38-1712 |
| 981 | }executed 1750 times by 1 test: end of block | 1750 |
| 982 | memcpy(&iA, &uA, sizeof(iA)); | - |
| 983 | }executed 3520 times by 1 test: end of block | 3520 |
| 984 | } | - |
| 985 | pOut->u.i = iA; | - |
| 986 | ((pOut)->flags = ((pOut)->flags&~(0xc1ff|0x4000))|0x0004); | - |
| 987 | break;executed 18088 times by 1 test: break; | 18088 |
| 988 | } | - |
| 989 | caseexecuted 2718460 times by 12 tests: case 83:Executed by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
83:executed 2718460 times by 12 tests: case 83:Executed by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
{ | 2718460 |
| 990 | pIn1 = &aMem[pOp->p1]; | - |
| 991 | ; | - |
| 992 | sqlite3VdbeMemIntegerify(pIn1); | - |
| 993 | pIn1->u.i += pOp->p2; | - |
| 994 | break;executed 2718460 times by 12 tests: break;Executed by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
| 2718460 |
| 995 | } | - |
| 996 | caseexecuted 340000 times by 1 test: case 15: 15:executed 340000 times by 1 test: case 15: { | 340000 |
| 997 | pIn1 = &aMem[pOp->p1]; | - |
| 998 | if( (| TRUE | evaluated 98 times by 1 test | | FALSE | evaluated 339902 times by 1 test |
pIn1->flags & 0x0004)==0| TRUE | evaluated 98 times by 1 test | | FALSE | evaluated 339902 times by 1 test |
){ | 98-339902 |
| 999 | applyAffinity(pIn1, 'C', encoding); | - |
| 1000 | ; | - |
| 1001 | if( (| TRUE | evaluated 48 times by 1 test | | FALSE | evaluated 50 times by 1 test |
pIn1->flags & 0x0004)==0| TRUE | evaluated 48 times by 1 test | | FALSE | evaluated 50 times by 1 test |
){ | 48-50 |
| 1002 | if( pOp->p2==0| TRUE | evaluated 33 times by 1 test | | FALSE | evaluated 15 times by 1 test |
){ | 15-33 |
| 1003 | rc = 20; | - |
| 1004 | gotoexecuted 33 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 33 times by 1 test: goto abort_due_to_error; | 33 |
| 1005 | }else{ | - |
| 1006 | gotoexecuted 15 times by 1 test: goto jump_to_p2; jump_to_p2;executed 15 times by 1 test: goto jump_to_p2; | 15 |
| 1007 | } | - |
| 1008 | } | - |
| 1009 | }executed 50 times by 1 test: end of block | 50 |
| 1010 | ((pIn1)->flags = ((pIn1)->flags&~(0xc1ff|0x4000))|0x0004); | - |
| 1011 | break;executed 339952 times by 1 test: break; | 339952 |
| 1012 | } | - |
| 1013 | caseexecuted 1214168 times by 1 test: case 84: 84:executed 1214168 times by 1 test: case 84: { | 1214168 |
| 1014 | pIn1 = &aMem[pOp->p1]; | - |
| 1015 | if( pIn1->flags & 0x0004| TRUE | evaluated 240045 times by 1 test | | FALSE | evaluated 974123 times by 1 test |
){ | 240045-974123 |
| 1016 | sqlite3VdbeMemRealify(pIn1); | - |
| 1017 | }executed 240045 times by 1 test: end of block | 240045 |
| 1018 | break;executed 1214168 times by 1 test: break; | 1214168 |
| 1019 | } | - |
| 1020 | caseexecuted 196168 times by 1 test: case 85: 85:executed 196168 times by 1 test: case 85: { | 196168 |
| 1021 | | - |
| 1022 | ((void) (0)) | - |
| 1023 | ; | - |
| 1024 | ; | - |
| 1025 | ; | - |
| 1026 | ; | - |
| 1027 | ; | - |
| 1028 | ; | - |
| 1029 | pIn1 = &aMem[pOp->p1]; | - |
| 1030 | ; | - |
| 1031 | rc = (((| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 196164 times by 1 test |
pIn1)->flags&0x4000)| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 196164 times by 1 test |
?sqlite3VdbeMemExpandBlob(pIn1):0); | 4-196164 |
| 1032 | sqlite3VdbeMemCast(pIn1, pOp->p2, encoding); | - |
| 1033 | updateMaxBlobsize(pIn1); | - |
| 1034 | if( rc| TRUE | never evaluated | | FALSE | evaluated 196168 times by 1 test |
) gotonever executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0-196168 |
| 1035 | break;executed 196168 times by 1 test: break; | 196168 |
| 1036 | } | - |
| 1037 | caseexecuted 952351 times by 39 tests: case 53:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (43)
- Self test (438)
- Self test (45)
- Self test (47)
- Self test (48)
- Self test (53)
- Self test (57)
- Self test (58)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- ...
53:executed 952351 times by 39 tests: case 53:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (43)
- Self test (438)
- Self test (45)
- Self test (47)
- Self test (48)
- Self test (53)
- Self test (57)
- Self test (58)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- ...
| 952351 |
| 1038 | caseexecuted 6113772 times by 365 tests: case 52:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
52:executed 6113772 times by 365 tests: case 52:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| 6113772 |
| 1039 | caseexecuted 505314 times by 1 test: case 56: 56:executed 505314 times by 1 test: case 56: | 505314 |
| 1040 | caseexecuted 288505 times by 3 tests: case 55:Executed by:- Self test (34)
- Self test (40)
- Self test (438)
55:executed 288505 times by 3 tests: case 55:Executed by:- Self test (34)
- Self test (40)
- Self test (438)
| 288505 |
| 1041 | caseexecuted 486663 times by 1 test: case 54: 54:executed 486663 times by 1 test: case 54: | 486663 |
| 1042 | caseexecuted 972137 times by 1 test: case 57: 57:executed 972137 times by 1 test: case 57: { | 972137 |
| 1043 | int res, res2; | - |
| 1044 | char affinity; | - |
| 1045 | u16 flags1; | - |
| 1046 | u16 flags3; | - |
| 1047 | | - |
| 1048 | pIn1 = &aMem[pOp->p1]; | - |
| 1049 | pIn3 = &aMem[pOp->p3]; | - |
| 1050 | flags1 = pIn1->flags; | - |
| 1051 | flags3 = pIn3->flags; | - |
| 1052 | if( (| TRUE | evaluated 86983 times by 1 test | | FALSE | evaluated 9231759 times by 377 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
|
flags1 | flags3)&0x0001| TRUE | evaluated 86983 times by 1 test | | FALSE | evaluated 9231759 times by 377 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
|
){ | 86983-9231759 |
| 1053 | | - |
| 1054 | if( pOp->p5 & 0x80| TRUE | evaluated 2753 times by 1 test | | FALSE | evaluated 84230 times by 1 test |
){ | 2753-84230 |
| 1055 | | - |
| 1056 | | - |
| 1057 | | - |
| 1058 | | - |
| 1059 | | - |
| 1060 | ((void) (0)) | - |
| 1061 | ; | - |
| 1062 | | - |
| 1063 | ((void) (0)) | - |
| 1064 | ; | - |
| 1065 | | - |
| 1066 | ((void) (0)) | - |
| 1067 | ; | - |
| 1068 | if( (| TRUE | evaluated 2153 times by 1 test | | FALSE | evaluated 600 times by 1 test |
flags1&flags3&0x0001)!=0| TRUE | evaluated 2153 times by 1 test | | FALSE | evaluated 600 times by 1 test |
| 600-2153 |
| 1069 | && (| TRUE | evaluated 2152 times by 1 test | | FALSE | evaluated 1 time by 1 test |
flags3&0x0100)==0| TRUE | evaluated 2152 times by 1 test | | FALSE | evaluated 1 time by 1 test |
| 1-2152 |
| 1070 | ){ | - |
| 1071 | res = 0; | - |
| 1072 | }executed 2152 times by 1 test: end of block else{ | 2152 |
| 1073 | res = 1; | - |
| 1074 | }executed 601 times by 1 test: end of block | 601 |
| 1075 | }else{ | - |
| 1076 | | - |
| 1077 | | - |
| 1078 | | - |
| 1079 | | - |
| 1080 | if( pOp->p5 & 0x20| TRUE | evaluated 1810 times by 1 test | | FALSE | evaluated 82420 times by 1 test |
){ | 1810-82420 |
| 1081 | pOut = &aMem[pOp->p2]; | - |
| 1082 | iCompare = 1; | - |
| 1083 | ; | - |
| 1084 | ((pOut)->flags = ((pOut)->flags&~(0xc1ff|0x4000))|0x0001); | - |
| 1085 | ; | - |
| 1086 | }executed 1810 times by 1 test: end of block else{ | 1810 |
| 1087 | ; | - |
| 1088 | if( pOp->p5 & 0x10| TRUE | evaluated 41866 times by 1 test | | FALSE | evaluated 40554 times by 1 test |
){ | 40554-41866 |
| 1089 | gotoexecuted 41866 times by 1 test: goto jump_to_p2; jump_to_p2;executed 41866 times by 1 test: goto jump_to_p2; | 41866 |
| 1090 | } | - |
| 1091 | }executed 40554 times by 1 test: end of block | 40554 |
| 1092 | break;executed 42364 times by 1 test: break; | 42364 |
| 1093 | } | - |
| 1094 | }else{ | - |
| 1095 | | - |
| 1096 | affinity = pOp->p5 & 0x47; | - |
| 1097 | if( affinity>='C'| TRUE | evaluated 1095819 times by 2 testsEvaluated by:- Self test (34)
- Self test (438)
| | FALSE | evaluated 8135940 times by 377 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
|
){ | 1095819-8135940 |
| 1098 | if( (| TRUE | evaluated 455609 times by 1 test | | FALSE | evaluated 640210 times by 2 testsEvaluated by:- Self test (34)
- Self test (438)
|
flags1 | flags3)&0x0002| TRUE | evaluated 455609 times by 1 test | | FALSE | evaluated 640210 times by 2 testsEvaluated by:- Self test (34)
- Self test (438)
|
){ | 455609-640210 |
| 1099 | if( (| TRUE | evaluated 345807 times by 1 test | | FALSE | evaluated 109802 times by 1 test |
flags1 & (0x0004|0x0008|0x0002))==0x0002| TRUE | evaluated 345807 times by 1 test | | FALSE | evaluated 109802 times by 1 test |
){ | 109802-345807 |
| 1100 | applyNumericAffinity(pIn1,0); | - |
| 1101 | | - |
| 1102 | ((void) (0)) | - |
| 1103 | ; | - |
| 1104 | | - |
| 1105 | | - |
| 1106 | | - |
| 1107 | | - |
| 1108 | | - |
| 1109 | flags3 = pIn3->flags; | - |
| 1110 | }executed 345807 times by 1 test: end of block | 345807 |
| 1111 | if( (| TRUE | evaluated 353904 times by 1 test | | FALSE | evaluated 101705 times by 1 test |
flags3 & (0x0004|0x0008|0x0002))==0x0002| TRUE | evaluated 353904 times by 1 test | | FALSE | evaluated 101705 times by 1 test |
){ | 101705-353904 |
| 1112 | applyNumericAffinity(pIn3,0); | - |
| 1113 | }executed 353904 times by 1 test: end of block | 353904 |
| 1114 | }executed 455609 times by 1 test: end of block | 455609 |
| 1115 | | - |
| 1116 | | - |
| 1117 | if( (| TRUE | evaluated 547331 times by 2 testsEvaluated by:- Self test (34)
- Self test (438)
| | FALSE | evaluated 548488 times by 1 test |
pIn1->flags & pIn3->flags & 0x0004)!=0| TRUE | evaluated 547331 times by 2 testsEvaluated by:- Self test (34)
- Self test (438)
| | FALSE | evaluated 548488 times by 1 test |
){ | 547331-548488 |
| 1118 | if( pIn3->u.i > pIn1->u.i| TRUE | evaluated 239884 times by 2 testsEvaluated by:- Self test (34)
- Self test (438)
| | FALSE | evaluated 307447 times by 1 test |
){ res = +1; gotoexecuted 239884 times by 2 tests: goto compare_op;Executed by:- Self test (34)
- Self test (438)
compare_op;executed 239884 times by 2 tests: goto compare_op;Executed by:- Self test (34)
- Self test (438)
} | 239884-307447 |
| 1119 | if( pIn3->u.i < pIn1->u.i| TRUE | evaluated 273664 times by 1 test | | FALSE | evaluated 33783 times by 1 test |
){ res = -1; gotoexecuted 273664 times by 1 test: goto compare_op; compare_op;executed 273664 times by 1 test: goto compare_op; } | 33783-273664 |
| 1120 | res = 0; | - |
| 1121 | gotoexecuted 33783 times by 1 test: goto compare_op; compare_op;executed 33783 times by 1 test: goto compare_op; | 33783 |
| 1122 | } | - |
| 1123 | }executed 548488 times by 1 test: end of block else if( affinity=='B'| TRUE | evaluated 4614778 times by 31 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
| | FALSE | evaluated 3521162 times by 348 testsEvaluated by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
|
){ | 548488-4614778 |
| 1124 | if( (| TRUE | evaluated 25444 times by 1 test | | FALSE | evaluated 4589334 times by 31 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
|
flags1 & 0x0002)==0| TRUE | evaluated 25444 times by 1 test | | FALSE | evaluated 4589334 times by 31 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
|
&& (| TRUE | evaluated 25440 times by 1 test | | FALSE | evaluated 4 times by 1 test |
flags1 & (0x0004|0x0008))!=0| TRUE | evaluated 25440 times by 1 test | | FALSE | evaluated 4 times by 1 test |
){ | 4-4589334 |
| 1125 | ; | - |
| 1126 | ; | - |
| 1127 | sqlite3VdbeMemStringify(pIn1, encoding, 1); | - |
| 1128 | ; | - |
| 1129 | flags1 = (pIn1->flags & ~0xc1ff) | (flags1 & 0xc1ff); | - |
| 1130 | | - |
| 1131 | ((void) (0)) | - |
| 1132 | ; | - |
| 1133 | }executed 25440 times by 1 test: end of block | 25440 |
| 1134 | if( (| TRUE | evaluated 58 times by 1 test | | FALSE | evaluated 4614720 times by 31 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
|
flags3 & 0x0002)==0| TRUE | evaluated 58 times by 1 test | | FALSE | evaluated 4614720 times by 31 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
|
&& (| TRUE | evaluated 56 times by 1 test | | FALSE | evaluated 2 times by 1 test |
flags3 & (0x0004|0x0008))!=0| TRUE | evaluated 56 times by 1 test | | FALSE | evaluated 2 times by 1 test |
){ | 2-4614720 |
| 1135 | ; | - |
| 1136 | ; | - |
| 1137 | sqlite3VdbeMemStringify(pIn3, encoding, 1); | - |
| 1138 | ; | - |
| 1139 | flags3 = (pIn3->flags & ~0xc1ff) | (flags3 & 0xc1ff); | - |
| 1140 | }executed 56 times by 1 test: end of block | 56 |
| 1141 | }executed 4614778 times by 31 tests: end of blockExecuted by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
| 4614778 |
| 1142 | | - |
| 1143 | ((void) (0)) | - |
| 1144 | ; | - |
| 1145 | res = sqlite3MemCompare(pIn3, pIn1, pOp->p4.pColl); | - |
| 1146 | }executed 8684428 times by 377 tests: end of blockExecuted by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| 8684428 |
| 1147 | compare_op:code before this statement executed 8687181 times by 377 tests: compare_op:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| 8687181 |
| 1148 | | - |
| 1149 | | - |
| 1150 | | - |
| 1151 | | - |
| 1152 | | - |
| 1153 | | - |
| 1154 | | - |
| 1155 | ((void) (0)) | - |
| 1156 | ; | - |
| 1157 | ((void) (0)) | - |
| 1158 | ; | - |
| 1159 | ((void) (0)) | - |
| 1160 | ; | - |
| 1161 | | - |
| 1162 | ((void) (0)) | - |
| 1163 | ; | - |
| 1164 | ((void) (0)) | - |
| 1165 | ; | - |
| 1166 | if( res<0| TRUE | evaluated 4587527 times by 32 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (40)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- ...
| | FALSE | evaluated 4646985 times by 377 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
|
){ | 4587527-4646985 |
| 1167 | static const unsigned char aLTb[] = { 1, 0, 0, 1, 1, 0 }; | - |
| 1168 | res2 = aLTb[pOp->opcode - 52]; | - |
| 1169 | }executed 4587527 times by 32 tests: end of blockExecuted by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (40)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- ...
else if( res==0| TRUE | evaluated 764853 times by 376 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| | FALSE | evaluated 3882132 times by 344 testsEvaluated by:- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- ...
|
){ | 764853-4587527 |
| 1170 | static const unsigned char aEQb[] = { 0, 1, 0, 1, 0, 1 }; | - |
| 1171 | res2 = aEQb[pOp->opcode - 52]; | - |
| 1172 | }executed 764853 times by 376 tests: end of blockExecuted by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
else{ | 764853 |
| 1173 | static const unsigned char aGTb[] = { 1, 0, 1, 0, 0, 1 }; | - |
| 1174 | res2 = aGTb[pOp->opcode - 52]; | - |
| 1175 | }executed 3882132 times by 344 tests: end of blockExecuted by:- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- ...
| 3882132 |
| 1176 | | - |
| 1177 | | - |
| 1178 | | - |
| 1179 | ((void) (0)) | - |
| 1180 | ; | - |
| 1181 | pIn1->flags = flags1; | - |
| 1182 | | - |
| 1183 | ((void) (0)) | - |
| 1184 | ; | - |
| 1185 | pIn3->flags = flags3; | - |
| 1186 | | - |
| 1187 | if( pOp->p5 & 0x20| TRUE | evaluated 258017 times by 1 test | | FALSE | evaluated 8976495 times by 377 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
|
){ | 258017-8976495 |
| 1188 | pOut = &aMem[pOp->p2]; | - |
| 1189 | iCompare = res; | - |
| 1190 | if( (| TRUE | evaluated 134 times by 1 test | | FALSE | evaluated 257883 times by 1 test |
pOp->p5 & 0x08)!=0| TRUE | evaluated 134 times by 1 test | | FALSE | evaluated 257883 times by 1 test |
){ | 134-257883 |
| 1191 | | - |
| 1192 | | - |
| 1193 | | - |
| 1194 | | - |
| 1195 | | - |
| 1196 | | - |
| 1197 | | - |
| 1198 | | - |
| 1199 | ((void) (0)) | - |
| 1200 | ; | - |
| 1201 | | - |
| 1202 | ((void) (0)) | - |
| 1203 | ; | - |
| 1204 | ; | - |
| 1205 | ; | - |
| 1206 | ; | - |
| 1207 | ; | - |
| 1208 | if( (| TRUE | evaluated 116 times by 1 test | | FALSE | evaluated 18 times by 1 test |
pOp->opcode==53)==res2| TRUE | evaluated 116 times by 1 test | | FALSE | evaluated 18 times by 1 test |
) break;executed 116 times by 1 test: break; | 18-116 |
| 1209 | }executed 18 times by 1 test: end of block | 18 |
| 1210 | ; | - |
| 1211 | ((pOut)->flags = ((pOut)->flags&~(0xc1ff|0x4000))|0x0004); | - |
| 1212 | pOut->u.i = res2; | - |
| 1213 | ; | - |
| 1214 | }executed 257901 times by 1 test: end of block else{ | 257901 |
| 1215 | ; | - |
| 1216 | if( res2| TRUE | evaluated 6388558 times by 373 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- ...
| | FALSE | evaluated 2587937 times by 366 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
|
){ | 2587937-6388558 |
| 1217 | gotoexecuted 6388558 times by 373 tests: goto jump_to_p2;Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- ...
jump_to_p2;executed 6388558 times by 373 tests: goto jump_to_p2;Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- ...
| 6388558 |
| 1218 | } | - |
| 1219 | }executed 2587937 times by 366 tests: end of blockExecuted by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| 2587937 |
| 1220 | break;executed 2845838 times by 366 tests: break;Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| 2845838 |
| 1221 | } | - |
| 1222 | caseexecuted 163778 times by 1 test: case 58: 58:executed 163778 times by 1 test: case 58: { | 163778 |
| 1223 | | - |
| 1224 | ((void) (0)) | - |
| 1225 | ; | - |
| 1226 | | - |
| 1227 | ((void) (0)) | - |
| 1228 | ; | - |
| 1229 | | - |
| 1230 | ((void) (0)) | - |
| 1231 | ; | - |
| 1232 | ; | - |
| 1233 | if( iCompare!=0| TRUE | evaluated 113729 times by 1 test | | FALSE | evaluated 50049 times by 1 test |
) gotoexecuted 113729 times by 1 test: goto jump_to_p2; jump_to_p2;executed 113729 times by 1 test: goto jump_to_p2; | 50049-113729 |
| 1234 | break;executed 50049 times by 1 test: break; | 50049 |
| 1235 | } | - |
| 1236 | caseexecuted 4479 times by 1 test: case 86: 86:executed 4479 times by 1 test: case 86: { | 4479 |
| 1237 | | - |
| 1238 | ((void) (0)) | - |
| 1239 | ; | - |
| 1240 | | - |
| 1241 | ((void) (0)) | - |
| 1242 | ; | - |
| 1243 | | - |
| 1244 | ((void) (0)) | - |
| 1245 | ; | - |
| 1246 | | - |
| 1247 | ((void) (0)) | - |
| 1248 | ; | - |
| 1249 | break;executed 4479 times by 1 test: break; | 4479 |
| 1250 | } | - |
| 1251 | caseexecuted 803583 times by 1 test: case 87: 87:executed 803583 times by 1 test: case 87: { | 803583 |
| 1252 | int n; | - |
| 1253 | int i; | - |
| 1254 | int p1; | - |
| 1255 | int p2; | - |
| 1256 | const KeyInfo *pKeyInfo; | - |
| 1257 | int idx; | - |
| 1258 | CollSeq *pColl; | - |
| 1259 | int bRev; | - |
| 1260 | int *aPermute; | - |
| 1261 | | - |
| 1262 | if( (| TRUE | evaluated 799104 times by 1 test | | FALSE | evaluated 4479 times by 1 test |
pOp->p5 & 0x01)==0| TRUE | evaluated 799104 times by 1 test | | FALSE | evaluated 4479 times by 1 test |
){ | 4479-799104 |
| 1263 | aPermute = 0; | - |
| 1264 | }executed 799104 times by 1 test: end of block else{ | 799104 |
| 1265 | | - |
| 1266 | ((void) (0)) | - |
| 1267 | ; | - |
| 1268 | | - |
| 1269 | ((void) (0)) | - |
| 1270 | ; | - |
| 1271 | | - |
| 1272 | ((void) (0)) | - |
| 1273 | ; | - |
| 1274 | aPermute = pOp[-1].p4.ai + 1; | - |
| 1275 | | - |
| 1276 | ((void) (0)) | - |
| 1277 | ; | - |
| 1278 | }executed 4479 times by 1 test: end of block | 4479 |
| 1279 | n = pOp->p3; | - |
| 1280 | pKeyInfo = pOp->p4.pKeyInfo; | - |
| 1281 | | - |
| 1282 | ((void) (0)) | - |
| 1283 | ; | - |
| 1284 | | - |
| 1285 | ((void) (0)) | - |
| 1286 | ; | - |
| 1287 | p1 = pOp->p1; | - |
| 1288 | p2 = pOp->p2; | - |
| 1289 | for(i=0; i<n| TRUE | evaluated 858368 times by 1 test | | FALSE | evaluated 693661 times by 1 test |
; i++){ | 693661-858368 |
| 1290 | idx = aPermute| TRUE | evaluated 5641 times by 1 test | | FALSE | evaluated 852727 times by 1 test |
? aPermute[i] : i; | 5641-852727 |
| 1291 | | - |
| 1292 | ((void) (0)) | - |
| 1293 | ; | - |
| 1294 | | - |
| 1295 | ((void) (0)) | - |
| 1296 | ; | - |
| 1297 | ; | - |
| 1298 | ; | - |
| 1299 | | - |
| 1300 | ((void) (0)) | - |
| 1301 | ; | - |
| 1302 | pColl = pKeyInfo->aColl[i]; | - |
| 1303 | bRev = pKeyInfo->aSortOrder[i]; | - |
| 1304 | iCompare = sqlite3MemCompare(&aMem[p1+idx], &aMem[p2+idx], pColl); | - |
| 1305 | if( iCompare| TRUE | evaluated 109922 times by 1 test | | FALSE | evaluated 748446 times by 1 test |
){ | 109922-748446 |
| 1306 | if( bRev| TRUE | evaluated 734 times by 1 test | | FALSE | evaluated 109188 times by 1 test |
) iCompare = -iCompare;executed 734 times by 1 test: iCompare = -iCompare; | 734-109188 |
| 1307 | break;executed 109922 times by 1 test: break; | 109922 |
| 1308 | } | - |
| 1309 | }executed 748446 times by 1 test: end of block | 748446 |
| 1310 | break;executed 803583 times by 1 test: break; | 803583 |
| 1311 | } | - |
| 1312 | | - |
| 1313 | | - |
| 1314 | | - |
| 1315 | | - |
| 1316 | | - |
| 1317 | | - |
| 1318 | | - |
| 1319 | caseexecuted 803583 times by 1 test: case 16: 16:executed 803583 times by 1 test: case 16: { | 803583 |
| 1320 | if( iCompare<0| TRUE | evaluated 12924 times by 1 test | | FALSE | evaluated 790659 times by 1 test |
){ | 12924-790659 |
| 1321 | ; pOp = &aOp[pOp->p1 - 1]; | - |
| 1322 | }executed 12924 times by 1 test: end of block else if( iCompare==0| TRUE | evaluated 693661 times by 1 test | | FALSE | evaluated 96998 times by 1 test |
){ | 12924-693661 |
| 1323 | ; pOp = &aOp[pOp->p2 - 1]; | - |
| 1324 | }executed 693661 times by 1 test: end of block else{ | 693661 |
| 1325 | ; pOp = &aOp[pOp->p3 - 1]; | - |
| 1326 | }executed 96998 times by 1 test: end of block | 96998 |
| 1327 | break;executed 803583 times by 1 test: break; | 803583 |
| 1328 | } | - |
| 1329 | caseexecuted 2113 times by 1 test: case 44: 44:executed 2113 times by 1 test: case 44: | 2113 |
| 1330 | caseexecuted 2943 times by 1 test: case 43: 43:executed 2943 times by 1 test: case 43: { | 2943 |
| 1331 | int v1; | - |
| 1332 | int v2; | - |
| 1333 | | - |
| 1334 | v1 = sqlite3VdbeBooleanValue(&aMem[pOp->p1], 2); | - |
| 1335 | v2 = sqlite3VdbeBooleanValue(&aMem[pOp->p2], 2); | - |
| 1336 | if( pOp->opcode==44| TRUE | evaluated 2113 times by 1 test | | FALSE | evaluated 2943 times by 1 test |
){ | 2113-2943 |
| 1337 | static const unsigned char and_logic[] = { 0, 0, 0, 0, 1, 2, 0, 2, 2 }; | - |
| 1338 | v1 = and_logic[v1*3+v2]; | - |
| 1339 | }executed 2113 times by 1 test: end of block else{ | 2113 |
| 1340 | static const unsigned char or_logic[] = { 0, 1, 2, 1, 1, 1, 2, 1, 2 }; | - |
| 1341 | v1 = or_logic[v1*3+v2]; | - |
| 1342 | }executed 2943 times by 1 test: end of block | 2943 |
| 1343 | pOut = &aMem[pOp->p3]; | - |
| 1344 | if( v1==2| TRUE | evaluated 97 times by 1 test | | FALSE | evaluated 4959 times by 1 test |
){ | 97-4959 |
| 1345 | ((pOut)->flags = ((pOut)->flags&~(0xc1ff|0x4000))|0x0001); | - |
| 1346 | }executed 97 times by 1 test: end of block else{ | 97 |
| 1347 | pOut->u.i = v1; | - |
| 1348 | ((pOut)->flags = ((pOut)->flags&~(0xc1ff|0x4000))|0x0004); | - |
| 1349 | }executed 4959 times by 1 test: end of block | 4959 |
| 1350 | break;executed 5056 times by 1 test: break; | 5056 |
| 1351 | } | - |
| 1352 | caseexecuted 24 times by 1 test: case 88: 88:executed 24 times by 1 test: case 88: { | 24 |
| 1353 | | - |
| 1354 | ((void) (0)) | - |
| 1355 | ; | - |
| 1356 | | - |
| 1357 | ((void) (0)) | - |
| 1358 | ; | - |
| 1359 | | - |
| 1360 | ((void) (0)) | - |
| 1361 | ; | - |
| 1362 | sqlite3VdbeMemSetInt64(&aMem[pOp->p2], | - |
| 1363 | sqlite3VdbeBooleanValue(&aMem[pOp->p1], pOp->p3) ^ pOp->p4.i); | - |
| 1364 | break;executed 24 times by 1 test: break; | 24 |
| 1365 | } | - |
| 1366 | caseexecuted 290 times by 1 test: case 19: 19:executed 290 times by 1 test: case 19: { | 290 |
| 1367 | pIn1 = &aMem[pOp->p1]; | - |
| 1368 | pOut = &aMem[pOp->p2]; | - |
| 1369 | if( (| TRUE | evaluated 223 times by 1 test | | FALSE | evaluated 67 times by 1 test |
pIn1->flags & 0x0001)==0| TRUE | evaluated 223 times by 1 test | | FALSE | evaluated 67 times by 1 test |
){ | 67-223 |
| 1370 | sqlite3VdbeMemSetInt64(pOut, !sqlite3VdbeBooleanValue(pIn1,0)); | - |
| 1371 | }executed 223 times by 1 test: end of block else{ | 223 |
| 1372 | sqlite3VdbeMemSetNull(pOut); | - |
| 1373 | }executed 67 times by 1 test: end of block | 67 |
| 1374 | break;executed 290 times by 1 test: break; | 290 |
| 1375 | } | - |
| 1376 | caseexecuted 2496 times by 1 test: case 103: 103:executed 2496 times by 1 test: case 103: { | 2496 |
| 1377 | pIn1 = &aMem[pOp->p1]; | - |
| 1378 | pOut = &aMem[pOp->p2]; | - |
| 1379 | sqlite3VdbeMemSetNull(pOut); | - |
| 1380 | if( (| TRUE | evaluated 2495 times by 1 test | | FALSE | evaluated 1 time by 1 test |
pIn1->flags & 0x0001)==0| TRUE | evaluated 2495 times by 1 test | | FALSE | evaluated 1 time by 1 test |
){ | 1-2495 |
| 1381 | pOut->flags = 0x0004; | - |
| 1382 | pOut->u.i = ~sqlite3VdbeIntValue(pIn1); | - |
| 1383 | }executed 2495 times by 1 test: end of block | 2495 |
| 1384 | break;executed 2496 times by 1 test: break; | 2496 |
| 1385 | } | - |
| 1386 | caseexecuted 953466 times by 351 tests: case 17:Executed by:- Self test (10)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- ...
17:executed 953466 times by 351 tests: case 17:Executed by:- Self test (10)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- ...
{ | 953466 |
| 1387 | u32 iAddr; | - |
| 1388 | | - |
| 1389 | ((void) (0)) | - |
| 1390 | ; | - |
| 1391 | if( p->pFrame| TRUE | evaluated 251095 times by 1 test | | FALSE | evaluated 702371 times by 351 testsEvaluated by:- Self test (10)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- ...
|
){ | 251095-702371 |
| 1392 | iAddr = (int)(pOp - p->aOp); | - |
| 1393 | if( (| TRUE | evaluated 124776 times by 1 test | | FALSE | evaluated 126319 times by 1 test |
p->pFrame->aOnce[iAddr/8] & (1<<(iAddr & 7)))!=0| TRUE | evaluated 124776 times by 1 test | | FALSE | evaluated 126319 times by 1 test |
){ | 124776-126319 |
| 1394 | ; | - |
| 1395 | gotoexecuted 124776 times by 1 test: goto jump_to_p2; jump_to_p2;executed 124776 times by 1 test: goto jump_to_p2; | 124776 |
| 1396 | } | - |
| 1397 | p->pFrame->aOnce[iAddr/8] |= 1<<(iAddr & 7); | - |
| 1398 | }executed 126319 times by 1 test: end of block else{ | 126319 |
| 1399 | if( p->aOp[0].p1==pOp->p1| TRUE | evaluated 676453 times by 332 testsEvaluated by:- Self test (10)
- Self test (12)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- Self test (136)
- Self test (137)
- Self test (138)
- Self test (139)
- Self test (14)
- Self test (140)
- Self test (141)
- Self test (142)
- Self test (143)
- ...
| | FALSE | evaluated 25918 times by 351 testsEvaluated by:- Self test (10)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- ...
|
){ | 25918-676453 |
| 1400 | ; | - |
| 1401 | gotoexecuted 676453 times by 332 tests: goto jump_to_p2;Executed by:- Self test (10)
- Self test (12)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- Self test (136)
- Self test (137)
- Self test (138)
- Self test (139)
- Self test (14)
- Self test (140)
- Self test (141)
- Self test (142)
- Self test (143)
- ...
jump_to_p2;executed 676453 times by 332 tests: goto jump_to_p2;Executed by:- Self test (10)
- Self test (12)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- Self test (136)
- Self test (137)
- Self test (138)
- Self test (139)
- Self test (14)
- Self test (140)
- Self test (141)
- Self test (142)
- Self test (143)
- ...
| 676453 |
| 1402 | } | - |
| 1403 | }executed 25918 times by 351 tests: end of blockExecuted by:- Self test (10)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- ...
| 25918 |
| 1404 | ; | - |
| 1405 | pOp->p1 = p->aOp[0].p1; | - |
| 1406 | break;executed 152237 times by 351 tests: break;Executed by:- Self test (10)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- ...
| 152237 |
| 1407 | } | - |
| 1408 | | - |
| 1409 | | - |
| 1410 | | - |
| 1411 | | - |
| 1412 | | - |
| 1413 | | - |
| 1414 | | - |
| 1415 | caseexecuted 585863 times by 29 tests: case 18:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (39)
- Self test (438)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- ...
18:executed 585863 times by 29 tests: case 18:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (39)
- Self test (438)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- ...
{ | 585863 |
| 1416 | int c; | - |
| 1417 | c = sqlite3VdbeBooleanValue(&aMem[pOp->p1], pOp->p3); | - |
| 1418 | ; | - |
| 1419 | if( c| TRUE | evaluated 542592 times by 26 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (39)
- Self test (438)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- Self test (97)
- Self test (98)
- ...
| | FALSE | evaluated 43271 times by 21 testsEvaluated by:- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- Self test (97)
- Self test (98)
- Self test (99)
|
) gotoexecuted 542592 times by 26 tests: goto jump_to_p2;Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (39)
- Self test (438)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- Self test (97)
- Self test (98)
- ...
jump_to_p2;executed 542592 times by 26 tests: goto jump_to_p2;Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (39)
- Self test (438)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- Self test (97)
- Self test (98)
- ...
| 43271-542592 |
| 1420 | break;executed 43271 times by 21 tests: break;Executed by:- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- Self test (97)
- Self test (98)
- Self test (99)
| 43271 |
| 1421 | } | - |
| 1422 | | - |
| 1423 | | - |
| 1424 | | - |
| 1425 | | - |
| 1426 | | - |
| 1427 | | - |
| 1428 | | - |
| 1429 | caseexecuted 191976 times by 6 tests: case 20:Executed by:- Self test (24)
- Self test (28)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (47)
20:executed 191976 times by 6 tests: case 20:Executed by:- Self test (24)
- Self test (28)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (47)
{ | 191976 |
| 1430 | int c; | - |
| 1431 | c = !sqlite3VdbeBooleanValue(&aMem[pOp->p1], !pOp->p3); | - |
| 1432 | ; | - |
| 1433 | if( c| TRUE | evaluated 77145 times by 6 testsEvaluated by:- Self test (24)
- Self test (28)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (47)
| | FALSE | evaluated 114831 times by 3 testsEvaluated by:- Self test (32)
- Self test (33)
- Self test (438)
|
) gotoexecuted 77145 times by 6 tests: goto jump_to_p2;Executed by:- Self test (24)
- Self test (28)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (47)
jump_to_p2;executed 77145 times by 6 tests: goto jump_to_p2;Executed by:- Self test (24)
- Self test (28)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (47)
| 77145-114831 |
| 1434 | break;executed 114831 times by 3 tests: break;Executed by:- Self test (32)
- Self test (33)
- Self test (438)
| 114831 |
| 1435 | } | - |
| 1436 | | - |
| 1437 | | - |
| 1438 | | - |
| 1439 | | - |
| 1440 | | - |
| 1441 | | - |
| 1442 | caseexecuted 831965 times by 385 tests: case 50:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
50:executed 831965 times by 385 tests: case 50:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
{ | 831965 |
| 1443 | pIn1 = &aMem[pOp->p1]; | - |
| 1444 | ; | - |
| 1445 | if( (| TRUE | evaluated 15017 times by 12 testsEvaluated by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
| | FALSE | evaluated 816948 times by 381 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
|
pIn1->flags & 0x0001)!=0| TRUE | evaluated 15017 times by 12 testsEvaluated by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
| | FALSE | evaluated 816948 times by 381 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
|
){ | 15017-816948 |
| 1446 | gotoexecuted 15017 times by 12 tests: goto jump_to_p2;Executed by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
jump_to_p2;executed 15017 times by 12 tests: goto jump_to_p2;Executed by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
| 15017 |
| 1447 | } | - |
| 1448 | break;executed 816948 times by 381 tests: break;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
| 816948 |
| 1449 | } | - |
| 1450 | | - |
| 1451 | | - |
| 1452 | | - |
| 1453 | | - |
| 1454 | | - |
| 1455 | | - |
| 1456 | caseexecuted 305729 times by 2 tests: case 51:Executed by:- Self test (34)
- Self test (438)
51:executed 305729 times by 2 tests: case 51:Executed by:- Self test (34)
- Self test (438)
{ | 305729 |
| 1457 | pIn1 = &aMem[pOp->p1]; | - |
| 1458 | ; | - |
| 1459 | if( (| TRUE | evaluated 294972 times by 2 testsEvaluated by:- Self test (34)
- Self test (438)
| | FALSE | evaluated 10757 times by 1 test |
pIn1->flags & 0x0001)==0| TRUE | evaluated 294972 times by 2 testsEvaluated by:- Self test (34)
- Self test (438)
| | FALSE | evaluated 10757 times by 1 test |
){ | 10757-294972 |
| 1460 | gotoexecuted 294972 times by 2 tests: goto jump_to_p2;Executed by:- Self test (34)
- Self test (438)
jump_to_p2;executed 294972 times by 2 tests: goto jump_to_p2;Executed by:- Self test (34)
- Self test (438)
| 294972 |
| 1461 | } | - |
| 1462 | break;executed 10757 times by 1 test: break; | 10757 |
| 1463 | } | - |
| 1464 | caseexecuted 9 times by 1 test: case 21: 21:executed 9 times by 1 test: case 21: { | 9 |
| 1465 | | - |
| 1466 | ((void) (0)) | - |
| 1467 | ; | - |
| 1468 | | - |
| 1469 | ((void) (0)) | - |
| 1470 | ; | - |
| 1471 | if( p->apCsr[pOp->p1]->nullRow| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 6 times by 1 test |
){ | 3-6 |
| 1472 | sqlite3VdbeMemSetNull(aMem + pOp->p3); | - |
| 1473 | gotoexecuted 3 times by 1 test: goto jump_to_p2; jump_to_p2;executed 3 times by 1 test: goto jump_to_p2; | 3 |
| 1474 | } | - |
| 1475 | break;executed 6 times by 1 test: break; | 6 |
| 1476 | } | - |
| 1477 | caseexecuted 34114538 times by 434 tests: case 90:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
90:executed 34114538 times by 434 tests: case 90:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
{ | 34114538 |
| 1478 | int p2; | - |
| 1479 | VdbeCursor *pC; | - |
| 1480 | BtCursor *pCrsr; | - |
| 1481 | u32 *aOffset; | - |
| 1482 | int len; | - |
| 1483 | int i; | - |
| 1484 | Mem *pDest; | - |
| 1485 | Mem sMem; | - |
| 1486 | const u8 *zData; | - |
| 1487 | const u8 *zHdr; | - |
| 1488 | const u8 *zEndHdr; | - |
| 1489 | u64 offset64; | - |
| 1490 | u32 t; | - |
| 1491 | Mem *pReg; | - |
| 1492 | | - |
| 1493 | pC = p->apCsr[pOp->p1]; | - |
| 1494 | p2 = pOp->p2; | - |
| 1495 | | - |
| 1496 | | - |
| 1497 | | - |
| 1498 | | - |
| 1499 | rc = sqlite3VdbeCursorMoveto(&pC, &p2); | - |
| 1500 | if( rc| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 34114537 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
) gotoexecuted 1 time by 1 test: goto abort_due_to_error; abort_due_to_error;executed 1 time by 1 test: goto abort_due_to_error; | 1-34114537 |
| 1501 | | - |
| 1502 | | - |
| 1503 | ((void) (0)) | - |
| 1504 | ; | - |
| 1505 | pDest = &aMem[pOp->p3]; | - |
| 1506 | ; | - |
| 1507 | | - |
| 1508 | ((void) (0)) | - |
| 1509 | ; | - |
| 1510 | | - |
| 1511 | ((void) (0)) | - |
| 1512 | ; | - |
| 1513 | | - |
| 1514 | ((void) (0)) | - |
| 1515 | ; | - |
| 1516 | aOffset = pC->aOffset; | - |
| 1517 | | - |
| 1518 | ((void) (0)) | - |
| 1519 | ; | - |
| 1520 | | - |
| 1521 | ((void) (0)) | - |
| 1522 | ; | - |
| 1523 | | - |
| 1524 | ((void) (0)) | - |
| 1525 | ; | - |
| 1526 | | - |
| 1527 | if( pC->cacheStatus!=p->cacheCtr| TRUE | evaluated 21180429 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 12934108 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 12934108-21180429 |
| 1528 | if( pC->nullRow| TRUE | evaluated 2625320 times by 1 test | | FALSE | evaluated 18555109 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 2625320-18555109 |
| 1529 | if( pC->eCurType==3| TRUE | evaluated 2623746 times by 1 test | | FALSE | evaluated 1574 times by 1 test |
){ | 1574-2623746 |
| 1530 | | - |
| 1531 | | - |
| 1532 | | - |
| 1533 | ((void) (0)) | - |
| 1534 | ; | - |
| 1535 | pReg = &aMem[pC->seekResult]; | - |
| 1536 | | - |
| 1537 | ((void) (0)) | - |
| 1538 | ; | - |
| 1539 | | - |
| 1540 | ((void) (0)) | - |
| 1541 | ; | - |
| 1542 | pC->payloadSize = pC->szRow = pReg->n; | - |
| 1543 | pC->aRow = (u8*)pReg->z; | - |
| 1544 | }executed 2623746 times by 1 test: end of block else{ | 2623746 |
| 1545 | sqlite3VdbeMemSetNull(pDest); | - |
| 1546 | gotoexecuted 1574 times by 1 test: goto op_column_out; op_column_out;executed 1574 times by 1 test: goto op_column_out; | 1574 |
| 1547 | } | - |
| 1548 | }else{ | - |
| 1549 | pCrsr = pC->uc.pCursor; | - |
| 1550 | | - |
| 1551 | ((void) (0)) | - |
| 1552 | ; | - |
| 1553 | | - |
| 1554 | ((void) (0)) | - |
| 1555 | ; | - |
| 1556 | | - |
| 1557 | ((void) (0)) | - |
| 1558 | ; | - |
| 1559 | pC->payloadSize = sqlite3BtreePayloadSize(pCrsr); | - |
| 1560 | pC->aRow = sqlite3BtreePayloadFetch(pCrsr, &pC->szRow); | - |
| 1561 | | - |
| 1562 | ((void) (0)) | - |
| 1563 | ; | - |
| 1564 | | - |
| 1565 | ((void) (0)) | - |
| 1566 | ; | - |
| 1567 | if( pC->payloadSize > (u32)db->aLimit[0]| TRUE | never evaluated | | FALSE | evaluated 18555109 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 0-18555109 |
| 1568 | goto never executed: goto too_big; too_big;never executed: goto too_big; | 0 |
| 1569 | } | - |
| 1570 | }executed 18555109 times by 434 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 18555109 |
| 1571 | pC->cacheStatus = p->cacheCtr; | - |
| 1572 | pC->iHdrOffset = (u8)((*(| TRUE | evaluated 21177968 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 887 times by 1 test |
pC->aRow)<(u8)0x80)| TRUE | evaluated 21177968 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 887 times by 1 test |
?((aOffset[0])=(u32)*(pC->aRow)),1:sqlite3GetVarint32((pC->aRow),(u32 *)&(aOffset[0]))); | 887-21177968 |
| 1573 | pC->nHdrParsed = 0; | - |
| 1574 | | - |
| 1575 | | - |
| 1576 | if( pC->szRow<aOffset[0]| TRUE | evaluated 995 times by 1 test | | FALSE | evaluated 21177860 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 995-21177860 |
| 1577 | | - |
| 1578 | | - |
| 1579 | | - |
| 1580 | | - |
| 1581 | pC->aRow = 0; | - |
| 1582 | pC->szRow = 0; | - |
| 1583 | if( aOffset[0] > 98307| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 994 times by 1 test |
|| aOffset[0] > pC->payloadSize| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 990 times by 1 test |
){ | 1-994 |
| 1584 | gotoexecuted 5 times by 1 test: goto op_column_corrupt; op_column_corrupt;executed 5 times by 1 test: goto op_column_corrupt; | 5 |
| 1585 | } | - |
| 1586 | }executed 990 times by 1 test: end of block else{ | 990 |
| 1587 | zData = pC->aRow; | - |
| 1588 | | - |
| 1589 | ((void) (0)) | - |
| 1590 | ; | - |
| 1591 | ; | - |
| 1592 | gotoexecuted 21177860 times by 434 tests: goto op_column_read_header;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
op_column_read_header;executed 21177860 times by 434 tests: goto op_column_read_header;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 21177860 |
| 1593 | } | - |
| 1594 | } | - |
| 1595 | | - |
| 1596 | | - |
| 1597 | | - |
| 1598 | | - |
| 1599 | if( pC->nHdrParsed<=p2| TRUE | evaluated 4404221 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 8530877 times by 47 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (2)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (3)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (4)
- Self test (42)
- Self test (43)
- Self test (438)
- Self test (44)
- Self test (45)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (5)
- Self test (53)
- ...
|
){ | 4404221-8530877 |
| 1600 | | - |
| 1601 | | - |
| 1602 | | - |
| 1603 | if( pC->iHdrOffset<aOffset[0]| TRUE | evaluated 4404083 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 138 times by 1 test |
){ | 138-4404083 |
| 1604 | | - |
| 1605 | if( pC->aRow==0| TRUE | evaluated 101889 times by 1 test | | FALSE | evaluated 4302194 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 101889-4302194 |
| 1606 | memset(&sMem, 0, sizeof(sMem)); | - |
| 1607 | rc = sqlite3VdbeMemFromBtree(pC->uc.pCursor, 0, aOffset[0], &sMem); | - |
| 1608 | if( rc!=0| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 101888 times by 1 test |
) gotoexecuted 1 time by 1 test: goto abort_due_to_error; abort_due_to_error;executed 1 time by 1 test: goto abort_due_to_error; | 1-101888 |
| 1609 | zData = (u8*)sMem.z; | - |
| 1610 | }executed 101888 times by 1 test: end of block else{ | 101888 |
| 1611 | zData = pC->aRow; | - |
| 1612 | }executed 4302194 times by 434 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 4302194 |
| 1613 | | - |
| 1614 | | - |
| 1615 | op_column_read_header:code before this statement executed 4404082 times by 434 tests: op_column_read_header:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 4404082 |
| 1616 | i = pC->nHdrParsed; | - |
| 1617 | offset64 = aOffset[i]; | - |
| 1618 | zHdr = zData + pC->iHdrOffset; | - |
| 1619 | zEndHdr = zData + aOffset[0]; | - |
| 1620 | ; | - |
| 1621 | do{ | - |
| 1622 | if( (| TRUE | evaluated 36900007 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 4743820 times by 358 testsEvaluated by:- Self test (10)
- Self test (101)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- ...
|
t = zHdr[0])<0x80| TRUE | evaluated 36900007 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 4743820 times by 358 testsEvaluated by:- Self test (10)
- Self test (101)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- ...
|
){ | 4743820-36900007 |
| 1623 | zHdr++; | - |
| 1624 | offset64 += sqlite3VdbeOneByteSerialTypeLen(t); | - |
| 1625 | }executed 36900007 times by 434 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
else{ | 36900007 |
| 1626 | zHdr += sqlite3GetVarint32(zHdr, &t); | - |
| 1627 | offset64 += sqlite3VdbeSerialTypeLen(t); | - |
| 1628 | }executed 4743820 times by 358 tests: end of blockExecuted by:- Self test (10)
- Self test (101)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- ...
| 4743820 |
| 1629 | pC->aType[i++] = t; | - |
| 1630 | aOffset[i] = (u32)(offset64 & 0xffffffff); | - |
| 1631 | }executed 41643827 times by 434 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
while( i<=p2| TRUE | evaluated 16062301 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 25581526 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
&& zHdr<zEndHdr| TRUE | evaluated 16061885 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 416 times by 1 test |
); | 416-41643827 |
| 1632 | | - |
| 1633 | | - |
| 1634 | | - |
| 1635 | | - |
| 1636 | | - |
| 1637 | | - |
| 1638 | if( (zHdr>=zEndHdr| TRUE | evaluated 14499977 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 11081965 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
&& (zHdr>zEndHdr| TRUE | evaluated 10 times by 1 test | | FALSE | evaluated 14499967 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
|| offset64!=pC->payloadSize| TRUE | evaluated 9 times by 1 test | | FALSE | evaluated 14499958 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
)) | 9-14499977 |
| 1639 | || (| TRUE | never evaluated | | FALSE | evaluated 25581923 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
offset64 > pC->payloadSize)| TRUE | never evaluated | | FALSE | evaluated 25581923 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
| 0-25581923 |
| 1640 | ){ | - |
| 1641 | if( aOffset[0]==0| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 17 times by 1 test |
){ | 2-17 |
| 1642 | i = 0; | - |
| 1643 | zHdr = zEndHdr; | - |
| 1644 | }executed 2 times by 1 test: end of block else{ | 2 |
| 1645 | if( pC->aRow==0| TRUE | never evaluated | | FALSE | evaluated 17 times by 1 test |
) sqlite3VdbeMemRelease(&sMem);never executed: sqlite3VdbeMemRelease(&sMem); | 0-17 |
| 1646 | gotoexecuted 17 times by 1 test: goto op_column_corrupt; op_column_corrupt;executed 17 times by 1 test: goto op_column_corrupt; | 17 |
| 1647 | } | - |
| 1648 | } | - |
| 1649 | | - |
| 1650 | pC->nHdrParsed = i; | - |
| 1651 | pC->iHdrOffset = (u32)(zHdr - zData); | - |
| 1652 | if( pC->aRow==0| TRUE | evaluated 101888 times by 1 test | | FALSE | evaluated 25480037 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
) sqlite3VdbeMemRelease(&sMem);executed 101888 times by 1 test: sqlite3VdbeMemRelease(&sMem); | 101888-25480037 |
| 1653 | }executed 25581925 times by 434 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
else{ | 25581925 |
| 1654 | t = 0; | - |
| 1655 | }executed 138 times by 1 test: end of block | 138 |
| 1656 | | - |
| 1657 | | - |
| 1658 | | - |
| 1659 | | - |
| 1660 | | - |
| 1661 | if( pC->nHdrParsed<=p2| TRUE | evaluated 554 times by 1 test | | FALSE | evaluated 25581509 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 554-25581509 |
| 1662 | if( pOp->p4type==(-11)| TRUE | evaluated 129 times by 1 test | | FALSE | evaluated 425 times by 1 test |
){ | 129-425 |
| 1663 | sqlite3VdbeMemShallowCopy(pDest, pOp->p4.pMem, 0x0800); | - |
| 1664 | }executed 129 times by 1 test: end of block else{ | 129 |
| 1665 | sqlite3VdbeMemSetNull(pDest); | - |
| 1666 | }executed 425 times by 1 test: end of block | 425 |
| 1667 | gotoexecuted 554 times by 1 test: goto op_column_out; op_column_out;executed 554 times by 1 test: goto op_column_out; | 554 |
| 1668 | } | - |
| 1669 | }executed 25581509 times by 434 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
else{ | 25581509 |
| 1670 | t = pC->aType[p2]; | - |
| 1671 | }executed 8530877 times by 47 tests: end of blockExecuted by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (2)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (3)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (4)
- Self test (42)
- Self test (43)
- Self test (438)
- Self test (44)
- Self test (45)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (5)
- Self test (53)
- ...
| 8530877 |
| 1672 | | - |
| 1673 | | - |
| 1674 | | - |
| 1675 | | - |
| 1676 | | - |
| 1677 | | - |
| 1678 | ((void) (0)) | - |
| 1679 | ; | - |
| 1680 | | - |
| 1681 | ((void) (0)) | - |
| 1682 | ; | - |
| 1683 | | - |
| 1684 | ((void) (0)) | - |
| 1685 | ; | - |
| 1686 | if( (((| TRUE | evaluated 2428 times by 3 testsEvaluated by:- Self test (34)
- Self test (438)
- Self test (64)
| | FALSE | evaluated 34109958 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
pDest)->flags&(0x2000|0x0400))!=0)| TRUE | evaluated 2428 times by 3 testsEvaluated by:- Self test (34)
- Self test (438)
- Self test (64)
| | FALSE | evaluated 34109958 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 2428-34109958 |
| 1687 | sqlite3VdbeMemSetNull(pDest); | - |
| 1688 | }executed 2428 times by 3 tests: end of blockExecuted by:- Self test (34)
- Self test (438)
- Self test (64)
| 2428 |
| 1689 | | - |
| 1690 | ((void) (0)) | - |
| 1691 | ; | - |
| 1692 | if( pC->szRow>=aOffset[p2+1]| TRUE | evaluated 33641753 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 470633 times by 7 testsEvaluated by:- Self test (101)
- Self test (2)
- Self test (3)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (65)
|
){ | 470633-33641753 |
| 1693 | | - |
| 1694 | | - |
| 1695 | zData = pC->aRow + aOffset[p2]; | - |
| 1696 | if( t<12| TRUE | evaluated 19201818 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 14439935 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 14439935-19201818 |
| 1697 | sqlite3VdbeSerialGet(zData, t, pDest); | - |
| 1698 | }executed 19201818 times by 434 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
else{ | 19201818 |
| 1699 | | - |
| 1700 | | - |
| 1701 | | - |
| 1702 | | - |
| 1703 | static const u16 aFlag[] = { 0x0010, 0x0002|0x0200 }; | - |
| 1704 | pDest->n = len = (t-12)/2; | - |
| 1705 | pDest->enc = encoding; | - |
| 1706 | if( pDest->szMalloc < len+2| TRUE | evaluated 194265 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 14245670 times by 406 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
|
){ | 194265-14245670 |
| 1707 | pDest->flags = 0x0001; | - |
| 1708 | if( sqlite3VdbeMemGrow(pDest, len+2, 0)| TRUE | evaluated 24 times by 1 test | | FALSE | evaluated 194241 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
) gotoexecuted 24 times by 1 test: goto no_mem; no_mem;executed 24 times by 1 test: goto no_mem; | 24-194241 |
| 1709 | }executed 194241 times by 434 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
else{ | 194241 |
| 1710 | pDest->z = pDest->zMalloc; | - |
| 1711 | }executed 14245670 times by 406 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
| 14245670 |
| 1712 | memcpy(pDest->z, zData, len); | - |
| 1713 | pDest->z[len] = 0; | - |
| 1714 | pDest->z[len+1] = 0; | - |
| 1715 | pDest->flags = aFlag[t&1]; | - |
| 1716 | }executed 14439911 times by 434 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 14439911 |
| 1717 | }else{ | - |
| 1718 | pDest->enc = encoding; | - |
| 1719 | | - |
| 1720 | if( ((| TRUE | evaluated 195192 times by 2 testsEvaluated by:- Self test (438)
- Self test (65)
| | FALSE | evaluated 275441 times by 7 testsEvaluated by:- Self test (101)
- Self test (2)
- Self test (3)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (65)
|
pOp->p5 & (0x40|0x80))!=0| TRUE | evaluated 195192 times by 2 testsEvaluated by:- Self test (438)
- Self test (65)
| | FALSE | evaluated 275441 times by 7 testsEvaluated by:- Self test (101)
- Self test (2)
- Self test (3)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (65)
|
| 195192-275441 |
| 1721 | && ((t>=12| TRUE | evaluated 195186 times by 2 testsEvaluated by:- Self test (438)
- Self test (65)
| | FALSE | evaluated 6 times by 1 test |
&& (| TRUE | evaluated 52420 times by 2 testsEvaluated by:- Self test (438)
- Self test (65)
| | FALSE | evaluated 142766 times by 1 test |
t&1)==0| TRUE | evaluated 52420 times by 2 testsEvaluated by:- Self test (438)
- Self test (65)
| | FALSE | evaluated 142766 times by 1 test |
) || (| TRUE | evaluated 140745 times by 1 test | | FALSE | evaluated 2027 times by 1 test |
pOp->p5 & 0x80)!=0| TRUE | evaluated 140745 times by 1 test | | FALSE | evaluated 2027 times by 1 test |
)) | 6-195186 |
| 1722 | || (| TRUE | evaluated 110 times by 1 test | | FALSE | evaluated 277358 times by 7 testsEvaluated by:- Self test (101)
- Self test (2)
- Self test (3)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (65)
|
len = sqlite3VdbeSerialTypeLen(t))==0| TRUE | evaluated 110 times by 1 test | | FALSE | evaluated 277358 times by 7 testsEvaluated by:- Self test (101)
- Self test (2)
- Self test (3)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (65)
|
| 110-277358 |
| 1723 | ){ | - |
| 1724 | static u8 aZero[16]; | - |
| 1725 | sqlite3VdbeSerialGet(aZero, t, pDest); | - |
| 1726 | }executed 193275 times by 2 tests: end of blockExecuted by:- Self test (438)
- Self test (65)
else{ | 193275 |
| 1727 | rc = sqlite3VdbeMemFromBtree(pC->uc.pCursor, aOffset[p2], len, pDest); | - |
| 1728 | if( rc!=0| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 277354 times by 7 testsEvaluated by:- Self test (101)
- Self test (2)
- Self test (3)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (65)
|
) gotoexecuted 4 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 4 times by 1 test: goto abort_due_to_error; | 4-277354 |
| 1729 | sqlite3VdbeSerialGet((const u8*)pDest->z, t, pDest); | - |
| 1730 | pDest->flags &= ~0x1000; | - |
| 1731 | }executed 277354 times by 7 tests: end of blockExecuted by:- Self test (101)
- Self test (2)
- Self test (3)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (65)
| 277354 |
| 1732 | } | - |
| 1733 | | - |
| 1734 | op_column_out:code before this statement executed 34112358 times by 434 tests: op_column_out:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 34112358 |
| 1735 | updateMaxBlobsize(pDest); | - |
| 1736 | ; | - |
| 1737 | break;executed 34114486 times by 434 tests: break;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 34114486 |
| 1738 | | - |
| 1739 | op_column_corrupt: | - |
| 1740 | if( aOp[0].p3>0| TRUE | evaluated 6 times by 1 test | | FALSE | evaluated 16 times by 1 test |
){ | 6-16 |
| 1741 | pOp = &aOp[aOp[0].p3-1]; | - |
| 1742 | break;executed 6 times by 1 test: break; | 6 |
| 1743 | }else{ | - |
| 1744 | rc = sqlite3CorruptError(2727); | - |
| 1745 | gotoexecuted 16 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 16 times by 1 test: goto abort_due_to_error; | 16 |
| 1746 | } | - |
| 1747 | } | - |
| 1748 | caseexecuted 437095 times by 333 tests: case 91:Executed by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
91:executed 437095 times by 333 tests: case 91:Executed by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
{ | 437095 |
| 1749 | const char *zAffinity; | - |
| 1750 | | - |
| 1751 | zAffinity = pOp->p4.z; | - |
| 1752 | | - |
| 1753 | ((void) (0)) | - |
| 1754 | ; | - |
| 1755 | | - |
| 1756 | ((void) (0)) | - |
| 1757 | ; | - |
| 1758 | | - |
| 1759 | ((void) (0)) | - |
| 1760 | ; | - |
| 1761 | pIn1 = &aMem[pOp->p1]; | - |
| 1762 | do{ | - |
| 1763 | | - |
| 1764 | ((void) (0)) | - |
| 1765 | ; | - |
| 1766 | | - |
| 1767 | ((void) (0)) | - |
| 1768 | ; | - |
| 1769 | applyAffinity(pIn1, *(zAffinity++), encoding); | - |
| 1770 | pIn1++; | - |
| 1771 | }executed 471535 times by 333 tests: end of blockExecuted by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
while( zAffinity[0]| TRUE | evaluated 34440 times by 1 test | | FALSE | evaluated 437095 times by 333 testsEvaluated by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
|
); | 34440-471535 |
| 1772 | break;executed 437095 times by 333 tests: break;Executed by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
| 437095 |
| 1773 | } | - |
| 1774 | caseexecuted 8740600 times by 403 tests: case 102:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
102:executed 8740600 times by 403 tests: case 102:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
{ | 8740600 |
| 1775 | u8 *zNewRecord; | - |
| 1776 | Mem *pRec; | - |
| 1777 | u64 nData; | - |
| 1778 | int nHdr; | - |
| 1779 | i64 nByte; | - |
| 1780 | i64 nZero; | - |
| 1781 | int nVarint; | - |
| 1782 | u32 serial_type; | - |
| 1783 | Mem *pData0; | - |
| 1784 | Mem *pLast; | - |
| 1785 | int nField; | - |
| 1786 | char *zAffinity; | - |
| 1787 | int file_format; | - |
| 1788 | int i; | - |
| 1789 | int j; | - |
| 1790 | u32 len; | - |
| 1791 | nData = 0; | - |
| 1792 | nHdr = 0; | - |
| 1793 | nZero = 0; | - |
| 1794 | nField = pOp->p1; | - |
| 1795 | zAffinity = pOp->p4.z; | - |
| 1796 | | - |
| 1797 | ((void) (0)) | - |
| 1798 | ; | - |
| 1799 | pData0 = &aMem[nField]; | - |
| 1800 | nField = pOp->p2; | - |
| 1801 | pLast = &pData0[nField-1]; | - |
| 1802 | file_format = p->minWriteFileFormat; | - |
| 1803 | | - |
| 1804 | | - |
| 1805 | | - |
| 1806 | ((void) (0)) | - |
| 1807 | ; | - |
| 1808 | pOut = &aMem[pOp->p3]; | - |
| 1809 | ; | - |
| 1810 | | - |
| 1811 | | - |
| 1812 | | - |
| 1813 | | - |
| 1814 | ((void) (0)) | - |
| 1815 | ; | - |
| 1816 | if( zAffinity| TRUE | evaluated 455985 times by 31 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
| | FALSE | evaluated 8284615 times by 393 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- ...
|
){ | 455985-8284615 |
| 1817 | pRec = pData0; | - |
| 1818 | do{ | - |
| 1819 | applyAffinity(pRec++, *(zAffinity++), encoding); | - |
| 1820 | | - |
| 1821 | ((void) (0)) | - |
| 1822 | ; | - |
| 1823 | }executed 841932 times by 31 tests: end of blockExecuted by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
while( zAffinity[0]| TRUE | evaluated 385947 times by 31 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
| | FALSE | evaluated 455985 times by 31 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
|
); | 385947-841932 |
| 1824 | }executed 455985 times by 31 tests: end of blockExecuted by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
| 455985 |
| 1825 | pRec = pLast; | - |
| 1826 | do{ | - |
| 1827 | | - |
| 1828 | ((void) (0)) | - |
| 1829 | ; | - |
| 1830 | serial_type = sqlite3VdbeSerialType(pRec, file_format, &len); | - |
| 1831 | if( pRec->flags & 0x4000| TRUE | evaluated 6866 times by 1 test | | FALSE | evaluated 16877077 times by 403 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
|
){ | 6866-16877077 |
| 1832 | if( serial_type==0| TRUE | evaluated 47 times by 1 test | | FALSE | evaluated 6819 times by 1 test |
){ | 47-6819 |
| 1833 | | - |
| 1834 | | - |
| 1835 | | - |
| 1836 | | - |
| 1837 | | - |
| 1838 | | - |
| 1839 | | - |
| 1840 | ((void) (0)) | - |
| 1841 | ; | - |
| 1842 | serial_type = 10; | - |
| 1843 | }executed 47 times by 1 test: end of block else if( nData| TRUE | evaluated 9 times by 1 test | | FALSE | evaluated 6810 times by 1 test |
){ | 9-6810 |
| 1844 | if( sqlite3VdbeMemExpandBlob(pRec)| TRUE | never evaluated | | FALSE | evaluated 9 times by 1 test |
) gotonever executed: goto no_mem; no_mem;never executed: goto no_mem; | 0-9 |
| 1845 | }executed 9 times by 1 test: end of block else{ | 9 |
| 1846 | nZero += pRec->u.nZero; | - |
| 1847 | len -= pRec->u.nZero; | - |
| 1848 | }executed 6810 times by 1 test: end of block | 6810 |
| 1849 | } | - |
| 1850 | nData += len; | - |
| 1851 | ; | - |
| 1852 | ; | - |
| 1853 | nHdr += serial_type<=127| TRUE | evaluated 13607329 times by 402 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
| | FALSE | evaluated 3276614 times by 369 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (101)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- ...
|
? 1 : sqlite3VarintLen(serial_type); | 3276614-13607329 |
| 1854 | pRec->uTemp = serial_type; | - |
| 1855 | if( pRec==pData0| TRUE | evaluated 8740600 times by 403 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
| | FALSE | evaluated 8143343 times by 400 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
|
) break;executed 8740600 times by 403 tests: break;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
| 8143343-8740600 |
| 1856 | pRec--; | - |
| 1857 | }executed 8143343 times by 400 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
while(1); | 8143343 |
| 1858 | | - |
| 1859 | | - |
| 1860 | | - |
| 1861 | | - |
| 1862 | | - |
| 1863 | ; | - |
| 1864 | ; | - |
| 1865 | if( nHdr<=126| TRUE | evaluated 8739708 times by 403 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
| | FALSE | evaluated 892 times by 1 test |
){ | 892-8739708 |
| 1866 | | - |
| 1867 | nHdr += 1; | - |
| 1868 | }executed 8739708 times by 403 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
else{ | 8739708 |
| 1869 | | - |
| 1870 | nVarint = sqlite3VarintLen(nHdr); | - |
| 1871 | nHdr += nVarint; | - |
| 1872 | if( nVarint<sqlite3VarintLen(nHdr)| TRUE | evaluated 10 times by 1 test | | FALSE | evaluated 882 times by 1 test |
) nHdr++;executed 10 times by 1 test: nHdr++; | 10-882 |
| 1873 | }executed 892 times by 1 test: end of block | 892 |
| 1874 | nByte = nHdr+nData; | - |
| 1875 | | - |
| 1876 | | - |
| 1877 | | - |
| 1878 | | - |
| 1879 | | - |
| 1880 | | - |
| 1881 | if( nByte+nZero<=pOut->szMalloc| TRUE | evaluated 7477017 times by 339 testsEvaluated by:- Self test
- Self test (10)
- Self test (101)
- Self test (12)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- Self test (136)
- Self test (137)
- Self test (138)
- Self test (139)
- Self test (14)
- Self test (140)
- Self test (141)
- ...
| | FALSE | evaluated 1263583 times by 403 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
|
){ | 1263583-7477017 |
| 1882 | | - |
| 1883 | | - |
| 1884 | pOut->z = pOut->zMalloc; | - |
| 1885 | }executed 7477017 times by 339 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (101)
- Self test (12)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- Self test (136)
- Self test (137)
- Self test (138)
- Self test (139)
- Self test (14)
- Self test (140)
- Self test (141)
- ...
else{ | 7477017 |
| 1886 | | - |
| 1887 | | - |
| 1888 | if( nByte+nZero>db->aLimit[0]| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 1263581 times by 403 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
|
){ | 2-1263581 |
| 1889 | gotoexecuted 2 times by 1 test: goto too_big; too_big;executed 2 times by 1 test: goto too_big; | 2 |
| 1890 | } | - |
| 1891 | if( sqlite3VdbeMemClearAndResize(pOut, (int)nByte)| TRUE | never evaluated | | FALSE | evaluated 1263581 times by 403 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
|
){ | 0-1263581 |
| 1892 | goto never executed: goto no_mem; no_mem;never executed: goto no_mem; | 0 |
| 1893 | } | - |
| 1894 | }executed 1263581 times by 403 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
| 1263581 |
| 1895 | zNewRecord = (u8 *)pOut->z; | - |
| 1896 | | - |
| 1897 | | - |
| 1898 | i = (u8)(((| TRUE | evaluated 8739706 times by 403 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
| | FALSE | evaluated 892 times by 1 test |
u32)(nHdr)<(u32)0x80)| TRUE | evaluated 8739706 times by 403 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
| | FALSE | evaluated 892 times by 1 test |
?(*(zNewRecord)=(unsigned char)(nHdr)),1: sqlite3PutVarint((zNewRecord),(nHdr))); | 892-8739706 |
| 1899 | j = nHdr; | - |
| 1900 | | - |
| 1901 | ((void) (0)) | - |
| 1902 | ; | - |
| 1903 | pRec = pData0; | - |
| 1904 | do{ | - |
| 1905 | serial_type = pRec->uTemp; | - |
| 1906 | | - |
| 1907 | | - |
| 1908 | i += (u8)(((| TRUE | evaluated 13607329 times by 402 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
| | FALSE | evaluated 3276608 times by 369 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (101)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- ...
|
u32)(serial_type)<(u32)0x80)| TRUE | evaluated 13607329 times by 402 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
| | FALSE | evaluated 3276608 times by 369 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (101)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- ...
|
?(*(&zNewRecord[i])=(unsigned char)(serial_type)),1: sqlite3PutVarint((&zNewRecord[i]),(serial_type))); | 3276608-13607329 |
| 1909 | | - |
| 1910 | | - |
| 1911 | j += sqlite3VdbeSerialPut(&zNewRecord[j], pRec, serial_type); | - |
| 1912 | }executed 16883937 times by 403 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
while( (++| TRUE | evaluated 8143339 times by 400 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
| | FALSE | evaluated 8740598 times by 403 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
|
pRec)<=pLast| TRUE | evaluated 8143339 times by 400 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
| | FALSE | evaluated 8740598 times by 403 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
|
); | 8143339-16883937 |
| 1913 | | - |
| 1914 | ((void) (0)) | - |
| 1915 | ; | - |
| 1916 | | - |
| 1917 | ((void) (0)) | - |
| 1918 | ; | - |
| 1919 | | - |
| 1920 | | - |
| 1921 | ((void) (0)) | - |
| 1922 | ; | - |
| 1923 | pOut->n = (int)nByte; | - |
| 1924 | pOut->flags = 0x0010; | - |
| 1925 | if( nZero| TRUE | evaluated 6801 times by 1 test | | FALSE | evaluated 8733797 times by 403 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
|
){ | 6801-8733797 |
| 1926 | pOut->u.nZero = nZero; | - |
| 1927 | pOut->flags |= 0x4000; | - |
| 1928 | }executed 6801 times by 1 test: end of block | 6801 |
| 1929 | ; | - |
| 1930 | updateMaxBlobsize(pOut); | - |
| 1931 | break;executed 8740598 times by 403 tests: break;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
| 8740598 |
| 1932 | } | - |
| 1933 | caseexecuted 131025 times by 15 tests: case 104:Executed by:- Self test (103)
- Self test (104)
- Self test (34)
- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
104:executed 131025 times by 15 tests: case 104:Executed by:- Self test (103)
- Self test (104)
- Self test (34)
- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
{ | 131025 |
| 1934 | i64 nEntry; | - |
| 1935 | BtCursor *pCrsr; | - |
| 1936 | | - |
| 1937 | | - |
| 1938 | ((void) (0)) | - |
| 1939 | ; | - |
| 1940 | pCrsr = p->apCsr[pOp->p1]->uc.pCursor; | - |
| 1941 | | - |
| 1942 | ((void) (0)) | - |
| 1943 | ; | - |
| 1944 | nEntry = 0; | - |
| 1945 | rc = sqlite3BtreeCount(pCrsr, &nEntry); | - |
| 1946 | if( rc| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 131024 times by 15 testsEvaluated by:- Self test (103)
- Self test (104)
- Self test (34)
- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
|
) gotoexecuted 1 time by 1 test: goto abort_due_to_error; abort_due_to_error;executed 1 time by 1 test: goto abort_due_to_error; | 1-131024 |
| 1947 | pOut = out2Prerelease(p, pOp); | - |
| 1948 | pOut->u.i = nEntry; | - |
| 1949 | break;executed 131024 times by 15 tests: break;Executed by:- Self test (103)
- Self test (104)
- Self test (34)
- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
| 131024 |
| 1950 | } | - |
| 1951 | caseexecuted 35272 times by 2 tests: case 0:Executed by:- Self test (438)
- Self test (64)
0:executed 35272 times by 2 tests: case 0:Executed by:- Self test (438)
- Self test (64)
{ | 35272 |
| 1952 | int p1; | - |
| 1953 | char *zName; | - |
| 1954 | int nName; | - |
| 1955 | Savepoint *pNew; | - |
| 1956 | Savepoint *pSavepoint; | - |
| 1957 | Savepoint *pTmp; | - |
| 1958 | int iSavepoint; | - |
| 1959 | int ii; | - |
| 1960 | | - |
| 1961 | p1 = pOp->p1; | - |
| 1962 | zName = pOp->p4.z; | - |
| 1963 | | - |
| 1964 | | - |
| 1965 | | - |
| 1966 | | - |
| 1967 | | - |
| 1968 | ((void) (0)) | - |
| 1969 | ; | - |
| 1970 | | - |
| 1971 | ((void) (0)) | - |
| 1972 | ; | - |
| 1973 | | - |
| 1974 | ((void) (0)) | - |
| 1975 | ; | - |
| 1976 | | - |
| 1977 | ((void) (0)) | - |
| 1978 | ; | - |
| 1979 | | - |
| 1980 | ((void) (0)) | - |
| 1981 | ; | - |
| 1982 | | - |
| 1983 | if( p1==0| TRUE | evaluated 34108 times by 2 testsEvaluated by:- Self test (438)
- Self test (64)
| | FALSE | evaluated 1164 times by 1 test |
){ | 1164-34108 |
| 1984 | if( db->nVdbeWrite>0| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 34107 times by 2 testsEvaluated by:- Self test (438)
- Self test (64)
|
){ | 1-34107 |
| 1985 | | - |
| 1986 | | - |
| 1987 | | - |
| 1988 | sqlite3VdbeError(p, "cannot open savepoint - SQL statements in progress"); | - |
| 1989 | rc = 5; | - |
| 1990 | }executed 1 time by 1 test: end of block else{ | 1 |
| 1991 | nName = sqlite3Strlen30(zName); | - |
| 1992 | | - |
| 1993 | | - |
| 1994 | | - |
| 1995 | | - |
| 1996 | | - |
| 1997 | | - |
| 1998 | | - |
| 1999 | ((void) (0)) | - |
| 2000 | ; | - |
| 2001 | rc = sqlite3VtabSavepoint(db, 0, | - |
| 2002 | db->nStatement+db->nSavepoint); | - |
| 2003 | if( rc!=0| TRUE | never evaluated | | FALSE | evaluated 34107 times by 2 testsEvaluated by:- Self test (438)
- Self test (64)
|
) gotonever executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0-34107 |
| 2004 | | - |
| 2005 | | - |
| 2006 | | - |
| 2007 | pNew = sqlite3DbMallocRawNN(db, sizeof(Savepoint)+nName+1); | - |
| 2008 | if( pNew| TRUE | evaluated 34107 times by 2 testsEvaluated by:- Self test (438)
- Self test (64)
| | FALSE | never evaluated |
){ | 0-34107 |
| 2009 | pNew->zName = (char *)&pNew[1]; | - |
| 2010 | memcpy(pNew->zName, zName, nName+1); | - |
| 2011 | | - |
| 2012 | | - |
| 2013 | | - |
| 2014 | if( db->autoCommit| TRUE | evaluated 115 times by 2 testsEvaluated by:- Self test (438)
- Self test (64)
| | FALSE | evaluated 33992 times by 1 test |
){ | 115-33992 |
| 2015 | db->autoCommit = 0; | - |
| 2016 | db->isTransactionSavepoint = 1; | - |
| 2017 | }executed 115 times by 2 tests: end of blockExecuted by:- Self test (438)
- Self test (64)
else{ | 115 |
| 2018 | db->nSavepoint++; | - |
| 2019 | }executed 33992 times by 1 test: end of block | 33992 |
| 2020 | | - |
| 2021 | | - |
| 2022 | pNew->pNext = db->pSavepoint; | - |
| 2023 | db->pSavepoint = pNew; | - |
| 2024 | pNew->nDeferredCons = db->nDeferredCons; | - |
| 2025 | pNew->nDeferredImmCons = db->nDeferredImmCons; | - |
| 2026 | }executed 34107 times by 2 tests: end of blockExecuted by:- Self test (438)
- Self test (64)
| 34107 |
| 2027 | }executed 34107 times by 2 tests: end of blockExecuted by:- Self test (438)
- Self test (64)
| 34107 |
| 2028 | }else{ | - |
| 2029 | iSavepoint = 0; | - |
| 2030 | | - |
| 2031 | | - |
| 2032 | | - |
| 2033 | for( | - |
| 2034 | pSavepoint = db->pSavepoint; | - |
| 2035 | pSavepoint| TRUE | evaluated 29208 times by 1 test | | FALSE | evaluated 2 times by 1 test |
&& sqlite3StrICmp(pSavepoint->zName, zName)| TRUE | evaluated 28046 times by 1 test | | FALSE | evaluated 1162 times by 1 test |
; | 2-29208 |
| 2036 | pSavepoint = pSavepoint->pNext | - |
| 2037 | ){ | - |
| 2038 | iSavepoint++; | - |
| 2039 | }executed 28046 times by 1 test: end of block | 28046 |
| 2040 | if( !pSavepoint| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 1162 times by 1 test |
){ | 2-1162 |
| 2041 | sqlite3VdbeError(p, "no such savepoint: %s", zName); | - |
| 2042 | rc = 1; | - |
| 2043 | }executed 2 times by 1 test: end of block else if( db->nVdbeWrite>0| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 1161 times by 1 test |
&& p1==1| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
){ | 0-1161 |
| 2044 | | - |
| 2045 | | - |
| 2046 | | - |
| 2047 | sqlite3VdbeError(p, "cannot release savepoint - " | - |
| 2048 | "SQL statements in progress"); | - |
| 2049 | rc = 5; | - |
| 2050 | }executed 1 time by 1 test: end of block else{ | 1 |
| 2051 | | - |
| 2052 | | - |
| 2053 | | - |
| 2054 | | - |
| 2055 | | - |
| 2056 | int isTransaction = pSavepoint->pNext==0| TRUE | evaluated 253 times by 1 test | | FALSE | evaluated 908 times by 1 test |
&& db->isTransactionSavepoint| TRUE | evaluated 103 times by 1 test | | FALSE | evaluated 150 times by 1 test |
; | 103-908 |
| 2057 | if( isTransaction| TRUE | evaluated 103 times by 1 test | | FALSE | evaluated 1058 times by 1 test |
&& p1==1| TRUE | evaluated 57 times by 1 test | | FALSE | evaluated 46 times by 1 test |
){ | 46-1058 |
| 2058 | if( (| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 53 times by 1 test |
rc = sqlite3VdbeCheckFk(p, 1))!=0| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 53 times by 1 test |
){ | 4-53 |
| 2059 | gotoexecuted 4 times by 1 test: goto vdbe_return; vdbe_return;executed 4 times by 1 test: goto vdbe_return; | 4 |
| 2060 | } | - |
| 2061 | db->autoCommit = 1; | - |
| 2062 | if( sqlite3VdbeHalt(p)==5| TRUE | evaluated 5 times by 1 test | | FALSE | evaluated 48 times by 1 test |
){ | 5-48 |
| 2063 | p->pc = (int)(pOp - aOp); | - |
| 2064 | db->autoCommit = 0; | - |
| 2065 | p->rc = rc = 5; | - |
| 2066 | gotoexecuted 5 times by 1 test: goto vdbe_return; vdbe_return;executed 5 times by 1 test: goto vdbe_return; | 5 |
| 2067 | } | - |
| 2068 | db->isTransactionSavepoint = 0; | - |
| 2069 | rc = p->rc; | - |
| 2070 | }executed 48 times by 1 test: end of block else{ | 48 |
| 2071 | int isSchemaChange; | - |
| 2072 | iSavepoint = db->nSavepoint - iSavepoint - 1; | - |
| 2073 | if( p1==2| TRUE | evaluated 1058 times by 1 test | | FALSE | evaluated 46 times by 1 test |
){ | 46-1058 |
| 2074 | isSchemaChange = (db->mDbFlags & 0x0001)!=0; | - |
| 2075 | for(ii=0; ii<db->nDb| TRUE | evaluated 2122 times by 1 test | | FALSE | evaluated 1058 times by 1 test |
; ii++){ | 1058-2122 |
| 2076 | rc = sqlite3BtreeTripAllCursors(db->aDb[ii].pBt, | - |
| 2077 | (4 | (2<<8)), | - |
| 2078 | isSchemaChange==0); | - |
| 2079 | if( rc!=0| TRUE | never evaluated | | FALSE | evaluated 2122 times by 1 test |
) gotonever executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0-2122 |
| 2080 | }executed 2122 times by 1 test: end of block | 2122 |
| 2081 | }executed 1058 times by 1 test: end of block else{ | 1058 |
| 2082 | isSchemaChange = 0; | - |
| 2083 | }executed 46 times by 1 test: end of block | 46 |
| 2084 | for(ii=0; ii<db->nDb| TRUE | evaluated 2214 times by 1 test | | FALSE | evaluated 1104 times by 1 test |
; ii++){ | 1104-2214 |
| 2085 | rc = sqlite3BtreeSavepoint(db->aDb[ii].pBt, p1, iSavepoint); | - |
| 2086 | if( rc!=0| TRUE | never evaluated | | FALSE | evaluated 2214 times by 1 test |
){ | 0-2214 |
| 2087 | goto never executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0 |
| 2088 | } | - |
| 2089 | }executed 2214 times by 1 test: end of block | 2214 |
| 2090 | if( isSchemaChange| TRUE | evaluated 25 times by 1 test | | FALSE | evaluated 1079 times by 1 test |
){ | 25-1079 |
| 2091 | sqlite3ExpirePreparedStatements(db, 0); | - |
| 2092 | sqlite3ResetAllSchemasOfConnection(db); | - |
| 2093 | db->mDbFlags |= 0x0001; | - |
| 2094 | }executed 25 times by 1 test: end of block | 25 |
| 2095 | }executed 1104 times by 1 test: end of block | 1104 |
| 2096 | | - |
| 2097 | | - |
| 2098 | | - |
| 2099 | while( db->pSavepoint!=pSavepoint| TRUE | evaluated 28043 times by 1 test | | FALSE | evaluated 1152 times by 1 test |
){ | 1152-28043 |
| 2100 | pTmp = db->pSavepoint; | - |
| 2101 | db->pSavepoint = pTmp->pNext; | - |
| 2102 | sqlite3DbFree(db, pTmp); | - |
| 2103 | db->nSavepoint--; | - |
| 2104 | }executed 28043 times by 1 test: end of block | 28043 |
| 2105 | | - |
| 2106 | | - |
| 2107 | | - |
| 2108 | | - |
| 2109 | | - |
| 2110 | if( p1==1| TRUE | evaluated 94 times by 1 test | | FALSE | evaluated 1058 times by 1 test |
){ | 94-1058 |
| 2111 | | - |
| 2112 | ((void) (0)) | - |
| 2113 | ; | - |
| 2114 | db->pSavepoint = pSavepoint->pNext; | - |
| 2115 | sqlite3DbFree(db, pSavepoint); | - |
| 2116 | if( !isTransaction| TRUE | evaluated 46 times by 1 test | | FALSE | evaluated 48 times by 1 test |
){ | 46-48 |
| 2117 | db->nSavepoint--; | - |
| 2118 | }executed 46 times by 1 test: end of block | 46 |
| 2119 | }executed 94 times by 1 test: end of block else{ | 94 |
| 2120 | db->nDeferredCons = pSavepoint->nDeferredCons; | - |
| 2121 | db->nDeferredImmCons = pSavepoint->nDeferredImmCons; | - |
| 2122 | }executed 1058 times by 1 test: end of block | 1058 |
| 2123 | | - |
| 2124 | if( !isTransaction| TRUE | evaluated 1058 times by 1 test | | FALSE | evaluated 94 times by 1 test |
|| p1==2| TRUE | evaluated 46 times by 1 test | | FALSE | evaluated 48 times by 1 test |
){ | 46-1058 |
| 2125 | rc = sqlite3VtabSavepoint(db, p1, iSavepoint); | - |
| 2126 | if( rc!=0| TRUE | never evaluated | | FALSE | evaluated 1104 times by 1 test |
) gotonever executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0-1104 |
| 2127 | }executed 1104 times by 1 test: end of block | 1104 |
| 2128 | }executed 1152 times by 1 test: end of block | 1152 |
| 2129 | } | - |
| 2130 | if( rc| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 35259 times by 2 testsEvaluated by:- Self test (438)
- Self test (64)
|
) gotoexecuted 4 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 4 times by 1 test: goto abort_due_to_error; | 4-35259 |
| 2131 | | - |
| 2132 | break;executed 35259 times by 2 tests: break;Executed by:- Self test (438)
- Self test (64)
| 35259 |
| 2133 | } | - |
| 2134 | caseexecuted 7235 times by 53 tests: case 1:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (12)
- Self test (14)
- Self test (16)
- Self test (18)
- Self test (20)
- Self test (22)
- Self test (3)
- Self test (30)
- Self test (31)
- Self test (34)
- Self test (35)
- Self test (38)
- Self test (4)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (49)
- Self test (5)
- Self test (50)
- Self test (51)
- Self test (54)
- ...
1:executed 7235 times by 53 tests: case 1:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (12)
- Self test (14)
- Self test (16)
- Self test (18)
- Self test (20)
- Self test (22)
- Self test (3)
- Self test (30)
- Self test (31)
- Self test (34)
- Self test (35)
- Self test (38)
- Self test (4)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (49)
- Self test (5)
- Self test (50)
- Self test (51)
- Self test (54)
- ...
{ | 7235 |
| 2135 | int desiredAutoCommit; | - |
| 2136 | int iRollback; | - |
| 2137 | | - |
| 2138 | desiredAutoCommit = pOp->p1; | - |
| 2139 | iRollback = pOp->p2; | - |
| 2140 | | - |
| 2141 | ((void) (0)) | - |
| 2142 | ; | - |
| 2143 | | - |
| 2144 | ((void) (0)) | - |
| 2145 | ; | - |
| 2146 | | - |
| 2147 | ((void) (0)) | - |
| 2148 | ; | - |
| 2149 | | - |
| 2150 | ((void) (0)) | - |
| 2151 | ; | - |
| 2152 | | - |
| 2153 | if( desiredAutoCommit!=db->autoCommit| TRUE | evaluated 7018 times by 53 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (12)
- Self test (14)
- Self test (16)
- Self test (18)
- Self test (20)
- Self test (22)
- Self test (3)
- Self test (30)
- Self test (31)
- Self test (34)
- Self test (35)
- Self test (38)
- Self test (4)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (49)
- Self test (5)
- Self test (50)
- Self test (51)
- Self test (54)
- ...
| | FALSE | evaluated 217 times by 2 testsEvaluated by:- Self test (35)
- Self test (438)
|
){ | 217-7018 |
| 2154 | if( iRollback| TRUE | evaluated 1194 times by 12 testsEvaluated by:- Self test (10)
- Self test (12)
- Self test (14)
- Self test (16)
- Self test (18)
- Self test (20)
- Self test (22)
- Self test (35)
- Self test (438)
- Self test (6)
- Self test (8)
- Self test (88)
| | FALSE | evaluated 5824 times by 53 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (12)
- Self test (14)
- Self test (16)
- Self test (18)
- Self test (20)
- Self test (22)
- Self test (3)
- Self test (30)
- Self test (31)
- Self test (34)
- Self test (35)
- Self test (38)
- Self test (4)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (49)
- Self test (5)
- Self test (50)
- Self test (51)
- Self test (54)
- ...
|
){ | 1194-5824 |
| 2155 | | - |
| 2156 | ((void) (0)) | - |
| 2157 | ; | - |
| 2158 | sqlite3RollbackAll(db, (4 | (2<<8))); | - |
| 2159 | db->autoCommit = 1; | - |
| 2160 | }executed 1190 times by 8 tests: end of blockExecuted by:- Self test (10)
- Self test (14)
- Self test (18)
- Self test (22)
- Self test (35)
- Self test (438)
- Self test (6)
- Self test (88)
else if( desiredAutoCommit| TRUE | evaluated 1745 times by 34 testsEvaluated by:- Self test (100)
- Self test (101)
- Self test (3)
- Self test (30)
- Self test (31)
- Self test (35)
- Self test (38)
- Self test (4)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (5)
- Self test (50)
- Self test (51)
- Self test (62)
- Self test (63)
- Self test (64)
- Self test (72)
- Self test (73)
- Self test (75)
- Self test (76)
- Self test (81)
- Self test (82)
- Self test (83)
- Self test (87)
- ...
| | FALSE | evaluated 4079 times by 52 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (12)
- Self test (14)
- Self test (16)
- Self test (18)
- Self test (20)
- Self test (22)
- Self test (3)
- Self test (30)
- Self test (31)
- Self test (34)
- Self test (35)
- Self test (38)
- Self test (4)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (49)
- Self test (5)
- Self test (50)
- Self test (51)
- Self test (54)
- ...
|
&& db->nVdbeWrite>0| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 1744 times by 34 testsEvaluated by:- Self test (100)
- Self test (101)
- Self test (3)
- Self test (30)
- Self test (31)
- Self test (35)
- Self test (38)
- Self test (4)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (5)
- Self test (50)
- Self test (51)
- Self test (62)
- Self test (63)
- Self test (64)
- Self test (72)
- Self test (73)
- Self test (75)
- Self test (76)
- Self test (81)
- Self test (82)
- Self test (83)
- Self test (87)
- ...
|
){ | 1-4079 |
| 2161 | | - |
| 2162 | | - |
| 2163 | | - |
| 2164 | sqlite3VdbeError(p, "cannot commit transaction - " | - |
| 2165 | "SQL statements in progress"); | - |
| 2166 | rc = 5; | - |
| 2167 | gotoexecuted 1 time by 1 test: goto abort_due_to_error; abort_due_to_error;executed 1 time by 1 test: goto abort_due_to_error; | 1 |
| 2168 | }else if( (| TRUE | evaluated 49 times by 1 test | | FALSE | evaluated 5774 times by 53 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (12)
- Self test (14)
- Self test (16)
- Self test (18)
- Self test (20)
- Self test (22)
- Self test (3)
- Self test (30)
- Self test (31)
- Self test (34)
- Self test (35)
- Self test (38)
- Self test (4)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (49)
- Self test (5)
- Self test (50)
- Self test (51)
- Self test (54)
- ...
|
rc = sqlite3VdbeCheckFk(p, 1))!=0| TRUE | evaluated 49 times by 1 test | | FALSE | evaluated 5774 times by 53 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (12)
- Self test (14)
- Self test (16)
- Self test (18)
- Self test (20)
- Self test (22)
- Self test (3)
- Self test (30)
- Self test (31)
- Self test (34)
- Self test (35)
- Self test (38)
- Self test (4)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (49)
- Self test (5)
- Self test (50)
- Self test (51)
- Self test (54)
- ...
|
){ | 49-5774 |
| 2169 | gotoexecuted 49 times by 1 test: goto vdbe_return; vdbe_return;executed 49 times by 1 test: goto vdbe_return; | 49 |
| 2170 | }else{ | - |
| 2171 | db->autoCommit = (u8)desiredAutoCommit; | - |
| 2172 | }executed 5774 times by 53 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (12)
- Self test (14)
- Self test (16)
- Self test (18)
- Self test (20)
- Self test (22)
- Self test (3)
- Self test (30)
- Self test (31)
- Self test (34)
- Self test (35)
- Self test (38)
- Self test (4)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (49)
- Self test (5)
- Self test (50)
- Self test (51)
- Self test (54)
- ...
| 5774 |
| 2173 | if( sqlite3VdbeHalt(p)==5| TRUE | evaluated 19 times by 2 testsEvaluated by:- Self test (38)
- Self test (438)
| | FALSE | evaluated 6942 times by 53 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (12)
- Self test (14)
- Self test (16)
- Self test (18)
- Self test (20)
- Self test (22)
- Self test (3)
- Self test (30)
- Self test (31)
- Self test (34)
- Self test (35)
- Self test (38)
- Self test (4)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (49)
- Self test (5)
- Self test (50)
- Self test (51)
- Self test (54)
- ...
|
){ | 19-6942 |
| 2174 | p->pc = (int)(pOp - aOp); | - |
| 2175 | db->autoCommit = (u8)(1-desiredAutoCommit); | - |
| 2176 | p->rc = rc = 5; | - |
| 2177 | gotoexecuted 19 times by 2 tests: goto vdbe_return;Executed by:- Self test (38)
- Self test (438)
vdbe_return;executed 19 times by 2 tests: goto vdbe_return;Executed by:- Self test (38)
- Self test (438)
| 19 |
| 2178 | } | - |
| 2179 | | - |
| 2180 | ((void) (0)) | - |
| 2181 | ; | - |
| 2182 | sqlite3CloseSavepoints(db); | - |
| 2183 | if( p->rc==0| TRUE | evaluated 6924 times by 53 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (12)
- Self test (14)
- Self test (16)
- Self test (18)
- Self test (20)
- Self test (22)
- Self test (3)
- Self test (30)
- Self test (31)
- Self test (34)
- Self test (35)
- Self test (38)
- Self test (4)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (49)
- Self test (5)
- Self test (50)
- Self test (51)
- Self test (54)
- ...
| | FALSE | evaluated 18 times by 1 test |
){ | 18-6924 |
| 2184 | rc = 101; | - |
| 2185 | }executed 6924 times by 53 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (12)
- Self test (14)
- Self test (16)
- Self test (18)
- Self test (20)
- Self test (22)
- Self test (3)
- Self test (30)
- Self test (31)
- Self test (34)
- Self test (35)
- Self test (38)
- Self test (4)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (49)
- Self test (5)
- Self test (50)
- Self test (51)
- Self test (54)
- ...
else{ | 6924 |
| 2186 | rc = 1; | - |
| 2187 | }executed 18 times by 1 test: end of block | 18 |
| 2188 | gotoexecuted 6942 times by 53 tests: goto vdbe_return;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (12)
- Self test (14)
- Self test (16)
- Self test (18)
- Self test (20)
- Self test (22)
- Self test (3)
- Self test (30)
- Self test (31)
- Self test (34)
- Self test (35)
- Self test (38)
- Self test (4)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (49)
- Self test (5)
- Self test (50)
- Self test (51)
- Self test (54)
- ...
vdbe_return;executed 6942 times by 53 tests: goto vdbe_return;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (12)
- Self test (14)
- Self test (16)
- Self test (18)
- Self test (20)
- Self test (22)
- Self test (3)
- Self test (30)
- Self test (31)
- Self test (34)
- Self test (35)
- Self test (38)
- Self test (4)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (49)
- Self test (5)
- Self test (50)
- Self test (51)
- Self test (54)
- ...
| 6942 |
| 2189 | }else{ | - |
| 2190 | sqlite3VdbeError(p, | - |
| 2191 | (!desiredAutoCommit)?"cannot start a transaction within a transaction":( | - |
| 2192 | (iRollback)?"cannot rollback - no transaction is active": | - |
| 2193 | "cannot commit - no transaction is active")); | - |
| 2194 | | - |
| 2195 | rc = 1; | - |
| 2196 | gotoexecuted 217 times by 2 tests: goto abort_due_to_error;Executed by:- Self test (35)
- Self test (438)
abort_due_to_error;executed 217 times by 2 tests: goto abort_due_to_error;Executed by:- Self test (35)
- Self test (438)
| 217 |
| 2197 | } | - |
| 2198 | break; dead code: break; | - |
| 2199 | } | - |
| 2200 | caseexecuted 951482 times by 435 tests: case 2:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
2:executed 951482 times by 435 tests: case 2:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
{ | 951482 |
| 2201 | Btree *pBt; | - |
| 2202 | int iMeta = 0; | - |
| 2203 | | - |
| 2204 | | - |
| 2205 | ((void) (0)) | - |
| 2206 | ; | - |
| 2207 | | - |
| 2208 | ((void) (0)) | - |
| 2209 | ; | - |
| 2210 | | - |
| 2211 | ((void) (0)) | - |
| 2212 | ; | - |
| 2213 | | - |
| 2214 | ((void) (0)) | - |
| 2215 | ; | - |
| 2216 | if( pOp->p2| TRUE | evaluated 678167 times by 407 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
| | FALSE | evaluated 273315 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
&& (| TRUE | evaluated 7 times by 1 test | | FALSE | evaluated 678160 times by 407 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
|
db->flags & 0x00100000)!=0| TRUE | evaluated 7 times by 1 test | | FALSE | evaluated 678160 times by 407 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
|
){ | 7-678167 |
| 2217 | rc = 8; | - |
| 2218 | gotoexecuted 7 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 7 times by 1 test: goto abort_due_to_error; | 7 |
| 2219 | } | - |
| 2220 | pBt = db->aDb[pOp->p1].pBt; | - |
| 2221 | | - |
| 2222 | if( pBt| TRUE | evaluated 951399 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 76 times by 1 test |
){ | 76-951399 |
| 2223 | rc = sqlite3BtreeBeginTrans(pBt, pOp->p2, &iMeta); | - |
| 2224 | ; | - |
| 2225 | ; | - |
| 2226 | if( rc!=0| TRUE | evaluated 310 times by 8 testsEvaluated by:- Self test (30)
- Self test (35)
- Self test (36)
- Self test (438)
- Self test (50)
- Self test (51)
- Self test (52)
- Self test (59)
| | FALSE | evaluated 951089 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 310-951089 |
| 2227 | if( (| TRUE | evaluated 110 times by 8 testsEvaluated by:- Self test (30)
- Self test (35)
- Self test (36)
- Self test (438)
- Self test (50)
- Self test (51)
- Self test (52)
- Self test (59)
| | FALSE | evaluated 200 times by 1 test |
rc&0xff)==5| TRUE | evaluated 110 times by 8 testsEvaluated by:- Self test (30)
- Self test (35)
- Self test (36)
- Self test (438)
- Self test (50)
- Self test (51)
- Self test (52)
- Self test (59)
| | FALSE | evaluated 200 times by 1 test |
){ | 110-200 |
| 2228 | p->pc = (int)(pOp - aOp); | - |
| 2229 | p->rc = rc; | - |
| 2230 | gotoexecuted 110 times by 8 tests: goto vdbe_return;Executed by:- Self test (30)
- Self test (35)
- Self test (36)
- Self test (438)
- Self test (50)
- Self test (51)
- Self test (52)
- Self test (59)
vdbe_return;executed 110 times by 8 tests: goto vdbe_return;Executed by:- Self test (30)
- Self test (35)
- Self test (36)
- Self test (438)
- Self test (50)
- Self test (51)
- Self test (52)
- Self test (59)
| 110 |
| 2231 | } | - |
| 2232 | gotoexecuted 200 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 200 times by 1 test: goto abort_due_to_error; | 200 |
| 2233 | } | - |
| 2234 | | - |
| 2235 | if( pOp->p2| TRUE | evaluated 677896 times by 404 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
| | FALSE | evaluated 273193 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
&& p->usesStmtJournal| TRUE | evaluated 8907 times by 351 testsEvaluated by:- Self test
- Self test (10)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- ...
| | FALSE | evaluated 668989 times by 67 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (13)
- Self test (14)
- Self test (15)
- Self test (17)
- Self test (18)
- Self test (19)
- Self test (2)
- Self test (21)
- Self test (22)
- Self test (23)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (3)
- Self test (31)
- Self test (32)
- ...
|
| 8907-677896 |
| 2236 | && (db->autoCommit==0| TRUE | evaluated 3407 times by 14 testsEvaluated by:- Self test
- Self test (10)
- Self test (12)
- Self test (14)
- Self test (16)
- Self test (18)
- Self test (20)
- Self test (22)
- Self test (438)
- Self test (54)
- Self test (57)
- Self test (58)
- Self test (6)
- Self test (8)
| | FALSE | evaluated 5500 times by 338 testsEvaluated by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
|
|| db->nVdbeRead>1| TRUE | evaluated 15 times by 1 test | | FALSE | evaluated 5485 times by 338 testsEvaluated by:- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- ...
|
) | 15-5500 |
| 2237 | ){ | - |
| 2238 | | - |
| 2239 | ((void) (0)) | - |
| 2240 | ; | - |
| 2241 | if( p->iStatement==0| TRUE | evaluated 3422 times by 14 testsEvaluated by:- Self test
- Self test (10)
- Self test (12)
- Self test (14)
- Self test (16)
- Self test (18)
- Self test (20)
- Self test (22)
- Self test (438)
- Self test (54)
- Self test (57)
- Self test (58)
- Self test (6)
- Self test (8)
| | FALSE | never evaluated |
){ | 0-3422 |
| 2242 | | - |
| 2243 | ((void) (0)) | - |
| 2244 | ; | - |
| 2245 | db->nStatement++; | - |
| 2246 | p->iStatement = db->nSavepoint + db->nStatement; | - |
| 2247 | }executed 3422 times by 14 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (12)
- Self test (14)
- Self test (16)
- Self test (18)
- Self test (20)
- Self test (22)
- Self test (438)
- Self test (54)
- Self test (57)
- Self test (58)
- Self test (6)
- Self test (8)
| 3422 |
| 2248 | | - |
| 2249 | rc = sqlite3VtabSavepoint(db, 0, p->iStatement-1); | - |
| 2250 | if( rc==0| TRUE | evaluated 3422 times by 14 testsEvaluated by:- Self test
- Self test (10)
- Self test (12)
- Self test (14)
- Self test (16)
- Self test (18)
- Self test (20)
- Self test (22)
- Self test (438)
- Self test (54)
- Self test (57)
- Self test (58)
- Self test (6)
- Self test (8)
| | FALSE | never evaluated |
){ | 0-3422 |
| 2251 | rc = sqlite3BtreeBeginStmt(pBt, p->iStatement); | - |
| 2252 | }executed 3422 times by 14 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (12)
- Self test (14)
- Self test (16)
- Self test (18)
- Self test (20)
- Self test (22)
- Self test (438)
- Self test (54)
- Self test (57)
- Self test (58)
- Self test (6)
- Self test (8)
| 3422 |
| 2253 | | - |
| 2254 | | - |
| 2255 | | - |
| 2256 | | - |
| 2257 | p->nStmtDefCons = db->nDeferredCons; | - |
| 2258 | p->nStmtDefImmCons = db->nDeferredImmCons; | - |
| 2259 | }executed 3422 times by 14 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (12)
- Self test (14)
- Self test (16)
- Self test (18)
- Self test (20)
- Self test (22)
- Self test (438)
- Self test (54)
- Self test (57)
- Self test (58)
- Self test (6)
- Self test (8)
| 3422 |
| 2260 | }executed 951089 times by 435 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 951089 |
| 2261 | | - |
| 2262 | ((void) (0)) | - |
| 2263 | ; | - |
| 2264 | if( pOp->p5| TRUE | evaluated 912005 times by 430 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 39160 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
| 39160-912005 |
| 2265 | && (iMeta!=pOp->p3| TRUE | evaluated 2245 times by 10 testsEvaluated by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (30)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (53)
| | FALSE | evaluated 909760 times by 430 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
| 2245-909760 |
| 2266 | || db->aDb[pOp->p1].pSchema->iGeneration!=pOp->p4.i| TRUE | evaluated 74 times by 1 test | | FALSE | evaluated 909686 times by 430 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
) | 74-909686 |
| 2267 | ){ | - |
| 2268 | | - |
| 2269 | | - |
| 2270 | | - |
| 2271 | | - |
| 2272 | | - |
| 2273 | sqlite3DbFree(db, p->zErrMsg); | - |
| 2274 | p->zErrMsg = sqlite3DbStrDup(db, "database schema has changed"); | - |
| 2275 | if( db->aDb[pOp->p1].pSchema->schema_cookie!=iMeta| TRUE | evaluated 304 times by 10 testsEvaluated by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (30)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (53)
| | FALSE | evaluated 2015 times by 2 testsEvaluated by:- Self test (27)
- Self test (438)
|
){ | 304-2015 |
| 2276 | sqlite3ResetOneSchema(db, pOp->p1); | - |
| 2277 | }executed 304 times by 10 tests: end of blockExecuted by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (30)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (53)
| 304 |
| 2278 | p->expired = 1; | - |
| 2279 | rc = 17; | - |
| 2280 | }executed 2319 times by 10 tests: end of blockExecuted by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (30)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (53)
| 2319 |
| 2281 | if( rc| TRUE | evaluated 2321 times by 10 testsEvaluated by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (30)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (53)
| | FALSE | evaluated 948844 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
) gotoexecuted 2321 times by 10 tests: goto abort_due_to_error;Executed by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (30)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (53)
abort_due_to_error;executed 2321 times by 10 tests: goto abort_due_to_error;Executed by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (30)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (53)
| 2321-948844 |
| 2282 | break;executed 948844 times by 435 tests: break;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 948844 |
| 2283 | } | - |
| 2284 | caseexecuted 14013 times by 29 tests: case 105:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (39)
- Self test (438)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- ...
105:executed 14013 times by 29 tests: case 105:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (39)
- Self test (438)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- ...
{ | 14013 |
| 2285 | int iMeta; | - |
| 2286 | int iDb; | - |
| 2287 | int iCookie; | - |
| 2288 | | - |
| 2289 | | - |
| 2290 | ((void) (0)) | - |
| 2291 | ; | - |
| 2292 | iDb = pOp->p1; | - |
| 2293 | iCookie = pOp->p3; | - |
| 2294 | | - |
| 2295 | ((void) (0)) | - |
| 2296 | ; | - |
| 2297 | | - |
| 2298 | ((void) (0)) | - |
| 2299 | ; | - |
| 2300 | | - |
| 2301 | ((void) (0)) | - |
| 2302 | ; | - |
| 2303 | | - |
| 2304 | ((void) (0)) | - |
| 2305 | ; | - |
| 2306 | | - |
| 2307 | sqlite3BtreeGetMeta(db->aDb[iDb].pBt, iCookie, (u32 *)&iMeta); | - |
| 2308 | pOut = out2Prerelease(p, pOp); | - |
| 2309 | pOut->u.i = iMeta; | - |
| 2310 | break;executed 14013 times by 29 tests: break;Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (39)
- Self test (438)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- ...
| 14013 |
| 2311 | } | - |
| 2312 | caseexecuted 31317 times by 31 tests: case 107:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
107:executed 31317 times by 31 tests: case 107:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
{ | 31317 |
| 2313 | Db *pDb; | - |
| 2314 | | - |
| 2315 | ; | - |
| 2316 | | - |
| 2317 | ((void) (0)) | - |
| 2318 | ; | - |
| 2319 | | - |
| 2320 | ((void) (0)) | - |
| 2321 | ; | - |
| 2322 | | - |
| 2323 | ((void) (0)) | - |
| 2324 | ; | - |
| 2325 | | - |
| 2326 | ((void) (0)) | - |
| 2327 | ; | - |
| 2328 | pDb = &db->aDb[pOp->p1]; | - |
| 2329 | | - |
| 2330 | ((void) (0)) | - |
| 2331 | ; | - |
| 2332 | | - |
| 2333 | ((void) (0)) | - |
| 2334 | ; | - |
| 2335 | | - |
| 2336 | rc = sqlite3BtreeUpdateMeta(pDb->pBt, pOp->p2, pOp->p3); | - |
| 2337 | if( pOp->p2==1| TRUE | evaluated 22464 times by 31 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
| | FALSE | evaluated 8853 times by 24 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (57)
- Self test (58)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- Self test (97)
- Self test (98)
- Self test (99)
|
){ | 8853-22464 |
| 2338 | | - |
| 2339 | pDb->pSchema->schema_cookie = pOp->p3; | - |
| 2340 | db->mDbFlags |= 0x0001; | - |
| 2341 | }executed 22464 times by 31 tests: end of blockExecuted by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
else if( pOp->p2==2| TRUE | evaluated 4356 times by 21 testsEvaluated by:- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- Self test (97)
- Self test (98)
- Self test (99)
| | FALSE | evaluated 4497 times by 24 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (57)
- Self test (58)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- Self test (97)
- Self test (98)
- Self test (99)
|
){ | 4356-22464 |
| 2342 | | - |
| 2343 | pDb->pSchema->file_format = pOp->p3; | - |
| 2344 | }executed 4356 times by 21 tests: end of blockExecuted by:- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- Self test (97)
- Self test (98)
- Self test (99)
| 4356 |
| 2345 | if( pOp->p1==1| TRUE | evaluated 1349 times by 1 test | | FALSE | evaluated 29968 times by 31 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
|
){ | 1349-29968 |
| 2346 | | - |
| 2347 | | - |
| 2348 | sqlite3ExpirePreparedStatements(db, 0); | - |
| 2349 | p->expired = 0; | - |
| 2350 | }executed 1349 times by 1 test: end of block | 1349 |
| 2351 | if( rc| TRUE | never evaluated | | FALSE | evaluated 31317 times by 31 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
|
) gotonever executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0-31317 |
| 2352 | break;executed 31317 times by 31 tests: break;Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
| 31317 |
| 2353 | } | - |
| 2354 | caseexecuted 14080 times by 1 test: case 108: 108:executed 14080 times by 1 test: case 108: { | 14080 |
| 2355 | int nField; | - |
| 2356 | KeyInfo *pKeyInfo; | - |
| 2357 | int p2; | - |
| 2358 | int iDb; | - |
| 2359 | int wrFlag; | - |
| 2360 | Btree *pX; | - |
| 2361 | VdbeCursor *pCur; | - |
| 2362 | Db *pDb; | - |
| 2363 | | - |
| 2364 | | - |
| 2365 | ((void) (0)) | - |
| 2366 | ; | - |
| 2367 | | - |
| 2368 | ((void) (0)) | - |
| 2369 | ; | - |
| 2370 | pCur = p->apCsr[pOp->p1]; | - |
| 2371 | if( pCur| TRUE | evaluated 11767 times by 1 test | | FALSE | evaluated 2313 times by 1 test |
&& pCur->pgnoRoot==(u32)pOp->p2| TRUE | evaluated 3670 times by 1 test | | FALSE | evaluated 8097 times by 1 test |
){ | 2313-11767 |
| 2372 | | - |
| 2373 | ((void) (0)) | - |
| 2374 | ; | - |
| 2375 | gotoexecuted 3670 times by 1 test: goto open_cursor_set_hints; open_cursor_set_hints;executed 3670 times by 1 test: goto open_cursor_set_hints; | 3670 |
| 2376 | } | - |
| 2377 | | - |
| 2378 | | - |
| 2379 | caseexecuted 576607 times by 435 tests: case 109:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
109:executed 576607 times by 435 tests: case 109:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
code before this statement executed 10410 times by 1 test: case 109: | 10410-576607 |
| 2380 | caseexecuted 1265577 times by 404 tests: case 110:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
110:executed 1265577 times by 404 tests: case 110:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
| 1265577 |
| 2381 | | - |
| 2382 | | - |
| 2383 | ((void) (0)) | - |
| 2384 | ; | - |
| 2385 | | - |
| 2386 | ((void) (0)) | - |
| 2387 | ; | - |
| 2388 | | - |
| 2389 | ((void) (0)) | - |
| 2390 | | - |
| 2391 | ; | - |
| 2392 | | - |
| 2393 | if( p->expired==1| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 1852592 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 2-1852592 |
| 2394 | rc = (4 | (2<<8)); | - |
| 2395 | gotoexecuted 2 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 2 times by 1 test: goto abort_due_to_error; | 2 |
| 2396 | } | - |
| 2397 | | - |
| 2398 | nField = 0; | - |
| 2399 | pKeyInfo = 0; | - |
| 2400 | p2 = pOp->p2; | - |
| 2401 | iDb = pOp->p3; | - |
| 2402 | | - |
| 2403 | ((void) (0)) | - |
| 2404 | ; | - |
| 2405 | | - |
| 2406 | ((void) (0)) | - |
| 2407 | ; | - |
| 2408 | pDb = &db->aDb[iDb]; | - |
| 2409 | pX = pDb->pBt; | - |
| 2410 | | - |
| 2411 | ((void) (0)) | - |
| 2412 | ; | - |
| 2413 | if( pOp->opcode==110| TRUE | evaluated 1265577 times by 404 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
| | FALSE | evaluated 587015 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 587015-1265577 |
| 2414 | | - |
| 2415 | ((void) (0)) | - |
| 2416 | ; | - |
| 2417 | wrFlag = 0x00000004 | (pOp->p5 & 0x08); | - |
| 2418 | | - |
| 2419 | ((void) (0)) | - |
| 2420 | ; | - |
| 2421 | if( pDb->pSchema->file_format < p->minWriteFileFormat| TRUE | evaluated 668835 times by 404 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
| | FALSE | evaluated 596742 times by 386 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- ...
|
){ | 596742-668835 |
| 2422 | p->minWriteFileFormat = pDb->pSchema->file_format; | - |
| 2423 | }executed 668835 times by 404 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
| 668835 |
| 2424 | }executed 1265577 times by 404 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
else{ | 1265577 |
| 2425 | wrFlag = 0; | - |
| 2426 | }executed 587015 times by 435 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 587015 |
| 2427 | if( pOp->p5 & 0x10| TRUE | evaluated 2601 times by 13 testsEvaluated by:- Self test
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (57)
- Self test (58)
| | FALSE | evaluated 1849991 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 2601-1849991 |
| 2428 | | - |
| 2429 | ((void) (0)) | - |
| 2430 | ; | - |
| 2431 | | - |
| 2432 | ((void) (0)) | - |
| 2433 | ; | - |
| 2434 | | - |
| 2435 | ((void) (0)) | - |
| 2436 | ; | - |
| 2437 | pIn2 = &aMem[p2]; | - |
| 2438 | | - |
| 2439 | ((void) (0)) | - |
| 2440 | ; | - |
| 2441 | | - |
| 2442 | ((void) (0)) | - |
| 2443 | ; | - |
| 2444 | sqlite3VdbeMemIntegerify(pIn2); | - |
| 2445 | p2 = (int)pIn2->u.i; | - |
| 2446 | | - |
| 2447 | | - |
| 2448 | | - |
| 2449 | | - |
| 2450 | | - |
| 2451 | ((void) (0)) | - |
| 2452 | ; | - |
| 2453 | }executed 2601 times by 13 tests: end of blockExecuted by:- Self test
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (57)
- Self test (58)
| 2601 |
| 2454 | if( pOp->p4type==(-9)| TRUE | evaluated 865479 times by 388 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| | FALSE | evaluated 987113 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 865479-987113 |
| 2455 | pKeyInfo = pOp->p4.pKeyInfo; | - |
| 2456 | | - |
| 2457 | ((void) (0)) | - |
| 2458 | ; | - |
| 2459 | | - |
| 2460 | ((void) (0)) | - |
| 2461 | ; | - |
| 2462 | nField = pKeyInfo->nAllField; | - |
| 2463 | }executed 865479 times by 388 tests: end of blockExecuted by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
else if( pOp->p4type==(-3)| TRUE | evaluated 986998 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| | FALSE | evaluated 115 times by 4 testsEvaluated by:- Self test
- Self test (438)
- Self test (57)
- Self test (58)
|
){ | 115-986998 |
| 2464 | nField = pOp->p4.i; | - |
| 2465 | }executed 986998 times by 435 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 986998 |
| 2466 | | - |
| 2467 | ((void) (0)) | - |
| 2468 | ; | - |
| 2469 | | - |
| 2470 | ((void) (0)) | - |
| 2471 | ; | - |
| 2472 | ; | - |
| 2473 | pCur = allocateCursor(p, pOp->p1, nField, iDb, 0); | - |
| 2474 | if( pCur==0| TRUE | evaluated 37 times by 1 test | | FALSE | evaluated 1852555 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
) gotoexecuted 37 times by 1 test: goto no_mem; no_mem;executed 37 times by 1 test: goto no_mem; | 37-1852555 |
| 2475 | pCur->nullRow = 1; | - |
| 2476 | pCur->isOrdered = 1; | - |
| 2477 | pCur->pgnoRoot = p2; | - |
| 2478 | | - |
| 2479 | | - |
| 2480 | | - |
| 2481 | rc = sqlite3BtreeCursor(pX, p2, wrFlag, pKeyInfo, pCur->uc.pCursor); | - |
| 2482 | pCur->pKeyInfo = pKeyInfo; | - |
| 2483 | | - |
| 2484 | | - |
| 2485 | | - |
| 2486 | | - |
| 2487 | pCur->isTable = pOp->p4type!=(-9); | - |
| 2488 | | - |
| 2489 | open_cursor_set_hints:code before this statement executed 1852555 times by 435 tests: open_cursor_set_hints:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 1852555 |
| 2490 | | - |
| 2491 | ((void) (0)) | - |
| 2492 | ; | - |
| 2493 | | - |
| 2494 | ((void) (0)) | - |
| 2495 | ; | - |
| 2496 | ; | - |
| 2497 | | - |
| 2498 | | - |
| 2499 | | - |
| 2500 | sqlite3BtreeCursorHintFlags(pCur->uc.pCursor, | - |
| 2501 | (pOp->p5 & (0x01|0x02))); | - |
| 2502 | if( rc| TRUE | evaluated 3 times by 1 test | | FALSE | evaluated 1856222 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
) gotoexecuted 3 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 3 times by 1 test: goto abort_due_to_error; | 3-1856222 |
| 2503 | break;executed 1856222 times by 435 tests: break;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 1856222 |
| 2504 | } | - |
| 2505 | caseexecuted 2353 times by 1 test: case 111: 111:executed 2353 times by 1 test: case 111: { | 2353 |
| 2506 | VdbeCursor *pOrig; | - |
| 2507 | VdbeCursor *pCx; | - |
| 2508 | | - |
| 2509 | pOrig = p->apCsr[pOp->p2]; | - |
| 2510 | | - |
| 2511 | ((void) (0)) | - |
| 2512 | ; | - |
| 2513 | | - |
| 2514 | pCx = allocateCursor(p, pOp->p1, pOrig->nField, -1, 0); | - |
| 2515 | if( pCx==0| TRUE | never evaluated | | FALSE | evaluated 2353 times by 1 test |
) gotonever executed: goto no_mem; no_mem;never executed: goto no_mem; | 0-2353 |
| 2516 | pCx->nullRow = 1; | - |
| 2517 | pCx->isEphemeral = 1; | - |
| 2518 | pCx->pKeyInfo = pOrig->pKeyInfo; | - |
| 2519 | pCx->isTable = pOrig->isTable; | - |
| 2520 | rc = sqlite3BtreeCursor(pOrig->pBtx, 1, 0x00000004, | - |
| 2521 | pCx->pKeyInfo, pCx->uc.pCursor); | - |
| 2522 | | - |
| 2523 | | - |
| 2524 | | - |
| 2525 | | - |
| 2526 | ((void) (0)) | - |
| 2527 | ; | - |
| 2528 | break;executed 2353 times by 1 test: break; | 2353 |
| 2529 | } | - |
| 2530 | caseexecuted 2824 times by 1 test: case 112: 112:executed 2824 times by 1 test: case 112: | 2824 |
| 2531 | caseexecuted 57415 times by 5 tests: case 113:Executed by:- Self test (101)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (64)
113:executed 57415 times by 5 tests: case 113:Executed by:- Self test (101)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (64)
{ | 57415 |
| 2532 | VdbeCursor *pCx; | - |
| 2533 | KeyInfo *pKeyInfo; | - |
| 2534 | | - |
| 2535 | static const int vfsFlags = | - |
| 2536 | 0x00000002 | | - |
| 2537 | 0x00000004 | | - |
| 2538 | 0x00000010 | | - |
| 2539 | 0x00000008 | | - |
| 2540 | 0x00000400; | - |
| 2541 | | - |
| 2542 | ((void) (0)) | - |
| 2543 | ; | - |
| 2544 | | - |
| 2545 | ((void) (0)) | - |
| 2546 | ; | - |
| 2547 | pCx = allocateCursor(p, pOp->p1, pOp->p2, -1, 0); | - |
| 2548 | if( pCx==0| TRUE | evaluated 6 times by 1 test | | FALSE | evaluated 60233 times by 5 testsEvaluated by:- Self test (101)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (64)
|
) gotoexecuted 6 times by 1 test: goto no_mem; no_mem;executed 6 times by 1 test: goto no_mem; | 6-60233 |
| 2549 | pCx->nullRow = 1; | - |
| 2550 | pCx->isEphemeral = 1; | - |
| 2551 | rc = sqlite3BtreeOpen(db->pVfs, 0, db, &pCx->pBtx, | - |
| 2552 | 1 | 4 | pOp->p5, vfsFlags); | - |
| 2553 | if( rc==0| TRUE | evaluated 60197 times by 5 testsEvaluated by:- Self test (101)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (64)
| | FALSE | evaluated 36 times by 1 test |
){ | 36-60197 |
| 2554 | rc = sqlite3BtreeBeginTrans(pCx->pBtx, 1, 0); | - |
| 2555 | }executed 60197 times by 5 tests: end of blockExecuted by:- Self test (101)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (64)
| 60197 |
| 2556 | if( rc==0| TRUE | evaluated 60194 times by 5 testsEvaluated by:- Self test (101)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (64)
| | FALSE | evaluated 39 times by 1 test |
){ | 39-60194 |
| 2557 | | - |
| 2558 | | - |
| 2559 | | - |
| 2560 | | - |
| 2561 | | - |
| 2562 | if( (| TRUE | evaluated 12299 times by 1 test | | FALSE | evaluated 47895 times by 5 testsEvaluated by:- Self test (101)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (64)
|
pCx->pKeyInfo = pKeyInfo = pOp->p4.pKeyInfo)!=0| TRUE | evaluated 12299 times by 1 test | | FALSE | evaluated 47895 times by 5 testsEvaluated by:- Self test (101)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (64)
|
){ | 12299-47895 |
| 2563 | int pgno; | - |
| 2564 | | - |
| 2565 | ((void) (0)) | - |
| 2566 | ; | - |
| 2567 | rc = sqlite3BtreeCreateTable(pCx->pBtx, &pgno, 2 | pOp->p5); | - |
| 2568 | if( rc==0| TRUE | evaluated 12299 times by 1 test | | FALSE | never evaluated |
){ | 0-12299 |
| 2569 | | - |
| 2570 | ((void) (0)) | - |
| 2571 | ; | - |
| 2572 | | - |
| 2573 | ((void) (0)) | - |
| 2574 | ; | - |
| 2575 | | - |
| 2576 | ((void) (0)) | - |
| 2577 | ; | - |
| 2578 | rc = sqlite3BtreeCursor(pCx->pBtx, pgno, 0x00000004, | - |
| 2579 | pKeyInfo, pCx->uc.pCursor); | - |
| 2580 | }executed 12299 times by 1 test: end of block | 12299 |
| 2581 | pCx->isTable = 0; | - |
| 2582 | }executed 12299 times by 1 test: end of block else{ | 12299 |
| 2583 | rc = sqlite3BtreeCursor(pCx->pBtx, 1, 0x00000004, | - |
| 2584 | 0, pCx->uc.pCursor); | - |
| 2585 | pCx->isTable = 1; | - |
| 2586 | }executed 47895 times by 5 tests: end of blockExecuted by:- Self test (101)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (64)
| 47895 |
| 2587 | } | - |
| 2588 | if( rc| TRUE | evaluated 45 times by 1 test | | FALSE | evaluated 60188 times by 5 testsEvaluated by:- Self test (101)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (64)
|
) gotoexecuted 45 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 45 times by 1 test: goto abort_due_to_error; | 45-60188 |
| 2589 | pCx->isOrdered = (pOp->p5!=8); | - |
| 2590 | break;executed 60188 times by 5 tests: break;Executed by:- Self test (101)
- Self test (32)
- Self test (33)
- Self test (438)
- Self test (64)
| 60188 |
| 2591 | } | - |
| 2592 | caseexecuted 18989 times by 10 tests: case 114:Executed by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
114:executed 18989 times by 10 tests: case 114:Executed by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
{ | 18989 |
| 2593 | VdbeCursor *pCx; | - |
| 2594 | | - |
| 2595 | | - |
| 2596 | ((void) (0)) | - |
| 2597 | ; | - |
| 2598 | | - |
| 2599 | ((void) (0)) | - |
| 2600 | ; | - |
| 2601 | pCx = allocateCursor(p, pOp->p1, pOp->p2, -1, 1); | - |
| 2602 | if( pCx==0| TRUE | never evaluated | | FALSE | evaluated 18989 times by 10 testsEvaluated by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
|
) gotonever executed: goto no_mem; no_mem;never executed: goto no_mem; | 0-18989 |
| 2603 | pCx->pKeyInfo = pOp->p4.pKeyInfo; | - |
| 2604 | | - |
| 2605 | ((void) (0)) | - |
| 2606 | ; | - |
| 2607 | | - |
| 2608 | ((void) (0)) | - |
| 2609 | ; | - |
| 2610 | rc = sqlite3VdbeSorterInit(db, pOp->p3, pCx); | - |
| 2611 | if( rc| TRUE | never evaluated | | FALSE | evaluated 18989 times by 10 testsEvaluated by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
|
) gotonever executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0-18989 |
| 2612 | break;executed 18989 times by 10 tests: break;Executed by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
| 18989 |
| 2613 | } | - |
| 2614 | caseexecuted 23287 times by 1 test: case 115: 115:executed 23287 times by 1 test: case 115: { | 23287 |
| 2615 | VdbeCursor *pC; | - |
| 2616 | | - |
| 2617 | ((void) (0)) | - |
| 2618 | ; | - |
| 2619 | pC = p->apCsr[pOp->p1]; | - |
| 2620 | | - |
| 2621 | ((void) (0)) | - |
| 2622 | ; | - |
| 2623 | if( (| TRUE | evaluated 232 times by 1 test | | FALSE | evaluated 23055 times by 1 test |
pC->seqCount++)==0| TRUE | evaluated 232 times by 1 test | | FALSE | evaluated 23055 times by 1 test |
){ | 232-23055 |
| 2624 | gotoexecuted 232 times by 1 test: goto jump_to_p2; jump_to_p2;executed 232 times by 1 test: goto jump_to_p2; | 232 |
| 2625 | } | - |
| 2626 | break;executed 23055 times by 1 test: break; | 23055 |
| 2627 | } | - |
| 2628 | caseexecuted 58180 times by 1 test: case 116: 116:executed 58180 times by 1 test: case 116: { | 58180 |
| 2629 | VdbeCursor *pCx; | - |
| 2630 | | - |
| 2631 | | - |
| 2632 | ((void) (0)) | - |
| 2633 | ; | - |
| 2634 | | - |
| 2635 | ((void) (0)) | - |
| 2636 | ; | - |
| 2637 | pCx = allocateCursor(p, pOp->p1, pOp->p3, -1, 3); | - |
| 2638 | if( pCx==0| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 58178 times by 1 test |
) gotoexecuted 2 times by 1 test: goto no_mem; no_mem;executed 2 times by 1 test: goto no_mem; | 2-58178 |
| 2639 | pCx->nullRow = 1; | - |
| 2640 | pCx->seekResult = pOp->p2; | - |
| 2641 | pCx->isTable = 1; | - |
| 2642 | | - |
| 2643 | | - |
| 2644 | | - |
| 2645 | | - |
| 2646 | pCx->uc.pCursor = sqlite3BtreeFakeValidCursor(); | - |
| 2647 | | - |
| 2648 | ((void) (0)) | - |
| 2649 | ; | - |
| 2650 | break;executed 58178 times by 1 test: break; | 58178 |
| 2651 | } | - |
| 2652 | | - |
| 2653 | | - |
| 2654 | | - |
| 2655 | | - |
| 2656 | | - |
| 2657 | | - |
| 2658 | caseexecuted 170989 times by 33 tests: case 117:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (64)
- Self test (72)
- Self test (73)
- Self test (91)
- ...
117:executed 170989 times by 33 tests: case 117:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (64)
- Self test (72)
- Self test (73)
- Self test (91)
- ...
{ | 170989 |
| 2659 | | - |
| 2660 | ((void) (0)) | - |
| 2661 | ; | - |
| 2662 | sqlite3VdbeFreeCursor(p, p->apCsr[pOp->p1]); | - |
| 2663 | p->apCsr[pOp->p1] = 0; | - |
| 2664 | break;executed 170989 times by 33 tests: break;Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (64)
- Self test (72)
- Self test (73)
- Self test (91)
- ...
| 170989 |
| 2665 | } | - |
| 2666 | caseexecuted 313 times by 1 test: case 22: 22:executed 313 times by 1 test: case 22: | 313 |
| 2667 | caseexecuted 742 times by 1 test: case 23: 23:executed 742 times by 1 test: case 23: | 742 |
| 2668 | caseexecuted 465684 times by 1 test: case 24: 24:executed 465684 times by 1 test: case 24: | 465684 |
| 2669 | caseexecuted 8088 times by 1 test: case 25: 25:executed 8088 times by 1 test: case 25: { | 8088 |
| 2670 | int res; | - |
| 2671 | int oc; | - |
| 2672 | VdbeCursor *pC; | - |
| 2673 | UnpackedRecord r; | - |
| 2674 | int nField; | - |
| 2675 | i64 iKey; | - |
| 2676 | int eqOnly; | - |
| 2677 | | - |
| 2678 | | - |
| 2679 | ((void) (0)) | - |
| 2680 | ; | - |
| 2681 | | - |
| 2682 | ((void) (0)) | - |
| 2683 | ; | - |
| 2684 | pC = p->apCsr[pOp->p1]; | - |
| 2685 | | - |
| 2686 | ((void) (0)) | - |
| 2687 | ; | - |
| 2688 | | - |
| 2689 | ((void) (0)) | - |
| 2690 | ; | - |
| 2691 | | - |
| 2692 | ((void) (0)) | - |
| 2693 | ; | - |
| 2694 | | - |
| 2695 | ((void) (0)) | - |
| 2696 | ; | - |
| 2697 | | - |
| 2698 | ((void) (0)) | - |
| 2699 | ; | - |
| 2700 | | - |
| 2701 | ((void) (0)) | - |
| 2702 | ; | - |
| 2703 | | - |
| 2704 | ((void) (0)) | - |
| 2705 | ; | - |
| 2706 | oc = pOp->opcode; | - |
| 2707 | eqOnly = 0; | - |
| 2708 | pC->nullRow = 0; | - |
| 2709 | | - |
| 2710 | | - |
| 2711 | | - |
| 2712 | | - |
| 2713 | if( pC->isTable| TRUE | evaluated 3229 times by 1 test | | FALSE | evaluated 471598 times by 1 test |
){ | 3229-471598 |
| 2714 | | - |
| 2715 | | - |
| 2716 | ((void) (0)) | - |
| 2717 | | - |
| 2718 | ; | - |
| 2719 | | - |
| 2720 | | - |
| 2721 | | - |
| 2722 | | - |
| 2723 | pIn3 = &aMem[pOp->p3]; | - |
| 2724 | if( (| TRUE | evaluated 133 times by 1 test | | FALSE | evaluated 3096 times by 1 test |
pIn3->flags & (0x0004|0x0008|0x0002))==0x0002| TRUE | evaluated 133 times by 1 test | | FALSE | evaluated 3096 times by 1 test |
){ | 133-3096 |
| 2725 | applyNumericAffinity(pIn3, 0); | - |
| 2726 | }executed 133 times by 1 test: end of block | 133 |
| 2727 | iKey = sqlite3VdbeIntValue(pIn3); | - |
| 2728 | | - |
| 2729 | | - |
| 2730 | | - |
| 2731 | if( (| TRUE | evaluated 294 times by 1 test | | FALSE | evaluated 2935 times by 1 test |
pIn3->flags & 0x0004)==0| TRUE | evaluated 294 times by 1 test | | FALSE | evaluated 2935 times by 1 test |
){ | 294-2935 |
| 2732 | if( (| TRUE | evaluated 261 times by 1 test | | FALSE | evaluated 33 times by 1 test |
pIn3->flags & 0x0008)==0| TRUE | evaluated 261 times by 1 test | | FALSE | evaluated 33 times by 1 test |
){ | 33-261 |
| 2733 | | - |
| 2734 | | - |
| 2735 | ; gotoexecuted 261 times by 1 test: goto jump_to_p2; jump_to_p2;executed 261 times by 1 test: goto jump_to_p2; | 261 |
| 2736 | break; dead code: break; | - |
| 2737 | } | - |
| 2738 | if( pIn3->u.r<(double)iKey| TRUE | evaluated 12 times by 1 test | | FALSE | evaluated 21 times by 1 test |
){ | 12-21 |
| 2739 | | - |
| 2740 | ((void) (0)) | - |
| 2741 | ; | - |
| 2742 | | - |
| 2743 | ((void) (0)) | - |
| 2744 | ; | - |
| 2745 | | - |
| 2746 | ((void) (0)) | - |
| 2747 | ; | - |
| 2748 | if( (| TRUE | evaluated 6 times by 1 test | | FALSE | evaluated 6 times by 1 test |
oc & 0x0001)==(25 & 0x0001)| TRUE | evaluated 6 times by 1 test | | FALSE | evaluated 6 times by 1 test |
) oc--;executed 6 times by 1 test: oc--; | 6 |
| 2749 | }executed 12 times by 1 test: end of block | 12 |
| 2750 | | - |
| 2751 | | - |
| 2752 | | - |
| 2753 | else if( pIn3->u.r>(double)iKey| TRUE | evaluated 17 times by 1 test | | FALSE | evaluated 4 times by 1 test |
){ | 4-17 |
| 2754 | | - |
| 2755 | ((void) (0)) | - |
| 2756 | ; | - |
| 2757 | | - |
| 2758 | ((void) (0)) | - |
| 2759 | ; | - |
| 2760 | | - |
| 2761 | ((void) (0)) | - |
| 2762 | ; | - |
| 2763 | if( (| TRUE | evaluated 7 times by 1 test | | FALSE | evaluated 10 times by 1 test |
oc & 0x0001)==(22 & 0x0001)| TRUE | evaluated 7 times by 1 test | | FALSE | evaluated 10 times by 1 test |
) oc++;executed 7 times by 1 test: oc++; | 7-10 |
| 2764 | }executed 17 times by 1 test: end of block | 17 |
| 2765 | }executed 33 times by 1 test: end of block | 33 |
| 2766 | rc = sqlite3BtreeMovetoUnpacked(pC->uc.pCursor, 0, (u64)iKey, 0, &res); | - |
| 2767 | pC->movetoTarget = iKey; | - |
| 2768 | if( rc!=0| TRUE | evaluated 128 times by 1 test | | FALSE | evaluated 2840 times by 1 test |
){ | 128-2840 |
| 2769 | gotoexecuted 128 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 128 times by 1 test: goto abort_due_to_error; | 128 |
| 2770 | } | - |
| 2771 | }executed 2840 times by 1 test: end of block else{ | 2840 |
| 2772 | | - |
| 2773 | | - |
| 2774 | | - |
| 2775 | | - |
| 2776 | if( sqlite3BtreeCursorHasHint(pC->uc.pCursor, 0x00000002)| TRUE | evaluated 377683 times by 1 test | | FALSE | evaluated 93915 times by 1 test |
){ | 93915-377683 |
| 2777 | eqOnly = 1; | - |
| 2778 | | - |
| 2779 | ((void) (0)) | - |
| 2780 | ; | - |
| 2781 | | - |
| 2782 | ((void) (0)) | - |
| 2783 | ; | - |
| 2784 | | - |
| 2785 | ((void) (0)) | - |
| 2786 | ; | - |
| 2787 | | - |
| 2788 | ((void) (0)) | - |
| 2789 | ; | - |
| 2790 | | - |
| 2791 | ((void) (0)) | - |
| 2792 | ; | - |
| 2793 | | - |
| 2794 | ((void) (0)) | - |
| 2795 | ; | - |
| 2796 | }executed 377683 times by 1 test: end of block | 377683 |
| 2797 | | - |
| 2798 | nField = pOp->p4.i; | - |
| 2799 | | - |
| 2800 | ((void) (0)) | - |
| 2801 | ; | - |
| 2802 | | - |
| 2803 | ((void) (0)) | - |
| 2804 | ; | - |
| 2805 | r.pKeyInfo = pC->pKeyInfo; | - |
| 2806 | r.nField = (u16)nField; | - |
| 2807 | r.default_rc = ((| TRUE | evaluated 7949 times by 1 test | | FALSE | evaluated 463649 times by 1 test |
1 & (oc - 22))| TRUE | evaluated 7949 times by 1 test | | FALSE | evaluated 463649 times by 1 test |
? -1 : +1); | 7949-463649 |
| 2808 | | - |
| 2809 | ((void) (0)) | - |
| 2810 | ; | - |
| 2811 | | - |
| 2812 | ((void) (0)) | - |
| 2813 | ; | - |
| 2814 | | - |
| 2815 | ((void) (0)) | - |
| 2816 | ; | - |
| 2817 | | - |
| 2818 | ((void) (0)) | - |
| 2819 | ; | - |
| 2820 | | - |
| 2821 | r.aMem = &aMem[pOp->p3]; | - |
| 2822 | | - |
| 2823 | | - |
| 2824 | | - |
| 2825 | r.eqSeen = 0; | - |
| 2826 | rc = sqlite3BtreeMovetoUnpacked(pC->uc.pCursor, &r, 0, 0, &res); | - |
| 2827 | if( rc!=0| TRUE | evaluated 5 times by 1 test | | FALSE | evaluated 471593 times by 1 test |
){ | 5-471593 |
| 2828 | gotoexecuted 5 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 5 times by 1 test: goto abort_due_to_error; | 5 |
| 2829 | } | - |
| 2830 | if( eqOnly| TRUE | evaluated 377681 times by 1 test | | FALSE | evaluated 93912 times by 1 test |
&& r.eqSeen==0| TRUE | evaluated 143683 times by 1 test | | FALSE | evaluated 233998 times by 1 test |
){ | 93912-377681 |
| 2831 | | - |
| 2832 | ((void) (0)) | - |
| 2833 | ; | - |
| 2834 | gotoexecuted 143683 times by 1 test: goto seek_not_found; seek_not_found;executed 143683 times by 1 test: goto seek_not_found; | 143683 |
| 2835 | } | - |
| 2836 | }executed 327910 times by 1 test: end of block | 327910 |
| 2837 | pC->deferredMoveto = 0; | - |
| 2838 | pC->cacheStatus = 0; | - |
| 2839 | | - |
| 2840 | sqlite3_search_count++; | - |
| 2841 | | - |
| 2842 | if( oc>=24| TRUE | evaluated 329824 times by 1 test | | FALSE | evaluated 926 times by 1 test |
){ | 926-329824 |
| 2843 | ((void) (0)) | - |
| 2844 | ; | - |
| 2845 | if( res<0| TRUE | evaluated 135186 times by 1 test | | FALSE | evaluated 194638 times by 1 test |
|| (res==0| TRUE | evaluated 2415 times by 1 test | | FALSE | evaluated 192223 times by 1 test |
&& oc==25| TRUE | evaluated 301 times by 1 test | | FALSE | evaluated 2114 times by 1 test |
) ){ | 301-194638 |
| 2846 | res = 0; | - |
| 2847 | rc = sqlite3BtreeNext(pC->uc.pCursor, 0); | - |
| 2848 | if( rc!=0| TRUE | evaluated 2839 times by 1 test | | FALSE | evaluated 132648 times by 1 test |
){ | 2839-132648 |
| 2849 | if( rc==101| TRUE | evaluated 2838 times by 1 test | | FALSE | evaluated 1 time by 1 test |
){ | 1-2838 |
| 2850 | rc = 0; | - |
| 2851 | res = 1; | - |
| 2852 | }executed 2838 times by 1 test: end of block else{ | 2838 |
| 2853 | gotoexecuted 1 time by 1 test: goto abort_due_to_error; abort_due_to_error;executed 1 time by 1 test: goto abort_due_to_error; | 1 |
| 2854 | } | - |
| 2855 | } | - |
| 2856 | }executed 135486 times by 1 test: end of block else{ | 135486 |
| 2857 | res = 0; | - |
| 2858 | }executed 194337 times by 1 test: end of block | 194337 |
| 2859 | }else{ | - |
| 2860 | | - |
| 2861 | ((void) (0)) | - |
| 2862 | ; | - |
| 2863 | if( res>0| TRUE | evaluated 414 times by 1 test | | FALSE | evaluated 512 times by 1 test |
|| (res==0| TRUE | evaluated 214 times by 1 test | | FALSE | evaluated 298 times by 1 test |
&& oc==22| TRUE | evaluated 131 times by 1 test | | FALSE | evaluated 83 times by 1 test |
) ){ | 83-512 |
| 2864 | res = 0; | - |
| 2865 | rc = sqlite3BtreePrevious(pC->uc.pCursor, 0); | - |
| 2866 | if( rc!=0| TRUE | evaluated 13 times by 1 test | | FALSE | evaluated 532 times by 1 test |
){ | 13-532 |
| 2867 | if( rc==101| TRUE | evaluated 12 times by 1 test | | FALSE | evaluated 1 time by 1 test |
){ | 1-12 |
| 2868 | rc = 0; | - |
| 2869 | res = 1; | - |
| 2870 | }executed 12 times by 1 test: end of block else{ | 12 |
| 2871 | gotoexecuted 1 time by 1 test: goto abort_due_to_error; abort_due_to_error;executed 1 time by 1 test: goto abort_due_to_error; | 1 |
| 2872 | } | - |
| 2873 | } | - |
| 2874 | }executed 544 times by 1 test: end of block else{ | 544 |
| 2875 | | - |
| 2876 | | - |
| 2877 | | - |
| 2878 | res = sqlite3BtreeEof(pC->uc.pCursor); | - |
| 2879 | }executed 381 times by 1 test: end of block | 381 |
| 2880 | } | - |
| 2881 | seek_not_found:code before this statement executed 330748 times by 1 test: seek_not_found: | 330748 |
| 2882 | | - |
| 2883 | ((void) (0)) | - |
| 2884 | ; | - |
| 2885 | ; | - |
| 2886 | if( res| TRUE | evaluated 146537 times by 1 test | | FALSE | evaluated 327894 times by 1 test |
){ | 146537-327894 |
| 2887 | gotoexecuted 146537 times by 1 test: goto jump_to_p2; jump_to_p2;executed 146537 times by 1 test: goto jump_to_p2; | 146537 |
| 2888 | }else if( eqOnly| TRUE | evaluated 233998 times by 1 test | | FALSE | evaluated 93896 times by 1 test |
){ | 93896-233998 |
| 2889 | | - |
| 2890 | ((void) (0)) | - |
| 2891 | ; | - |
| 2892 | pOp++; | - |
| 2893 | }executed 233998 times by 1 test: end of block | 233998 |
| 2894 | break;executed 327894 times by 1 test: break; | 327894 |
| 2895 | } | - |
| 2896 | caseexecuted 1799 times by 1 test: case 119: 119:executed 1799 times by 1 test: case 119: { | 1799 |
| 2897 | VdbeCursor *pC; | - |
| 2898 | | - |
| 2899 | ((void) (0)) | - |
| 2900 | ; | - |
| 2901 | pC = p->apCsr[pOp->p1]; | - |
| 2902 | | - |
| 2903 | ((void) (0)) | - |
| 2904 | ; | - |
| 2905 | | - |
| 2906 | ((void) (0)) | - |
| 2907 | ; | - |
| 2908 | pC->seekHit = pOp->p2 & 1; | - |
| 2909 | break;executed 1799 times by 1 test: break; | 1799 |
| 2910 | } | - |
| 2911 | caseexecuted 1555 times by 1 test: case 26: 26:executed 1555 times by 1 test: case 26: { | 1555 |
| 2912 | VdbeCursor *pC; | - |
| 2913 | | - |
| 2914 | ((void) (0)) | - |
| 2915 | ; | - |
| 2916 | pC = p->apCsr[pOp->p1]; | - |
| 2917 | | - |
| 2918 | ((void) (0)) | - |
| 2919 | ; | - |
| 2920 | if( pC->seekHit| TRUE | evaluated 536 times by 1 test | | FALSE | evaluated 1019 times by 1 test |
) break;executed 536 times by 1 test: break; | 536-1019 |
| 2921 | | - |
| 2922 | } | - |
| 2923 | caseexecuted 99886 times by 364 tests: case 27:Executed by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
27:executed 99886 times by 364 tests: case 27:Executed by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
code before this statement executed 1019 times by 1 test: case 27: | 1019-99886 |
| 2924 | caseexecuted 9151 times by 1 test: case 28: 28:executed 9151 times by 1 test: case 28: | 9151 |
| 2925 | caseexecuted 740078 times by 12 tests: case 29:Executed by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
29:executed 740078 times by 12 tests: case 29:Executed by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
{ | 740078 |
| 2926 | int alreadyExists; | - |
| 2927 | int takeJump; | - |
| 2928 | int ii; | - |
| 2929 | VdbeCursor *pC; | - |
| 2930 | int res; | - |
| 2931 | UnpackedRecord *pFree; | - |
| 2932 | UnpackedRecord *pIdxKey; | - |
| 2933 | UnpackedRecord r; | - |
| 2934 | | - |
| 2935 | | - |
| 2936 | if( pOp->opcode!=27| TRUE | evaluated 750248 times by 12 testsEvaluated by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
| | FALSE | evaluated 99886 times by 364 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
|
) sqlite3_found_count++;executed 750248 times by 12 tests: sqlite3_found_count++;Executed by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
| 99886-750248 |
| 2937 | | - |
| 2938 | | - |
| 2939 | | - |
| 2940 | ((void) (0)) | - |
| 2941 | ; | - |
| 2942 | | - |
| 2943 | ((void) (0)) | - |
| 2944 | ; | - |
| 2945 | pC = p->apCsr[pOp->p1]; | - |
| 2946 | | - |
| 2947 | ((void) (0)) | - |
| 2948 | ; | - |
| 2949 | | - |
| 2950 | | - |
| 2951 | | - |
| 2952 | pIn3 = &aMem[pOp->p3]; | - |
| 2953 | | - |
| 2954 | ((void) (0)) | - |
| 2955 | ; | - |
| 2956 | | - |
| 2957 | ((void) (0)) | - |
| 2958 | ; | - |
| 2959 | | - |
| 2960 | ((void) (0)) | - |
| 2961 | ; | - |
| 2962 | if( pOp->p4.i>0| TRUE | evaluated 842687 times by 375 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| | FALSE | evaluated 7447 times by 1 test |
){ | 7447-842687 |
| 2963 | r.pKeyInfo = pC->pKeyInfo; | - |
| 2964 | r.nField = (u16)pOp->p4.i; | - |
| 2965 | r.aMem = pIn3; | - |
| 2966 | | - |
| 2967 | | - |
| 2968 | | - |
| 2969 | | - |
| 2970 | | - |
| 2971 | | - |
| 2972 | | - |
| 2973 | pIdxKey = &r; | - |
| 2974 | pFree = 0; | - |
| 2975 | }executed 842687 times by 375 tests: end of blockExecuted by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
else{ | 842687 |
| 2976 | | - |
| 2977 | ((void) (0)) | - |
| 2978 | ; | - |
| 2979 | rc = (((| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 7446 times by 1 test |
pIn3)->flags&0x4000)| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 7446 times by 1 test |
?sqlite3VdbeMemExpandBlob(pIn3):0); | 1-7446 |
| 2980 | | - |
| 2981 | ((void) (0)) | - |
| 2982 | ; | - |
| 2983 | if( rc| TRUE | never evaluated | | FALSE | evaluated 7447 times by 1 test |
) gotonever executed: goto no_mem; no_mem;never executed: goto no_mem; | 0-7447 |
| 2984 | pFree = pIdxKey = sqlite3VdbeAllocUnpackedRecord(pC->pKeyInfo); | - |
| 2985 | if( pIdxKey==0| TRUE | never evaluated | | FALSE | evaluated 7447 times by 1 test |
) gotonever executed: goto no_mem; no_mem;never executed: goto no_mem; | 0-7447 |
| 2986 | sqlite3VdbeRecordUnpack(pC->pKeyInfo, pIn3->n, pIn3->z, pIdxKey); | - |
| 2987 | }executed 7447 times by 1 test: end of block | 7447 |
| 2988 | pIdxKey->default_rc = 0; | - |
| 2989 | takeJump = 0; | - |
| 2990 | if( pOp->opcode==27| TRUE | evaluated 99886 times by 364 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| | FALSE | evaluated 750248 times by 12 testsEvaluated by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
|
){ | 99886-750248 |
| 2991 | | - |
| 2992 | | - |
| 2993 | | - |
| 2994 | for(ii=0; ii<pIdxKey->nField| TRUE | evaluated 150417 times by 364 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| | FALSE | evaluated 99613 times by 364 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
|
; ii++){ | 99613-150417 |
| 2995 | if( pIdxKey->aMem[ii].flags & 0x0001| TRUE | evaluated 273 times by 1 test | | FALSE | evaluated 150144 times by 364 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
|
){ | 273-150144 |
| 2996 | takeJump = 1; | - |
| 2997 | break;executed 273 times by 1 test: break; | 273 |
| 2998 | } | - |
| 2999 | }executed 150144 times by 364 tests: end of blockExecuted by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| 150144 |
| 3000 | }executed 99886 times by 364 tests: end of blockExecuted by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| 99886 |
| 3001 | rc = sqlite3BtreeMovetoUnpacked(pC->uc.pCursor, pIdxKey, 0, 0, &res); | - |
| 3002 | if( pFree| TRUE | evaluated 7447 times by 1 test | | FALSE | evaluated 842687 times by 375 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
|
) sqlite3DbFreeNN(db, pFree);executed 7447 times by 1 test: sqlite3DbFreeNN(db, pFree); | 7447-842687 |
| 3003 | if( rc!=0| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 850133 times by 375 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
|
){ | 1-850133 |
| 3004 | gotoexecuted 1 time by 1 test: goto abort_due_to_error; abort_due_to_error;executed 1 time by 1 test: goto abort_due_to_error; | 1 |
| 3005 | } | - |
| 3006 | pC->seekResult = res; | - |
| 3007 | alreadyExists = (res==0); | - |
| 3008 | pC->nullRow = 1-alreadyExists; | - |
| 3009 | pC->deferredMoveto = 0; | - |
| 3010 | pC->cacheStatus = 0; | - |
| 3011 | if( pOp->opcode==29| TRUE | evaluated 740077 times by 12 testsEvaluated by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
| | FALSE | evaluated 110056 times by 364 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
|
){ | 110056-740077 |
| 3012 | ; | - |
| 3013 | if( alreadyExists| TRUE | evaluated 731864 times by 12 testsEvaluated by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
| | FALSE | evaluated 8213 times by 1 test |
) gotoexecuted 731864 times by 12 tests: goto jump_to_p2;Executed by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
jump_to_p2;executed 731864 times by 12 tests: goto jump_to_p2;Executed by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
| 8213-731864 |
| 3014 | }executed 8213 times by 1 test: end of block else{ | 8213 |
| 3015 | ; | - |
| 3016 | if( takeJump| TRUE | evaluated 273 times by 1 test | | FALSE | evaluated 109783 times by 364 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
|
|| !alreadyExists| TRUE | evaluated 95690 times by 364 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| | FALSE | evaluated 14093 times by 1 test |
) gotoexecuted 95963 times by 364 tests: goto jump_to_p2;Executed by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
jump_to_p2;executed 95963 times by 364 tests: goto jump_to_p2;Executed by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| 273-109783 |
| 3017 | }executed 14093 times by 1 test: end of block | 14093 |
| 3018 | break;executed 22306 times by 1 test: break; | 22306 |
| 3019 | } | - |
| 3020 | caseexecuted 93795 times by 28 tests: case 30:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- ...
30:executed 93795 times by 28 tests: case 30:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- ...
{ | 93795 |
| 3021 | VdbeCursor *pC; | - |
| 3022 | BtCursor *pCrsr; | - |
| 3023 | int res; | - |
| 3024 | u64 iKey; | - |
| 3025 | | - |
| 3026 | pIn3 = &aMem[pOp->p3]; | - |
| 3027 | if( (| TRUE | evaluated 397 times by 1 test | | FALSE | evaluated 93398 times by 28 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- ...
|
pIn3->flags & 0x0004)==0| TRUE | evaluated 397 times by 1 test | | FALSE | evaluated 93398 times by 28 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- ...
|
){ | 397-93398 |
| 3028 | | - |
| 3029 | | - |
| 3030 | | - |
| 3031 | | - |
| 3032 | u16 origFlags = pIn3->flags; | - |
| 3033 | int isNotInt; | - |
| 3034 | applyAffinity(pIn3, 'C', encoding); | - |
| 3035 | isNotInt = (pIn3->flags & 0x0004)==0; | - |
| 3036 | pIn3->flags = origFlags; | - |
| 3037 | if( isNotInt| TRUE | evaluated 277 times by 1 test | | FALSE | evaluated 120 times by 1 test |
) gotoexecuted 277 times by 1 test: goto jump_to_p2; jump_to_p2;executed 277 times by 1 test: goto jump_to_p2; | 120-277 |
| 3038 | }executed 120 times by 1 test: end of block | 120 |
| 3039 | | - |
| 3040 | caseexecuted 381911 times by 1 test: case 31: 31:executed 381911 times by 1 test: case 31: code before this statement executed 93518 times by 28 tests: case 31:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- ...
| 93518-381911 |
| 3041 | pIn3 = &aMem[pOp->p3]; | - |
| 3042 | | - |
| 3043 | ((void) (0)) | - |
| 3044 | ; | - |
| 3045 | | - |
| 3046 | ((void) (0)) | - |
| 3047 | ; | - |
| 3048 | pC = p->apCsr[pOp->p1]; | - |
| 3049 | | - |
| 3050 | ((void) (0)) | - |
| 3051 | ; | - |
| 3052 | | - |
| 3053 | | - |
| 3054 | | - |
| 3055 | | - |
| 3056 | ((void) (0)) | - |
| 3057 | ; | - |
| 3058 | | - |
| 3059 | ((void) (0)) | - |
| 3060 | ; | - |
| 3061 | pCrsr = pC->uc.pCursor; | - |
| 3062 | | - |
| 3063 | ((void) (0)) | - |
| 3064 | ; | - |
| 3065 | res = 0; | - |
| 3066 | iKey = pIn3->u.i; | - |
| 3067 | rc = sqlite3BtreeMovetoUnpacked(pCrsr, 0, iKey, 0, &res); | - |
| 3068 | | - |
| 3069 | ((void) (0)) | - |
| 3070 | ; | - |
| 3071 | pC->movetoTarget = iKey; | - |
| 3072 | pC->nullRow = 0; | - |
| 3073 | pC->cacheStatus = 0; | - |
| 3074 | pC->deferredMoveto = 0; | - |
| 3075 | ; | - |
| 3076 | pC->seekResult = res; | - |
| 3077 | if( res!=0| TRUE | evaluated 337070 times by 1 test | | FALSE | evaluated 138359 times by 28 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- ...
|
){ | 138359-337070 |
| 3078 | | - |
| 3079 | ((void) (0)) | - |
| 3080 | ; | - |
| 3081 | if( pOp->p2==0| TRUE | never evaluated | | FALSE | evaluated 337070 times by 1 test |
){ | 0-337070 |
| 3082 | rc = sqlite3CorruptError(4364); | - |
| 3083 | } never executed: end of block else{ | 0 |
| 3084 | gotoexecuted 337070 times by 1 test: goto jump_to_p2; jump_to_p2;executed 337070 times by 1 test: goto jump_to_p2; | 337070 |
| 3085 | } | - |
| 3086 | } | - |
| 3087 | if( rc| TRUE | evaluated 5 times by 1 test | | FALSE | evaluated 138354 times by 28 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- ...
|
) gotoexecuted 5 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 5 times by 1 test: goto abort_due_to_error; | 5-138354 |
| 3088 | break;executed 138354 times by 28 tests: break;Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- Self test (94)
- Self test (95)
- Self test (96)
- ...
| 138354 |
| 3089 | } | - |
| 3090 | caseexecuted 152998 times by 1 test: case 120: 120:executed 152998 times by 1 test: case 120: { | 152998 |
| 3091 | | - |
| 3092 | ((void) (0)) | - |
| 3093 | ; | - |
| 3094 | | - |
| 3095 | ((void) (0)) | - |
| 3096 | ; | - |
| 3097 | | - |
| 3098 | ((void) (0)) | - |
| 3099 | ; | - |
| 3100 | pOut = out2Prerelease(p, pOp); | - |
| 3101 | pOut->u.i = p->apCsr[pOp->p1]->seqCount++; | - |
| 3102 | break;executed 152998 times by 1 test: break; | 152998 |
| 3103 | } | - |
| 3104 | caseexecuted 4909963 times by 64 tests: case 121:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (13)
- Self test (14)
- Self test (15)
- Self test (17)
- Self test (18)
- Self test (19)
- Self test (2)
- Self test (21)
- Self test (22)
- Self test (23)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (3)
- Self test (31)
- Self test (32)
- ...
121:executed 4909963 times by 64 tests: case 121:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (13)
- Self test (14)
- Self test (15)
- Self test (17)
- Self test (18)
- Self test (19)
- Self test (2)
- Self test (21)
- Self test (22)
- Self test (23)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (3)
- Self test (31)
- Self test (32)
- ...
{ | 4909963 |
| 3105 | i64 v; | - |
| 3106 | VdbeCursor *pC; | - |
| 3107 | int res; | - |
| 3108 | int cnt; | - |
| 3109 | Mem *pMem; | - |
| 3110 | VdbeFrame *pFrame; | - |
| 3111 | | - |
| 3112 | v = 0; | - |
| 3113 | res = 0; | - |
| 3114 | pOut = out2Prerelease(p, pOp); | - |
| 3115 | | - |
| 3116 | ((void) (0)) | - |
| 3117 | ; | - |
| 3118 | pC = p->apCsr[pOp->p1]; | - |
| 3119 | | - |
| 3120 | ((void) (0)) | - |
| 3121 | ; | - |
| 3122 | | - |
| 3123 | ((void) (0)) | - |
| 3124 | ; | - |
| 3125 | | - |
| 3126 | ((void) (0)) | - |
| 3127 | ; | - |
| 3128 | | - |
| 3129 | ((void) (0)) | - |
| 3130 | ; | - |
| 3131 | { | - |
| 3132 | | - |
| 3133 | ((void) (0)) | - |
| 3134 | ; | - |
| 3135 | if( !pC->useRandomRowid| TRUE | evaluated 4909963 times by 64 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (13)
- Self test (14)
- Self test (15)
- Self test (17)
- Self test (18)
- Self test (19)
- Self test (2)
- Self test (21)
- Self test (22)
- Self test (23)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (3)
- Self test (31)
- Self test (32)
- ...
| | FALSE | never evaluated |
){ | 0-4909963 |
| 3136 | rc = sqlite3BtreeLast(pC->uc.pCursor, &res); | - |
| 3137 | if( rc!=0| TRUE | evaluated 5 times by 1 test | | FALSE | evaluated 4909958 times by 64 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (13)
- Self test (14)
- Self test (15)
- Self test (17)
- Self test (18)
- Self test (19)
- Self test (2)
- Self test (21)
- Self test (22)
- Self test (23)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (3)
- Self test (31)
- Self test (32)
- ...
|
){ | 5-4909958 |
| 3138 | gotoexecuted 5 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 5 times by 1 test: goto abort_due_to_error; | 5 |
| 3139 | } | - |
| 3140 | if( res| TRUE | evaluated 1058505 times by 34 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (2)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (3)
- Self test (31)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (39)
- Self test (438)
- Self test (47)
- Self test (55)
- Self test (56)
- Self test (57)
- Self test (58)
- Self test (64)
- Self test (72)
- Self test (73)
- ...
| | FALSE | evaluated 3851453 times by 58 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (13)
- Self test (14)
- Self test (15)
- Self test (17)
- Self test (18)
- Self test (19)
- Self test (21)
- Self test (22)
- Self test (23)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (31)
- Self test (32)
- Self test (33)
- Self test (38)
- ...
|
){ | 1058505-3851453 |
| 3141 | v = 1; | - |
| 3142 | }executed 1058505 times by 34 tests: end of blockExecuted by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (2)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (3)
- Self test (31)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (39)
- Self test (438)
- Self test (47)
- Self test (55)
- Self test (56)
- Self test (57)
- Self test (58)
- Self test (64)
- Self test (72)
- Self test (73)
- ...
else{ | 1058505 |
| 3143 | | - |
| 3144 | ((void) (0)) | - |
| 3145 | ; | - |
| 3146 | v = sqlite3BtreeIntegerKey(pC->uc.pCursor); | - |
| 3147 | if( v>=(i64)( (((u64)0x7fffffff)<<32) | (u64)0xffffffff )| TRUE | evaluated 102 times by 1 test | | FALSE | evaluated 3851351 times by 58 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (13)
- Self test (14)
- Self test (15)
- Self test (17)
- Self test (18)
- Self test (19)
- Self test (21)
- Self test (22)
- Self test (23)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (31)
- Self test (32)
- Self test (33)
- Self test (38)
- ...
|
){ | 102-3851351 |
| 3148 | pC->useRandomRowid = 1; | - |
| 3149 | }executed 102 times by 1 test: end of block else{ | 102 |
| 3150 | v++; | - |
| 3151 | }executed 3851351 times by 58 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (13)
- Self test (14)
- Self test (15)
- Self test (17)
- Self test (18)
- Self test (19)
- Self test (21)
- Self test (22)
- Self test (23)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (31)
- Self test (32)
- Self test (33)
- Self test (38)
- ...
| 3851351 |
| 3152 | } | - |
| 3153 | } | - |
| 3154 | | - |
| 3155 | | - |
| 3156 | if( pOp->p3| TRUE | evaluated 87 times by 1 test | | FALSE | evaluated 4909871 times by 64 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (13)
- Self test (14)
- Self test (15)
- Self test (17)
- Self test (18)
- Self test (19)
- Self test (2)
- Self test (21)
- Self test (22)
- Self test (23)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (3)
- Self test (31)
- Self test (32)
- ...
|
){ | 87-4909871 |
| 3157 | | - |
| 3158 | | - |
| 3159 | ((void) (0)) | - |
| 3160 | ; | - |
| 3161 | if( p->pFrame| TRUE | evaluated 28 times by 1 test | | FALSE | evaluated 59 times by 1 test |
){ | 28-59 |
| 3162 | for(pFrame=p->pFrame; pFrame->pParent| TRUE | evaluated 8 times by 1 test | | FALSE | evaluated 28 times by 1 test |
; pFrame=pFrame->pParent);executed 8 times by 1 test: ; | 8-28 |
| 3163 | | - |
| 3164 | | - |
| 3165 | ((void) (0)) | - |
| 3166 | ; | - |
| 3167 | pMem = &pFrame->aMem[pOp->p3]; | - |
| 3168 | }executed 28 times by 1 test: end of block else{ | 28 |
| 3169 | | - |
| 3170 | | - |
| 3171 | ((void) (0)) | - |
| 3172 | ; | - |
| 3173 | pMem = &aMem[pOp->p3]; | - |
| 3174 | ; | - |
| 3175 | }executed 59 times by 1 test: end of block | 59 |
| 3176 | | - |
| 3177 | ((void) (0)) | - |
| 3178 | ; | - |
| 3179 | | - |
| 3180 | ; | - |
| 3181 | sqlite3VdbeMemIntegerify(pMem); | - |
| 3182 | | - |
| 3183 | ((void) (0)) | - |
| 3184 | ; | - |
| 3185 | if( pMem->u.i==(i64)( (((u64)0x7fffffff)<<32) | (u64)0xffffffff )| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 86 times by 1 test |
|| pC->useRandomRowid| TRUE | never evaluated | | FALSE | evaluated 86 times by 1 test |
){ | 0-86 |
| 3186 | rc = 13; | - |
| 3187 | gotoexecuted 1 time by 1 test: goto abort_due_to_error; abort_due_to_error;executed 1 time by 1 test: goto abort_due_to_error; | 1 |
| 3188 | } | - |
| 3189 | if( v<pMem->u.i+1| TRUE | evaluated 12 times by 1 test | | FALSE | evaluated 74 times by 1 test |
){ | 12-74 |
| 3190 | v = pMem->u.i + 1; | - |
| 3191 | }executed 12 times by 1 test: end of block | 12 |
| 3192 | pMem->u.i = v; | - |
| 3193 | }executed 86 times by 1 test: end of block | 86 |
| 3194 | | - |
| 3195 | if( pC->useRandomRowid| TRUE | evaluated 101 times by 1 test | | FALSE | evaluated 4909856 times by 64 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (13)
- Self test (14)
- Self test (15)
- Self test (17)
- Self test (18)
- Self test (19)
- Self test (2)
- Self test (21)
- Self test (22)
- Self test (23)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (3)
- Self test (31)
- Self test (32)
- ...
|
){ | 101-4909856 |
| 3196 | | - |
| 3197 | | - |
| 3198 | | - |
| 3199 | | - |
| 3200 | | - |
| 3201 | ((void) (0)) | - |
| 3202 | ; | - |
| 3203 | | - |
| 3204 | cnt = 0; | - |
| 3205 | do{ | - |
| 3206 | sqlite3_randomness(sizeof(v), &v); | - |
| 3207 | v &= ((i64)( (((u64)0x7fffffff)<<32) | (u64)0xffffffff )>>1); v++; | - |
| 3208 | }executed 5150 times by 1 test: end of block while( ((| TRUE | evaluated 5150 times by 1 test | | FALSE | never evaluated |
rc = sqlite3BtreeMovetoUnpacked(pC->uc.pCursor, 0, (u64)v,| TRUE | evaluated 5150 times by 1 test | | FALSE | never evaluated |
| 0-5150 |
| 3209 | 0, &res))==0)| TRUE | evaluated 5150 times by 1 test | | FALSE | never evaluated |
| 0-5150 |
| 3210 | && (| TRUE | evaluated 5050 times by 1 test | | FALSE | evaluated 100 times by 1 test |
res==0)| TRUE | evaluated 5050 times by 1 test | | FALSE | evaluated 100 times by 1 test |
| 100-5050 |
| 3211 | && (++| TRUE | evaluated 5049 times by 1 test | | FALSE | evaluated 1 time by 1 test |
cnt<100)| TRUE | evaluated 5049 times by 1 test | | FALSE | evaluated 1 time by 1 test |
); | 1-5049 |
| 3212 | if( rc| TRUE | never evaluated | | FALSE | evaluated 101 times by 1 test |
) gotonever executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0-101 |
| 3213 | if( res==0| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 100 times by 1 test |
){ | 1-100 |
| 3214 | rc = 13; | - |
| 3215 | gotoexecuted 1 time by 1 test: goto abort_due_to_error; abort_due_to_error;executed 1 time by 1 test: goto abort_due_to_error; | 1 |
| 3216 | } | - |
| 3217 | | - |
| 3218 | ((void) (0)) | - |
| 3219 | ; | - |
| 3220 | }executed 100 times by 1 test: end of block | 100 |
| 3221 | pC->deferredMoveto = 0; | - |
| 3222 | pC->cacheStatus = 0; | - |
| 3223 | } | - |
| 3224 | pOut->u.i = v; | - |
| 3225 | break;executed 4909956 times by 64 tests: break;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (13)
- Self test (14)
- Self test (15)
- Self test (17)
- Self test (18)
- Self test (19)
- Self test (2)
- Self test (21)
- Self test (22)
- Self test (23)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (3)
- Self test (31)
- Self test (32)
- ...
| 4909956 |
| 3226 | } | - |
| 3227 | caseexecuted 5414515 times by 390 tests: case 122:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- ...
122:executed 5414515 times by 390 tests: case 122:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- ...
| 5414515 |
| 3228 | caseexecuted 157 times by 1 test: case 123: 123:executed 157 times by 1 test: case 123: { | 157 |
| 3229 | Mem *pData; | - |
| 3230 | Mem *pKey; | - |
| 3231 | VdbeCursor *pC; | - |
| 3232 | int seekResult; | - |
| 3233 | const char *zDb; | - |
| 3234 | Table *pTab; | - |
| 3235 | BtreePayload x; | - |
| 3236 | | - |
| 3237 | pData = &aMem[pOp->p2]; | - |
| 3238 | | - |
| 3239 | ((void) (0)) | - |
| 3240 | ; | - |
| 3241 | | - |
| 3242 | ((void) (0)) | - |
| 3243 | ; | - |
| 3244 | pC = p->apCsr[pOp->p1]; | - |
| 3245 | | - |
| 3246 | ((void) (0)) | - |
| 3247 | ; | - |
| 3248 | | - |
| 3249 | ((void) (0)) | - |
| 3250 | ; | - |
| 3251 | | - |
| 3252 | ((void) (0)) | - |
| 3253 | ; | - |
| 3254 | | - |
| 3255 | ((void) (0)) | - |
| 3256 | ; | - |
| 3257 | | - |
| 3258 | ((void) (0)) | - |
| 3259 | ; | - |
| 3260 | ; | - |
| 3261 | ; | - |
| 3262 | | - |
| 3263 | if( pOp->opcode==122| TRUE | evaluated 5414515 times by 390 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- ...
| | FALSE | evaluated 157 times by 1 test |
){ | 157-5414515 |
| 3264 | pKey = &aMem[pOp->p3]; | - |
| 3265 | | - |
| 3266 | ((void) (0)) | - |
| 3267 | ; | - |
| 3268 | | - |
| 3269 | ((void) (0)) | - |
| 3270 | ; | - |
| 3271 | ; | - |
| 3272 | x.nKey = pKey->u.i; | - |
| 3273 | }executed 5414515 times by 390 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- ...
else{ | 5414515 |
| 3274 | | - |
| 3275 | ((void) (0)) | - |
| 3276 | ; | - |
| 3277 | x.nKey = pOp->p3; | - |
| 3278 | }executed 157 times by 1 test: end of block | 157 |
| 3279 | | - |
| 3280 | if( pOp->p4type==(-6)| TRUE | evaluated 3265951 times by 377 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- ...
| | FALSE | evaluated 2148721 times by 32 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (64)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- ...
|
&& ((| TRUE | evaluated 25 times by 1 test | | FALSE | evaluated 3265926 times by 377 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- ...
|
db)->xUpdateCallback)| TRUE | evaluated 25 times by 1 test | | FALSE | evaluated 3265926 times by 377 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- ...
|
){ | 25-3265951 |
| 3281 | | - |
| 3282 | ((void) (0)) | - |
| 3283 | ; | - |
| 3284 | zDb = db->aDb[pC->iDb].zDbSName; | - |
| 3285 | pTab = pOp->p4.pTab; | - |
| 3286 | | - |
| 3287 | ((void) (0)) | - |
| 3288 | ; | - |
| 3289 | }executed 25 times by 1 test: end of block else{ | 25 |
| 3290 | pTab = 0; | - |
| 3291 | zDb = 0; | - |
| 3292 | }executed 5414647 times by 390 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- ...
| 5414647 |
| 3293 | if( pOp->p5 & 0x01| TRUE | evaluated 3265951 times by 377 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- ...
| | FALSE | evaluated 2148721 times by 32 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (64)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- ...
|
) p->nChange++;executed 3265951 times by 377 tests: p->nChange++;Executed by:- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- ...
| 2148721-3265951 |
| 3294 | if( pOp->p5 & 0x20| TRUE | evaluated 3166431 times by 51 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (13)
- Self test (14)
- Self test (15)
- Self test (17)
- Self test (18)
- Self test (19)
- Self test (2)
- Self test (21)
- Self test (22)
- Self test (23)
- Self test (3)
- Self test (31)
- Self test (32)
- Self test (33)
- Self test (38)
- Self test (39)
- Self test (41)
- Self test (438)
- Self test (47)
- ...
| | FALSE | evaluated 2248241 times by 365 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- Self test (136)
- Self test (137)
- ...
|
) db->lastRowid = x.nKey;executed 3166431 times by 51 tests: db->lastRowid = x.nKey;Executed by:- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (13)
- Self test (14)
- Self test (15)
- Self test (17)
- Self test (18)
- Self test (19)
- Self test (2)
- Self test (21)
- Self test (22)
- Self test (23)
- Self test (3)
- Self test (31)
- Self test (32)
- Self test (33)
- Self test (38)
- Self test (39)
- Self test (41)
- Self test (438)
- Self test (47)
- ...
| 2248241-3166431 |
| 3295 | | - |
| 3296 | ((void) (0)) | - |
| 3297 | ; | - |
| 3298 | x.pData = pData->z; | - |
| 3299 | x.nData = pData->n; | - |
| 3300 | seekResult = ((| TRUE | evaluated 3096404 times by 59 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (13)
- Self test (14)
- Self test (15)
- Self test (17)
- Self test (18)
- Self test (19)
- Self test (2)
- Self test (21)
- Self test (22)
- Self test (23)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (3)
- Self test (31)
- Self test (32)
- Self test (33)
- ...
| | FALSE | evaluated 2318268 times by 362 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- Self test (136)
- Self test (137)
- ...
|
pOp->p5 & 0x10)| TRUE | evaluated 3096404 times by 59 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (13)
- Self test (14)
- Self test (15)
- Self test (17)
- Self test (18)
- Self test (19)
- Self test (2)
- Self test (21)
- Self test (22)
- Self test (23)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (3)
- Self test (31)
- Self test (32)
- Self test (33)
- ...
| | FALSE | evaluated 2318268 times by 362 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- Self test (136)
- Self test (137)
- ...
|
? pC->seekResult : 0); | 2318268-3096404 |
| 3301 | if( pData->flags & 0x4000| TRUE | evaluated 6793 times by 1 test | | FALSE | evaluated 5407879 times by 390 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- ...
|
){ | 6793-5407879 |
| 3302 | x.nZero = pData->u.nZero; | - |
| 3303 | }executed 6793 times by 1 test: end of block else{ | 6793 |
| 3304 | x.nZero = 0; | - |
| 3305 | }executed 5407879 times by 390 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- ...
| 5407879 |
| 3306 | x.pKey = 0; | - |
| 3307 | rc = sqlite3BtreeInsert(pC->uc.pCursor, &x, | - |
| 3308 | (pOp->p5 & (0x08|0x02)), seekResult | - |
| 3309 | ); | - |
| 3310 | pC->deferredMoveto = 0; | - |
| 3311 | pC->cacheStatus = 0; | - |
| 3312 | | - |
| 3313 | | - |
| 3314 | if( rc| TRUE | evaluated 37 times by 1 test | | FALSE | evaluated 5414536 times by 387 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (12)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- Self test (136)
- Self test (137)
- ...
|
) gotoexecuted 37 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 37 times by 1 test: goto abort_due_to_error; | 37-5414536 |
| 3315 | if( pTab| TRUE | evaluated 25 times by 1 test | | FALSE | evaluated 5414511 times by 387 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (12)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- Self test (136)
- Self test (137)
- ...
|
){ | 25-5414511 |
| 3316 | | - |
| 3317 | ((void) (0)) | - |
| 3318 | ; | - |
| 3319 | | - |
| 3320 | ((void) (0)) | - |
| 3321 | ; | - |
| 3322 | db->xUpdateCallback(db->pUpdateArg, | - |
| 3323 | (pOp->p5 & 0x04) ? 23 : 18, | - |
| 3324 | zDb, pTab->zName, x.nKey); | - |
| 3325 | }executed 25 times by 1 test: end of block | 25 |
| 3326 | break;executed 5414536 times by 387 tests: break;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (11)
- Self test (12)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- Self test (136)
- Self test (137)
- ...
| 5414536 |
| 3327 | } | - |
| 3328 | caseexecuted 1646235 times by 7 tests: case 124:Executed by:- Self test (24)
- Self test (28)
- Self test (32)
- Self test (33)
- Self test (40)
- Self test (438)
- Self test (47)
124:executed 1646235 times by 7 tests: case 124:Executed by:- Self test (24)
- Self test (28)
- Self test (32)
- Self test (33)
- Self test (40)
- Self test (438)
- Self test (47)
{ | 1646235 |
| 3329 | VdbeCursor *pC; | - |
| 3330 | const char *zDb; | - |
| 3331 | Table *pTab; | - |
| 3332 | int opflags; | - |
| 3333 | | - |
| 3334 | opflags = pOp->p2; | - |
| 3335 | | - |
| 3336 | ((void) (0)) | - |
| 3337 | ; | - |
| 3338 | pC = p->apCsr[pOp->p1]; | - |
| 3339 | | - |
| 3340 | ((void) (0)) | - |
| 3341 | ; | - |
| 3342 | | - |
| 3343 | ((void) (0)) | - |
| 3344 | ; | - |
| 3345 | | - |
| 3346 | ((void) (0)) | - |
| 3347 | ; | - |
| 3348 | | - |
| 3349 | ((void) (0)) | - |
| 3350 | ; | - |
| 3351 | ; | - |
| 3352 | if( pOp->p4type==(-6)| TRUE | evaluated 452603 times by 4 testsEvaluated by:- Self test (32)
- Self test (33)
- Self test (40)
- Self test (438)
| | FALSE | evaluated 1193632 times by 4 testsEvaluated by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
|
&& ((| TRUE | evaluated 16 times by 1 test | | FALSE | evaluated 452587 times by 4 testsEvaluated by:- Self test (32)
- Self test (33)
- Self test (40)
- Self test (438)
|
db)->xUpdateCallback)| TRUE | evaluated 16 times by 1 test | | FALSE | evaluated 452587 times by 4 testsEvaluated by:- Self test (32)
- Self test (33)
- Self test (40)
- Self test (438)
|
){ | 16-1193632 |
| 3353 | | - |
| 3354 | ((void) (0)) | - |
| 3355 | ; | - |
| 3356 | | - |
| 3357 | ((void) (0)) | - |
| 3358 | ; | - |
| 3359 | zDb = db->aDb[pC->iDb].zDbSName; | - |
| 3360 | pTab = pOp->p4.pTab; | - |
| 3361 | if( (| TRUE | evaluated 12 times by 1 test | | FALSE | evaluated 4 times by 1 test |
pOp->p5 & 0x02)!=0| TRUE | evaluated 12 times by 1 test | | FALSE | evaluated 4 times by 1 test |
&& pC->isTable| TRUE | evaluated 8 times by 1 test | | FALSE | evaluated 4 times by 1 test |
){ | 4-12 |
| 3362 | pC->movetoTarget = sqlite3BtreeIntegerKey(pC->uc.pCursor); | - |
| 3363 | }executed 8 times by 1 test: end of block | 8 |
| 3364 | }executed 16 times by 1 test: end of block else{ | 16 |
| 3365 | zDb = 0; | - |
| 3366 | pTab = 0; | - |
| 3367 | }executed 1646219 times by 7 tests: end of blockExecuted by:- Self test (24)
- Self test (28)
- Self test (32)
- Self test (33)
- Self test (40)
- Self test (438)
- Self test (47)
| 1646219 |
| 3368 | | - |
| 3369 | ((void) (0)) | - |
| 3370 | ; | - |
| 3371 | | - |
| 3372 | ((void) (0)) | - |
| 3373 | ; | - |
| 3374 | | - |
| 3375 | ((void) (0)) | - |
| 3376 | ; | - |
| 3377 | rc = sqlite3BtreeDelete(pC->uc.pCursor, pOp->p5); | - |
| 3378 | pC->cacheStatus = 0; | - |
| 3379 | pC->seekResult = 0; | - |
| 3380 | if( rc| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 1646233 times by 7 testsEvaluated by:- Self test (24)
- Self test (28)
- Self test (32)
- Self test (33)
- Self test (40)
- Self test (438)
- Self test (47)
|
) gotoexecuted 2 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 2 times by 1 test: goto abort_due_to_error; | 2-1646233 |
| 3381 | | - |
| 3382 | | - |
| 3383 | if( opflags & 0x01| TRUE | evaluated 447449 times by 4 testsEvaluated by:- Self test (32)
- Self test (33)
- Self test (40)
- Self test (438)
| | FALSE | evaluated 1198784 times by 4 testsEvaluated by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
|
){ | 447449-1198784 |
| 3384 | p->nChange++; | - |
| 3385 | if( db->xUpdateCallback| TRUE | evaluated 14 times by 1 test | | FALSE | evaluated 447435 times by 4 testsEvaluated by:- Self test (32)
- Self test (33)
- Self test (40)
- Self test (438)
|
&& (((| TRUE | evaluated 10 times by 1 test | | FALSE | evaluated 4 times by 1 test |
pTab)->tabFlags & 0x0020)==0)| TRUE | evaluated 10 times by 1 test | | FALSE | evaluated 4 times by 1 test |
){ | 4-447435 |
| 3386 | db->xUpdateCallback(db->pUpdateArg, 9, zDb, pTab->zName, | - |
| 3387 | pC->movetoTarget); | - |
| 3388 | | - |
| 3389 | ((void) (0)) | - |
| 3390 | ; | - |
| 3391 | }executed 10 times by 1 test: end of block | 10 |
| 3392 | }executed 447449 times by 4 tests: end of blockExecuted by:- Self test (32)
- Self test (33)
- Self test (40)
- Self test (438)
| 447449 |
| 3393 | | - |
| 3394 | break;executed 1646233 times by 7 tests: break;Executed by:- Self test (24)
- Self test (28)
- Self test (32)
- Self test (33)
- Self test (40)
- Self test (438)
- Self test (47)
| 1646233 |
| 3395 | } | - |
| 3396 | | - |
| 3397 | | - |
| 3398 | | - |
| 3399 | | - |
| 3400 | | - |
| 3401 | | - |
| 3402 | | - |
| 3403 | caseexecuted 5170 times by 1 test: case 125: 125:executed 5170 times by 1 test: case 125: { | 5170 |
| 3404 | sqlite3VdbeSetChanges(db, p->nChange); | - |
| 3405 | p->nChange = 0; | - |
| 3406 | break;executed 5170 times by 1 test: break; | 5170 |
| 3407 | } | - |
| 3408 | caseexecuted 41078 times by 1 test: case 126: 126:executed 41078 times by 1 test: case 126: { | 41078 |
| 3409 | VdbeCursor *pC; | - |
| 3410 | int res; | - |
| 3411 | int nKeyCol; | - |
| 3412 | | - |
| 3413 | pC = p->apCsr[pOp->p1]; | - |
| 3414 | | - |
| 3415 | ((void) (0)) | - |
| 3416 | ; | - |
| 3417 | | - |
| 3418 | ((void) (0)) | - |
| 3419 | ; | - |
| 3420 | pIn3 = &aMem[pOp->p3]; | - |
| 3421 | nKeyCol = pOp->p4.i; | - |
| 3422 | res = 0; | - |
| 3423 | rc = sqlite3VdbeSorterCompare(pC, pIn3, nKeyCol, &res); | - |
| 3424 | ; | - |
| 3425 | if( rc| TRUE | never evaluated | | FALSE | evaluated 41078 times by 1 test |
) gotonever executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0-41078 |
| 3426 | if( res| TRUE | evaluated 41060 times by 1 test | | FALSE | evaluated 18 times by 1 test |
) gotoexecuted 41060 times by 1 test: goto jump_to_p2; jump_to_p2;executed 41060 times by 1 test: goto jump_to_p2; | 18-41060 |
| 3427 | break;executed 18 times by 1 test: break; | 18 |
| 3428 | }; | - |
| 3429 | caseexecuted 2312005 times by 4 tests: case 127:Executed by:- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
127:executed 2312005 times by 4 tests: case 127:Executed by:- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
{ | 2312005 |
| 3430 | VdbeCursor *pC; | - |
| 3431 | | - |
| 3432 | pOut = &aMem[pOp->p2]; | - |
| 3433 | pC = p->apCsr[pOp->p1]; | - |
| 3434 | | - |
| 3435 | ((void) (0)) | - |
| 3436 | ; | - |
| 3437 | rc = sqlite3VdbeSorterRowkey(pC, pOut); | - |
| 3438 | | - |
| 3439 | ((void) (0)) | - |
| 3440 | ; | - |
| 3441 | | - |
| 3442 | ((void) (0)) | - |
| 3443 | ; | - |
| 3444 | if( rc| TRUE | never evaluated | | FALSE | evaluated 2312005 times by 4 testsEvaluated by:- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
|
) gotonever executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0-2312005 |
| 3445 | p->apCsr[pOp->p3]->cacheStatus = 0; | - |
| 3446 | break;executed 2312005 times by 4 tests: break;Executed by:- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
| 2312005 |
| 3447 | } | - |
| 3448 | caseexecuted 1656463 times by 1 test: case 128: 128:executed 1656463 times by 1 test: case 128: { | 1656463 |
| 3449 | VdbeCursor *pC; | - |
| 3450 | BtCursor *pCrsr; | - |
| 3451 | u32 n; | - |
| 3452 | | - |
| 3453 | pOut = out2Prerelease(p, pOp); | - |
| 3454 | | - |
| 3455 | | - |
| 3456 | ((void) (0)) | - |
| 3457 | ; | - |
| 3458 | pC = p->apCsr[pOp->p1]; | - |
| 3459 | | - |
| 3460 | ((void) (0)) | - |
| 3461 | ; | - |
| 3462 | | - |
| 3463 | ((void) (0)) | - |
| 3464 | ; | - |
| 3465 | | - |
| 3466 | ((void) (0)) | - |
| 3467 | ; | - |
| 3468 | | - |
| 3469 | ((void) (0)) | - |
| 3470 | ; | - |
| 3471 | | - |
| 3472 | ((void) (0)) | - |
| 3473 | ; | - |
| 3474 | pCrsr = pC->uc.pCursor; | - |
| 3475 | | - |
| 3476 | ((void) (0)) | - |
| 3477 | ; | - |
| 3478 | | - |
| 3479 | ((void) (0)) | - |
| 3480 | ; | - |
| 3481 | | - |
| 3482 | | - |
| 3483 | | - |
| 3484 | | - |
| 3485 | | - |
| 3486 | n = sqlite3BtreePayloadSize(pCrsr); | - |
| 3487 | if( n>(u32)db->aLimit[0]| TRUE | never evaluated | | FALSE | evaluated 1656463 times by 1 test |
){ | 0-1656463 |
| 3488 | goto never executed: goto too_big; too_big;never executed: goto too_big; | 0 |
| 3489 | } | - |
| 3490 | ; | - |
| 3491 | rc = sqlite3VdbeMemFromBtree(pCrsr, 0, n, pOut); | - |
| 3492 | if( rc| TRUE | never evaluated | | FALSE | evaluated 1656463 times by 1 test |
) gotonever executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0-1656463 |
| 3493 | if( !pOp->p3| TRUE | evaluated 1123917 times by 1 test | | FALSE | evaluated 532546 times by 1 test |
) if( ((| TRUE | evaluated 1114900 times by 1 test | | FALSE | evaluated 9017 times by 1 test |
pOut)->flags&0x1000)!=0| TRUE | evaluated 1114900 times by 1 test | | FALSE | evaluated 9017 times by 1 test |
&& sqlite3VdbeMemMakeWriteable(pOut)| TRUE | never evaluated | | FALSE | evaluated 1114900 times by 1 test |
){ gotonever executed: goto no_mem; no_mem;never executed: goto no_mem; }; | 0-1123917 |
| 3494 | updateMaxBlobsize(pOut); | - |
| 3495 | ; | - |
| 3496 | break;executed 1656463 times by 1 test: break; | 1656463 |
| 3497 | } | - |
| 3498 | caseexecuted 3500526 times by 389 tests: case 129:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
129:executed 3500526 times by 389 tests: case 129:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
{ | 3500526 |
| 3499 | VdbeCursor *pC; | - |
| 3500 | i64 v; | - |
| 3501 | sqlite3_vtab *pVtab; | - |
| 3502 | const sqlite3_module *pModule; | - |
| 3503 | | - |
| 3504 | pOut = out2Prerelease(p, pOp); | - |
| 3505 | | - |
| 3506 | ((void) (0)) | - |
| 3507 | ; | - |
| 3508 | pC = p->apCsr[pOp->p1]; | - |
| 3509 | | - |
| 3510 | ((void) (0)) | - |
| 3511 | ; | - |
| 3512 | | - |
| 3513 | ((void) (0)) | - |
| 3514 | ; | - |
| 3515 | if( pC->nullRow| TRUE | evaluated 50 times by 1 test | | FALSE | evaluated 3500476 times by 389 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
|
){ | 50-3500476 |
| 3516 | pOut->flags = 0x0001; | - |
| 3517 | break;executed 50 times by 1 test: break; | 50 |
| 3518 | }else if( pC->deferredMoveto| TRUE | evaluated 115172 times by 1 test | | FALSE | evaluated 3385304 times by 389 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
|
){ | 115172-3385304 |
| 3519 | v = pC->movetoTarget; | - |
| 3520 | | - |
| 3521 | }executed 115172 times by 1 test: end of block else if( pC->eCurType==2| TRUE | evaluated 92320 times by 1 test | | FALSE | evaluated 3292984 times by 389 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
|
){ | 92320-3292984 |
| 3522 | | - |
| 3523 | ((void) (0)) | - |
| 3524 | ; | - |
| 3525 | pVtab = pC->uc.pVCur->pVtab; | - |
| 3526 | pModule = pVtab->pModule; | - |
| 3527 | | - |
| 3528 | ((void) (0)) | - |
| 3529 | ; | - |
| 3530 | rc = pModule->xRowid(pC->uc.pVCur, &v); | - |
| 3531 | sqlite3VtabImportErrmsg(p, pVtab); | - |
| 3532 | if( rc| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 92319 times by 1 test |
) gotoexecuted 1 time by 1 test: goto abort_due_to_error; abort_due_to_error;executed 1 time by 1 test: goto abort_due_to_error; | 1-92319 |
| 3533 | | - |
| 3534 | }executed 92319 times by 1 test: end of block else{ | 92319 |
| 3535 | | - |
| 3536 | ((void) (0)) | - |
| 3537 | ; | - |
| 3538 | | - |
| 3539 | ((void) (0)) | - |
| 3540 | ; | - |
| 3541 | rc = sqlite3VdbeCursorRestore(pC); | - |
| 3542 | if( rc| TRUE | never evaluated | | FALSE | evaluated 3292984 times by 389 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
|
) gotonever executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0-3292984 |
| 3543 | if( pC->nullRow| TRUE | evaluated 5 times by 1 test | | FALSE | evaluated 3292979 times by 389 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
|
){ | 5-3292979 |
| 3544 | pOut->flags = 0x0001; | - |
| 3545 | break;executed 5 times by 1 test: break; | 5 |
| 3546 | } | - |
| 3547 | v = sqlite3BtreeIntegerKey(pC->uc.pCursor); | - |
| 3548 | }executed 3292979 times by 389 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
| 3292979 |
| 3549 | pOut->u.i = v; | - |
| 3550 | break;executed 3500470 times by 389 tests: break;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- ...
| 3500470 |
| 3551 | } | - |
| 3552 | | - |
| 3553 | | - |
| 3554 | | - |
| 3555 | | - |
| 3556 | | - |
| 3557 | | - |
| 3558 | | - |
| 3559 | caseexecuted 1133865 times by 1 test: case 130: 130:executed 1133865 times by 1 test: case 130: { | 1133865 |
| 3560 | VdbeCursor *pC; | - |
| 3561 | | - |
| 3562 | | - |
| 3563 | ((void) (0)) | - |
| 3564 | ; | - |
| 3565 | pC = p->apCsr[pOp->p1]; | - |
| 3566 | | - |
| 3567 | ((void) (0)) | - |
| 3568 | ; | - |
| 3569 | pC->nullRow = 1; | - |
| 3570 | pC->cacheStatus = 0; | - |
| 3571 | if( pC->eCurType==0| TRUE | evaluated 11614 times by 1 test | | FALSE | evaluated 1122251 times by 1 test |
){ | 11614-1122251 |
| 3572 | | - |
| 3573 | ((void) (0)) | - |
| 3574 | ; | - |
| 3575 | sqlite3BtreeClearCursor(pC->uc.pCursor); | - |
| 3576 | }executed 11614 times by 1 test: end of block | 11614 |
| 3577 | | - |
| 3578 | | - |
| 3579 | | - |
| 3580 | break;executed 1133865 times by 1 test: break; | 1133865 |
| 3581 | } | - |
| 3582 | caseexecuted 1269633 times by 4 tests: case 131:Executed by:- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
131:executed 1269633 times by 4 tests: case 131:Executed by:- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
| 1269633 |
| 3583 | caseexecuted 146836 times by 1 test: case 32: 32:executed 146836 times by 1 test: case 32: { | 146836 |
| 3584 | VdbeCursor *pC; | - |
| 3585 | BtCursor *pCrsr; | - |
| 3586 | int res; | - |
| 3587 | | - |
| 3588 | | - |
| 3589 | ((void) (0)) | - |
| 3590 | ; | - |
| 3591 | pC = p->apCsr[pOp->p1]; | - |
| 3592 | | - |
| 3593 | ((void) (0)) | - |
| 3594 | ; | - |
| 3595 | | - |
| 3596 | ((void) (0)) | - |
| 3597 | ; | - |
| 3598 | pCrsr = pC->uc.pCursor; | - |
| 3599 | res = 0; | - |
| 3600 | | - |
| 3601 | ((void) (0)) | - |
| 3602 | ; | - |
| 3603 | | - |
| 3604 | | - |
| 3605 | | - |
| 3606 | if( pOp->opcode==131| TRUE | evaluated 1269633 times by 4 testsEvaluated by:- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
| | FALSE | evaluated 146836 times by 1 test |
){ | 146836-1269633 |
| 3607 | | - |
| 3608 | ((void) (0)) | - |
| 3609 | ; | - |
| 3610 | pC->seekResult = -1; | - |
| 3611 | if( sqlite3BtreeCursorIsValidNN(pCrsr)| TRUE | evaluated 1037710 times by 4 testsEvaluated by:- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
| | FALSE | evaluated 231923 times by 4 testsEvaluated by:- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
|
){ | 231923-1037710 |
| 3612 | break;executed 1037710 times by 4 tests: break;Executed by:- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
| 1037710 |
| 3613 | } | - |
| 3614 | }executed 231923 times by 4 tests: end of blockExecuted by:- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
| 231923 |
| 3615 | rc = sqlite3BtreeLast(pCrsr, &res); | - |
| 3616 | pC->nullRow = (u8)res; | - |
| 3617 | pC->deferredMoveto = 0; | - |
| 3618 | pC->cacheStatus = 0; | - |
| 3619 | if( rc| TRUE | never evaluated | | FALSE | evaluated 378759 times by 4 testsEvaluated by:- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
|
) gotonever executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0-378759 |
| 3620 | if( pOp->p2>0| TRUE | evaluated 9187 times by 1 test | | FALSE | evaluated 369572 times by 4 testsEvaluated by:- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
|
){ | 9187-369572 |
| 3621 | ; | - |
| 3622 | if( res| TRUE | evaluated 226 times by 1 test | | FALSE | evaluated 8961 times by 1 test |
) gotoexecuted 226 times by 1 test: goto jump_to_p2; jump_to_p2;executed 226 times by 1 test: goto jump_to_p2; | 226-8961 |
| 3623 | }executed 8961 times by 1 test: end of block | 8961 |
| 3624 | break;executed 378533 times by 4 tests: break;Executed by:- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
| 378533 |
| 3625 | } | - |
| 3626 | | - |
| 3627 | | - |
| 3628 | | - |
| 3629 | | - |
| 3630 | | - |
| 3631 | | - |
| 3632 | caseexecuted 8 times by 1 test: case 33: 33:executed 8 times by 1 test: case 33: { | 8 |
| 3633 | VdbeCursor *pC; | - |
| 3634 | BtCursor *pCrsr; | - |
| 3635 | int res; | - |
| 3636 | i64 sz; | - |
| 3637 | | - |
| 3638 | | - |
| 3639 | ((void) (0)) | - |
| 3640 | ; | - |
| 3641 | pC = p->apCsr[pOp->p1]; | - |
| 3642 | | - |
| 3643 | ((void) (0)) | - |
| 3644 | ; | - |
| 3645 | pCrsr = pC->uc.pCursor; | - |
| 3646 | | - |
| 3647 | ((void) (0)) | - |
| 3648 | ; | - |
| 3649 | rc = sqlite3BtreeFirst(pCrsr, &res); | - |
| 3650 | if( rc| TRUE | never evaluated | | FALSE | evaluated 8 times by 1 test |
) gotonever executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0-8 |
| 3651 | if( res==0| TRUE | evaluated 8 times by 1 test | | FALSE | never evaluated |
){ | 0-8 |
| 3652 | sz = sqlite3BtreeRowCountEst(pCrsr); | - |
| 3653 | if( (| TRUE | evaluated 8 times by 1 test | | FALSE | never evaluated |
sz>=0)| TRUE | evaluated 8 times by 1 test | | FALSE | never evaluated |
&& sqlite3LogEst((u64)sz)<pOp->p3| TRUE | evaluated 7 times by 1 test | | FALSE | evaluated 1 time by 1 test |
) res = 1;executed 7 times by 1 test: res = 1; | 0-8 |
| 3654 | }executed 8 times by 1 test: end of block | 8 |
| 3655 | ; | - |
| 3656 | if( res| TRUE | evaluated 7 times by 1 test | | FALSE | evaluated 1 time by 1 test |
) gotoexecuted 7 times by 1 test: goto jump_to_p2; jump_to_p2;executed 7 times by 1 test: goto jump_to_p2; | 1-7 |
| 3657 | break;executed 1 time by 1 test: break; | 1 |
| 3658 | } | - |
| 3659 | caseexecuted 19891 times by 10 tests: case 34:Executed by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
34:executed 19891 times by 10 tests: case 34:Executed by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
| 19891 |
| 3660 | caseexecuted 1668 times by 1 test: case 35: 35:executed 1668 times by 1 test: case 35: { | 1668 |
| 3661 | | - |
| 3662 | sqlite3_sort_count++; | - |
| 3663 | sqlite3_search_count--; | - |
| 3664 | | - |
| 3665 | p->aCounter[2]++; | - |
| 3666 | | - |
| 3667 | } | - |
| 3668 | caseexecuted 1468222 times by 435 tests: case 36:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
36:executed 1468222 times by 435 tests: case 36:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
code before this statement executed 21559 times by 10 tests: case 36:Executed by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
{ | 21559-1468222 |
| 3669 | VdbeCursor *pC; | - |
| 3670 | BtCursor *pCrsr; | - |
| 3671 | int res; | - |
| 3672 | | - |
| 3673 | | - |
| 3674 | ((void) (0)) | - |
| 3675 | ; | - |
| 3676 | pC = p->apCsr[pOp->p1]; | - |
| 3677 | | - |
| 3678 | ((void) (0)) | - |
| 3679 | ; | - |
| 3680 | | - |
| 3681 | ((void) (0)) | - |
| 3682 | ; | - |
| 3683 | res = 1; | - |
| 3684 | | - |
| 3685 | | - |
| 3686 | | - |
| 3687 | if( ((| TRUE | evaluated 19891 times by 10 testsEvaluated by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
| | FALSE | evaluated 1469890 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
pC)->eCurType==1)| TRUE | evaluated 19891 times by 10 testsEvaluated by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
| | FALSE | evaluated 1469890 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 19891-1469890 |
| 3688 | rc = sqlite3VdbeSorterRewind(pC, &res); | - |
| 3689 | }executed 19891 times by 10 tests: end of blockExecuted by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
else{ | 19891 |
| 3690 | | - |
| 3691 | ((void) (0)) | - |
| 3692 | ; | - |
| 3693 | pCrsr = pC->uc.pCursor; | - |
| 3694 | | - |
| 3695 | ((void) (0)) | - |
| 3696 | ; | - |
| 3697 | rc = sqlite3BtreeFirst(pCrsr, &res); | - |
| 3698 | | - |
| 3699 | if( pOp->p5| TRUE | evaluated 33588 times by 1 test | | FALSE | evaluated 1436302 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
) sqlite3BtreeSkipNext(pCrsr);executed 33588 times by 1 test: sqlite3BtreeSkipNext(pCrsr); | 33588-1436302 |
| 3700 | | - |
| 3701 | pC->deferredMoveto = 0; | - |
| 3702 | pC->cacheStatus = 0; | - |
| 3703 | }executed 1469890 times by 435 tests: end of blockExecuted by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 1469890 |
| 3704 | if( rc| TRUE | evaluated 21 times by 1 test | | FALSE | evaluated 1489760 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
) gotoexecuted 21 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 21 times by 1 test: goto abort_due_to_error; | 21-1489760 |
| 3705 | pC->nullRow = (u8)res; | - |
| 3706 | | - |
| 3707 | ((void) (0)) | - |
| 3708 | ; | - |
| 3709 | ; | - |
| 3710 | if( res| TRUE | evaluated 47129 times by 42 testsEvaluated by:- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (30)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (43)
- Self test (438)
- Self test (45)
- Self test (47)
- Self test (48)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- ...
| | FALSE | evaluated 1442631 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
) gotoexecuted 47129 times by 42 tests: goto jump_to_p2;Executed by:- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (30)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (43)
- Self test (438)
- Self test (45)
- Self test (47)
- Self test (48)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- ...
jump_to_p2;executed 47129 times by 42 tests: goto jump_to_p2;Executed by:- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (30)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (43)
- Self test (438)
- Self test (45)
- Self test (47)
- Self test (48)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- ...
| 47129-1442631 |
| 3711 | break;executed 1442631 times by 434 tests: break;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 1442631 |
| 3712 | } | - |
| 3713 | caseexecuted 2311718 times by 4 tests: case 3:Executed by:- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
3:executed 2311718 times by 4 tests: case 3:Executed by:- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
{ | 2311718 |
| 3714 | VdbeCursor *pC; | - |
| 3715 | | - |
| 3716 | pC = p->apCsr[pOp->p1]; | - |
| 3717 | | - |
| 3718 | ((void) (0)) | - |
| 3719 | ; | - |
| 3720 | rc = sqlite3VdbeSorterNext(db, pC); | - |
| 3721 | gotoexecuted 2311718 times by 4 tests: goto next_tail;Executed by:- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
next_tail;executed 2311718 times by 4 tests: goto next_tail;Executed by:- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
| 2311718 |
| 3722 | caseexecuted 110359 times by 1 test: case 4: 4:executed 110359 times by 1 test: case 4: | 110359 |
| 3723 | caseexecuted 20460391 times by 434 tests: case 5:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
5:executed 20460391 times by 434 tests: case 5:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 20460391 |
| 3724 | | - |
| 3725 | ((void) (0)) | - |
| 3726 | ; | - |
| 3727 | | - |
| 3728 | ((void) (0)) | - |
| 3729 | ; | - |
| 3730 | pC = p->apCsr[pOp->p1]; | - |
| 3731 | | - |
| 3732 | ((void) (0)) | - |
| 3733 | ; | - |
| 3734 | | - |
| 3735 | ((void) (0)) | - |
| 3736 | ; | - |
| 3737 | | - |
| 3738 | ((void) (0)) | - |
| 3739 | ; | - |
| 3740 | | - |
| 3741 | ((void) (0)) | - |
| 3742 | ; | - |
| 3743 | | - |
| 3744 | ((void) (0)) | - |
| 3745 | ; | - |
| 3746 | | - |
| 3747 | | - |
| 3748 | | - |
| 3749 | | - |
| 3750 | ((void) (0)) | - |
| 3751 | | - |
| 3752 | | - |
| 3753 | | - |
| 3754 | ; | - |
| 3755 | | - |
| 3756 | ((void) (0)) | - |
| 3757 | | - |
| 3758 | | - |
| 3759 | | - |
| 3760 | ; | - |
| 3761 | | - |
| 3762 | rc = pOp->p4.xAdvance(pC->uc.pCursor, pOp->p3); | - |
| 3763 | next_tail:code before this statement executed 20570750 times by 434 tests: next_tail:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 20570750 |
| 3764 | pC->cacheStatus = 0; | - |
| 3765 | ; | - |
| 3766 | if( rc==0| TRUE | evaluated 22535387 times by 415 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
| | FALSE | evaluated 347081 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 347081-22535387 |
| 3767 | pC->nullRow = 0; | - |
| 3768 | p->aCounter[pOp->p5]++; | - |
| 3769 | | - |
| 3770 | sqlite3_search_count++; | - |
| 3771 | | - |
| 3772 | gotoexecuted 22535387 times by 415 tests: goto jump_to_p2_and_check_for_interrupt;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
jump_to_p2_and_check_for_interrupt;executed 22535387 times by 415 tests: goto jump_to_p2_and_check_for_interrupt;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- ...
| 22535387 |
| 3773 | } | - |
| 3774 | if( rc!=101| TRUE | evaluated 32 times by 1 test | | FALSE | evaluated 347049 times by 434 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
) gotoexecuted 32 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 32 times by 1 test: goto abort_due_to_error; | 32-347049 |
| 3775 | rc = 0; | - |
| 3776 | pC->nullRow = 1; | - |
| 3777 | gotoexecuted 347049 times by 434 tests: goto check_for_interrupt;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
check_for_interrupt;executed 347049 times by 434 tests: goto check_for_interrupt;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 347049 |
| 3778 | } | - |
| 3779 | caseexecuted 2368907 times by 4 tests: case 132:Executed by:- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
132:executed 2368907 times by 4 tests: case 132:Executed by:- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
| 2368907 |
| 3780 | caseexecuted 2381124 times by 361 tests: case 133:Executed by:- Self test (10)
- Self test (100)
- Self test (11)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- ...
133:executed 2381124 times by 361 tests: case 133:Executed by:- Self test (10)
- Self test (100)
- Self test (11)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- ...
{ | 2381124 |
| 3781 | VdbeCursor *pC; | - |
| 3782 | BtreePayload x; | - |
| 3783 | | - |
| 3784 | | - |
| 3785 | ((void) (0)) | - |
| 3786 | ; | - |
| 3787 | pC = p->apCsr[pOp->p1]; | - |
| 3788 | ; | - |
| 3789 | | - |
| 3790 | ((void) (0)) | - |
| 3791 | ; | - |
| 3792 | | - |
| 3793 | ((void) (0)) | - |
| 3794 | ; | - |
| 3795 | pIn2 = &aMem[pOp->p2]; | - |
| 3796 | | - |
| 3797 | ((void) (0)) | - |
| 3798 | ; | - |
| 3799 | if( pOp->p5 & 0x01| TRUE | evaluated 11151 times by 1 test | | FALSE | evaluated 4738880 times by 361 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (11)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- ...
|
) p->nChange++;executed 11151 times by 1 test: p->nChange++; | 11151-4738880 |
| 3800 | | - |
| 3801 | ((void) (0)) | - |
| 3802 | ; | - |
| 3803 | | - |
| 3804 | ((void) (0)) | - |
| 3805 | ; | - |
| 3806 | rc = (((| TRUE | evaluated 7 times by 1 test | | FALSE | evaluated 4750024 times by 361 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (11)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- ...
|
pIn2)->flags&0x4000)| TRUE | evaluated 7 times by 1 test | | FALSE | evaluated 4750024 times by 361 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (11)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- ...
|
?sqlite3VdbeMemExpandBlob(pIn2):0); | 7-4750024 |
| 3807 | if( rc| TRUE | never evaluated | | FALSE | evaluated 4750031 times by 361 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (11)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- ...
|
) gotonever executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0-4750031 |
| 3808 | if( pOp->opcode==132| TRUE | evaluated 2368907 times by 4 testsEvaluated by:- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
| | FALSE | evaluated 2381124 times by 361 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (11)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- ...
|
){ | 2368907-2381124 |
| 3809 | rc = sqlite3VdbeSorterWrite(pC, pIn2); | - |
| 3810 | }executed 2368907 times by 4 tests: end of blockExecuted by:- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
else{ | 2368907 |
| 3811 | x.nKey = pIn2->n; | - |
| 3812 | x.pKey = pIn2->z; | - |
| 3813 | x.aMem = aMem + pOp->p3; | - |
| 3814 | x.nMem = (u16)pOp->p4.i; | - |
| 3815 | rc = sqlite3BtreeInsert(pC->uc.pCursor, &x, | - |
| 3816 | (pOp->p5 & (0x08|0x02)), | - |
| 3817 | ((pOp->p5 & 0x10) ? pC->seekResult : 0) | - |
| 3818 | ); | - |
| 3819 | | - |
| 3820 | ((void) (0)) | - |
| 3821 | ; | - |
| 3822 | pC->cacheStatus = 0; | - |
| 3823 | }executed 2381100 times by 358 tests: end of blockExecuted by:- Self test (10)
- Self test (100)
- Self test (11)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- Self test (136)
- Self test (137)
- Self test (138)
- ...
| 2381100 |
| 3824 | if( rc| TRUE | evaluated 5 times by 1 test | | FALSE | evaluated 4750002 times by 358 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (11)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- Self test (136)
- Self test (137)
- Self test (138)
- ...
|
) gotoexecuted 5 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 5 times by 1 test: goto abort_due_to_error; | 5-4750002 |
| 3825 | break;executed 4750002 times by 358 tests: break;Executed by:- Self test (10)
- Self test (100)
- Self test (11)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (13)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- Self test (136)
- Self test (137)
- Self test (138)
- ...
| 4750002 |
| 3826 | } | - |
| 3827 | caseexecuted 112740 times by 347 tests: case 134:Executed by:- Self test (10)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- ...
134:executed 112740 times by 347 tests: case 134:Executed by:- Self test (10)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- ...
{ | 112740 |
| 3828 | VdbeCursor *pC; | - |
| 3829 | BtCursor *pCrsr; | - |
| 3830 | int res; | - |
| 3831 | UnpackedRecord r; | - |
| 3832 | | - |
| 3833 | | - |
| 3834 | ((void) (0)) | - |
| 3835 | ; | - |
| 3836 | | - |
| 3837 | ((void) (0)) | - |
| 3838 | ; | - |
| 3839 | | - |
| 3840 | ((void) (0)) | - |
| 3841 | ; | - |
| 3842 | pC = p->apCsr[pOp->p1]; | - |
| 3843 | | - |
| 3844 | ((void) (0)) | - |
| 3845 | ; | - |
| 3846 | | - |
| 3847 | ((void) (0)) | - |
| 3848 | ; | - |
| 3849 | ; | - |
| 3850 | pCrsr = pC->uc.pCursor; | - |
| 3851 | | - |
| 3852 | ((void) (0)) | - |
| 3853 | ; | - |
| 3854 | | - |
| 3855 | ((void) (0)) | - |
| 3856 | ; | - |
| 3857 | r.pKeyInfo = pC->pKeyInfo; | - |
| 3858 | r.nField = (u16)pOp->p3; | - |
| 3859 | r.default_rc = 0; | - |
| 3860 | r.aMem = &aMem[pOp->p2]; | - |
| 3861 | rc = sqlite3BtreeMovetoUnpacked(pCrsr, &r, 0, 0, &res); | - |
| 3862 | if( rc| TRUE | never evaluated | | FALSE | evaluated 112740 times by 347 testsEvaluated by:- Self test (10)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- ...
|
) gotonever executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0-112740 |
| 3863 | if( res==0| TRUE | evaluated 112487 times by 347 testsEvaluated by:- Self test (10)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- ...
| | FALSE | evaluated 253 times by 1 test |
){ | 253-112487 |
| 3864 | rc = sqlite3BtreeDelete(pCrsr, 0x04); | - |
| 3865 | if( rc| TRUE | never evaluated | | FALSE | evaluated 112363 times by 337 testsEvaluated by:- Self test (10)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- Self test (136)
- Self test (137)
- Self test (138)
- ...
|
) gotonever executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0-112363 |
| 3866 | }executed 112363 times by 337 tests: end of blockExecuted by:- Self test (10)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- Self test (136)
- Self test (137)
- Self test (138)
- ...
| 112363 |
| 3867 | | - |
| 3868 | ((void) (0)) | - |
| 3869 | ; | - |
| 3870 | pC->cacheStatus = 0; | - |
| 3871 | pC->seekResult = 0; | - |
| 3872 | break;executed 112616 times by 337 tests: break;Executed by:- Self test (10)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- Self test (136)
- Self test (137)
- Self test (138)
- ...
| 112616 |
| 3873 | } | - |
| 3874 | caseexecuted 824095 times by 1 test: case 135: 135:executed 824095 times by 1 test: case 135: | 824095 |
| 3875 | caseexecuted 949736 times by 1 test: case 136: 136:executed 949736 times by 1 test: case 136: { | 949736 |
| 3876 | VdbeCursor *pC; | - |
| 3877 | VdbeCursor *pTabCur; | - |
| 3878 | i64 rowid; | - |
| 3879 | | - |
| 3880 | | - |
| 3881 | ((void) (0)) | - |
| 3882 | ; | - |
| 3883 | pC = p->apCsr[pOp->p1]; | - |
| 3884 | | - |
| 3885 | ((void) (0)) | - |
| 3886 | ; | - |
| 3887 | | - |
| 3888 | ((void) (0)) | - |
| 3889 | ; | - |
| 3890 | | - |
| 3891 | ((void) (0)) | - |
| 3892 | ; | - |
| 3893 | | - |
| 3894 | ((void) (0)) | - |
| 3895 | ; | - |
| 3896 | | - |
| 3897 | ((void) (0)) | - |
| 3898 | ; | - |
| 3899 | | - |
| 3900 | ((void) (0)) | - |
| 3901 | ; | - |
| 3902 | | - |
| 3903 | | - |
| 3904 | | - |
| 3905 | rc = sqlite3VdbeCursorRestore(pC); | - |
| 3906 | | - |
| 3907 | | - |
| 3908 | | - |
| 3909 | | - |
| 3910 | if( (| TRUE | never evaluated | | FALSE | evaluated 1773831 times by 1 test |
rc!=0)| TRUE | never evaluated | | FALSE | evaluated 1773831 times by 1 test |
) gotonever executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0-1773831 |
| 3911 | | - |
| 3912 | if( !pC->nullRow| TRUE | evaluated 1773778 times by 1 test | | FALSE | evaluated 53 times by 1 test |
){ | 53-1773778 |
| 3913 | rowid = 0; | - |
| 3914 | rc = sqlite3VdbeIdxRowid(db, pC->uc.pCursor, &rowid); | - |
| 3915 | if( rc!=0| TRUE | never evaluated | | FALSE | evaluated 1773778 times by 1 test |
){ | 0-1773778 |
| 3916 | goto never executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0 |
| 3917 | } | - |
| 3918 | if( pOp->opcode==135| TRUE | evaluated 824095 times by 1 test | | FALSE | evaluated 949683 times by 1 test |
){ | 824095-949683 |
| 3919 | | - |
| 3920 | ((void) (0)) | - |
| 3921 | ; | - |
| 3922 | pTabCur = p->apCsr[pOp->p3]; | - |
| 3923 | | - |
| 3924 | ((void) (0)) | - |
| 3925 | ; | - |
| 3926 | | - |
| 3927 | ((void) (0)) | - |
| 3928 | ; | - |
| 3929 | | - |
| 3930 | ((void) (0)) | - |
| 3931 | ; | - |
| 3932 | | - |
| 3933 | ((void) (0)) | - |
| 3934 | ; | - |
| 3935 | pTabCur->nullRow = 0; | - |
| 3936 | pTabCur->movetoTarget = rowid; | - |
| 3937 | pTabCur->deferredMoveto = 1; | - |
| 3938 | | - |
| 3939 | ((void) (0)) | - |
| 3940 | ; | - |
| 3941 | pTabCur->aAltMap = pOp->p4.ai; | - |
| 3942 | pTabCur->pAltCursor = pC; | - |
| 3943 | }executed 824095 times by 1 test: end of block else{ | 824095 |
| 3944 | pOut = out2Prerelease(p, pOp); | - |
| 3945 | pOut->u.i = rowid; | - |
| 3946 | }executed 949683 times by 1 test: end of block | 949683 |
| 3947 | }else{ | - |
| 3948 | | - |
| 3949 | ((void) (0)) | - |
| 3950 | ; | - |
| 3951 | sqlite3VdbeMemSetNull(&aMem[pOp->p2]); | - |
| 3952 | }executed 53 times by 1 test: end of block | 53 |
| 3953 | break;executed 1773831 times by 1 test: break; | 1773831 |
| 3954 | } | - |
| 3955 | caseexecuted 144120 times by 1 test: case 37: 37:executed 144120 times by 1 test: case 37: | 144120 |
| 3956 | caseexecuted 1033908 times by 8 tests: case 38:Executed by:- Self test (438)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
38:executed 1033908 times by 8 tests: case 38:Executed by:- Self test (438)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
| 1033908 |
| 3957 | caseexecuted 2795 times by 1 test: case 39: 39:executed 2795 times by 1 test: case 39: | 2795 |
| 3958 | caseexecuted 208567 times by 1 test: case 40: 40:executed 208567 times by 1 test: case 40: { | 208567 |
| 3959 | VdbeCursor *pC; | - |
| 3960 | int res; | - |
| 3961 | UnpackedRecord r; | - |
| 3962 | | - |
| 3963 | | - |
| 3964 | ((void) (0)) | - |
| 3965 | ; | - |
| 3966 | pC = p->apCsr[pOp->p1]; | - |
| 3967 | | - |
| 3968 | ((void) (0)) | - |
| 3969 | ; | - |
| 3970 | | - |
| 3971 | ((void) (0)) | - |
| 3972 | ; | - |
| 3973 | | - |
| 3974 | ((void) (0)) | - |
| 3975 | ; | - |
| 3976 | | - |
| 3977 | ((void) (0)) | - |
| 3978 | ; | - |
| 3979 | | - |
| 3980 | ((void) (0)) | - |
| 3981 | ; | - |
| 3982 | | - |
| 3983 | ((void) (0)) | - |
| 3984 | ; | - |
| 3985 | | - |
| 3986 | ((void) (0)) | - |
| 3987 | ; | - |
| 3988 | r.pKeyInfo = pC->pKeyInfo; | - |
| 3989 | r.nField = (u16)pOp->p4.i; | - |
| 3990 | if( pOp->opcode<39| TRUE | evaluated 1178028 times by 8 testsEvaluated by:- Self test (438)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
| | FALSE | evaluated 211362 times by 1 test |
){ | 211362-1178028 |
| 3991 | | - |
| 3992 | ((void) (0)) | - |
| 3993 | ; | - |
| 3994 | r.default_rc = -1; | - |
| 3995 | }executed 1178028 times by 8 tests: end of blockExecuted by:- Self test (438)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
else{ | 1178028 |
| 3996 | | - |
| 3997 | ((void) (0)) | - |
| 3998 | ; | - |
| 3999 | r.default_rc = 0; | - |
| 4000 | }executed 211362 times by 1 test: end of block | 211362 |
| 4001 | r.aMem = &aMem[pOp->p3]; | - |
| 4002 | res = 0; | - |
| 4003 | rc = sqlite3VdbeIdxKeyCompare(db, pC, &r, &res); | - |
| 4004 | | - |
| 4005 | ((void) (0)) | - |
| 4006 | ; | - |
| 4007 | if( (| TRUE | evaluated 146915 times by 1 test | | FALSE | evaluated 1242475 times by 8 testsEvaluated by:- Self test (438)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
|
pOp->opcode&1)==(39&1)| TRUE | evaluated 146915 times by 1 test | | FALSE | evaluated 1242475 times by 8 testsEvaluated by:- Self test (438)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
|
){ | 146915-1242475 |
| 4008 | | - |
| 4009 | ((void) (0)) | - |
| 4010 | ; | - |
| 4011 | res = -res; | - |
| 4012 | }executed 146915 times by 1 test: end of block else{ | 146915 |
| 4013 | | - |
| 4014 | ((void) (0)) | - |
| 4015 | ; | - |
| 4016 | res++; | - |
| 4017 | }executed 1242475 times by 8 tests: end of blockExecuted by:- Self test (438)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
| 1242475 |
| 4018 | ; | - |
| 4019 | if( rc| TRUE | never evaluated | | FALSE | evaluated 1389390 times by 8 testsEvaluated by:- Self test (438)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
|
) gotonever executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0-1389390 |
| 4020 | if( res>0| TRUE | evaluated 586699 times by 8 testsEvaluated by:- Self test (438)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
| | FALSE | evaluated 802691 times by 1 test |
) gotoexecuted 586699 times by 8 tests: goto jump_to_p2;Executed by:- Self test (438)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
jump_to_p2;executed 586699 times by 8 tests: goto jump_to_p2;Executed by:- Self test (438)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
| 586699-802691 |
| 4021 | break;executed 802691 times by 1 test: break; | 802691 |
| 4022 | } | - |
| 4023 | caseexecuted 5655 times by 4 tests: case 137:Executed by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
137:executed 5655 times by 4 tests: case 137:Executed by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
{ | 5655 |
| 4024 | int iMoved; | - |
| 4025 | int iDb; | - |
| 4026 | | - |
| 4027 | ; | - |
| 4028 | | - |
| 4029 | ((void) (0)) | - |
| 4030 | ; | - |
| 4031 | | - |
| 4032 | ((void) (0)) | - |
| 4033 | ; | - |
| 4034 | pOut = out2Prerelease(p, pOp); | - |
| 4035 | pOut->flags = 0x0001; | - |
| 4036 | if( db->nVdbeRead > db->nVDestroy+1| TRUE | evaluated 9 times by 1 test | | FALSE | evaluated 5646 times by 4 testsEvaluated by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
|
){ | 9-5646 |
| 4037 | rc = 6; | - |
| 4038 | p->errorAction = 2; | - |
| 4039 | gotoexecuted 9 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 9 times by 1 test: goto abort_due_to_error; | 9 |
| 4040 | }else{ | - |
| 4041 | iDb = pOp->p3; | - |
| 4042 | | - |
| 4043 | ((void) (0)) | - |
| 4044 | ; | - |
| 4045 | iMoved = 0; | - |
| 4046 | rc = sqlite3BtreeDropTable(db->aDb[iDb].pBt, pOp->p1, &iMoved); | - |
| 4047 | pOut->flags = 0x0004; | - |
| 4048 | pOut->u.i = iMoved; | - |
| 4049 | if( rc| TRUE | evaluated 7 times by 1 test | | FALSE | evaluated 5639 times by 4 testsEvaluated by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
|
) gotoexecuted 7 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 7 times by 1 test: goto abort_due_to_error; | 7-5639 |
| 4050 | | - |
| 4051 | if( iMoved!=0| TRUE | evaluated 368 times by 1 test | | FALSE | evaluated 5271 times by 4 testsEvaluated by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
|
){ | 368-5271 |
| 4052 | sqlite3RootPageMoved(db, iDb, iMoved, pOp->p1); | - |
| 4053 | | - |
| 4054 | | - |
| 4055 | ((void) (0)) | - |
| 4056 | ; | - |
| 4057 | resetSchemaOnFault = iDb+1; | - |
| 4058 | }executed 368 times by 1 test: end of block | 368 |
| 4059 | | - |
| 4060 | }executed 5639 times by 4 tests: end of blockExecuted by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
| 5639 |
| 4061 | break;executed 5639 times by 4 tests: break;Executed by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
| 5639 |
| 4062 | } | - |
| 4063 | caseexecuted 3291 times by 7 tests: case 138:Executed by:- Self test
- Self test (104)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (57)
- Self test (58)
138:executed 3291 times by 7 tests: case 138:Executed by:- Self test
- Self test (104)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (57)
- Self test (58)
{ | 3291 |
| 4064 | int nChange; | - |
| 4065 | | - |
| 4066 | ; | - |
| 4067 | nChange = 0; | - |
| 4068 | | - |
| 4069 | ((void) (0)) | - |
| 4070 | ; | - |
| 4071 | | - |
| 4072 | ((void) (0)) | - |
| 4073 | ; | - |
| 4074 | rc = sqlite3BtreeClearTable( | - |
| 4075 | db->aDb[pOp->p2].pBt, pOp->p1, (pOp->p3 ? &nChange : 0) | - |
| 4076 | ); | - |
| 4077 | if( pOp->p3| TRUE | evaluated 2144 times by 7 testsEvaluated by:- Self test
- Self test (104)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (57)
- Self test (58)
| | FALSE | evaluated 1147 times by 4 testsEvaluated by:- Self test
- Self test (438)
- Self test (57)
- Self test (58)
|
){ | 1147-2144 |
| 4078 | p->nChange += nChange; | - |
| 4079 | if( pOp->p3>0| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 2140 times by 7 testsEvaluated by:- Self test
- Self test (104)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (57)
- Self test (58)
|
){ | 4-2140 |
| 4080 | | - |
| 4081 | ((void) (0)) | - |
| 4082 | ; | - |
| 4083 | ; | - |
| 4084 | aMem[pOp->p3].u.i += nChange; | - |
| 4085 | }executed 4 times by 1 test: end of block | 4 |
| 4086 | }executed 2144 times by 7 tests: end of blockExecuted by:- Self test
- Self test (104)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (57)
- Self test (58)
| 2144 |
| 4087 | if( rc| TRUE | evaluated 188 times by 1 test | | FALSE | evaluated 3103 times by 7 testsEvaluated by:- Self test
- Self test (104)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (57)
- Self test (58)
|
) gotoexecuted 188 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 188 times by 1 test: goto abort_due_to_error; | 188-3103 |
| 4088 | break;executed 3103 times by 7 tests: break;Executed by:- Self test
- Self test (104)
- Self test (34)
- Self test (438)
- Self test (47)
- Self test (57)
- Self test (58)
| 3103 |
| 4089 | } | - |
| 4090 | caseexecuted 74592 times by 1 test: case 139: 139:executed 74592 times by 1 test: case 139: { | 74592 |
| 4091 | VdbeCursor *pC; | - |
| 4092 | | - |
| 4093 | | - |
| 4094 | ((void) (0)) | - |
| 4095 | ; | - |
| 4096 | pC = p->apCsr[pOp->p1]; | - |
| 4097 | | - |
| 4098 | ((void) (0)) | - |
| 4099 | ; | - |
| 4100 | if( ((| TRUE | evaluated 1319 times by 1 test | | FALSE | evaluated 73273 times by 1 test |
pC)->eCurType==1)| TRUE | evaluated 1319 times by 1 test | | FALSE | evaluated 73273 times by 1 test |
){ | 1319-73273 |
| 4101 | sqlite3VdbeSorterReset(db, pC->uc.pSorter); | - |
| 4102 | }executed 1319 times by 1 test: end of block else{ | 1319 |
| 4103 | | - |
| 4104 | ((void) (0)) | - |
| 4105 | ; | - |
| 4106 | | - |
| 4107 | ((void) (0)) | - |
| 4108 | ; | - |
| 4109 | rc = sqlite3BtreeClearTableOfCursor(pC->uc.pCursor); | - |
| 4110 | if( rc| TRUE | never evaluated | | FALSE | evaluated 73273 times by 1 test |
) gotonever executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0-73273 |
| 4111 | }executed 73273 times by 1 test: end of block | 73273 |
| 4112 | break;executed 74592 times by 1 test: break; | 74592 |
| 4113 | } | - |
| 4114 | caseexecuted 15304 times by 32 tests: case 140:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (39)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- ...
140:executed 15304 times by 32 tests: case 140:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (39)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- ...
{ | 15304 |
| 4115 | int pgno; | - |
| 4116 | Db *pDb; | - |
| 4117 | | - |
| 4118 | ; | - |
| 4119 | pOut = out2Prerelease(p, pOp); | - |
| 4120 | pgno = 0; | - |
| 4121 | | - |
| 4122 | ((void) (0)) | - |
| 4123 | ; | - |
| 4124 | | - |
| 4125 | ((void) (0)) | - |
| 4126 | ; | - |
| 4127 | | - |
| 4128 | ((void) (0)) | - |
| 4129 | ; | - |
| 4130 | | - |
| 4131 | ((void) (0)) | - |
| 4132 | ; | - |
| 4133 | pDb = &db->aDb[pOp->p1]; | - |
| 4134 | | - |
| 4135 | ((void) (0)) | - |
| 4136 | ; | - |
| 4137 | rc = sqlite3BtreeCreateTable(pDb->pBt, &pgno, pOp->p3); | - |
| 4138 | if( rc| TRUE | evaluated 5 times by 2 testsEvaluated by:- Self test (39)
- Self test (438)
| | FALSE | evaluated 15299 times by 31 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
|
) gotoexecuted 5 times by 2 tests: goto abort_due_to_error;Executed by:- Self test (39)
- Self test (438)
abort_due_to_error;executed 5 times by 2 tests: goto abort_due_to_error;Executed by:- Self test (39)
- Self test (438)
| 5-15299 |
| 4139 | pOut->u.i = pgno; | - |
| 4140 | break;executed 15299 times by 31 tests: break;Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
| 15299 |
| 4141 | } | - |
| 4142 | | - |
| 4143 | | - |
| 4144 | | - |
| 4145 | | - |
| 4146 | | - |
| 4147 | caseexecuted 1 time by 1 test: case 142: 142:executed 1 time by 1 test: case 142: { | 1 |
| 4148 | ; | - |
| 4149 | db->nSqlExec++; | - |
| 4150 | rc = sqlite3_exec(db, pOp->p4.z, 0, 0, 0); | - |
| 4151 | db->nSqlExec--; | - |
| 4152 | if( rc| TRUE | evaluated 1 time by 1 test | | FALSE | never evaluated |
) gotoexecuted 1 time by 1 test: goto abort_due_to_error; abort_due_to_error;executed 1 time by 1 test: goto abort_due_to_error; | 0-1 |
| 4153 | break; never executed: break; | 0 |
| 4154 | } | - |
| 4155 | caseexecuted 17416 times by 31 tests: case 143:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
143:executed 17416 times by 31 tests: case 143:Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
{ | 17416 |
| 4156 | int iDb; | - |
| 4157 | const char *zMaster; | - |
| 4158 | char *zSql; | - |
| 4159 | InitData initData; | - |
| 4160 | iDb = pOp->p1; | - |
| 4161 | | - |
| 4162 | ((void) (0)) | - |
| 4163 | ; | - |
| 4164 | | - |
| 4165 | ((void) (0)) | - |
| 4166 | ; | - |
| 4167 | | - |
| 4168 | | - |
| 4169 | if( pOp->p4.z==0| TRUE | evaluated 780 times by 1 test | | FALSE | evaluated 16636 times by 31 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
|
){ | 780-16636 |
| 4170 | sqlite3SchemaClear(db->aDb[iDb].pSchema); | - |
| 4171 | db->mDbFlags &= ~0x0008; | - |
| 4172 | rc = sqlite3InitOne(db, iDb, &p->zErrMsg, 0x0001); | - |
| 4173 | db->mDbFlags |= 0x0001; | - |
| 4174 | p->expired = 0; | - |
| 4175 | }executed 780 times by 1 test: end of block else | 780 |
| 4176 | | - |
| 4177 | { | - |
| 4178 | zMaster = "sqlite_master"; | - |
| 4179 | initData.db = db; | - |
| 4180 | initData.iDb = pOp->p1; | - |
| 4181 | initData.pzErrMsg = &p->zErrMsg; | - |
| 4182 | initData.mInitFlags = 0; | - |
| 4183 | zSql = sqlite3MPrintf(db, | - |
| 4184 | "SELECT name, rootpage, sql FROM '%q'.%s WHERE %s ORDER BY rowid", | - |
| 4185 | db->aDb[iDb].zDbSName, zMaster, pOp->p4.z); | - |
| 4186 | if( zSql==0| TRUE | never evaluated | | FALSE | evaluated 16636 times by 31 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
|
){ | 0-16636 |
| 4187 | rc = 7; | - |
| 4188 | } never executed: end of block else{ | 0 |
| 4189 | | - |
| 4190 | ((void) (0)) | - |
| 4191 | ; | - |
| 4192 | db->init.busy = 1; | - |
| 4193 | initData.rc = 0; | - |
| 4194 | | - |
| 4195 | ((void) (0)) | - |
| 4196 | ; | - |
| 4197 | rc = sqlite3_exec(db, zSql, sqlite3InitCallback, &initData, 0); | - |
| 4198 | if( rc==0| TRUE | evaluated 16636 times by 31 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
| | FALSE | never evaluated |
) rc = initData.rc;executed 16636 times by 31 tests: rc = initData.rc;Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
| 0-16636 |
| 4199 | sqlite3DbFreeNN(db, zSql); | - |
| 4200 | db->init.busy = 0; | - |
| 4201 | }executed 16636 times by 31 tests: end of blockExecuted by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
| 16636 |
| 4202 | } | - |
| 4203 | if( rc| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 17414 times by 31 testsEvaluated by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
|
){ | 2-17414 |
| 4204 | sqlite3ResetAllSchemasOfConnection(db); | - |
| 4205 | if( rc==7| TRUE | never evaluated | | FALSE | evaluated 2 times by 1 test |
){ | 0-2 |
| 4206 | goto never executed: goto no_mem; no_mem;never executed: goto no_mem; | 0 |
| 4207 | } | - |
| 4208 | gotoexecuted 2 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 2 times by 1 test: goto abort_due_to_error; | 2 |
| 4209 | } | - |
| 4210 | break;executed 17414 times by 31 tests: break;Executed by:- Self test
- Self test (100)
- Self test (101)
- Self test (104)
- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (32)
- Self test (33)
- Self test (34)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (48)
- Self test (57)
- Self test (58)
- Self test (72)
- Self test (73)
- Self test (91)
- Self test (92)
- Self test (93)
- ...
| 17414 |
| 4211 | } | - |
| 4212 | caseexecuted 185 times by 1 test: case 144: 144:executed 185 times by 1 test: case 144: { | 185 |
| 4213 | | - |
| 4214 | ((void) (0)) | - |
| 4215 | ; | - |
| 4216 | rc = sqlite3AnalysisLoad(db, pOp->p1); | - |
| 4217 | if( rc| TRUE | never evaluated | | FALSE | evaluated 185 times by 1 test |
) gotonever executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0-185 |
| 4218 | break;executed 185 times by 1 test: break; | 185 |
| 4219 | } | - |
| 4220 | caseexecuted 4808 times by 4 tests: case 145:Executed by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
145:executed 4808 times by 4 tests: case 145:Executed by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
{ | 4808 |
| 4221 | ; | - |
| 4222 | sqlite3UnlinkAndDeleteTable(db, pOp->p1, pOp->p4.z); | - |
| 4223 | break;executed 4808 times by 4 tests: break;Executed by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
| 4808 |
| 4224 | } | - |
| 4225 | caseexecuted 199 times by 4 tests: case 146:Executed by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
146:executed 199 times by 4 tests: case 146:Executed by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
{ | 199 |
| 4226 | ; | - |
| 4227 | sqlite3UnlinkAndDeleteIndex(db, pOp->p1, pOp->p4.z); | - |
| 4228 | break;executed 199 times by 4 tests: break;Executed by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
| 199 |
| 4229 | } | - |
| 4230 | caseexecuted 353 times by 4 tests: case 147:Executed by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
147:executed 353 times by 4 tests: case 147:Executed by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
{ | 353 |
| 4231 | ; | - |
| 4232 | sqlite3UnlinkAndDeleteTrigger(db, pOp->p1, pOp->p4.z); | - |
| 4233 | break;executed 353 times by 4 tests: break;Executed by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
| 353 |
| 4234 | } | - |
| 4235 | caseexecuted 11285 times by 12 tests: case 148:Executed by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
148:executed 11285 times by 12 tests: case 148:Executed by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
{ | 11285 |
| 4236 | int nRoot; | - |
| 4237 | int *aRoot; | - |
| 4238 | int nErr; | - |
| 4239 | char *z; | - |
| 4240 | Mem *pnErr; | - |
| 4241 | | - |
| 4242 | | - |
| 4243 | ((void) (0)) | - |
| 4244 | ; | - |
| 4245 | nRoot = pOp->p2; | - |
| 4246 | aRoot = pOp->p4.ai; | - |
| 4247 | | - |
| 4248 | ((void) (0)) | - |
| 4249 | ; | - |
| 4250 | | - |
| 4251 | ((void) (0)) | - |
| 4252 | ; | - |
| 4253 | | - |
| 4254 | ((void) (0)) | - |
| 4255 | ; | - |
| 4256 | pnErr = &aMem[pOp->p3]; | - |
| 4257 | | - |
| 4258 | ((void) (0)) | - |
| 4259 | ; | - |
| 4260 | | - |
| 4261 | ((void) (0)) | - |
| 4262 | ; | - |
| 4263 | pIn1 = &aMem[pOp->p1]; | - |
| 4264 | | - |
| 4265 | ((void) (0)) | - |
| 4266 | ; | - |
| 4267 | | - |
| 4268 | ((void) (0)) | - |
| 4269 | ; | - |
| 4270 | z = sqlite3BtreeIntegrityCheck(db->aDb[pOp->p5].pBt, &aRoot[1], nRoot, | - |
| 4271 | (int)pnErr->u.i+1, &nErr); | - |
| 4272 | sqlite3VdbeMemSetNull(pIn1); | - |
| 4273 | if( nErr==0| TRUE | evaluated 11117 times by 12 testsEvaluated by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
| | FALSE | evaluated 168 times by 1 test |
){ | 168-11117 |
| 4274 | | - |
| 4275 | ((void) (0)) | - |
| 4276 | ; | - |
| 4277 | }executed 11117 times by 12 tests: end of blockExecuted by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
else if( z==0| TRUE | never evaluated | | FALSE | evaluated 168 times by 1 test |
){ | 0-11117 |
| 4278 | goto never executed: goto no_mem; no_mem;never executed: goto no_mem; | 0 |
| 4279 | }else{ | - |
| 4280 | pnErr->u.i -= nErr-1; | - |
| 4281 | sqlite3VdbeMemSetStr(pIn1, z, -1, 1, sqlite3_free); | - |
| 4282 | }executed 168 times by 1 test: end of block | 168 |
| 4283 | updateMaxBlobsize(pIn1); | - |
| 4284 | sqlite3VdbeChangeEncoding(pIn1, encoding); | - |
| 4285 | break;executed 11285 times by 12 tests: break;Executed by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
| 11285 |
| 4286 | } | - |
| 4287 | caseexecuted 38077 times by 1 test: case 149: 149:executed 38077 times by 1 test: case 149: { | 38077 |
| 4288 | pIn1 = &aMem[pOp->p1]; | - |
| 4289 | pIn2 = &aMem[pOp->p2]; | - |
| 4290 | | - |
| 4291 | ((void) (0)) | - |
| 4292 | ; | - |
| 4293 | if( (| TRUE | evaluated 4308 times by 1 test | | FALSE | evaluated 33769 times by 1 test |
pIn1->flags & 0x0010)==0| TRUE | evaluated 4308 times by 1 test | | FALSE | evaluated 33769 times by 1 test |
){ | 4308-33769 |
| 4294 | if( sqlite3VdbeMemSetRowSet(pIn1)| TRUE | never evaluated | | FALSE | evaluated 4308 times by 1 test |
) gotonever executed: goto no_mem; no_mem;never executed: goto no_mem; | 0-4308 |
| 4295 | }executed 4308 times by 1 test: end of block | 4308 |
| 4296 | | - |
| 4297 | ((void) (0)) | - |
| 4298 | ; | - |
| 4299 | sqlite3RowSetInsert((RowSet*)pIn1->z, pIn2->u.i); | - |
| 4300 | break;executed 38077 times by 1 test: break; | 38077 |
| 4301 | } | - |
| 4302 | caseexecuted 45731 times by 4 tests: case 41:Executed by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
41:executed 45731 times by 4 tests: case 41:Executed by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
{ | 45731 |
| 4303 | i64 val; | - |
| 4304 | | - |
| 4305 | pIn1 = &aMem[pOp->p1]; | - |
| 4306 | | - |
| 4307 | ((void) (0)) | - |
| 4308 | ; | - |
| 4309 | if( (| TRUE | evaluated 5484 times by 4 testsEvaluated by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
| | FALSE | evaluated 40247 times by 1 test |
pIn1->flags & 0x0010)==0| TRUE | evaluated 5484 times by 4 testsEvaluated by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
| | FALSE | evaluated 40247 times by 1 test |
| 5484-40247 |
| 4310 | || sqlite3RowSetNext((RowSet*)pIn1->z, &val)==0| TRUE | evaluated 2218 times by 1 test | | FALSE | evaluated 38029 times by 1 test |
| 2218-38029 |
| 4311 | ){ | - |
| 4312 | | - |
| 4313 | sqlite3VdbeMemSetNull(pIn1); | - |
| 4314 | ; | - |
| 4315 | gotoexecuted 7702 times by 4 tests: goto jump_to_p2_and_check_for_interrupt;Executed by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
jump_to_p2_and_check_for_interrupt;executed 7702 times by 4 tests: goto jump_to_p2_and_check_for_interrupt;Executed by:- Self test (24)
- Self test (28)
- Self test (438)
- Self test (47)
| 7702 |
| 4316 | }else{ | - |
| 4317 | | - |
| 4318 | ; | - |
| 4319 | sqlite3VdbeMemSetInt64(&aMem[pOp->p3], val); | - |
| 4320 | }executed 38029 times by 1 test: end of block | 38029 |
| 4321 | gotoexecuted 38029 times by 1 test: goto check_for_interrupt; check_for_interrupt;executed 38029 times by 1 test: goto check_for_interrupt; | 38029 |
| 4322 | } | - |
| 4323 | caseexecuted 429180 times by 1 test: case 42: 42:executed 429180 times by 1 test: case 42: { | 429180 |
| 4324 | int iSet; | - |
| 4325 | int exists; | - |
| 4326 | | - |
| 4327 | pIn1 = &aMem[pOp->p1]; | - |
| 4328 | pIn3 = &aMem[pOp->p3]; | - |
| 4329 | iSet = pOp->p4.i; | - |
| 4330 | | - |
| 4331 | ((void) (0)) | - |
| 4332 | ; | - |
| 4333 | | - |
| 4334 | | - |
| 4335 | | - |
| 4336 | | - |
| 4337 | if( (| TRUE | evaluated 2538 times by 1 test | | FALSE | evaluated 426642 times by 1 test |
pIn1->flags & 0x0010)==0| TRUE | evaluated 2538 times by 1 test | | FALSE | evaluated 426642 times by 1 test |
){ | 2538-426642 |
| 4338 | if( sqlite3VdbeMemSetRowSet(pIn1)| TRUE | never evaluated | | FALSE | evaluated 2538 times by 1 test |
) gotonever executed: goto no_mem; no_mem;never executed: goto no_mem; | 0-2538 |
| 4339 | }executed 2538 times by 1 test: end of block | 2538 |
| 4340 | | - |
| 4341 | ((void) (0)) | - |
| 4342 | ; | - |
| 4343 | | - |
| 4344 | ((void) (0)) | - |
| 4345 | ; | - |
| 4346 | | - |
| 4347 | ((void) (0)) | - |
| 4348 | ; | - |
| 4349 | if( iSet| TRUE | evaluated 229922 times by 1 test | | FALSE | evaluated 199258 times by 1 test |
){ | 199258-229922 |
| 4350 | exists = sqlite3RowSetTest((RowSet*)pIn1->z, iSet, pIn3->u.i); | - |
| 4351 | ; | - |
| 4352 | if( exists| TRUE | evaluated 210902 times by 1 test | | FALSE | evaluated 19020 times by 1 test |
) gotoexecuted 210902 times by 1 test: goto jump_to_p2; jump_to_p2;executed 210902 times by 1 test: goto jump_to_p2; | 19020-210902 |
| 4353 | }executed 19020 times by 1 test: end of block | 19020 |
| 4354 | if( iSet>=0| TRUE | evaluated 214934 times by 1 test | | FALSE | evaluated 3344 times by 1 test |
){ | 3344-214934 |
| 4355 | sqlite3RowSetInsert((RowSet*)pIn1->z, pIn3->u.i); | - |
| 4356 | }executed 214934 times by 1 test: end of block | 214934 |
| 4357 | break;executed 218278 times by 1 test: break; | 218278 |
| 4358 | } | - |
| 4359 | caseexecuted 141751 times by 1 test: case 45: 45:executed 141751 times by 1 test: case 45: { | 141751 |
| 4360 | int nMem; | - |
| 4361 | int nByte; | - |
| 4362 | Mem *pRt; | - |
| 4363 | Mem *pMem; | - |
| 4364 | Mem *pEnd; | - |
| 4365 | VdbeFrame *pFrame; | - |
| 4366 | SubProgram *pProgram; | - |
| 4367 | void *t; | - |
| 4368 | | - |
| 4369 | pProgram = pOp->p4.pProgram; | - |
| 4370 | pRt = &aMem[pOp->p3]; | - |
| 4371 | | - |
| 4372 | ((void) (0)) | - |
| 4373 | ; | - |
| 4374 | if( pOp->p5| TRUE | evaluated 6467 times by 1 test | | FALSE | evaluated 135284 times by 1 test |
){ | 6467-135284 |
| 4375 | t = pProgram->token; | - |
| 4376 | for(pFrame=p->pFrame; pFrame| TRUE | evaluated 119 times by 1 test | | FALSE | evaluated 6387 times by 1 test |
&& pFrame->token!=t| TRUE | evaluated 39 times by 1 test | | FALSE | evaluated 80 times by 1 test |
; pFrame=pFrame->pParent);executed 39 times by 1 test: ; | 39-6387 |
| 4377 | if( pFrame| TRUE | evaluated 80 times by 1 test | | FALSE | evaluated 6387 times by 1 test |
) break;executed 80 times by 1 test: break; | 80-6387 |
| 4378 | }executed 6387 times by 1 test: end of block | 6387 |
| 4379 | | - |
| 4380 | if( p->nFrame>=db->aLimit[10]| TRUE | evaluated 9 times by 1 test | | FALSE | evaluated 141662 times by 1 test |
){ | 9-141662 |
| 4381 | rc = 1; | - |
| 4382 | sqlite3VdbeError(p, "too many levels of trigger recursion"); | - |
| 4383 | gotoexecuted 9 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 9 times by 1 test: goto abort_due_to_error; | 9 |
| 4384 | } | - |
| 4385 | | - |
| 4386 | | - |
| 4387 | | - |
| 4388 | | - |
| 4389 | | - |
| 4390 | if( (| TRUE | evaluated 16141 times by 1 test | | FALSE | evaluated 125521 times by 1 test |
pRt->flags&0x0010)==0| TRUE | evaluated 16141 times by 1 test | | FALSE | evaluated 125521 times by 1 test |
){ | 16141-125521 |
| 4391 | | - |
| 4392 | | - |
| 4393 | | - |
| 4394 | | - |
| 4395 | | - |
| 4396 | nMem = pProgram->nMem + pProgram->nCsr; | - |
| 4397 | | - |
| 4398 | ((void) (0)) | - |
| 4399 | ; | - |
| 4400 | if( pProgram->nCsr==0| TRUE | evaluated 718 times by 1 test | | FALSE | evaluated 15423 times by 1 test |
) nMem++;executed 718 times by 1 test: nMem++; | 718-15423 |
| 4401 | nByte = (((sizeof(VdbeFrame))+7)&~7) | - |
| 4402 | + nMem * sizeof(Mem) | - |
| 4403 | + pProgram->nCsr * sizeof(VdbeCursor*) | - |
| 4404 | + (pProgram->nOp + 7)/8; | - |
| 4405 | pFrame = sqlite3DbMallocZero(db, nByte); | - |
| 4406 | if( !pFrame| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 16137 times by 1 test |
){ | 4-16137 |
| 4407 | gotoexecuted 4 times by 1 test: goto no_mem; no_mem;executed 4 times by 1 test: goto no_mem; | 4 |
| 4408 | } | - |
| 4409 | sqlite3VdbeMemRelease(pRt); | - |
| 4410 | pRt->flags = 0x0010|0x0400; | - |
| 4411 | pRt->z = (char*)pFrame; | - |
| 4412 | pRt->n = nByte; | - |
| 4413 | pRt->xDel = sqlite3VdbeFrameMemDel; | - |
| 4414 | | - |
| 4415 | pFrame->v = p; | - |
| 4416 | pFrame->nChildMem = nMem; | - |
| 4417 | pFrame->nChildCsr = pProgram->nCsr; | - |
| 4418 | pFrame->pc = (int)(pOp - aOp); | - |
| 4419 | pFrame->aMem = p->aMem; | - |
| 4420 | pFrame->nMem = p->nMem; | - |
| 4421 | pFrame->apCsr = p->apCsr; | - |
| 4422 | pFrame->nCursor = p->nCursor; | - |
| 4423 | pFrame->aOp = p->aOp; | - |
| 4424 | pFrame->nOp = p->nOp; | - |
| 4425 | pFrame->token = pProgram->token; | - |
| 4426 | | - |
| 4427 | | - |
| 4428 | | - |
| 4429 | | - |
| 4430 | | - |
| 4431 | | - |
| 4432 | | - |
| 4433 | pEnd = &((Mem *)&((u8 *)pFrame)[(((sizeof(VdbeFrame))+7)&~7)])[pFrame->nChildMem]; | - |
| 4434 | for(pMem=((Mem *)&((u8 *)pFrame)[(((sizeof(VdbeFrame))+7)&~7)]); pMem!=pEnd| TRUE | evaluated 152884 times by 1 test | | FALSE | evaluated 16137 times by 1 test |
; pMem++){ | 16137-152884 |
| 4435 | pMem->flags = 0x0080; | - |
| 4436 | pMem->db = db; | - |
| 4437 | }executed 152884 times by 1 test: end of block | 152884 |
| 4438 | }executed 16137 times by 1 test: end of block else{ | 16137 |
| 4439 | pFrame = (VdbeFrame*)pRt->z; | - |
| 4440 | | - |
| 4441 | ((void) (0)) | - |
| 4442 | ; | - |
| 4443 | | - |
| 4444 | ((void) (0)) | - |
| 4445 | | - |
| 4446 | ; | - |
| 4447 | | - |
| 4448 | ((void) (0)) | - |
| 4449 | ; | - |
| 4450 | | - |
| 4451 | ((void) (0)) | - |
| 4452 | ; | - |
| 4453 | }executed 125521 times by 1 test: end of block | 125521 |
| 4454 | | - |
| 4455 | p->nFrame++; | - |
| 4456 | pFrame->pParent = p->pFrame; | - |
| 4457 | pFrame->lastRowid = db->lastRowid; | - |
| 4458 | pFrame->nChange = p->nChange; | - |
| 4459 | pFrame->nDbChange = p->db->nChange; | - |
| 4460 | | - |
| 4461 | ((void) (0)) | - |
| 4462 | ; | - |
| 4463 | pFrame->pAuxData = p->pAuxData; | - |
| 4464 | p->pAuxData = 0; | - |
| 4465 | p->nChange = 0; | - |
| 4466 | p->pFrame = pFrame; | - |
| 4467 | p->aMem = aMem = ((Mem *)&((u8 *)pFrame)[(((sizeof(VdbeFrame))+7)&~7)]); | - |
| 4468 | p->nMem = pFrame->nChildMem; | - |
| 4469 | p->nCursor = (u16)pFrame->nChildCsr; | - |
| 4470 | p->apCsr = (VdbeCursor **)&aMem[p->nMem]; | - |
| 4471 | pFrame->aOnce = (u8*)&p->apCsr[pProgram->nCsr]; | - |
| 4472 | memset(pFrame->aOnce, 0, (pProgram->nOp + 7)/8); | - |
| 4473 | p->aOp = aOp = pProgram->aOp; | - |
| 4474 | p->nOp = pProgram->nOp; | - |
| 4475 | | - |
| 4476 | | - |
| 4477 | | - |
| 4478 | pOp = &aOp[-1]; | - |
| 4479 | | - |
| 4480 | break;executed 141658 times by 1 test: break; | 141658 |
| 4481 | } | - |
| 4482 | caseexecuted 29279 times by 1 test: case 150: 150:executed 29279 times by 1 test: case 150: { | 29279 |
| 4483 | VdbeFrame *pFrame; | - |
| 4484 | Mem *pIn; | - |
| 4485 | pOut = out2Prerelease(p, pOp); | - |
| 4486 | pFrame = p->pFrame; | - |
| 4487 | pIn = &pFrame->aMem[pOp->p1 + pFrame->aOp[pFrame->pc].p1]; | - |
| 4488 | sqlite3VdbeMemShallowCopy(pOut, pIn, 0x1000); | - |
| 4489 | break;executed 29279 times by 1 test: break; | 29279 |
| 4490 | } | - |
| 4491 | caseexecuted 608 times by 1 test: case 151: 151:executed 608 times by 1 test: case 151: { | 608 |
| 4492 | if( db->flags & 0x00080000| TRUE | evaluated 16 times by 1 test | | FALSE | evaluated 592 times by 1 test |
){ | 16-592 |
| 4493 | db->nDeferredImmCons += pOp->p2; | - |
| 4494 | }executed 16 times by 1 test: end of block else if( pOp->p1| TRUE | evaluated 160 times by 1 test | | FALSE | evaluated 432 times by 1 test |
){ | 16-432 |
| 4495 | db->nDeferredCons += pOp->p2; | - |
| 4496 | }executed 160 times by 1 test: end of block else{ | 160 |
| 4497 | p->nFkConstraint += pOp->p2; | - |
| 4498 | }executed 432 times by 1 test: end of block | 432 |
| 4499 | break;executed 608 times by 1 test: break; | 608 |
| 4500 | } | - |
| 4501 | caseexecuted 720 times by 1 test: case 46: 46:executed 720 times by 1 test: case 46: { | 720 |
| 4502 | if( pOp->p1| TRUE | evaluated 181 times by 1 test | | FALSE | evaluated 539 times by 1 test |
){ | 181-539 |
| 4503 | ; | - |
| 4504 | if( db->nDeferredCons==0| TRUE | evaluated 98 times by 1 test | | FALSE | evaluated 83 times by 1 test |
&& db->nDeferredImmCons==0| TRUE | evaluated 96 times by 1 test | | FALSE | evaluated 2 times by 1 test |
) gotoexecuted 96 times by 1 test: goto jump_to_p2; jump_to_p2;executed 96 times by 1 test: goto jump_to_p2; | 2-98 |
| 4505 | }executed 85 times by 1 test: end of block else{ | 85 |
| 4506 | ; | - |
| 4507 | if( p->nFkConstraint==0| TRUE | evaluated 284 times by 1 test | | FALSE | evaluated 255 times by 1 test |
&& db->nDeferredImmCons==0| TRUE | evaluated 275 times by 1 test | | FALSE | evaluated 9 times by 1 test |
) gotoexecuted 275 times by 1 test: goto jump_to_p2; jump_to_p2;executed 275 times by 1 test: goto jump_to_p2; | 9-284 |
| 4508 | }executed 264 times by 1 test: end of block | 264 |
| 4509 | break;executed 349 times by 1 test: break; | 349 |
| 4510 | } | - |
| 4511 | caseexecuted 138 times by 1 test: case 152: 152:executed 138 times by 1 test: case 152: { | 138 |
| 4512 | VdbeFrame *pFrame; | - |
| 4513 | if( p->pFrame| TRUE | evaluated 30 times by 1 test | | FALSE | evaluated 108 times by 1 test |
){ | 30-108 |
| 4514 | for(pFrame=p->pFrame; pFrame->pParent| TRUE | evaluated 8 times by 1 test | | FALSE | evaluated 30 times by 1 test |
; pFrame=pFrame->pParent);executed 8 times by 1 test: ; | 8-30 |
| 4515 | pIn1 = &pFrame->aMem[pOp->p1]; | - |
| 4516 | }executed 30 times by 1 test: end of block else{ | 30 |
| 4517 | pIn1 = &aMem[pOp->p1]; | - |
| 4518 | }executed 108 times by 1 test: end of block | 108 |
| 4519 | | - |
| 4520 | ((void) (0)) | - |
| 4521 | ; | - |
| 4522 | sqlite3VdbeMemIntegerify(pIn1); | - |
| 4523 | pIn2 = &aMem[pOp->p2]; | - |
| 4524 | sqlite3VdbeMemIntegerify(pIn2); | - |
| 4525 | if( pIn1->u.i<pIn2->u.i| TRUE | evaluated 42 times by 1 test | | FALSE | evaluated 96 times by 1 test |
){ | 42-96 |
| 4526 | pIn1->u.i = pIn2->u.i; | - |
| 4527 | }executed 42 times by 1 test: end of block | 42 |
| 4528 | break;executed 138 times by 1 test: break; | 138 |
| 4529 | } | - |
| 4530 | caseexecuted 386494 times by 1 test: case 47: 47:executed 386494 times by 1 test: case 47: { | 386494 |
| 4531 | pIn1 = &aMem[pOp->p1]; | - |
| 4532 | | - |
| 4533 | ((void) (0)) | - |
| 4534 | ; | - |
| 4535 | ; | - |
| 4536 | if( pIn1->u.i>0| TRUE | evaluated 199820 times by 1 test | | FALSE | evaluated 186674 times by 1 test |
){ | 186674-199820 |
| 4537 | pIn1->u.i -= pOp->p3; | - |
| 4538 | gotoexecuted 199820 times by 1 test: goto jump_to_p2; jump_to_p2;executed 199820 times by 1 test: goto jump_to_p2; | 199820 |
| 4539 | } | - |
| 4540 | break;executed 186674 times by 1 test: break; | 186674 |
| 4541 | } | - |
| 4542 | caseexecuted 473 times by 1 test: case 153: 153:executed 473 times by 1 test: case 153: { | 473 |
| 4543 | i64 x; | - |
| 4544 | pIn1 = &aMem[pOp->p1]; | - |
| 4545 | pIn3 = &aMem[pOp->p3]; | - |
| 4546 | pOut = out2Prerelease(p, pOp); | - |
| 4547 | | - |
| 4548 | ((void) (0)) | - |
| 4549 | ; | - |
| 4550 | | - |
| 4551 | ((void) (0)) | - |
| 4552 | ; | - |
| 4553 | x = pIn1->u.i; | - |
| 4554 | if( x<=0| TRUE | evaluated 15 times by 1 test | | FALSE | evaluated 458 times by 1 test |
|| sqlite3AddInt64(&x, pIn3->u.i>0?pIn3->u.i:0)| TRUE | never evaluated | | FALSE | evaluated 458 times by 1 test |
){ | 0-458 |
| 4555 | | - |
| 4556 | | - |
| 4557 | | - |
| 4558 | | - |
| 4559 | | - |
| 4560 | | - |
| 4561 | | - |
| 4562 | pOut->u.i = -1; | - |
| 4563 | }executed 15 times by 1 test: end of block else{ | 15 |
| 4564 | pOut->u.i = x; | - |
| 4565 | }executed 458 times by 1 test: end of block | 458 |
| 4566 | break;executed 473 times by 1 test: break; | 473 |
| 4567 | } | - |
| 4568 | caseexecuted 158371 times by 12 tests: case 48:Executed by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
48:executed 158371 times by 12 tests: case 48:Executed by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
{ | 158371 |
| 4569 | pIn1 = &aMem[pOp->p1]; | - |
| 4570 | | - |
| 4571 | ((void) (0)) | - |
| 4572 | ; | - |
| 4573 | ; | - |
| 4574 | if( pIn1->u.i| TRUE | evaluated 15254 times by 1 test | | FALSE | evaluated 143117 times by 12 testsEvaluated by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
|
){ | 15254-143117 |
| 4575 | if( pIn1->u.i>0| TRUE | evaluated 13175 times by 1 test | | FALSE | evaluated 2079 times by 1 test |
) pIn1->u.i--;executed 13175 times by 1 test: pIn1->u.i--; | 2079-13175 |
| 4576 | gotoexecuted 15254 times by 1 test: goto jump_to_p2; jump_to_p2;executed 15254 times by 1 test: goto jump_to_p2; | 15254 |
| 4577 | } | - |
| 4578 | break;executed 143117 times by 12 tests: break;Executed by:- Self test (43)
- Self test (438)
- Self test (45)
- Self test (53)
- Self test (65)
- Self test (66)
- Self test (67)
- Self test (68)
- Self test (69)
- Self test (70)
- Self test (71)
- Self test (74)
| 143117 |
| 4579 | } | - |
| 4580 | | - |
| 4581 | | - |
| 4582 | | - |
| 4583 | | - |
| 4584 | | - |
| 4585 | | - |
| 4586 | | - |
| 4587 | caseexecuted 540414 times by 1 test: case 49: 49:executed 540414 times by 1 test: case 49: { | 540414 |
| 4588 | pIn1 = &aMem[pOp->p1]; | - |
| 4589 | | - |
| 4590 | ((void) (0)) | - |
| 4591 | ; | - |
| 4592 | if( pIn1->u.i>(((i64)-1) - (0xffffffff|(((i64)0x7fffffff)<<32)))| TRUE | evaluated 540414 times by 1 test | | FALSE | never evaluated |
) pIn1->u.i--;executed 540414 times by 1 test: pIn1->u.i--; | 0-540414 |
| 4593 | ; | - |
| 4594 | if( pIn1->u.i==0| TRUE | evaluated 176467 times by 1 test | | FALSE | evaluated 363947 times by 1 test |
) gotoexecuted 176467 times by 1 test: goto jump_to_p2; jump_to_p2;executed 176467 times by 1 test: goto jump_to_p2; | 176467-363947 |
| 4595 | break;executed 363947 times by 1 test: break; | 363947 |
| 4596 | } | - |
| 4597 | caseexecuted 232 times by 1 test: case 154: 154:executed 232 times by 1 test: case 154: | 232 |
| 4598 | caseexecuted 26252 times by 1 test: case 155: 155:executed 26252 times by 1 test: case 155: { | 26252 |
| 4599 | int n; | - |
| 4600 | sqlite3_context *pCtx; | - |
| 4601 | | - |
| 4602 | | - |
| 4603 | ((void) (0)) | - |
| 4604 | ; | - |
| 4605 | n = pOp->p5; | - |
| 4606 | | - |
| 4607 | ((void) (0)) | - |
| 4608 | ; | - |
| 4609 | | - |
| 4610 | ((void) (0)) | - |
| 4611 | ; | - |
| 4612 | | - |
| 4613 | ((void) (0)) | - |
| 4614 | ; | - |
| 4615 | pCtx = sqlite3DbMallocRawNN(db, n*sizeof(sqlite3_value*) + | - |
| 4616 | (sizeof(pCtx[0]) + sizeof(Mem) - sizeof(sqlite3_value*))); | - |
| 4617 | if( pCtx==0| TRUE | never evaluated | | FALSE | evaluated 26484 times by 1 test |
) gotonever executed: goto no_mem; no_mem;never executed: goto no_mem; | 0-26484 |
| 4618 | pCtx->pMem = 0; | - |
| 4619 | pCtx->pOut = (Mem*)&(pCtx->argv[n]); | - |
| 4620 | sqlite3VdbeMemInit(pCtx->pOut, db, 0x0001); | - |
| 4621 | pCtx->pFunc = pOp->p4.pFunc; | - |
| 4622 | pCtx->iOp = (int)(pOp - aOp); | - |
| 4623 | pCtx->pVdbe = p; | - |
| 4624 | pCtx->skipFlag = 0; | - |
| 4625 | pCtx->isError = 0; | - |
| 4626 | pCtx->argc = n; | - |
| 4627 | pOp->p4type = (-16); | - |
| 4628 | pOp->p4.pCtx = pCtx; | - |
| 4629 | | - |
| 4630 | | - |
| 4631 | | - |
| 4632 | ((void) (0)) | - |
| 4633 | ; | - |
| 4634 | | - |
| 4635 | pOp->opcode = 156; | - |
| 4636 | | - |
| 4637 | } | - |
| 4638 | caseexecuted 6797614 times by 1 test: case 156: 156:executed 6797614 times by 1 test: case 156: code before this statement executed 26484 times by 1 test: case 156: { | 26484-6797614 |
| 4639 | int i; | - |
| 4640 | sqlite3_context *pCtx; | - |
| 4641 | Mem *pMem; | - |
| 4642 | | - |
| 4643 | | - |
| 4644 | ((void) (0)) | - |
| 4645 | ; | - |
| 4646 | pCtx = pOp->p4.pCtx; | - |
| 4647 | pMem = &aMem[pOp->p3]; | - |
| 4648 | if( pCtx->pMem != pMem| TRUE | evaluated 26983 times by 1 test | | FALSE | evaluated 6797115 times by 1 test |
){ | 26983-6797115 |
| 4649 | pCtx->pMem = pMem; | - |
| 4650 | for(i=pCtx->argc-1; i>=0| TRUE | evaluated 33697 times by 1 test | | FALSE | evaluated 26983 times by 1 test |
; i--) pCtx->argv[i] = &aMem[pOp->p2+i];executed 33697 times by 1 test: pCtx->argv[i] = &aMem[pOp->p2+i]; | 26983-33697 |
| 4651 | }executed 26983 times by 1 test: end of block | 26983 |
| 4652 | pMem->n++; | - |
| 4653 | | - |
| 4654 | ((void) (0)) | - |
| 4655 | ; | - |
| 4656 | | - |
| 4657 | ((void) (0)) | - |
| 4658 | ; | - |
| 4659 | | - |
| 4660 | ((void) (0)) | - |
| 4661 | ; | - |
| 4662 | | - |
| 4663 | if( pOp->p1| TRUE | evaluated 31080 times by 1 test | | FALSE | evaluated 6793018 times by 1 test |
){ | 31080-6793018 |
| 4664 | (pCtx->pFunc->xInverse)(pCtx,pCtx->argc,pCtx->argv); | - |
| 4665 | }executed 31080 times by 1 test: end of block else | 31080 |
| 4666 | | - |
| 4667 | (executed 6793018 times by 1 test: (pCtx->pFunc->xSFunc)(pCtx,pCtx->argc,pCtx->argv); pCtx->pFunc->xSFunc)(pCtx,pCtx->argc,pCtx->argv);executed 6793018 times by 1 test: (pCtx->pFunc->xSFunc)(pCtx,pCtx->argc,pCtx->argv); | 6793018 |
| 4668 | | - |
| 4669 | if( pCtx->isError| TRUE | evaluated 69328 times by 1 test | | FALSE | evaluated 6754770 times by 1 test |
){ | 69328-6754770 |
| 4670 | if( pCtx->isError>0| TRUE | evaluated 22 times by 1 test | | FALSE | evaluated 69306 times by 1 test |
){ | 22-69306 |
| 4671 | sqlite3VdbeError(p, "%s", sqlite3_value_text(pCtx->pOut)); | - |
| 4672 | rc = pCtx->isError; | - |
| 4673 | }executed 22 times by 1 test: end of block | 22 |
| 4674 | if( pCtx->skipFlag| TRUE | evaluated 69306 times by 1 test | | FALSE | evaluated 22 times by 1 test |
){ | 22-69306 |
| 4675 | | - |
| 4676 | ((void) (0)) | - |
| 4677 | ; | - |
| 4678 | i = pOp[-1].p1; | - |
| 4679 | if( i| TRUE | evaluated 60268 times by 1 test | | FALSE | evaluated 9038 times by 1 test |
) sqlite3VdbeMemSetInt64(&aMem[i], 1);executed 60268 times by 1 test: sqlite3VdbeMemSetInt64(&aMem[i], 1); | 9038-60268 |
| 4680 | pCtx->skipFlag = 0; | - |
| 4681 | }executed 69306 times by 1 test: end of block | 69306 |
| 4682 | sqlite3VdbeMemRelease(pCtx->pOut); | - |
| 4683 | pCtx->pOut->flags = 0x0001; | - |
| 4684 | pCtx->isError = 0; | - |
| 4685 | if( rc| TRUE | evaluated 22 times by 1 test | | FALSE | evaluated 69306 times by 1 test |
) gotoexecuted 22 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 22 times by 1 test: goto abort_due_to_error; | 22-69306 |
| 4686 | }executed 69306 times by 1 test: end of block | 69306 |
| 4687 | | - |
| 4688 | ((void) (0)) | - |
| 4689 | ; | - |
| 4690 | | - |
| 4691 | ((void) (0)) | - |
| 4692 | ; | - |
| 4693 | break;executed 6824076 times by 1 test: break; | 6824076 |
| 4694 | } | - |
| 4695 | caseexecuted 191503 times by 1 test: case 157: 157:executed 191503 times by 1 test: case 157: | 191503 |
| 4696 | caseexecuted 44992 times by 1 test: case 158: 158:executed 44992 times by 1 test: case 158: { | 44992 |
| 4697 | Mem *pMem; | - |
| 4698 | | - |
| 4699 | ((void) (0)) | - |
| 4700 | ; | - |
| 4701 | | - |
| 4702 | ((void) (0)) | - |
| 4703 | ; | - |
| 4704 | pMem = &aMem[pOp->p1]; | - |
| 4705 | | - |
| 4706 | ((void) (0)) | - |
| 4707 | ; | - |
| 4708 | | - |
| 4709 | if( pOp->p3| TRUE | evaluated 191503 times by 1 test | | FALSE | evaluated 44992 times by 1 test |
){ | 44992-191503 |
| 4710 | rc = sqlite3VdbeMemAggValue(pMem, &aMem[pOp->p3], pOp->p4.pFunc); | - |
| 4711 | pMem = &aMem[pOp->p3]; | - |
| 4712 | }executed 191503 times by 1 test: end of block else | 191503 |
| 4713 | | - |
| 4714 | { | - |
| 4715 | rc = sqlite3VdbeMemFinalize(pMem, pOp->p4.pFunc); | - |
| 4716 | }executed 44992 times by 1 test: end of block | 44992 |
| 4717 | | - |
| 4718 | if( rc| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 236491 times by 1 test |
){ | 4-236491 |
| 4719 | sqlite3VdbeError(p, "%s", sqlite3_value_text(pMem)); | - |
| 4720 | gotoexecuted 4 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 4 times by 1 test: goto abort_due_to_error; | 4 |
| 4721 | } | - |
| 4722 | sqlite3VdbeChangeEncoding(pMem, encoding); | - |
| 4723 | updateMaxBlobsize(pMem); | - |
| 4724 | if( sqlite3VdbeMemTooBig(pMem)| TRUE | never evaluated | | FALSE | evaluated 236491 times by 1 test |
){ | 0-236491 |
| 4725 | goto never executed: goto too_big; too_big;never executed: goto too_big; | 0 |
| 4726 | } | - |
| 4727 | break;executed 236491 times by 1 test: break; | 236491 |
| 4728 | } | - |
| 4729 | caseexecuted 4423 times by 8 tests: case 6:Executed by:- Self test (101)
- Self test (104)
- Self test (105)
- Self test (438)
- Self test (72)
- Self test (73)
- Self test (84)
- Self test (85)
6:executed 4423 times by 8 tests: case 6:Executed by:- Self test (101)
- Self test (104)
- Self test (105)
- Self test (438)
- Self test (72)
- Self test (73)
- Self test (84)
- Self test (85)
{ | 4423 |
| 4730 | int i; | - |
| 4731 | int aRes[3]; | - |
| 4732 | Mem *pMem; | - |
| 4733 | | - |
| 4734 | | - |
| 4735 | ((void) (0)) | - |
| 4736 | ; | - |
| 4737 | aRes[0] = 0; | - |
| 4738 | aRes[1] = aRes[2] = -1; | - |
| 4739 | | - |
| 4740 | ((void) (0)) | - |
| 4741 | | - |
| 4742 | | - |
| 4743 | | - |
| 4744 | | - |
| 4745 | ; | - |
| 4746 | rc = sqlite3Checkpoint(db, pOp->p1, pOp->p2, &aRes[1], &aRes[2]); | - |
| 4747 | if( rc| TRUE | evaluated 47 times by 1 test | | FALSE | evaluated 4376 times by 8 testsEvaluated by:- Self test (101)
- Self test (104)
- Self test (105)
- Self test (438)
- Self test (72)
- Self test (73)
- Self test (84)
- Self test (85)
|
){ | 47-4376 |
| 4748 | if( rc!=5| TRUE | evaluated 7 times by 1 test | | FALSE | evaluated 40 times by 1 test |
) gotoexecuted 7 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 7 times by 1 test: goto abort_due_to_error; | 7-40 |
| 4749 | rc = 0; | - |
| 4750 | aRes[0] = 1; | - |
| 4751 | }executed 40 times by 1 test: end of block | 40 |
| 4752 | for(i=0, pMem = &aMem[pOp->p3]; i<3| TRUE | evaluated 13248 times by 8 testsEvaluated by:- Self test (101)
- Self test (104)
- Self test (105)
- Self test (438)
- Self test (72)
- Self test (73)
- Self test (84)
- Self test (85)
| | FALSE | evaluated 4416 times by 8 testsEvaluated by:- Self test (101)
- Self test (104)
- Self test (105)
- Self test (438)
- Self test (72)
- Self test (73)
- Self test (84)
- Self test (85)
|
; i++, pMem++){ | 4416-13248 |
| 4753 | sqlite3VdbeMemSetInt64(pMem, (i64)aRes[i]); | - |
| 4754 | }executed 13248 times by 8 tests: end of blockExecuted by:- Self test (101)
- Self test (104)
- Self test (105)
- Self test (438)
- Self test (72)
- Self test (73)
- Self test (84)
- Self test (85)
| 13248 |
| 4755 | break;executed 4416 times by 8 tests: break;Executed by:- Self test (101)
- Self test (104)
- Self test (105)
- Self test (438)
- Self test (72)
- Self test (73)
- Self test (84)
- Self test (85)
| 4416 |
| 4756 | }; | - |
| 4757 | caseexecuted 5364 times by 10 tests: case 7:Executed by:- Self test (101)
- Self test (104)
- Self test (28)
- Self test (3)
- Self test (438)
- Self test (58)
- Self test (84)
- Self test (85)
- Self test (89)
- Self test (90)
7:executed 5364 times by 10 tests: case 7:Executed by:- Self test (101)
- Self test (104)
- Self test (28)
- Self test (3)
- Self test (438)
- Self test (58)
- Self test (84)
- Self test (85)
- Self test (89)
- Self test (90)
{ | 5364 |
| 4758 | Btree *pBt; | - |
| 4759 | Pager *pPager; | - |
| 4760 | int eNew; | - |
| 4761 | int eOld; | - |
| 4762 | | - |
| 4763 | const char *zFilename; | - |
| 4764 | | - |
| 4765 | | - |
| 4766 | pOut = out2Prerelease(p, pOp); | - |
| 4767 | eNew = pOp->p3; | - |
| 4768 | | - |
| 4769 | ((void) (0)) | - |
| 4770 | | - |
| 4771 | | - |
| 4772 | | - |
| 4773 | | - |
| 4774 | | - |
| 4775 | | - |
| 4776 | | - |
| 4777 | ; | - |
| 4778 | | - |
| 4779 | ((void) (0)) | - |
| 4780 | ; | - |
| 4781 | | - |
| 4782 | ((void) (0)) | - |
| 4783 | ; | - |
| 4784 | | - |
| 4785 | pBt = db->aDb[pOp->p1].pBt; | - |
| 4786 | pPager = sqlite3BtreePager(pBt); | - |
| 4787 | eOld = sqlite3PagerGetJournalMode(pPager); | - |
| 4788 | if( eNew==(-1)| TRUE | evaluated 179 times by 5 testsEvaluated by:- Self test (438)
- Self test (84)
- Self test (85)
- Self test (89)
- Self test (90)
| | FALSE | evaluated 5185 times by 6 testsEvaluated by:- Self test (101)
- Self test (104)
- Self test (28)
- Self test (3)
- Self test (438)
- Self test (58)
|
) eNew = eOld;executed 179 times by 5 tests: eNew = eOld;Executed by:- Self test (438)
- Self test (84)
- Self test (85)
- Self test (89)
- Self test (90)
| 179-5185 |
| 4789 | if( !sqlite3PagerOkToChangeJournalMode(pPager)| TRUE | evaluated 22 times by 1 test | | FALSE | evaluated 5342 times by 10 testsEvaluated by:- Self test (101)
- Self test (104)
- Self test (28)
- Self test (3)
- Self test (438)
- Self test (58)
- Self test (84)
- Self test (85)
- Self test (89)
- Self test (90)
|
) eNew = eOld;executed 22 times by 1 test: eNew = eOld; | 22-5342 |
| 4790 | | - |
| 4791 | | - |
| 4792 | zFilename = sqlite3PagerFilename(pPager, 1); | - |
| 4793 | | - |
| 4794 | | - |
| 4795 | | - |
| 4796 | | - |
| 4797 | if( eNew==5| TRUE | evaluated 4800 times by 8 testsEvaluated by:- Self test (101)
- Self test (104)
- Self test (28)
- Self test (438)
- Self test (84)
- Self test (85)
- Self test (89)
- Self test (90)
| | FALSE | evaluated 564 times by 3 testsEvaluated by:- Self test (3)
- Self test (438)
- Self test (58)
|
| 564-4800 |
| 4798 | && (sqlite3Strlen30(zFilename)==0| TRUE | evaluated 10 times by 1 test | | FALSE | evaluated 4790 times by 8 testsEvaluated by:- Self test (101)
- Self test (104)
- Self test (28)
- Self test (438)
- Self test (84)
- Self test (85)
- Self test (89)
- Self test (90)
|
| 10-4790 |
| 4799 | || !sqlite3PagerWalSupported(pPager)| TRUE | evaluated 4 times by 1 test | | FALSE | evaluated 4786 times by 8 testsEvaluated by:- Self test (101)
- Self test (104)
- Self test (28)
- Self test (438)
- Self test (84)
- Self test (85)
- Self test (89)
- Self test (90)
|
) | 4-4786 |
| 4800 | ){ | - |
| 4801 | eNew = eOld; | - |
| 4802 | }executed 14 times by 1 test: end of block | 14 |
| 4803 | | - |
| 4804 | if( (| TRUE | evaluated 825 times by 6 testsEvaluated by:- Self test (101)
- Self test (104)
- Self test (28)
- Self test (3)
- Self test (438)
- Self test (58)
| | FALSE | evaluated 4539 times by 5 testsEvaluated by:- Self test (438)
- Self test (84)
- Self test (85)
- Self test (89)
- Self test (90)
|
eNew!=eOld)| TRUE | evaluated 825 times by 6 testsEvaluated by:- Self test (101)
- Self test (104)
- Self test (28)
- Self test (3)
- Self test (438)
- Self test (58)
| | FALSE | evaluated 4539 times by 5 testsEvaluated by:- Self test (438)
- Self test (84)
- Self test (85)
- Self test (89)
- Self test (90)
|
| 825-4539 |
| 4805 | && (eOld==5| TRUE | evaluated 23 times by 1 test | | FALSE | evaluated 802 times by 6 testsEvaluated by:- Self test (101)
- Self test (104)
- Self test (28)
- Self test (3)
- Self test (438)
- Self test (58)
|
|| eNew==5| TRUE | evaluated 521 times by 4 testsEvaluated by:- Self test (101)
- Self test (104)
- Self test (28)
- Self test (438)
| | FALSE | evaluated 281 times by 3 testsEvaluated by:- Self test (3)
- Self test (438)
- Self test (58)
|
) | 23-802 |
| 4806 | ){ | - |
| 4807 | if( !db->autoCommit| TRUE | never evaluated | | FALSE | evaluated 544 times by 4 testsEvaluated by:- Self test (101)
- Self test (104)
- Self test (28)
- Self test (438)
|
|| db->nVdbeRead>1| TRUE | never evaluated | | FALSE | evaluated 544 times by 4 testsEvaluated by:- Self test (101)
- Self test (104)
- Self test (28)
- Self test (438)
|
){ | 0-544 |
| 4808 | rc = 1; | - |
| 4809 | sqlite3VdbeError(p, | - |
| 4810 | "cannot change %s wal mode from within a transaction", | - |
| 4811 | (eNew==5 ? "into" : "out of") | - |
| 4812 | ); | - |
| 4813 | goto never executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0 |
| 4814 | }else{ | - |
| 4815 | | - |
| 4816 | if( eOld==5| TRUE | evaluated 23 times by 1 test | | FALSE | evaluated 521 times by 4 testsEvaluated by:- Self test (101)
- Self test (104)
- Self test (28)
- Self test (438)
|
){ | 23-521 |
| 4817 | | - |
| 4818 | | - |
| 4819 | | - |
| 4820 | | - |
| 4821 | | - |
| 4822 | rc = sqlite3PagerCloseWal(pPager, db); | - |
| 4823 | if( rc==0| TRUE | evaluated 23 times by 1 test | | FALSE | never evaluated |
){ | 0-23 |
| 4824 | sqlite3PagerSetJournalMode(pPager, eNew); | - |
| 4825 | }executed 23 times by 1 test: end of block | 23 |
| 4826 | }executed 23 times by 1 test: end of block else if( eOld==4| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 519 times by 4 testsEvaluated by:- Self test (101)
- Self test (104)
- Self test (28)
- Self test (438)
|
){ | 2-519 |
| 4827 | | - |
| 4828 | | - |
| 4829 | sqlite3PagerSetJournalMode(pPager, 2); | - |
| 4830 | }executed 2 times by 1 test: end of block | 2 |
| 4831 | | - |
| 4832 | | - |
| 4833 | | - |
| 4834 | | - |
| 4835 | | - |
| 4836 | ((void) (0)) | - |
| 4837 | ; | - |
| 4838 | if( rc==0| TRUE | evaluated 544 times by 4 testsEvaluated by:- Self test (101)
- Self test (104)
- Self test (28)
- Self test (438)
| | FALSE | never evaluated |
){ | 0-544 |
| 4839 | rc = sqlite3BtreeSetVersion(pBt, (eNew==5 ? 2 : 1)); | - |
| 4840 | }executed 544 times by 4 tests: end of blockExecuted by:- Self test (101)
- Self test (104)
- Self test (28)
- Self test (438)
| 544 |
| 4841 | }executed 544 times by 4 tests: end of blockExecuted by:- Self test (101)
- Self test (104)
- Self test (28)
- Self test (438)
| 544 |
| 4842 | } | - |
| 4843 | | - |
| 4844 | | - |
| 4845 | if( rc| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 5362 times by 10 testsEvaluated by:- Self test (101)
- Self test (104)
- Self test (28)
- Self test (3)
- Self test (438)
- Self test (58)
- Self test (84)
- Self test (85)
- Self test (89)
- Self test (90)
|
) eNew = eOld;executed 2 times by 1 test: eNew = eOld; | 2-5362 |
| 4846 | eNew = sqlite3PagerSetJournalMode(pPager, eNew); | - |
| 4847 | | - |
| 4848 | pOut->flags = 0x0002|0x0800|0x0200; | - |
| 4849 | pOut->z = (char *)sqlite3JournalModename(eNew); | - |
| 4850 | pOut->n = sqlite3Strlen30(pOut->z); | - |
| 4851 | pOut->enc = 1; | - |
| 4852 | sqlite3VdbeChangeEncoding(pOut, encoding); | - |
| 4853 | if( rc| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 5362 times by 10 testsEvaluated by:- Self test (101)
- Self test (104)
- Self test (28)
- Self test (3)
- Self test (438)
- Self test (58)
- Self test (84)
- Self test (85)
- Self test (89)
- Self test (90)
|
) gotoexecuted 2 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 2 times by 1 test: goto abort_due_to_error; | 2-5362 |
| 4854 | break;executed 5362 times by 10 tests: break;Executed by:- Self test (101)
- Self test (104)
- Self test (28)
- Self test (3)
- Self test (438)
- Self test (58)
- Self test (84)
- Self test (85)
- Self test (89)
- Self test (90)
| 5362 |
| 4855 | }; | - |
| 4856 | caseexecuted 875 times by 2 tests: case 8:Executed by:- Self test (34)
- Self test (438)
8:executed 875 times by 2 tests: case 8:Executed by:- Self test (34)
- Self test (438)
{ | 875 |
| 4857 | | - |
| 4858 | ((void) (0)) | - |
| 4859 | ; | - |
| 4860 | rc = sqlite3RunVacuum(&p->zErrMsg, db, pOp->p1); | - |
| 4861 | if( rc| TRUE | evaluated 745 times by 1 test | | FALSE | evaluated 130 times by 2 testsEvaluated by:- Self test (34)
- Self test (438)
|
) gotoexecuted 745 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 745 times by 1 test: goto abort_due_to_error; | 130-745 |
| 4862 | break;executed 130 times by 2 tests: break;Executed by:- Self test (34)
- Self test (438)
| 130 |
| 4863 | } | - |
| 4864 | caseexecuted 7887 times by 1 test: case 59: 59:executed 7887 times by 1 test: case 59: { | 7887 |
| 4865 | Btree *pBt; | - |
| 4866 | | - |
| 4867 | | - |
| 4868 | ((void) (0)) | - |
| 4869 | ; | - |
| 4870 | | - |
| 4871 | ((void) (0)) | - |
| 4872 | ; | - |
| 4873 | | - |
| 4874 | ((void) (0)) | - |
| 4875 | ; | - |
| 4876 | pBt = db->aDb[pOp->p1].pBt; | - |
| 4877 | rc = sqlite3BtreeIncrVacuum(pBt); | - |
| 4878 | ; | - |
| 4879 | if( rc| TRUE | evaluated 107 times by 1 test | | FALSE | evaluated 7780 times by 1 test |
){ | 107-7780 |
| 4880 | if( rc!=101| TRUE | evaluated 8 times by 1 test | | FALSE | evaluated 99 times by 1 test |
) gotoexecuted 8 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 8 times by 1 test: goto abort_due_to_error; | 8-99 |
| 4881 | rc = 0; | - |
| 4882 | gotoexecuted 99 times by 1 test: goto jump_to_p2; jump_to_p2;executed 99 times by 1 test: goto jump_to_p2; | 99 |
| 4883 | } | - |
| 4884 | break;executed 7780 times by 1 test: break; | 7780 |
| 4885 | } | - |
| 4886 | caseexecuted 6297 times by 20 tests: case 159:Executed by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (34)
- Self test (4)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (5)
- Self test (77)
- Self test (78)
- Self test (79)
- Self test (80)
- Self test (81)
- Self test (82)
- Self test (83)
159:executed 6297 times by 20 tests: case 159:Executed by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (34)
- Self test (4)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (5)
- Self test (77)
- Self test (78)
- Self test (79)
- Self test (80)
- Self test (81)
- Self test (82)
- Self test (83)
{ | 6297 |
| 4887 | | - |
| 4888 | ((void) (0)) | - |
| 4889 | ; | - |
| 4890 | if( !pOp->p1| TRUE | evaluated 4673 times by 10 testsEvaluated by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
| | FALSE | evaluated 1624 times by 12 testsEvaluated by:- Self test (27)
- Self test (34)
- Self test (4)
- Self test (438)
- Self test (5)
- Self test (77)
- Self test (78)
- Self test (79)
- Self test (80)
- Self test (81)
- Self test (82)
- Self test (83)
|
){ | 1624-4673 |
| 4891 | sqlite3ExpirePreparedStatements(db, pOp->p2); | - |
| 4892 | }executed 4673 times by 10 tests: end of blockExecuted by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
else{ | 4673 |
| 4893 | p->expired = pOp->p2+1; | - |
| 4894 | }executed 1624 times by 12 tests: end of blockExecuted by:- Self test (27)
- Self test (34)
- Self test (4)
- Self test (438)
- Self test (5)
- Self test (77)
- Self test (78)
- Self test (79)
- Self test (80)
- Self test (81)
- Self test (82)
- Self test (83)
| 1624 |
| 4895 | break;executed 6297 times by 20 tests: break;Executed by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (34)
- Self test (4)
- Self test (42)
- Self test (438)
- Self test (44)
- Self test (46)
- Self test (47)
- Self test (5)
- Self test (77)
- Self test (78)
- Self test (79)
- Self test (80)
- Self test (81)
- Self test (82)
- Self test (83)
| 6297 |
| 4896 | } | - |
| 4897 | caseexecuted 2211 times by 1 test: case 160: 160:executed 2211 times by 1 test: case 160: { | 2211 |
| 4898 | u8 isWriteLock = (u8)pOp->p3; | - |
| 4899 | if( isWriteLock| TRUE | evaluated 949 times by 1 test | | FALSE | evaluated 1262 times by 1 test |
|| 0==(db->flags&0x00000400)| TRUE | evaluated 1248 times by 1 test | | FALSE | evaluated 14 times by 1 test |
){ | 14-1262 |
| 4900 | int p1 = pOp->p1; | - |
| 4901 | | - |
| 4902 | ((void) (0)) | - |
| 4903 | ; | - |
| 4904 | | - |
| 4905 | ((void) (0)) | - |
| 4906 | ; | - |
| 4907 | | - |
| 4908 | ((void) (0)) | - |
| 4909 | ; | - |
| 4910 | rc = sqlite3BtreeLockTable(db->aDb[p1].pBt, pOp->p2, isWriteLock); | - |
| 4911 | if( rc| TRUE | evaluated 46 times by 1 test | | FALSE | evaluated 2151 times by 1 test |
){ | 46-2151 |
| 4912 | if( (| TRUE | evaluated 46 times by 1 test | | FALSE | never evaluated |
rc&0xFF)==6| TRUE | evaluated 46 times by 1 test | | FALSE | never evaluated |
){ | 0-46 |
| 4913 | const char *z = pOp->p4.z; | - |
| 4914 | sqlite3VdbeError(p, "database table is locked: %s", z); | - |
| 4915 | }executed 46 times by 1 test: end of block | 46 |
| 4916 | gotoexecuted 46 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 46 times by 1 test: goto abort_due_to_error; | 46 |
| 4917 | } | - |
| 4918 | }executed 2151 times by 1 test: end of block | 2151 |
| 4919 | break;executed 2165 times by 1 test: break; | 2165 |
| 4920 | } | - |
| 4921 | caseexecuted 2333 times by 1 test: case 161: 161:executed 2333 times by 1 test: case 161: { | 2333 |
| 4922 | VTable *pVTab; | - |
| 4923 | pVTab = pOp->p4.pVtab; | - |
| 4924 | rc = sqlite3VtabBegin(db, pVTab); | - |
| 4925 | if( pVTab| TRUE | evaluated 1266 times by 1 test | | FALSE | evaluated 1067 times by 1 test |
) sqlite3VtabImportErrmsg(p, pVTab->pVtab);executed 1266 times by 1 test: sqlite3VtabImportErrmsg(p, pVTab->pVtab); | 1067-1266 |
| 4926 | if( rc| TRUE | evaluated 6 times by 1 test | | FALSE | evaluated 2327 times by 1 test |
) gotoexecuted 6 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 6 times by 1 test: goto abort_due_to_error; | 6-2327 |
| 4927 | break;executed 2327 times by 1 test: break; | 2327 |
| 4928 | } | - |
| 4929 | caseexecuted 1005 times by 1 test: case 162: 162:executed 1005 times by 1 test: case 162: { | 1005 |
| 4930 | Mem sMem; | - |
| 4931 | const char *zTab; | - |
| 4932 | | - |
| 4933 | memset(&sMem, 0, sizeof(sMem)); | - |
| 4934 | sMem.db = db; | - |
| 4935 | | - |
| 4936 | | - |
| 4937 | | - |
| 4938 | ((void) (0)) | - |
| 4939 | ; | - |
| 4940 | | - |
| 4941 | ((void) (0)) | - |
| 4942 | ; | - |
| 4943 | rc = sqlite3VdbeMemCopy(&sMem, &aMem[pOp->p2]); | - |
| 4944 | | - |
| 4945 | ((void) (0)) | - |
| 4946 | ; | - |
| 4947 | zTab = (const char*)sqlite3_value_text(&sMem); | - |
| 4948 | | - |
| 4949 | ((void) (0)) | - |
| 4950 | ; | - |
| 4951 | if( zTab| TRUE | evaluated 1005 times by 1 test | | FALSE | never evaluated |
){ | 0-1005 |
| 4952 | rc = sqlite3VtabCallCreate(db, pOp->p1, zTab, &p->zErrMsg); | - |
| 4953 | }executed 1005 times by 1 test: end of block | 1005 |
| 4954 | sqlite3VdbeMemRelease(&sMem); | - |
| 4955 | if( rc| TRUE | evaluated 53 times by 1 test | | FALSE | evaluated 952 times by 1 test |
) gotoexecuted 53 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 53 times by 1 test: goto abort_due_to_error; | 53-952 |
| 4956 | break;executed 952 times by 1 test: break; | 952 |
| 4957 | } | - |
| 4958 | caseexecuted 60 times by 1 test: case 163: 163:executed 60 times by 1 test: case 163: { | 60 |
| 4959 | db->nVDestroy++; | - |
| 4960 | rc = sqlite3VtabCallDestroy(db, pOp->p1, pOp->p4.z); | - |
| 4961 | db->nVDestroy--; | - |
| 4962 | if( rc| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 59 times by 1 test |
) gotoexecuted 1 time by 1 test: goto abort_due_to_error; abort_due_to_error;executed 1 time by 1 test: goto abort_due_to_error; | 1-59 |
| 4963 | break;executed 59 times by 1 test: break; | 59 |
| 4964 | } | - |
| 4965 | caseexecuted 11227 times by 1 test: case 164: 164:executed 11227 times by 1 test: case 164: { | 11227 |
| 4966 | VdbeCursor *pCur; | - |
| 4967 | sqlite3_vtab_cursor *pVCur; | - |
| 4968 | sqlite3_vtab *pVtab; | - |
| 4969 | const sqlite3_module *pModule; | - |
| 4970 | | - |
| 4971 | | - |
| 4972 | ((void) (0)) | - |
| 4973 | ; | - |
| 4974 | pCur = 0; | - |
| 4975 | pVCur = 0; | - |
| 4976 | pVtab = pOp->p4.pVtab->pVtab; | - |
| 4977 | if( pVtab==0| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 11226 times by 1 test |
|| (| TRUE | never evaluated | | FALSE | evaluated 11226 times by 1 test |
pVtab->pModule==0)| TRUE | never evaluated | | FALSE | evaluated 11226 times by 1 test |
){ | 0-11226 |
| 4978 | rc = 6; | - |
| 4979 | gotoexecuted 1 time by 1 test: goto abort_due_to_error; abort_due_to_error;executed 1 time by 1 test: goto abort_due_to_error; | 1 |
| 4980 | } | - |
| 4981 | pModule = pVtab->pModule; | - |
| 4982 | rc = pModule->xOpen(pVtab, &pVCur); | - |
| 4983 | sqlite3VtabImportErrmsg(p, pVtab); | - |
| 4984 | if( rc| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 11225 times by 1 test |
) gotoexecuted 1 time by 1 test: goto abort_due_to_error; abort_due_to_error;executed 1 time by 1 test: goto abort_due_to_error; | 1-11225 |
| 4985 | | - |
| 4986 | | - |
| 4987 | pVCur->pVtab = pVtab; | - |
| 4988 | | - |
| 4989 | | - |
| 4990 | pCur = allocateCursor(p, pOp->p1, 0, -1, 2); | - |
| 4991 | if( pCur| TRUE | evaluated 11225 times by 1 test | | FALSE | never evaluated |
){ | 0-11225 |
| 4992 | pCur->uc.pVCur = pVCur; | - |
| 4993 | pVtab->nRef++; | - |
| 4994 | }executed 11225 times by 1 test: end of block else{ | 11225 |
| 4995 | | - |
| 4996 | ((void) (0)) | - |
| 4997 | ; | - |
| 4998 | pModule->xClose(pVCur); | - |
| 4999 | goto never executed: goto no_mem; no_mem;never executed: goto no_mem; | 0 |
| 5000 | } | - |
| 5001 | break;executed 11225 times by 1 test: break; | 11225 |
| 5002 | } | - |
| 5003 | caseexecuted 13227 times by 1 test: case 9: 9:executed 13227 times by 1 test: case 9: { | 13227 |
| 5004 | int nArg; | - |
| 5005 | int iQuery; | - |
| 5006 | const sqlite3_module *pModule; | - |
| 5007 | Mem *pQuery; | - |
| 5008 | Mem *pArgc; | - |
| 5009 | sqlite3_vtab_cursor *pVCur; | - |
| 5010 | sqlite3_vtab *pVtab; | - |
| 5011 | VdbeCursor *pCur; | - |
| 5012 | int res; | - |
| 5013 | int i; | - |
| 5014 | Mem **apArg; | - |
| 5015 | | - |
| 5016 | pQuery = &aMem[pOp->p3]; | - |
| 5017 | pArgc = &pQuery[1]; | - |
| 5018 | pCur = p->apCsr[pOp->p1]; | - |
| 5019 | | - |
| 5020 | ((void) (0)) | - |
| 5021 | ; | - |
| 5022 | ; | - |
| 5023 | | - |
| 5024 | ((void) (0)) | - |
| 5025 | ; | - |
| 5026 | pVCur = pCur->uc.pVCur; | - |
| 5027 | pVtab = pVCur->pVtab; | - |
| 5028 | pModule = pVtab->pModule; | - |
| 5029 | | - |
| 5030 | | - |
| 5031 | | - |
| 5032 | ((void) (0)) | - |
| 5033 | ; | - |
| 5034 | nArg = (int)pArgc->u.i; | - |
| 5035 | iQuery = (int)pQuery->u.i; | - |
| 5036 | | - |
| 5037 | | - |
| 5038 | res = 0; | - |
| 5039 | apArg = p->apArg; | - |
| 5040 | for(i = 0; i<nArg| TRUE | evaluated 19422 times by 1 test | | FALSE | evaluated 13227 times by 1 test |
; i++){ | 13227-19422 |
| 5041 | apArg[i] = &pArgc[i+1]; | - |
| 5042 | }executed 19422 times by 1 test: end of block | 19422 |
| 5043 | rc = pModule->xFilter(pVCur, iQuery, pOp->p4.z, nArg, apArg); | - |
| 5044 | sqlite3VtabImportErrmsg(p, pVtab); | - |
| 5045 | if( rc| TRUE | evaluated 19 times by 1 test | | FALSE | evaluated 13208 times by 1 test |
) gotoexecuted 19 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 19 times by 1 test: goto abort_due_to_error; | 19-13208 |
| 5046 | res = pModule->xEof(pVCur); | - |
| 5047 | pCur->nullRow = 0; | - |
| 5048 | ; | - |
| 5049 | if( res| TRUE | evaluated 1829 times by 1 test | | FALSE | evaluated 11379 times by 1 test |
) gotoexecuted 1829 times by 1 test: goto jump_to_p2; jump_to_p2;executed 1829 times by 1 test: goto jump_to_p2; | 1829-11379 |
| 5050 | break;executed 11379 times by 1 test: break; | 11379 |
| 5051 | } | - |
| 5052 | caseexecuted 1478253 times by 1 test: case 165: 165:executed 1478253 times by 1 test: case 165: { | 1478253 |
| 5053 | sqlite3_vtab *pVtab; | - |
| 5054 | const sqlite3_module *pModule; | - |
| 5055 | Mem *pDest; | - |
| 5056 | sqlite3_context sContext; | - |
| 5057 | | - |
| 5058 | VdbeCursor *pCur = p->apCsr[pOp->p1]; | - |
| 5059 | | - |
| 5060 | ((void) (0)) | - |
| 5061 | ; | - |
| 5062 | | - |
| 5063 | ((void) (0)) | - |
| 5064 | ; | - |
| 5065 | pDest = &aMem[pOp->p3]; | - |
| 5066 | ; | - |
| 5067 | if( pCur->nullRow| TRUE | evaluated 56 times by 1 test | | FALSE | evaluated 1478197 times by 1 test |
){ | 56-1478197 |
| 5068 | sqlite3VdbeMemSetNull(pDest); | - |
| 5069 | break;executed 56 times by 1 test: break; | 56 |
| 5070 | } | - |
| 5071 | pVtab = pCur->uc.pVCur->pVtab; | - |
| 5072 | pModule = pVtab->pModule; | - |
| 5073 | | - |
| 5074 | ((void) (0)) | - |
| 5075 | ; | - |
| 5076 | memset(&sContext, 0, sizeof(sContext)); | - |
| 5077 | sContext.pOut = pDest; | - |
| 5078 | if( pOp->p5| TRUE | evaluated 493 times by 1 test | | FALSE | evaluated 1477704 times by 1 test |
){ | 493-1477704 |
| 5079 | sqlite3VdbeMemSetNull(pDest); | - |
| 5080 | pDest->flags = 0x0001|0x4000; | - |
| 5081 | pDest->u.nZero = 0; | - |
| 5082 | }executed 493 times by 1 test: end of block else{ | 493 |
| 5083 | ((pDest)->flags = ((pDest)->flags&~(0xc1ff|0x4000))|0x0001); | - |
| 5084 | }executed 1477704 times by 1 test: end of block | 1477704 |
| 5085 | rc = pModule->xColumn(pCur->uc.pVCur, &sContext, pOp->p2); | - |
| 5086 | sqlite3VtabImportErrmsg(p, pVtab); | - |
| 5087 | if( sContext.isError>0| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 1478196 times by 1 test |
){ | 1-1478196 |
| 5088 | sqlite3VdbeError(p, "%s", sqlite3_value_text(pDest)); | - |
| 5089 | rc = sContext.isError; | - |
| 5090 | }executed 1 time by 1 test: end of block | 1 |
| 5091 | sqlite3VdbeChangeEncoding(pDest, encoding); | - |
| 5092 | ; | - |
| 5093 | updateMaxBlobsize(pDest); | - |
| 5094 | | - |
| 5095 | if( sqlite3VdbeMemTooBig(pDest)| TRUE | never evaluated | | FALSE | evaluated 1478197 times by 1 test |
){ | 0-1478197 |
| 5096 | goto never executed: goto too_big; too_big;never executed: goto too_big; | 0 |
| 5097 | } | - |
| 5098 | if( rc| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 1478195 times by 1 test |
) gotoexecuted 2 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 2 times by 1 test: goto abort_due_to_error; | 2-1478195 |
| 5099 | break;executed 1478195 times by 1 test: break; | 1478195 |
| 5100 | } | - |
| 5101 | caseexecuted 1403372 times by 1 test: case 60: 60:executed 1403372 times by 1 test: case 60: { | 1403372 |
| 5102 | sqlite3_vtab *pVtab; | - |
| 5103 | const sqlite3_module *pModule; | - |
| 5104 | int res; | - |
| 5105 | VdbeCursor *pCur; | - |
| 5106 | | - |
| 5107 | res = 0; | - |
| 5108 | pCur = p->apCsr[pOp->p1]; | - |
| 5109 | | - |
| 5110 | ((void) (0)) | - |
| 5111 | ; | - |
| 5112 | if( pCur->nullRow| TRUE | evaluated 21 times by 1 test | | FALSE | evaluated 1403351 times by 1 test |
){ | 21-1403351 |
| 5113 | break;executed 21 times by 1 test: break; | 21 |
| 5114 | } | - |
| 5115 | pVtab = pCur->uc.pVCur->pVtab; | - |
| 5116 | pModule = pVtab->pModule; | - |
| 5117 | | - |
| 5118 | ((void) (0)) | - |
| 5119 | ; | - |
| 5120 | | - |
| 5121 | | - |
| 5122 | | - |
| 5123 | | - |
| 5124 | | - |
| 5125 | | - |
| 5126 | | - |
| 5127 | rc = pModule->xNext(pCur->uc.pVCur); | - |
| 5128 | sqlite3VtabImportErrmsg(p, pVtab); | - |
| 5129 | if( rc| TRUE | evaluated 5 times by 1 test | | FALSE | evaluated 1403346 times by 1 test |
) gotoexecuted 5 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 5 times by 1 test: goto abort_due_to_error; | 5-1403346 |
| 5130 | res = pModule->xEof(pCur->uc.pVCur); | - |
| 5131 | ; | - |
| 5132 | if( !res| TRUE | evaluated 1392002 times by 1 test | | FALSE | evaluated 11344 times by 1 test |
){ | 11344-1392002 |
| 5133 | | - |
| 5134 | gotoexecuted 1392002 times by 1 test: goto jump_to_p2_and_check_for_interrupt; jump_to_p2_and_check_for_interrupt;executed 1392002 times by 1 test: goto jump_to_p2_and_check_for_interrupt; | 1392002 |
| 5135 | } | - |
| 5136 | gotoexecuted 11344 times by 1 test: goto check_for_interrupt; check_for_interrupt;executed 11344 times by 1 test: goto check_for_interrupt; | 11344 |
| 5137 | } | - |
| 5138 | caseexecuted 8 times by 1 test: case 166: 166:executed 8 times by 1 test: case 166: { | 8 |
| 5139 | sqlite3_vtab *pVtab; | - |
| 5140 | Mem *pName; | - |
| 5141 | int isLegacy; | - |
| 5142 | | - |
| 5143 | isLegacy = (db->flags & 0x04000000); | - |
| 5144 | db->flags |= 0x04000000; | - |
| 5145 | pVtab = pOp->p4.pVtab->pVtab; | - |
| 5146 | pName = &aMem[pOp->p1]; | - |
| 5147 | | - |
| 5148 | ((void) (0)) | - |
| 5149 | ; | - |
| 5150 | | - |
| 5151 | ((void) (0)) | - |
| 5152 | ; | - |
| 5153 | | - |
| 5154 | ((void) (0)) | - |
| 5155 | ; | - |
| 5156 | ; | - |
| 5157 | | - |
| 5158 | ((void) (0)) | - |
| 5159 | ; | - |
| 5160 | ; | - |
| 5161 | ; | - |
| 5162 | ; | - |
| 5163 | rc = sqlite3VdbeChangeEncoding(pName, 1); | - |
| 5164 | if( rc| TRUE | never evaluated | | FALSE | evaluated 8 times by 1 test |
) gotonever executed: goto abort_due_to_error; abort_due_to_error;never executed: goto abort_due_to_error; | 0-8 |
| 5165 | rc = pVtab->pModule->xRename(pVtab, pName->z); | - |
| 5166 | if( isLegacy==0| TRUE | evaluated 7 times by 1 test | | FALSE | evaluated 1 time by 1 test |
) db->flags &= ~0x04000000;executed 7 times by 1 test: db->flags &= ~0x04000000; | 1-7 |
| 5167 | sqlite3VtabImportErrmsg(p, pVtab); | - |
| 5168 | p->expired = 0; | - |
| 5169 | if( rc| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 6 times by 1 test |
) gotoexecuted 2 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 2 times by 1 test: goto abort_due_to_error; | 2-6 |
| 5170 | break;executed 6 times by 1 test: break; | 6 |
| 5171 | } | - |
| 5172 | caseexecuted 2118 times by 1 test: case 10: 10:executed 2118 times by 1 test: case 10: { | 2118 |
| 5173 | sqlite3_vtab *pVtab; | - |
| 5174 | const sqlite3_module *pModule; | - |
| 5175 | int nArg; | - |
| 5176 | int i; | - |
| 5177 | sqlite_int64 rowid; | - |
| 5178 | Mem **apArg; | - |
| 5179 | Mem *pX; | - |
| 5180 | | - |
| 5181 | | - |
| 5182 | ((void) (0)) | - |
| 5183 | | - |
| 5184 | | - |
| 5185 | ; | - |
| 5186 | | - |
| 5187 | ((void) (0)) | - |
| 5188 | ; | - |
| 5189 | if( db->mallocFailed| TRUE | never evaluated | | FALSE | evaluated 2118 times by 1 test |
) gotonever executed: goto no_mem; no_mem;never executed: goto no_mem; | 0-2118 |
| 5190 | ; | - |
| 5191 | pVtab = pOp->p4.pVtab->pVtab; | - |
| 5192 | if( pVtab==0| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 2117 times by 1 test |
|| (| TRUE | never evaluated | | FALSE | evaluated 2117 times by 1 test |
pVtab->pModule==0)| TRUE | never evaluated | | FALSE | evaluated 2117 times by 1 test |
){ | 0-2117 |
| 5193 | rc = 6; | - |
| 5194 | gotoexecuted 1 time by 1 test: goto abort_due_to_error; abort_due_to_error;executed 1 time by 1 test: goto abort_due_to_error; | 1 |
| 5195 | } | - |
| 5196 | pModule = pVtab->pModule; | - |
| 5197 | nArg = pOp->p2; | - |
| 5198 | | - |
| 5199 | ((void) (0)) | - |
| 5200 | ; | - |
| 5201 | if( (| TRUE | evaluated 2117 times by 1 test | | FALSE | never evaluated |
pModule->xUpdate)| TRUE | evaluated 2117 times by 1 test | | FALSE | never evaluated |
){ | 0-2117 |
| 5202 | u8 vtabOnConflict = db->vtabOnConflict; | - |
| 5203 | apArg = p->apArg; | - |
| 5204 | pX = &aMem[pOp->p3]; | - |
| 5205 | for(i=0; i<nArg| TRUE | evaluated 14099 times by 1 test | | FALSE | evaluated 2117 times by 1 test |
; i++){ | 2117-14099 |
| 5206 | | - |
| 5207 | ((void) (0)) | - |
| 5208 | ; | - |
| 5209 | ; | - |
| 5210 | apArg[i] = pX; | - |
| 5211 | pX++; | - |
| 5212 | }executed 14099 times by 1 test: end of block | 14099 |
| 5213 | db->vtabOnConflict = pOp->p5; | - |
| 5214 | rc = pModule->xUpdate(pVtab, nArg, apArg, &rowid); | - |
| 5215 | db->vtabOnConflict = vtabOnConflict; | - |
| 5216 | sqlite3VtabImportErrmsg(p, pVtab); | - |
| 5217 | if( rc==0| TRUE | evaluated 2080 times by 1 test | | FALSE | evaluated 37 times by 1 test |
&& pOp->p1| TRUE | evaluated 1726 times by 1 test | | FALSE | evaluated 354 times by 1 test |
){ | 37-2080 |
| 5218 | | - |
| 5219 | ((void) (0)) | - |
| 5220 | ; | - |
| 5221 | db->lastRowid = rowid; | - |
| 5222 | }executed 1726 times by 1 test: end of block | 1726 |
| 5223 | if( (| TRUE | evaluated 35 times by 1 test | | FALSE | evaluated 2082 times by 1 test |
rc&0xff)==19| TRUE | evaluated 35 times by 1 test | | FALSE | evaluated 2082 times by 1 test |
&& pOp->p4.pVtab->bConstraint| TRUE | never evaluated | | FALSE | evaluated 35 times by 1 test |
){ | 0-2082 |
| 5224 | if( pOp->p5==4| TRUE | never evaluated | | FALSE | never evaluated |
){ | 0 |
| 5225 | rc = 0; | - |
| 5226 | } never executed: end of block else{ | 0 |
| 5227 | p->errorAction = ((| TRUE | never evaluated | | FALSE | never evaluated |
pOp->p5==5)| TRUE | never evaluated | | FALSE | never evaluated |
? 2 : pOp->p5); | 0 |
| 5228 | } never executed: end of block | 0 |
| 5229 | }else{ | - |
| 5230 | p->nChange++; | - |
| 5231 | }executed 2117 times by 1 test: end of block | 2117 |
| 5232 | if( rc| TRUE | evaluated 37 times by 1 test | | FALSE | evaluated 2080 times by 1 test |
) gotoexecuted 37 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 37 times by 1 test: goto abort_due_to_error; | 37-2080 |
| 5233 | }executed 2080 times by 1 test: end of block | 2080 |
| 5234 | break;executed 2080 times by 1 test: break; | 2080 |
| 5235 | } | - |
| 5236 | | - |
| 5237 | | - |
| 5238 | | - |
| 5239 | | - |
| 5240 | | - |
| 5241 | | - |
| 5242 | | - |
| 5243 | caseexecuted 102 times by 1 test: case 167: 167:executed 102 times by 1 test: case 167: { | 102 |
| 5244 | pOut = out2Prerelease(p, pOp); | - |
| 5245 | pOut->u.i = sqlite3BtreeLastPage(db->aDb[pOp->p1].pBt); | - |
| 5246 | break;executed 102 times by 1 test: break; | 102 |
| 5247 | } | - |
| 5248 | caseexecuted 12 times by 2 tests: case 168:Executed by:- Self test (39)
- Self test (438)
168:executed 12 times by 2 tests: case 168:Executed by:- Self test (39)
- Self test (438)
{ | 12 |
| 5249 | unsigned int newMax; | - |
| 5250 | Btree *pBt; | - |
| 5251 | | - |
| 5252 | pOut = out2Prerelease(p, pOp); | - |
| 5253 | pBt = db->aDb[pOp->p1].pBt; | - |
| 5254 | newMax = 0; | - |
| 5255 | if( pOp->p3| TRUE | evaluated 10 times by 2 testsEvaluated by:- Self test (39)
- Self test (438)
| | FALSE | evaluated 2 times by 1 test |
){ | 2-10 |
| 5256 | newMax = sqlite3BtreeLastPage(pBt); | - |
| 5257 | if( newMax < (unsigned)pOp->p3| TRUE | evaluated 6 times by 1 test | | FALSE | evaluated 4 times by 2 testsEvaluated by:- Self test (39)
- Self test (438)
|
) newMax = (unsigned)pOp->p3;executed 6 times by 1 test: newMax = (unsigned)pOp->p3; | 4-6 |
| 5258 | }executed 10 times by 2 tests: end of blockExecuted by:- Self test (39)
- Self test (438)
| 10 |
| 5259 | pOut->u.i = sqlite3BtreeMaxPageCount(pBt, newMax); | - |
| 5260 | break;executed 12 times by 2 tests: break;Executed by:- Self test (39)
- Self test (438)
| 12 |
| 5261 | } | - |
| 5262 | caseexecuted 129 times by 1 test: case 62: 62:executed 129 times by 1 test: case 62: | 129 |
| 5263 | caseexecuted 55775 times by 378 tests: case 63:Executed by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
63:executed 55775 times by 378 tests: case 63:Executed by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
{ | 55775 |
| 5264 | int n; | - |
| 5265 | sqlite3_context *pCtx; | - |
| 5266 | | - |
| 5267 | | - |
| 5268 | ((void) (0)) | - |
| 5269 | ; | - |
| 5270 | n = pOp->p5; | - |
| 5271 | | - |
| 5272 | ((void) (0)) | - |
| 5273 | ; | - |
| 5274 | | - |
| 5275 | ((void) (0)) | - |
| 5276 | ; | - |
| 5277 | | - |
| 5278 | ((void) (0)) | - |
| 5279 | ; | - |
| 5280 | pCtx = sqlite3DbMallocRawNN(db, sizeof(*pCtx) + (n-1)*sizeof(sqlite3_value*)); | - |
| 5281 | if( pCtx==0| TRUE | never evaluated | | FALSE | evaluated 55904 times by 378 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
|
) gotonever executed: goto no_mem; no_mem;never executed: goto no_mem; | 0-55904 |
| 5282 | pCtx->pOut = 0; | - |
| 5283 | pCtx->pFunc = pOp->p4.pFunc; | - |
| 5284 | pCtx->iOp = (int)(pOp - aOp); | - |
| 5285 | pCtx->pVdbe = p; | - |
| 5286 | pCtx->isError = 0; | - |
| 5287 | pCtx->argc = n; | - |
| 5288 | pOp->p4type = (-16); | - |
| 5289 | pOp->p4.pCtx = pCtx; | - |
| 5290 | | - |
| 5291 | ((void) (0)) | - |
| 5292 | ; | - |
| 5293 | | - |
| 5294 | ((void) (0)) | - |
| 5295 | ; | - |
| 5296 | pOp->opcode += 2; | - |
| 5297 | | - |
| 5298 | } | - |
| 5299 | caseexecuted 4361 times by 1 test: case 64: 64:executed 4361 times by 1 test: case 64: code before this statement executed 55904 times by 378 tests: case 64:Executed by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| 4361-55904 |
| 5300 | caseexecuted 3320941 times by 332 tests: case 65:Executed by:- Self test (10)
- Self test (12)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- Self test (136)
- Self test (137)
- Self test (138)
- Self test (139)
- Self test (14)
- Self test (140)
- Self test (141)
- Self test (142)
- Self test (143)
- ...
65:executed 3320941 times by 332 tests: case 65:Executed by:- Self test (10)
- Self test (12)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- Self test (136)
- Self test (137)
- Self test (138)
- Self test (139)
- Self test (14)
- Self test (140)
- Self test (141)
- Self test (142)
- Self test (143)
- ...
{ | 3320941 |
| 5301 | int i; | - |
| 5302 | sqlite3_context *pCtx; | - |
| 5303 | | - |
| 5304 | | - |
| 5305 | ((void) (0)) | - |
| 5306 | ; | - |
| 5307 | pCtx = pOp->p4.pCtx; | - |
| 5308 | | - |
| 5309 | | - |
| 5310 | | - |
| 5311 | | - |
| 5312 | | - |
| 5313 | pOut = &aMem[pOp->p3]; | - |
| 5314 | if( pCtx->pOut != pOut| TRUE | evaluated 55932 times by 378 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| | FALSE | evaluated 3325274 times by 332 testsEvaluated by:- Self test (10)
- Self test (12)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- Self test (127)
- Self test (128)
- Self test (129)
- Self test (130)
- Self test (131)
- Self test (132)
- Self test (133)
- Self test (134)
- Self test (135)
- Self test (136)
- Self test (137)
- Self test (138)
- Self test (139)
- Self test (14)
- Self test (140)
- Self test (141)
- Self test (142)
- Self test (143)
- ...
|
){ | 55932-3325274 |
| 5315 | pCtx->pOut = pOut; | - |
| 5316 | for(i=pCtx->argc-1; i>=0| TRUE | evaluated 84311 times by 378 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| | FALSE | evaluated 55932 times by 378 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
|
; i--) pCtx->argv[i] = &aMem[pOp->p2+i];executed 84311 times by 378 tests: pCtx->argv[i] = &aMem[pOp->p2+i];Executed by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| 55932-84311 |
| 5317 | }executed 55932 times by 378 tests: end of blockExecuted by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| 55932 |
| 5318 | | - |
| 5319 | ; | - |
| 5320 | | - |
| 5321 | | - |
| 5322 | | - |
| 5323 | | - |
| 5324 | | - |
| 5325 | | - |
| 5326 | ((pOut)->flags = ((pOut)->flags&~(0xc1ff|0x4000))|0x0001); | - |
| 5327 | | - |
| 5328 | ((void) (0)) | - |
| 5329 | ; | - |
| 5330 | (*pCtx->pFunc->xSFunc)(pCtx, pCtx->argc, pCtx->argv); | - |
| 5331 | | - |
| 5332 | | - |
| 5333 | if( pCtx->isError| TRUE | evaluated 223 times by 1 test | | FALSE | evaluated 3380983 times by 378 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
|
){ | 223-3380983 |
| 5334 | if( pCtx->isError>0| TRUE | evaluated 100 times by 1 test | | FALSE | evaluated 123 times by 1 test |
){ | 100-123 |
| 5335 | sqlite3VdbeError(p, "%s", sqlite3_value_text(pOut)); | - |
| 5336 | rc = pCtx->isError; | - |
| 5337 | }executed 100 times by 1 test: end of block | 100 |
| 5338 | sqlite3VdbeDeleteAuxData(db, &p->pAuxData, pCtx->iOp, pOp->p1); | - |
| 5339 | pCtx->isError = 0; | - |
| 5340 | if( rc| TRUE | evaluated 100 times by 1 test | | FALSE | evaluated 123 times by 1 test |
) gotoexecuted 100 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 100 times by 1 test: goto abort_due_to_error; | 100-123 |
| 5341 | }executed 123 times by 1 test: end of block | 123 |
| 5342 | | - |
| 5343 | | - |
| 5344 | if( pOut->flags & (0x0002|0x0010)| TRUE | evaluated 2150853 times by 368 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| | FALSE | evaluated 1230253 times by 12 testsEvaluated by:- Self test (27)
- Self test (34)
- Self test (4)
- Self test (438)
- Self test (5)
- Self test (77)
- Self test (78)
- Self test (79)
- Self test (80)
- Self test (81)
- Self test (82)
- Self test (83)
|
){ | 1230253-2150853 |
| 5345 | sqlite3VdbeChangeEncoding(pOut, encoding); | - |
| 5346 | if( sqlite3VdbeMemTooBig(pOut)| TRUE | never evaluated | | FALSE | evaluated 2150853 times by 368 testsEvaluated by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
|
) gotonever executed: goto too_big; too_big;never executed: goto too_big; | 0-2150853 |
| 5347 | }executed 2150853 times by 368 tests: end of blockExecuted by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| 2150853 |
| 5348 | | - |
| 5349 | ; | - |
| 5350 | updateMaxBlobsize(pOut); | - |
| 5351 | break;executed 3381106 times by 378 tests: break;Executed by:- Self test (10)
- Self test (100)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- Self test (122)
- Self test (123)
- Self test (124)
- Self test (125)
- Self test (126)
- ...
| 3381106 |
| 5352 | } | - |
| 5353 | caseexecuted 138233 times by 1 test: case 169: 169:executed 138233 times by 1 test: case 169: | 138233 |
| 5354 | caseexecuted 1244433 times by 435 tests: case 61:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
61:executed 1244433 times by 435 tests: case 61:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
{ | 1244433 |
| 5355 | int i; | - |
| 5356 | | - |
| 5357 | char *zTrace; | - |
| 5358 | | - |
| 5359 | ((void) (0)) | - |
| 5360 | ; | - |
| 5361 | | - |
| 5362 | | - |
| 5363 | | - |
| 5364 | ((void) (0)) | - |
| 5365 | ; | - |
| 5366 | | - |
| 5367 | | - |
| 5368 | if( (| TRUE | evaluated 154 times by 1 test | | FALSE | evaluated 1382512 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
db->mTrace & (0x01|0x80))!=0| TRUE | evaluated 154 times by 1 test | | FALSE | evaluated 1382512 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
| 154-1382512 |
| 5369 | && !p->doingRerun| TRUE | evaluated 154 times by 1 test | | FALSE | never evaluated |
| 0-154 |
| 5370 | && (| TRUE | evaluated 140 times by 1 test | | FALSE | evaluated 14 times by 1 test |
zTrace = (pOp->p4.z ? pOp->p4.z : p->zSql))!=0| TRUE | evaluated 140 times by 1 test | | FALSE | evaluated 14 times by 1 test |
| 12-142 |
| 5371 | ){ | - |
| 5372 | | - |
| 5373 | if( db->mTrace & 0x80| TRUE | evaluated 134 times by 1 test | | FALSE | evaluated 6 times by 1 test |
){ | 6-134 |
| 5374 | void (*x)(void*,const char*) = (void(*)(void*,const char*))db->xTrace; | - |
| 5375 | char *z = sqlite3VdbeExpandSql(p, zTrace); | - |
| 5376 | x(db->pTraceArg, z); | - |
| 5377 | sqlite3_free(z); | - |
| 5378 | }executed 134 times by 1 test: end of block else | 134 |
| 5379 | | - |
| 5380 | if( db->nVdbeExec>1| TRUE | never evaluated | | FALSE | evaluated 6 times by 1 test |
){ | 0-6 |
| 5381 | char *z = sqlite3MPrintf(db, "-- %s", zTrace); | - |
| 5382 | (void)db->xTrace(0x01, db->pTraceArg, p, z); | - |
| 5383 | sqlite3DbFree(db, z); | - |
| 5384 | } never executed: end of block else{ | 0 |
| 5385 | (void)db->xTrace(0x01, db->pTraceArg, p, zTrace); | - |
| 5386 | }executed 6 times by 1 test: end of block | 6 |
| 5387 | } | - |
| 5388 | | - |
| 5389 | ((void) (0)) | - |
| 5390 | ; | - |
| 5391 | if( pOp->p1>=sqlite3Config.iOnceResetThreshold| TRUE | evaluated 138233 times by 1 test | | FALSE | evaluated 1244433 times by 435 testsEvaluated by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
|
){ | 138233-1244433 |
| 5392 | if( pOp->opcode==169| TRUE | evaluated 138233 times by 1 test | | FALSE | never evaluated |
) break;executed 138233 times by 1 test: break; | 0-138233 |
| 5393 | for(i=1; i<p->nOp| TRUE | never evaluated | | FALSE | never evaluated |
; i++){ | 0 |
| 5394 | if( p->aOp[i].opcode==17| TRUE | never evaluated | | FALSE | never evaluated |
) p->aOp[i].p1 = 0;never executed: p->aOp[i].p1 = 0; | 0 |
| 5395 | } never executed: end of block | 0 |
| 5396 | pOp->p1 = 0; | - |
| 5397 | } never executed: end of block | 0 |
| 5398 | pOp->p1++; | - |
| 5399 | p->aCounter[6]++; | - |
| 5400 | gotoexecuted 1244433 times by 435 tests: goto jump_to_p2;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
jump_to_p2;executed 1244433 times by 435 tests: goto jump_to_p2;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 1244433 |
| 5401 | } | - |
| 5402 | defaultexecuted 52069 times by 435 tests: default:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
:executed 52069 times by 435 tests: default:Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
{ | 52069 |
| 5403 | | - |
| 5404 | ((void) (0)) | - |
| 5405 | ; | - |
| 5406 | | - |
| 5407 | break;executed 52069 times by 435 tests: break;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 52069 |
| 5408 | } | - |
| 5409 | | - |
| 5410 | | - |
| 5411 | | - |
| 5412 | | - |
| 5413 | | - |
| 5414 | | - |
| 5415 | | - |
| 5416 | } | - |
| 5417 | } | - |
| 5418 | | - |
| 5419 | | - |
| 5420 | | - |
| 5421 | | - |
| 5422 | abort_due_to_error: code before this statement never executed: abort_due_to_error: | 0 |
| 5423 | if( db->mallocFailed| TRUE | evaluated 82 times by 1 test | | FALSE | evaluated 6536 times by 12 testsEvaluated by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (30)
- Self test (34)
- Self test (35)
- Self test (39)
- Self test (438)
- Self test (47)
- Self test (53)
|
) rc = 7;executed 82 times by 1 test: rc = 7; | 82-6536 |
| 5424 | | - |
| 5425 | ((void) (0)) | - |
| 5426 | ; | - |
| 5427 | if( p->zErrMsg==0| TRUE | evaluated 1269 times by 2 testsEvaluated by:- Self test (39)
- Self test (438)
| | FALSE | evaluated 5349 times by 11 testsEvaluated by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (30)
- Self test (34)
- Self test (35)
- Self test (438)
- Self test (47)
- Self test (53)
|
&& rc!=(10 | (12<<8))| TRUE | evaluated 1051 times by 2 testsEvaluated by:- Self test (39)
- Self test (438)
| | FALSE | evaluated 218 times by 1 test |
){ | 218-5349 |
| 5428 | sqlite3VdbeError(p, "%s", sqlite3ErrStr(rc)); | - |
| 5429 | }executed 1051 times by 2 tests: end of blockExecuted by:- Self test (39)
- Self test (438)
| 1051 |
| 5430 | p->rc = rc; | - |
| 5431 | sqlite3SystemError(db, rc); | - |
| 5432 | ; | - |
| 5433 | sqlite3_log(rc, "statement aborts at %d: [%s] %s", | - |
| 5434 | (int)(pOp - aOp), p->zSql, p->zErrMsg); | - |
| 5435 | sqlite3VdbeHalt(p); | - |
| 5436 | if( rc==(10 | (12<<8))| TRUE | evaluated 218 times by 1 test | | FALSE | evaluated 6400 times by 12 testsEvaluated by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (30)
- Self test (34)
- Self test (35)
- Self test (39)
- Self test (438)
- Self test (47)
- Self test (53)
|
) sqlite3OomFault(db);executed 218 times by 1 test: sqlite3OomFault(db); | 218-6400 |
| 5437 | rc = 1; | - |
| 5438 | if( resetSchemaOnFault>0| TRUE | evaluated 1 time by 1 test | | FALSE | evaluated 6617 times by 12 testsEvaluated by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (30)
- Self test (34)
- Self test (35)
- Self test (39)
- Self test (438)
- Self test (47)
- Self test (53)
|
){ | 1-6617 |
| 5439 | sqlite3ResetOneSchema(db, resetSchemaOnFault-1); | - |
| 5440 | }executed 1 time by 1 test: end of block | 1 |
| 5441 | | - |
| 5442 | | - |
| 5443 | | - |
| 5444 | | - |
| 5445 | vdbe_return:code before this statement executed 6618 times by 12 tests: vdbe_return:Executed by:- Self test (24)
- Self test (26)
- Self test (27)
- Self test (28)
- Self test (29)
- Self test (30)
- Self test (34)
- Self test (35)
- Self test (39)
- Self test (438)
- Self test (47)
- Self test (53)
| 6618 |
| 5446 | ; | - |
| 5447 | p->aCounter[4] += (int)nVmStep; | - |
| 5448 | sqlite3VdbeLeave(p); | - |
| 5449 | | - |
| 5450 | ((void) (0)) | - |
| 5451 | | - |
| 5452 | | - |
| 5453 | ; | - |
| 5454 | returnexecuted 3753813 times by 435 tests: return rc;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
rc;executed 3753813 times by 435 tests: return rc;Executed by:- Self test
- Self test (10)
- Self test (100)
- Self test (101)
- Self test (103)
- Self test (104)
- Self test (105)
- Self test (106)
- Self test (107)
- Self test (108)
- Self test (109)
- Self test (11)
- Self test (110)
- Self test (111)
- Self test (112)
- Self test (113)
- Self test (114)
- Self test (115)
- Self test (116)
- Self test (117)
- Self test (118)
- Self test (119)
- Self test (12)
- Self test (120)
- Self test (121)
- ...
| 3753813 |
| 5455 | | - |
| 5456 | | - |
| 5457 | | - |
| 5458 | | - |
| 5459 | too_big: | - |
| 5460 | sqlite3VdbeError(p, "string or blob too big"); | - |
| 5461 | rc = 18; | - |
| 5462 | gotoexecuted 2 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 2 times by 1 test: goto abort_due_to_error; | 2 |
| 5463 | | - |
| 5464 | | - |
| 5465 | | - |
| 5466 | no_mem: | - |
| 5467 | sqlite3OomFault(db); | - |
| 5468 | sqlite3VdbeError(p, "out of memory"); | - |
| 5469 | rc = 7; | - |
| 5470 | gotoexecuted 80 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 80 times by 1 test: goto abort_due_to_error; | 80 |
| 5471 | | - |
| 5472 | | - |
| 5473 | | - |
| 5474 | | - |
| 5475 | abort_due_to_interrupt: | - |
| 5476 | | - |
| 5477 | ((void) (0)) | - |
| 5478 | ; | - |
| 5479 | rc = db->mallocFailed| TRUE | evaluated 2 times by 1 test | | FALSE | evaluated 2108 times by 1 test |
? 7 : 9; | 2-2108 |
| 5480 | p->rc = rc; | - |
| 5481 | sqlite3VdbeError(p, "%s", sqlite3ErrStr(rc)); | - |
| 5482 | gotoexecuted 2110 times by 1 test: goto abort_due_to_error; abort_due_to_error;executed 2110 times by 1 test: goto abort_due_to_error; | 2110 |
| 5483 | } | - |
| | |