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: 2022-07-07 18:19:46 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        3152 : Py_GetPlatform(void)
      10             : {
      11        3152 :     return PLATFORM;
      12             : }

Generated by: LCOV version 1.14