http://xyst.i2p/DEBUG/test_coverage/Control/UnitTestConfig.hpp.gcov.html
Parse unittest command line 45 : 4 : void cmdline( int argc, char** argv ) { 46 : 4 : tk::Print print; 47 : : 48 : : // Process command line arguments 49 : : int c; 50 [ + + ]: 6 : while ((c = getopt( argc, argv, "h?g:qv" )) != -1) { 51 [ + + ][ + + ]: 4 : switch (c) { 52 : 1 : case '?': 53 : : case 'h': 54 : : ...