LCOV - code coverage report
Current view: top level - Python - getplatform.c (source / functions) Hit Total Coverage
Test: CPython lcov report Lines: 2 2 100.0 %
Date: 2017-04-19 Functions: 1 1 100.0 %

          Line data    Source code
       1             : 
       2             : #include "Python.h"
       3             : 
       4             : #ifndef PLATFORM
       5             : #define PLATFORM "unknown"
       6             : #endif
       7             : 
       8             : const char *
       9           3 : Py_GetPlatform(void)
      10             : {
      11           3 :         return PLATFORM;
      12             : }

Generated by: LCOV version 1.10