LCOV - code coverage report
Current view: top level - Modules - getpath_noop.c (source / functions) Hit Total Coverage
Test: CPython lcov report Lines: 0 2 0.0 %
Date: 2022-07-07 18:19:46 Functions: 0 1 0.0 %

          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