LCOV - code coverage report
Current view: top level - basic - bus-label.h (source / functions) Hit Total Coverage
Test: systemd_full.info Lines: 2 2 100.0 %
Date: 2019-08-23 13:36:53 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                 :            : /* SPDX-License-Identifier: LGPL-2.1+ */
       2                 :            : #pragma once
       3                 :            : 
       4                 :            : #include <stddef.h>
       5                 :            : #include <stdlib.h>
       6                 :            : #include <string.h>
       7                 :            : 
       8                 :            : #include "string-util.h"
       9                 :            : 
      10                 :            : char *bus_label_escape(const char *s);
      11                 :            : char *bus_label_unescape_n(const char *f, size_t l);
      12                 :            : 
      13                 :       1208 : static inline char *bus_label_unescape(const char *f) {
      14                 :       1208 :         return bus_label_unescape_n(f, strlen_ptr(f));
      15                 :            : }

Generated by: LCOV version 1.14