LCOV - code coverage report
Current view: top level - basic - plymouth-util.c (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             : 
       3             : #include <unistd.h>
       4             : 
       5             : #include "plymouth-util.h"
       6             : 
       7           0 : bool plymouth_running(void) {
       8           0 :         return access("/run/plymouth/pid", F_OK) >= 0;
       9             : }

Generated by: LCOV version 1.14