LCOV - code coverage report
Current view: top level - Python - getplatform.c (source / functions) Hit Total Coverage
Test: CPython 3.12 LCOV report [commit acb105a7c1f] Lines: 2 2 100.0 %
Date: 2022-07-20 13:12:14 Functions: 1 1 100.0 %
Branches: 0 0 -

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

Generated by: LCOV version 1.14