LCOV - code coverage report | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
Branch data Line data Source code 1 : : #include "defs.h" 2 : : 3 : 24823 : SYS_FUNC(chdir) 4 : : { 5 : 24823 : printpath(tcp, tcp->u_arg[0]); 6 : : 7 : 24823 : return RVAL_DECODED; 8 : : } |
Generated by: LCOV version 1.12 |