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