LCOV - code coverage report
Current view: top level - Python - getcopyright.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                 :            : /* Return the copyright string.  This is updated manually. */
       2                 :            : 
       3                 :            : #include "Python.h"
       4                 :            : 
       5                 :            : static const char cprt[] =
       6                 :            : "\
       7                 :            : Copyright (c) 2001-2022 Python Software Foundation.\n\
       8                 :            : All Rights Reserved.\n\
       9                 :            : \n\
      10                 :            : Copyright (c) 2000 BeOpen.com.\n\
      11                 :            : All Rights Reserved.\n\
      12                 :            : \n\
      13                 :            : Copyright (c) 1995-2001 Corporation for National Research Initiatives.\n\
      14                 :            : All Rights Reserved.\n\
      15                 :            : \n\
      16                 :            : Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.\n\
      17                 :            : All Rights Reserved.";
      18                 :            : 
      19                 :            : const char *
      20                 :       3138 : Py_GetCopyright(void)
      21                 :            : {
      22                 :       3138 :     return cprt;
      23                 :            : }

Generated by: LCOV version 1.14