LCOV - code coverage report | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
Branch data Line data Source code 1 : : #include "defs.h" 2 : : 3 : 36 : SYS_FUNC(statfs) 4 : : { 5 [ + + ]: 36 : if (entering(tcp)) { 6 : 18 : printpath(tcp, tcp->u_arg[0]); 7 : 18 : tprints(", "); 8 : : } else { 9 : 18 : print_struct_statfs(tcp, tcp->u_arg[1]); 10 : : } 11 : 36 : return 0; 12 : : } |
Generated by: LCOV version 1.12 |