Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the coverage statistics on the testing document. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1801a395239c0bbe6882cc5b1dfbceea |
User & Date: | drh 2009-03-31 15:13:36.000 |
Context
2009-04-02
| ||
02:23 | Add documentation on the changes() and total_changes() SQL functions. (check-in: 71bdfb826a user: drh tags: trunk) | |
2009-03-31
| ||
15:13 | Update the coverage statistics on the testing document. (check-in: 1801a39523 user: drh tags: trunk) | |
13:54 | Fixed another typo in the same sentence of the 3.6.12 release log. (check-in: 4148d50b93 user: drh tags: trunk) | |
Changes
Changes to pages/testing.in.
︙ | ︙ | |||
18 19 20 21 22 23 24 | set stat(tclsNByte) 8033724 ;# Number of bytes of TCL test script set stat(tclNTest) 24003 ;# Number of test cases in the TCL test suite set stat(tclNEval) 1675308 ;# Number of test case evaluations set stat(nSqlFuzz) 103992 ;# Number of SQL fuzz tests set stat(vqNEval) 40932 ;# Number of test evaluations for veryquick.test set stat(vqStmtCov) 96.73 ;# veryquick statement coverage set stat(vqBrCov) 81.07 ;# veryquick branch coverage | | | | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | set stat(tclsNByte) 8033724 ;# Number of bytes of TCL test script set stat(tclNTest) 24003 ;# Number of test cases in the TCL test suite set stat(tclNEval) 1675308 ;# Number of test case evaluations set stat(nSqlFuzz) 103992 ;# Number of SQL fuzz tests set stat(vqNEval) 40932 ;# Number of test evaluations for veryquick.test set stat(vqStmtCov) 96.73 ;# veryquick statement coverage set stat(vqBrCov) 81.07 ;# veryquick branch coverage set stat(allStmtCov) 99.38 ;# all.test statement coverage set stat(allBrCov) 95.11 ;# all.test condition/decision coverage set stat(th3SLOC) 143280 ;# Non-comment lines of TH3 script + mkth3.tcl set stat(th3NByte) 10003421 ;# Number of bytes of TH3 test script + mkth3.tcl set stat(th3NTest) 7037 ;# Number of test cases set stat(th3NEval) 2394072 ;# Number of test case evaluations set stat(sltsSLOC) 45241898 ;# Non-comment lines of SLT test script set stat(sltsNByte) 1120640686 ;# Bytes of SLT test script set stat(sltsNFile) 617 ;# Files of SLT test script |
︙ | ︙ |