| 9 | ////////////////////////////////////////////////////////////////////////// |
| 10 | |
| 11 | void ping_result::ping_report(size_t total, size_t curr, size_t nerr) |
| 12 | { |
| 13 | test_.ping_report(total, curr, nerr); |
| 14 | } |
| 15 | |
| 16 | void ping_result::ping_finish(const char* dbpath) |
| 17 | { |
no test coverage detected