LCOV - code coverage report
Current view: top level - import - pull-tar.h (source / functions) Hit Total Coverage
Test: systemd_full.info Lines: 0 1 0.0 %
Date: 2019-08-23 13:36:53 Functions: 0 1 0.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 2 0.0 %

           Branch data     Line data    Source code
       1                 :            : /* SPDX-License-Identifier: LGPL-2.1+ */
       2                 :            : #pragma once
       3                 :            : 
       4                 :            : #include "sd-event.h"
       5                 :            : 
       6                 :            : #include "import-util.h"
       7                 :            : #include "macro.h"
       8                 :            : 
       9                 :            : typedef struct TarPull TarPull;
      10                 :            : 
      11                 :            : typedef void (*TarPullFinished)(TarPull *pull, int error, void *userdata);
      12                 :            : 
      13                 :            : int tar_pull_new(TarPull **pull, sd_event *event, const char *image_root, TarPullFinished on_finished, void *userdata);
      14                 :            : TarPull* tar_pull_unref(TarPull *pull);
      15                 :            : 
      16         [ #  # ]:          0 : DEFINE_TRIVIAL_CLEANUP_FUNC(TarPull*, tar_pull_unref);
      17                 :            : 
      18                 :            : int tar_pull_start(TarPull *pull, const char *url, const char *local, bool force_local, ImportVerify verify, bool settings);

Generated by: LCOV version 1.14