Searched refs:curCoverageStr (Results 1 – 2 of 2) sorted by relevance
/test/ostest/wukong/report/src/ |
D | statistics_ability.cpp | 101 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()
|
D | statistics_componment.cpp | 133 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()
|