LCOV - code coverage report
Current view: top level - strace_git - ioperm.c (source / functions) Hit Total Coverage
Test: strace-4.16.0.69.f1ea-dirty Code Coverage Lines: 4 4 100.0 %
Date: 2017-03-18 00:38:52 Functions: 1 1 100.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : #include "defs.h"
       2                 :            : 
       3                 :          6 : SYS_FUNC(ioperm)
       4                 :            : {
       5                 :          6 :         tprintf("%#" PRI_klx ", %#" PRI_klx ", %d",
       6                 :          6 :                 tcp->u_arg[0], tcp->u_arg[1], (int) tcp->u_arg[2]);
       7                 :            : 
       8                 :          6 :         return RVAL_DECODED;
       9                 :            : }

Generated by: LCOV version 1.12