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

           Branch data     Line data    Source code
       1                 :            : /* Implements the getpath API for compiling with no functionality */
       2                 :            : 
       3                 :            : #include "Python.h"
       4                 :            : #include "pycore_pathconfig.h"
       5                 :            : 
       6                 :            : PyStatus
       7                 :          0 : _PyConfig_InitPathConfig(PyConfig *config, int compute_path_config)
       8                 :            : {
       9                 :          0 :     return PyStatus_Error("path configuration is unsupported");
      10                 :            : }

Generated by: LCOV version 1.14