LCOV - code coverage report
Current view: top level - login - test-login-tables.c (source / functions) Hit Total Coverage
Test: main_coverage.info Lines: 9 9 100.0 %
Date: 2019-08-22 15:41:25 Functions: 1 1 100.0 %

          Line data    Source code
       1             : /* SPDX-License-Identifier: LGPL-2.1+ */
       2             : 
       3             : #include "logind-action.h"
       4             : #include "logind-session.h"
       5             : #include "test-tables.h"
       6             : 
       7           1 : int main(int argc, char **argv) {
       8           1 :         test_table(handle_action, HANDLE_ACTION);
       9           1 :         test_table(inhibit_mode, INHIBIT_MODE);
      10           1 :         test_table(kill_who, KILL_WHO);
      11           1 :         test_table(session_class, SESSION_CLASS);
      12           1 :         test_table(session_state, SESSION_STATE);
      13           1 :         test_table(session_type, SESSION_TYPE);
      14           1 :         test_table(user_state, USER_STATE);
      15             : 
      16           1 :         return EXIT_SUCCESS;
      17             : }

Generated by: LCOV version 1.14