| LCOV - code coverage report | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
Branch data Line data Source code 1 : : #include "sute.h" 2 : : 3 : 1 : Return clean(void) 4 : : { 5 : 1 : INITTEST; 6 : : 7 : : // Clear up all temporary files 8 : 1 : const char *command = "chmod -R a+rwX ${TMPDIR};" 9 : : "rm -rf ${TMPDIR};"; 10 : : 11 [ + - + - ]: 1 : ASSERT(SUCCESS == external_call(command,NULL,NULL,COMPLETED,ALLOW_BOTH)); 12 : : 13 [ + - ]: 1 : if(SUCCESS == status) 14 : : { 15 : 1 : echo(EXTEND,"finished"); 16 : : } 17 : : 18 : 1 : return(status); 19 : : } |
| Generated by: LCOV version 2.0-1 |