Home
last modified time | relevance | path

Searched refs:curCoverageStr (Results 1 – 2 of 2) sorted by relevance

/test/ostest/wukong/report/src/
Dstatistics_ability.cpp101 std::string curCoverageStr = ""; in UpdateLine() local
107 curCoverageStr = bufferStream.str() + "%"; in UpdateLine()
111 … bundleName.c_str(), inputedAbilityCount.c_str(), abilitiesCount.c_str(), curCoverageStr.c_str()); in UpdateLine()
112 line = {bundleName, inputedAbilityCount, abilitiesCount, curCoverageStr}; in UpdateLine()
Dstatistics_componment.cpp133 std::string curCoverageStr = ""; in UpdateLine() local
145 curCoverageStr = bufferStream.str() + "%"; in UpdateLine()
151 curExpectInputTimes.c_str(), curCoverageStr.c_str()); in UpdateLine()
152 …ponmentType, curExecTimes, curProportionStr, curInputedTimes, curExpectInputTimes, curCoverageStr}; in UpdateLine()