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

           Branch data     Line data    Source code
       1                 :            : #include "defs.h"
       2                 :            : 
       3                 :            : #include DEF_MPERS_TYPE(utimbuf_t)
       4                 :            : 
       5                 :            : #include <utime.h>
       6                 :            : 
       7                 :            : typedef struct utimbuf utimbuf_t;
       8                 :            : 
       9                 :            : #include MPERS_DEFS
      10                 :            : 
      11                 :         24 : SYS_FUNC(utime)
      12                 :            : {
      13                 :            :         utimbuf_t u;
      14                 :            : 
      15                 :         24 :         printpath(tcp, tcp->u_arg[0]);
      16                 :         24 :         tprints(", ");
      17         [ +  + ]:         24 :         if (!umove_or_printaddr(tcp, tcp->u_arg[1], &u)) {
      18                 :          6 :                 tprintf("{actime=%s,", sprinttime(u.actime));
      19                 :          6 :                 tprintf(" modtime=%s}", sprinttime(u.modtime));
      20                 :            :         }
      21                 :            : 
      22                 :         24 :         return RVAL_DECODED;
      23                 :            : }

Generated by: LCOV version 1.12