LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : // 2 : // Author: Vladimir Migashko <migashko@gmail.com>, (C) 2013-2015 3 : // 4 : // Copyright: See COPYING file that comes with this distribution 5 : // 6 : 7 : #pragma once 8 : 9 : 10 : 11 : 12 : namespace demo{ namespace pingpong{ 13 : 14 0 : struct ponger_config 15 : { 16 : size_t pong_count = 0; 17 : }; 18 : 19 : }} |
![]() |
Generated by: LCOV version 1.10 |