LCOV - code coverage report
Current view: top level - geom/virtual/cgm - VGDefines.h (source / functions) Hit Total Coverage
Test: coverage_sk.info Lines: 0 2 0.0 %
Date: 2020-06-30 00:58:45 Functions: 0 1 0.0 %
Branches: 0 2 0.0 %

           Branch data     Line data    Source code
       1                 :            : #ifndef VG_DEFINES_H
       2                 :            : #define VG_DEFINES_H
       3                 :            : 
       4                 :            : enum {
       5                 :            :   SUBCOMP_PARTITION_LAYER = 126,
       6                 :            :   COMPOSITE_LAYER = 127,
       7                 :            :   SUPERCOMP_PARTITION_LAYER = 128
       8                 :            : };
       9                 :            : 
      10                 :            :   /* used for printing debug info - remove leading
      11                 :            :      digits from type_info::name() on linux */
      12                 :            : #ifdef __GNUC__
      13                 :            : #  include <ctype.h>
      14                 :          0 :   inline const char* fix_type_name(const char* name)
      15         [ #  # ]:          0 :    { while( isdigit(*name) ) name++; return name; }
      16                 :            : #else
      17                 :            : #  define fix_type_name(A) A
      18                 :            : #endif
      19                 :            : 
      20                 :            : #endif

Generated by: LCOV version 1.11