Comment by 0cf8612b2e1e
1 year ago
In case anyone else was wondering, SQLite is about 156k lines of code with 92,000k lines of test code.
1 year ago
In case anyone else was wondering, SQLite is about 156k lines of code with 92,000k lines of test code.
Do you have a source for that?
Why do you need a source? You can clone SQLite3 and count the lines yourself.
The test code of sqlite is not public.
2 replies →
So three orders of magnitude more tests than code. Yikes, if that is what 100% branch coverage looks like then count me out!