LCOV - code coverage report
Current view: top level - strace - umask.c (source / functions) Hit Total Coverage
Test: strace-4.18.0.129.97bbb Code Coverage Lines: 3 3 100.0 %
Date: 2017-07-31 03:46:08 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                 :         14 : SYS_FUNC(umask)
       4                 :            : {
       5                 :         14 :         print_numeric_umode_t(tcp->u_arg[0]);
       6                 :            : 
       7                 :         14 :         return RVAL_DECODED | RVAL_OCTAL;
       8                 :            : }

Generated by: LCOV version 1.11