LCOV - code coverage report
Current view: top level - tests/ctest - test_args.c (source / functions) Hit Total Coverage
Test: coverage-filtered.info Lines: 3 3 100.0 %
Date: 2019-09-12 12:28:41 Functions: 1 1 100.0 %

          Line data    Source code
       1             : /**
       2             :  * @file
       3             :  *
       4             :  * @brief
       5             :  *
       6             :  * @copyright BSD License (see LICENSE.md or https://www.libelektra.org)
       7             :  */
       8             : 
       9             : #include <stdio.h>
      10             : 
      11           2 : int main (int argc, char ** argv)
      12             : {
      13             :         int i;
      14           6 :         for (i = 0; i < argc; ++i)
      15             :         {
      16           4 :                 printf ("%s\n", argv[i]);
      17             :         }
      18             : 
      19             :         return 0;
      20             : }

Generated by: LCOV version 1.13