Home
last modified time | relevance | path

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

/external/dbus/test/
Ddecode-gcov.c2278 #define TEST_FRACTION(function) ((function)->n_nontest_blocks_executed / (double) (function)->n_non… in print_poorly_tested_functions() macro
2284 TEST_FRACTION (function) < AVERAGE_COVERAGE) in print_poorly_tested_functions()
2311 (int) (TEST_FRACTION (func) * 100)); in print_poorly_tested_functions()