LCOV - code coverage report
Current view: top level - basic - login-util.h (source / functions) Hit Total Coverage
Test: main_coverage.info Lines: 0 2 0.0 %
Date: 2019-08-22 15:41:25 Functions: 0 1 0.0 %

          Line data    Source code
       1             : /* SPDX-License-Identifier: LGPL-2.1+ */
       2             : #pragma once
       3             : 
       4             : #include <stdbool.h>
       5             : #include <unistd.h>
       6             : 
       7             : bool session_id_valid(const char *id);
       8             : 
       9           0 : static inline bool logind_running(void) {
      10           0 :         return access("/run/systemd/seats/", F_OK) >= 0;
      11             : }

Generated by: LCOV version 1.14