Home
last modified time | relevance | path

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

/btstack/test/
H A Dcoverage_filter.py45 functionCov = children[5].text_content() variable
48 (functionHit, functionTotal) = [int(x) for x in functionCov.split("/")]