diff -r 7d4490026038 -r 44f437012c90 persistentstorage/sql/SRC/Server/SqlSrvSession.cpp --- a/persistentstorage/sql/SRC/Server/SqlSrvSession.cpp Mon Sep 27 11:59:56 2010 +0100 +++ b/persistentstorage/sql/SRC/Server/SqlSrvSession.cpp Tue Oct 19 16:26:13 2010 +0100 @@ -34,6 +34,7 @@ /////////////////////////////////////////////////////////////////////////////////////////////////////////////// #pragma BullseyeCoverage off +#pragma CTC SKIP #ifdef _DEBUG @@ -147,6 +148,7 @@ #endif//_DEBUG +#pragma CTC ENDSKIP #pragma BullseyeCoverage on /////////////////////////////////////////////////////////////////////////////////////////////////////////////// @@ -486,6 +488,7 @@ /////////////////////////////////////////////////////////////////////////////////////////////////////// #pragma BullseyeCoverage off +#pragma CTC SKIP /** Retrieves the counter values for the specified profiling counter. @@ -523,6 +526,7 @@ } } +#pragma CTC ENDSKIP #pragma BullseyeCoverage on /////////////////////////////////////////////////////////////////////////////////////////////////////// @@ -1655,6 +1659,9 @@ return dbPolicy; } +#pragma BullseyeCoverage off +#pragma CTC SKIP + /** Reports how many objects are allocated by the client. If the database connection is not in a test mode, the allocated memory cells count will be ignored. @@ -1664,6 +1671,9 @@ return iStatements.Count() + iIpcStreams.Count() + (iDbResourceTestMode ? User::CountAllocCells() : 0); } +#pragma CTC ENDSKIP +#pragma BullseyeCoverage on + /** Extracts from aMessage: - function code;