LTP GCOV extension - code coverage report | ||||||||||||||||||||
![]() | ||||||||||||||||||||
|
||||||||||||||||||||
![]() |
1 : #include "globals.hh" 2 : 3 102 : string nixStore = "/UNINIT"; 4 102 : string nixDataDir = "/UNINIT"; 5 102 : string nixLogDir = "/UNINIT"; 6 102 : string nixStateDir = "/UNINIT"; 7 51 : string nixDBPath = "/UNINIT"; 8 : 9 : bool keepFailed = false; 10 : 11 : bool keepGoing = false; 12 : 13 : bool tryFallback = false; 14 : 15 : Verbosity buildVerbosity = lvlInfo; 16 : 17 : unsigned int maxBuildJobs = 1; 18 : 19 51 : bool readOnlyMode = false; |
![]() |
Generated by: LTP GCOV extension version 1.1 |