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