| LCOV - code coverage report | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
Branch data Line data Source code 1 : : #include "sute.h" 2 : : 3 : : /** 4 : : * 5 : : * Example test 6 : : * 7 : : */ 8 : 1 : Return test0006(void) 9 : : { 10 : 1 : INITTEST; 11 : : 12 : 1 : const char *command = "printf '%s' ''"; 13 : 1 : ASSERT(SUCCESS == external_call(command,NULL,NULL,COMPLETED,ALLOW_BOTH)); 14 : : 15 : 1 : RETURN_STATUS; 16 : : } |
| Generated by: LCOV version 2.0-1 |