LCOV - code coverage report
Current view: top level - strace_git - fstatfs64.c (source / functions) Hit Total Coverage
Test: strace-4.16.0.69.f1ea-dirty Code Coverage Lines: 6 6 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: 2 2 100.0 %

           Branch data     Line data    Source code
       1                 :            : #include "defs.h"
       2                 :            : 
       3                 :          8 : SYS_FUNC(fstatfs64)
       4                 :            : {
       5         [ +  + ]:          8 :         if (entering(tcp)) {
       6                 :          4 :                 printfd(tcp, tcp->u_arg[0]);
       7                 :          4 :                 tprintf(", %" PRI_klu ", ", tcp->u_arg[1]);
       8                 :            :         } else {
       9                 :          4 :                 print_struct_statfs64(tcp, tcp->u_arg[2], tcp->u_arg[1]);
      10                 :            :         }
      11                 :          8 :         return 0;
      12                 :            : }

Generated by: LCOV version 1.12