Edit File: cmdline.cpython-311.pyc
� ����q�d{�����������������������V����d�Z�ddlmZ�ddlZddlZddlZddlZddlZddlZddl Z ddl Z ddlmZm Z mZmZmZmZ�ddlZddlmZ�ddlmZ�ddlmZ�ddlmZ�dd lmZ�dd lmZmZ�ddlmZm Z m!Z!�ddl"m#Z#m$Z$m%Z%�dd l&m'Z'�ddl(m)Z)m*Z*�ddl+m,Z,��G�d��d������������Z-�G�d��dej.��������������������Z/�G�d��de/������������Z0�G�d��de/������������Z1e-j2��������e-j3��������e-j4��������gZ5�e1de-j6��������e-j7��������e-j8��������e-j9��������e-j:��������ge5z���dd��������������e1de-j;��������e-j<��������e-j=��������e-j>��������ge5z���dd��������������e1de5d d!��������������e1d"e-j<��������ge5z���d#�$�������������e1d%e5d&d'��������������e1d(e-j?��������e-j6��������e-j7��������e-j@��������e-j8��������e-j9��������e-j:��������e-jA��������e-j>��������e-jB��������e-jC��������e-jD��������e-jE��������e-jF��������ge5z���dd)��������������e1d*e-j?��������e-j7��������e-j@��������e-j8��������e-j9��������e-j:��������e-jG��������e-jH��������e-j>��������e-jB��������g e5z���dd+��������������e1d,e-j7��������e-j@��������e-j8��������e-j9��������e-jI��������e-j:��������e-j>��������ge5z���dd-��������������e1d.e-j?��������e-j7��������e-j@��������e-jJ��������e-j8��������e-j9��������e-j:��������e-jA��������e-jK��������e-jL��������e-jC��������e-jD��������e-jE��������g e5z���dd/��������������e1d0e-j;��������e-jM��������e-jN��������e-jO��������e-jP��������e-j9��������e-jQ��������e-j:��������e-jR��������e-jS��������e-jT��������e-jU��������ge5z���d1d2��������������e1d3e-j7��������e-j@��������e-j8��������e-j9��������e-j:��������e-jV��������e-j>��������e-jE��������ge5z���dd4�������������d5�ZW � � �dSdTd=�ZXd>\��ZYZZZ[�G�d?��d@������������Z\dUdD�Z]dVdG�Z^dHdIdJdK�Z_dWdXdN�Z`eja���������b��������������������dOdP������������ZcecrddQldmeZe�e`Zf �dWdXdR�Z`dS�dS�)Yz%Command-line support for coverage.py.�����)�annotationsN)�cast�Any�List�NoReturn�Optional�Tuple)�Coverage)�env)�HAS_CTRACER)�CoverageConfig)�DEFAULT_DATAFILE)�combinable_files�debug_data_file)�info_header�short_stack�write_formatted_info)�_BaseCoverageException�_ExceptionDuringRun�NoSource)�PyRunner)�Numbers�should_fail_under)�__url__c������������ �������j����e�Zd�ZdZ�ej��������dddd�������������Z�ej��������dddd �������������Z�ej��������dd dd�������������Z�ej��������ddd dd� ��������������������d� ���������������������eej ���������������������������������������������������������Z�ej��������ddd dd�������������Z�ej��������ddd dd�������������Z�ej��������ddd dd�������������Z�ej��������ddd dd�������������Z�ej��������ddd dd�������������Z�ej��������ddd d d!�������������Z�ej��������d"d#d d$d%�������������Z�ej��������dd&d d'd(d)�*������������Z�ej��������dd+d d,d-�������������Z �ej��������d.d/dd0�������������Z�ej��������d1d2dd3�������������Z�ej��������dd4d d5d6�������������Z�ej��������d7d8dd9�������������Z�ej��������d:d;dd<�������������Z�ej��������d:d=dd>�������������Z�ej��������dd?d d5d@�������������Z�ej��������dAdd dBddC�D������������Z�ej��������dAdd dBddE�D������������Z�ej��������dAdd dBddF�D������������Z �ej��������ddGddH�������������Z!�ej��������dIdJddK�������������Z"�ej��������ddLd dMe#dN�*������������Z$�ej��������dOdPddQ�������������Z%�ej��������ddRd dS�������������Z&�ej��������dTddU�������������Z'�ej��������dVddW�������������Z(�ej��������dXdYdZd[�\������������Z)�ej��������d]dd^�������������Z*�ej��������d_d d`da�������������Z+�ej��������ddbd dcdd�������������Z,�ej��������ddeddf�������������Z-�ej��������ddgd dhdi�������������Z.�ej��������ddjddk�������������Z/dlS�)m�OptszBA namespace class for individual options we'll build parsers from.z-az--append� store_truezGAppend coverage data to .coverage, otherwise it starts clean each time.)�action�help��z--keepz9Keep original coverage files, otherwise they are deleted.z--branchz:Measure branch coverage in addition to statement coverage.z --concurrency�store�LIBSzaProperly measure code using a concurrency library. Valid values are: {}, or a comma-list of them.z, )r����metavarr���z --context�LABELz2The context label to record for this coverage run.z --contextszREGEX1,REGEX2,...ziOnly display data from lines covered in the given contexts. Accepts Python regexes, which must be quoted.z--data-file�DATAFILEzXBase name of the data files to operate on. Defaults to '.coverage'. [env: COVERAGE_FILE]�INFILEzfRead coverage data for report generation from this file. Defaults to '.coverage'. [env: COVERAGE_FILE]�OUTFILEz\Write the recorded coverage data to this file. Defaults to '.coverage'. [env: COVERAGE_FILE]z--debug�OPTSz9Debug options, separated by commas. [env: COVERAGE_DEBUG]z-dz--directory�DIRzWrite the output files to DIR.z--fail-under�MIN�floatz?Exit with a status of 2 if the total coverage is less than MIN.)r���r#����typer���z--format�FORMATz9Output format, either text (default), markdown, or total.z-hz--helpzGet help on this command.z-iz--ignore-errorsz)Ignore errors while reading source files.z --includez PAT1,PAT2,...zpInclude only files whose paths match one of these patterns. Accepts shell-style wildcards, which must be quoted.z-Lz--pylibzWMeasure coverage even inside the Python installed library, which isn't done by default.�-mz--show-missingzEShow line numbers of statements in each module that weren't executed.�--modulezb<pyfile> is an importable Python module, not a script path, to be run as 'python -m' would run it.z--omitzhOmit files whose paths match one of these patterns. Accepts shell-style wildcards, which must be quoted.z-o�outfilez=Write the XML report to this file. Defaults to 'coverage.xml')r����destr#���r���z?Write the JSON report to this file. Defaults to 'coverage.json'z?Write the LCOV report to this file. Defaults to 'coverage.lcov'z--pretty-printz"Format the JSON for human readers.z-pz--parallel-modez|Append the machine name, process id and random number to the data file name to simplify collecting data from many processes.z--precision�NzVNumber of digits after the decimal point to display for reported coverage percentages.z-qz--quietz-Don't print messages about what is happening.z--rcfilez�Specify configuration file. By default '.coveragerc', 'setup.cfg', 'tox.ini', and 'pyproject.toml' are tried. [env: COVERAGE_RCFILE]z--show-contextsz Show contexts for covered lines.z--skip-coveredzSkip files with 100% coverage.z--no-skip-covered�store_false�skip_coveredzDisable --skip-covered.)r���r1���r���z--skip-emptyzSkip files with no code.z--sort�COLUMNzbSort the report by the named column: name, stmts, miss, branch, brpart, or cover. Default is name.z--sourcez SRC1,SRC2,...z=A list of directories or importable names of code to measure.z--timidzXUse a simpler but slower trace method. Try this if you get seemingly impossible results!z--title�TITLEz.A text string to use as the title on the HTML.z --versionz%Display version information and exit.N)0�__name__� __module__�__qualname__�__doc__�optparse�make_option�append�keep�branch�format�join�sortedr ����CONCURRENCY_CHOICES�concurrency�context�contexts�combine_datafile�input_datafile�output_datafile�debug� directory� fail_underr���� ignore_errors�include�pylib�show_missing�module�omit� output_xml�output_json�output_lcov�json_pretty_print� parallel_mode�int� precision�quiet�rcfile� show_contextsr4����no_skip_covered� skip_empty�sort�source�timid�title�version��������c/builddir/build/BUILD/cloudlinux-venv-1.0.2/venv/lib64/python3.11/site-packages/coverage/cmdline.pyr���r���#���s��������������L�L� �"�X� !��j�� V������F�� �8�� �H�\� H������D��"�X� !� �J�|� I������F��'�(�&� �O�G�V� =� �&����6�6�.�"D�E�E�F�F� G� G������K��#�h�"� �K��� A������G��$�x�#� �L��2E� <������H��,�x�+� �M�'�:� <��������*�X�)� �M�'�8� <������N��+�h�*� �M�'�9� <������O�� !�H� � �I�g�v� H� �� �� �E��%��$��m�G�U� -������I��&��%� �N�7�E�� N������J��"�X� !� �J�w�� H������F�� �8���h�|� (������D��)�H�(���� 8������M��#�h�"� �K��� C������G�� !�H� ��i�� +� �� �� �E��(�8�'���|� T������L��"�X� !��j�� 5������F�� �8�� �H�W�o� C������D��&��%��b��y�)� L������J��'�(�&��b��y�)� N������K��'�(�&��b��y�)� N������K��-��,� ��\� 1��������)�H�(���� ������M��%��$� �M�'�3�S� -������I�� !�H� ��i�� <� �� �� �E��"�X� !� �J�w� A������F��)�H�(��,� /������M��(�8�'��� -������L��+�h�*��M�� &������O��&��%��|� '������J�� �8����(� ������D��"�X� !� �J�w�� L������F�� !�H� � �I�l� ,� �� �� �E�� !�H� � �I�g�w� =� �� �� �E��#�h�"� �K�� 4������G�G�Gre���r���c�������������������T�������e�Zd�ZdZd��fd�Z�G�d��d e������������Zd��fd�Zdd�Z��xZ S�)�CoverageOptionParserz|Base OptionParser for coverage.py. Problems don't exit the program. Defaults are initialized for all options. �argsr����kwargs�return�Nonec�����������������<�����d|d<����t������������������������j��������|i�|����|�j��������d#i�dd��dd��dd��dd��dd��dd��d d��d d��dd��dd��d d��dd��dd��dd��dd��dd��dd��dd��dd��dd��dd��dd�dd��dd��dd��dd��dd��dd��d d��d!d��d"d����|�������������������������������������d�S�)$NF�add_help_optionr���r=���r?���rD���rE���rF���� data_filerJ���rK���rL���r@���r���rM���rN���r>���rQ���rR���rW���rY���rO���rZ���r[���Tr\���rP���r4���r^���r_���r`���ra���rb���rc���rd���)�super�__init__�set_defaults�disable_interspersed_args)�selfri���rj���� __class__s��� �rf���rq���zCoverageOptionParser.__init__����s�������$)�� �!������$�)�&�)�)�)�����! ��! ��! ��4�! ���4�! ���4� ! � ���! ���D� ! ���T�! ���d�! ���$�! ���d�! ���t�! ���4�! ����! ���$�! ���D�! � ���!! �"��4�#! �$���%! �&��$�'! �(��d�)! �*��$�+! �,��$�-! �.��4�/! �0��$�1! �2���3! �4���5! �6��t�7! �8���9! �:��4�;! �<��$�=! �>��$�?! �@��D�A! ��! �F� �&�&�(�(�(�(�(re���c������������������������e�Zd�ZdZdS�)�&CoverageOptionParser.OptionParserErrorz;Used to stop the optparse error handler ending the process.N)r7���r8���r9���r:���rd���re���rf����OptionParserErrorrw�����s��������������I�I��re���rx���� List[str]�1Tuple[bool, Optional[optparse.Values], List[str]]c����������������������� �t���������������������������������������������|������������\��}}n#�|�j��������$�r�ddg�fcY�S�w�xY�wd||fS�)zUCall optparse.parse_args, but return a triple: (ok, options, args) FNT)rp���� parse_argsrx���)rt���ri����optionsru���s��� �rf���� parse_args_okz"CoverageOptionParser.parse_args_ok��sb������� #�!�G�G�.�.�t�4�4�M�G�T�T���%�� #�� #�� #��$��?�"�"�"� #�����W�d�"�"s����$(��:�:�msg�strr���c�����������������.�����t����������|�������������|�j���������)z7Override optparse.error so sys.exit doesn't get called.)� show_helprx���)rt���r���s��� rf����errorzCoverageOptionParser.error+��s�������#�����$�$re���)ri���r���rj���r���rk���rl���)ri���ry���rk���rz���)r���r����rk���r���) r7���r8���r9���r:���rq���� Exceptionrx���r~���r����� __classcell__�ru���s���@rf���rh���rh�������s�������������������&)��&)��&)��&)��&)��&)�P �� �� �� �� �I�� �� �� � #�� #�� #�� #�� #�� #�%��%��%��%��%��%��%��%re���rh���c�������������������$�������e�Zd�ZdZd��fd�Z��xZS�)�GlobalOptionParserz<Command-line parser for coverage.py global option arguments.rk���rl���c�����������������������t������������������������������������������������������������|����������������������t����������j��������t����������j��������g�������������d�S��N)rp���rq����add_optionsr���r���rc���)rt���ru���s��� �rf���rq���zGlobalOptionParser.__init__4��sJ������� ������������I��L� �� �� �� �� �� re����rk���rl���)r7���r8���r9���r:���rq���r����r����s���@rf���r����r����1��sC���������������F�F�������������������re���r����c�������������������@�������e�Zd�ZdZ �dd��fd � Zdd�ZdZd��fd�Z��xZS�)�CmdOptionParserz4Parse one of the new-style commands for coverage.py.Nr���r����r}����List[optparse.Option]�description�usage� Optional[str]c�����������������������|rd|z���}t���������������������������������������������||��������������|����������������������|��������������|����������������������|�������������||�_��������dS�)a4��Create an OptionParser for a coverage.py command. `action` is the slug to put into `options.action`. `options` is a list of Option's for the command. `description` is the description of the command, for the help text. `usage` is the usage string to display in help. z%prog �r����r����)r���N)rp���rq���rr���r�����cmd)rt���r���r}���r����r����ru���s��� �rf���rq���zCmdOptionParser.__init__@��sv���������� %��u�$�E� ������#�� �� �� �� �� �����(�(�(�����!�!�!�����re����otherrk����boolc����������������� �����|d|�j�����������d�k����S�)Nz<CmdOptionParser:�>)r����)rt���r����s��� rf����__eq__zCmdOptionParser.__eq__Y��s��������8�T�X�8�8�8�8�9re���c�����������������\������t�����������������������������������������������������������}|��d|�j�����������S�)z>Override of an undocumented function in optparse.OptionParser.� )rp���� get_prog_namer����)rt����program_nameru���s��� �rf���r����zCmdOptionParser.get_prog_name`��s0��������w�w�,�,�.�.����+�+���+�+�+re���r����)r���r����r}���r����r����r����r����r����)r����r����rk���r����)rk���r����) r7���r8���r9���r:���rq���r�����__hash__r����r����r����s���@rf���r����r����=��s����������������>�>�� $��������������2:��:��:��:� ��H�,��,��,��,��,��,��,��,��,��,re���r�����annotatez[options] [modules]z|Make annotated copies of the given files, marking statements that are executed with > and statements that are missed with !.r�����combinez%[options] <path1> <path2> ... <pathN>a&��Combine data from multiple coverage files. The combined results are written to a single file representing the union of the data. The positional arguments are data files or directories containing data files. If no paths are provided, data files in the default data file's directory are combined.rJ���z<topic>aB��Display information about the internals of coverage.py, for diagnosing problems. Topics are: 'data' to show a summary of the collected data; 'sys' to show installation information; 'config' to show the configuration; 'premain' to show what is calling coverage; 'pybehave' to show internal flags describing Python behavior.�erasez)Erase previously collected coverage data.)r����r���z [command]zDescribe how to use coverage.py�htmlz�Create an HTML report of the coverage of the files. Each file gets its own page, with the source decorated to show executed, excluded, and missed lines.�jsonz+Generate a JSON report of coverage results.�lcovz,Generate an LCOV report of coverage results.�reportz&Report coverage statistics on modules.�runz$[options] <pyfile> [program options]z/Run a Python program, measuring code execution.�xmlz+Generate an XML report of coverage results.)r����r����rJ���r����r���r����r����r����r����r����r����r����r�����topic�parser�Optional[optparse.OptionParser]rk���rl���c���������������������|�s|s|sJ��t�����������j��������d���������}|���������������������t����������j��������j��������dz���������������rt����������j�����������������������������|������������}t����������j�����������������������������|������������}t����������j ��������r/d}|���������������������|������������r|dt����������|�����������������������}t����������t����������j ��������������������}t����������|d<���||d<���t����������rd|d<���nd |d<���|�r;t!����������|�t�����������j��������� �������������t!����������d|��d�t�����������j��������� �������������n�|rBt!����������|�����������������������������������������������������������������������������������t!�������������������������nr|�J��t)����������j��������t,�������������������������������|d �����������������������������������������������������������}|rt!�����������|j��������di�|���������������nt!����������d|���������������t!�����������dj��������di�|���������������dS�)z-Display an error message, or the named topic.r���z__main__.pyz -script.pyNr���r����zwith C extension�extension_modifierzwithout C extension)�filezUse 'z help' for help.r ���zDon't know topic z"Full documentation is at {__url__}rd���)�sys�argv�endswith�os�path�sep�dirname�basenamer����WINDOWS�len�dict�coverage�__dict__r���r����print�stderr�format_help�strip�textwrap�dedent�HELP_TOPICS�getr@���)r����r����r�����program_pathr�����auto_suffix�help_params�help_msgs��� rf���r����r����*��s�������#�E�#�V�#�#�#��8�A�;�L����R�W�[�=�8�9�9��5��w���|�4�4���7�#�#�L�1�1�L� �{��<��#��� � ��-�-�� <�'�(:�#�k�*:�*:�):�(:�;�L��x�(�)�)�K�$�K� ��".�K�����B�,>��(�)�)�,A��(�)���1� �e�#�*�%�%�%�%� �4�l�4�4�4�3�:�F�F�F�F�F� �� 1� �f� � �"�"�(�(�*�*�+�+�+� ������ � � ��?�;�?�?�5�"�#=�#=�>�>�D�D�F�F���� 1��/�(�/�0�0�K�0�0�1�1�1�1��/�e�/�/�0�0�0� � 5� .� 5� D� D�� D� D�E�E�E�E�Ere���)r�����������c�������������������:�����e�Zd�ZdZdd�Zdd�Zdd�Zdd�Zdd�ZdS�)�CoverageScriptz*The command-line interface to coverage.py.rk���rl���c����������������������d|�_���������|��d�S�)NF)� global_option)rt���s��� rf���rq���zCoverageScript.__init___��s������"������re���r����ry���rX���c����������������� ����|st����������d��������������t����������S�|d������������������������������d������������|�_��������|�j��������rt ������������������������}nKt �������������������������������|d���������������������}|st����������d|d������������������������t����������S�|dd����������}|���������������������|������������\��}}}|st����������S�|�J��|�� ��������������������|||������������rt����������S�t����������|j��������������������}t����������|j��������������������}t����������|j ��������������������}t����������|j��������������������} t����������|j��������������������} |j���������|j�����������������������������d������������}nd}t%����������|j��������pt(����������|j��������|j��������|j��������|j��������|j��������|||| |d |j��������|j���������� ������������|�_��������|j��������dk����r|����������������������|������������S�|j��������dk����r |�j��������������������������������������������t����������S�|j��������d k����r|�� ��������������������||������������S�|j��������dk����rs|j!��������r|�j���������"�����������������������������������|pd}|�j���������#��������������������|d tI����������|j%����������������������������������|�j���������&�����������������������������������t����������S�tO����������tQ����������|������������|j)��������||| �������������} tT����������j+���������,��������������������dd�������������|�j���������"�����������������������������������d}|j��������dk����r8�|�j��������j-��������d$|j.��������|j/��������|j0��������|j1��������|j2��������|j3��������d�| ��}n�|j��������dk����r�|�j��������j4��������d$d|j5��������i| ���n�|j��������dk����r8�|�j��������j6��������d$|j5��������|j.��������|j0��������|j1��������|j7��������|j8��������d�| ��}n�|j��������dk����r �|�j��������j9��������d$|j:��������|j1��������d�| ��}n]|j��������dk����r&�|�j��������j;��������d$|j:��������|j<��������|j7��������d�| ��}n,|j��������dk����r�|�j��������j=��������d$d|j:��������i| ��}nt|�����������|�� |j?��������� |�j���������@��������������������d|j?���������������������|j.��������� |�j���������@��������������������d|j.���������������������t�����������t�����������|�j���������C��������������������d������������������������}t�����������t�����������|�j���������C��������������������d������������������������}t�����������|||������������rPd �3��������������������t�����������|�!�������������G��������������������|������������||�"������������}t�����������d#|�������������t�����������S�t����������S�)%z�The bulk of the command line interface to coverage.py. `argv` is the argument list to process. Returns 0 if all is well, 1 if something went wrong. �minimum_help�r����r����-zUnknown command: r����N�,T)ro����data_suffix�cover_pylibra���r?����config_filer`���rR���rN���rJ���rD����check_preimportedrE����messagesrJ���r����r����r����)�strictr>���)�morfsrM���rR���rN���rF���r ���r����)rY���rP���r4���r^���r_���� output_formatr����rK���r����)rK���rY���r4���r^���r\���rb���r����)r0���r^���r����)r0����pretty_printr\���r����r0���zreport:fail_underzreport:precisionz;total of {total} is less than fail-under={fail_under:.{p}f})rY���)�totalrL����pzCoverage failure:rd���)Jr�����OK� startswithr����r�����COMMANDSr�����ERRr~����do_help�unshell_listr`���rR���rN���rJ���rF���rD����splitr ���ro���r���rW���rO���ra���r?���r[���rE���rZ���r����r����do_debugr�����do_runr=����loadr����r����r>����saver�����unglob_argsrM���r����r�����insertr����rY���rP���r4���r^���r_���r@���r����rK����html_reportr\���rb���� xml_reportr0����json_reportr�����lcov_report�AssertionErrorrL���� set_optionr���r+���� get_optionrX���r���r����display_coveredr����� FAIL_UNDER)rt���r����r�����okr}���ri���r`���rR���rN���rJ���rF���rD���� data_paths�report_argsr����rL���rY���r���s��� rf����command_linezCoverageScript.command_linec��s��������� ��N�+�+�+�+��I� �"�!�W�/�/��4�4������ �'�)�)�F�F��\�\�$�q�'�*�*�F��� ��9�d�1�g�9�9�:�:�:�� �����8�D�"�0�0��6�6���G�T��� ��J��"�"�"���<�<���v�.�.�� ��I���g�n�-�-���G�L�)�)���w��/�/���W�]�+�+���� 0�1�1����*�!�-�3�3�C�8�8�K�K��K��!��'�;�+;��-�� ��-��>�������#�"��O� ��&� �� �� �� �"��>�W�$�$��=�=��&�&�&� �^�w� &� &��M���!�!�!��I� �^�u� $� $��;�;�w��-�-�-� �^�y� (� (��~�� %�� �"�"�$�$�$����J��M�!�!�*�T��W�\�@R�@R�!�S�S�S��M��� � � ��I����d�#�#�!�/���� �� �� ��� �����2����� ���������>�X�%�%�(�D�M�(���!�+�$�1�$�1�"�-��\�%�n� ��������E�E���^�z� )� )�"�D�M�"�N�N�W�->�N�+�N�N�N�N� �^�v� %� %�-�D�M�-���!�+�!�+�$�1�"�-�%�3��m� ��������E�E���^�u� $� $�,�D�M�,�����"�-���������E�E� ��^�v� %� %�-�D�M�-�����$�1�%�3������ ���E�E���^�v� %� %�-�D�M�-������������E�E��!� �����!�-�� �(�(�)<�g�>P�Q�Q�Q�� �,�� �(�(�);�W�=N�O�O�O��e�T�]�%=�%=�>Q�%R�%R�S�S�J��S�$�-�":�":�;M�"N�"N�O�O�I� �� �I�>�>�� "�S�Z�Z�!�I�6�6�6�F�F�u�M�M�)���[������ ��)�3�/�/�/�!�!�� re���r}����optparse.Valuesri���r�����optparse.OptionParserr����c�����������������^����|j���������r*|�j��������rt����������d��������������nt����������|��������������dS�|j��������dk����rW|rC|D�]?}t�������������������������������|������������}|�t����������|���������������/t����������|���������������@nt����������d��������������dS�|j��������rt����������d��������������dS�dS�)z`Deal with help requests. Return True if it handled the request, False if not. r���r����)r����TNrc���F)r���r����r����r���r����r����rc���)rt���r}���ri���r�����a�parser_maybes��� rf���r����zCoverageScript.do_help��s���������<�� ��!�� )���'�'�'�'�'���(�(�(�(��4��>�V�#�#��� (���+��+�A�#+�<�<��?�?�L�#�/�!��6�6�6�6�6�!��*�*�*�*�*�+����'�'�'�'��4���?�� ��I�&�&�&�&��4��ure���c�����������������Z����|s}|j���������rt����������d�������������t����������S�t����������t����������|�j�����������������������������d������������������������}|�1t����������j��������|������������}|r|d���������dv�rd|_���������|dd����������}|st����������d�������������t����������S�|j ��������r0|�j�����������������������������d ������������rt����������d �������������t����������S�|j ��������dk����r4dD�]1}t����������||�������������t����������d d|��d�z����������������t����������c�S��2dt����������j ��������d<���t����������|t����������|j����������������������������������}|������������������������������������|j ��������r|�j��������������������������������������������|�j��������������������������������������������d} �|������������������������������������n#�t(����������$�r�d}��w�xY�w �|�j��������������������������������������������|r|�j��������������������������������������������n:#�|�j��������������������������������������������|r|�j��������������������������������������������w�w�xY�wt.����������S�)z!Implementation of 'coverage run'.zNo module specified for -mzrun:command_lineNr���>���r.���r/���Tr����zNothing to do.zrun:parallelz,Can't append to data files in parallel mode.�multiprocessing)r?���rN���rR���rO���r`���ra���zROptions affecting multiprocessing must only be specified in a configuration file. z Remove --z from the command line.�true�COVERAGE_RUN)� as_moduleF)rQ���r����r����r���r����r����r�����shlexr����r=���rD����getattrr�����environr���r�����preparer�����startr����r����stopr����r����)rt���r}���ri���r�����opt_name�runner�code_rans��� rf���r����zCoverageScript.do_run-��sp�������� $��~�� ��6�7�7�7�� ���T�]�%=�%=�>P�%Q�%Q�R�R�L��'��{�<�0�0����$�D��G�'9�9�9�%)�G�N�����8�D��� ��&�'�'�'��J��>�� �d�m�6�6�~�F�F�� ��D�E�E�E��J���"3�3�3��V�� �� ����7�H�-�-�9��5�E�H�E�E�E�F������ ��J�J�J� �:��&,�� �>�"��$�$�w�~�*>�*>�?�?�?���������>�� !��M��� � � �� � �������� %��J�J�L�L�L�L���� �� �� ��H�� ����� � � �M��� � � ��� %�� �"�"�$�$�$���� �M��� � � ��� %�� �"�"�$�$�$�$� %������ s����F%��$G,��%F3�3G,��,7H#c���������������������|st����������d�������������t����������S�|dd����������rt����������d�������������t����������S�|d���������dk����r/t����������t����������d|�j���������������������������������������������������������nO|d���������dk����rmt����������t ����������d�������������������������|�j��������j��������j��������}t����������|�������������t����������|������������D�] }t����������d�������������t����������|��������������!n�|d���������d k����r3t����������t����������d |�j��������j��������������������������������������������������������n�|d���������d k����r8t����������t ����������d �������������������������t����������t�������������������������������������nS|d���������dk����r(t����������t����������dt����������j�����������������������������������nt����������d|d������������������������t����������S�t����������S�) z#Implementation of 'coverage debug'.zFWhat information would you like: config, data, sys, premain, pybehave?r����Nz Only one topic at a time, pleaser���r�����dataz-----�config�premain�pybehavezDon't know what you mean by )r����r����r���r����r�����sys_infor���r ��ro���r���r���� debug_infor���r���r����)rt���ri���ro����filenames��� rf���r����zCoverageScript.do_debugh��s��������� ��^�_�_�_��J�����8�� ��8�9�9�9��J���7�e��� ���t�}�/E�/E�/G�/G�H�H�H�H� �!�W�� � ��+�f�%�%�&�&�&�� �,�6�I��I�&�&�&�,�Y�7�7�� *�� *���g������)�)�)�)� *���!�W�� � � ���$�-�2F�2Q�2Q�2S�2S�T�T�T�T� �!�W� � !� !��+�i�(�(�)�)�)��+�-�-� � � � � �!�W� � "� "� �� �C�N�4D�4D�E�E�E�E��@�T�!�W�@�@�A�A�A��J�� re���Nr����)r����ry���rk���rX���)r}���r����ri���ry���r����r����rk���r����)r}���r����ri���ry���rk���rX���)ri���ry���rk���rX���) r7���r8���r9���r:���rq���r����r����r����r����rd���re���rf���r����r����\��s���������������4�4� �� �� �� �b��b��b��b�H$��$��$��$�L9��9��9��9�v����������re���r�����sr�����Optional[List[str]]c�����������������v�����|�sdS�t�����������j��������r|����������������������d������������}�|����������������������d������������S�)z)Turn a command-line argument into a list.N�'r����)r���r����r����r����)r��s��� rf���r����r�������s:����������t� �{���� �G�G�C�L�L���7�7�3�<�<�re���ri���ry���c����������������������t�����������j��������rNg�}|�D�]G}d|v�sd|v�r(|���������������������t����������j��������|��������������������������2|���������������������|��������������H|}�|�S�)z5Interpret shell wildcards for platforms that need it.�?�*)r���r�����extend�globr=���)ri����globbed�args��� rf���r����r�������sm������ �{������� $�� $�C��c�z�z�S�C�Z�Z����t�y��~�~�.�.�.�.����s�#�#�#�#����Kre���a��� Coverage.py, version {__version__} {extension_modifier} Measure, collect, and report on code coverage in Python programs. usage: {program_name} <command> [options] [args] Commands: annotate Annotate source files with execution information. combine Combine a number of data files. debug Display information about the internals of coverage.py erase Erase previously collected coverage data. help Get help on using coverage.py. html Create an HTML report. json Create a JSON report of coverage results. lcov Create an LCOV report of coverage results. report Report coverage stats on modules. run Run a Python program and measure code execution. xml Create an XML report of coverage results. Use "{program_name} help <command>" for detailed help on any command. zjCode coverage for Python, version {__version__} {extension_modifier}. Use '{program_name} help' for help.z7Coverage.py, version {__version__} {extension_modifier})r���r����rc���r����� Optional[int]c���������������������|��t�����������j��������dd����������}� �t���������������������������������������������|�������������}n�#�t����������$�r$}t����������j��������|j�����������t����������}Y�d}~nfd}~wt����������$�r-}|j��������d���������}t����������|�������������t����������}Y�d}~n1d}~wt����������$�r!}|j��������r|j��������d���������}nd}Y�d}~nd}~ww�xY�w|S�)z\The main entry point to coverage.py. This is installed as the script entry point. Nr����r���)r����r����r����r����r���� traceback�print_exceptionri���r����r���r����� SystemExit)r�����status�errr���s��� rf����mainr%�����s���������|��x����|����!�!�.�.�t�4�4������������ �!�3�8�,�,������������!��������h�q�k�� �c� � � ��������������������8�� ��X�a�[�F�F��F����������������Ms-����!:�� C�A#�# C�0#B� C�%C�C�COVERAGE_PROFILEr ���)�SimpleLauncherc����������� ����������t����������j����������������������} �t����������|�������������|���������������������dd�������������\��}}t ����������|���������������������|ddd��������������������������|������������������������������������S�#�|���������������������dd�������������\��}}t ����������|���������������������|ddd��������������������������|������������������������������������w�xY�w)z$A wrapper around main that profiles.r�����d���)� re_filter�max_recordsr ���)�query�limitr�����col)r'���launch� original_mainr,��r�����show�cancel)r�����profilerr���_s��� rf���r%��r%�����s��������"�(�*�*�� � ��&�&��n�n�z�s�n�K�K�G�D�!��(�-�-�d�#�2�2�-�F�F�G�G�G��O�O��������n�n�z�s�n�K�K�G�D�!��(�-�-�d�#�2�2�-�F�F�G�G�G��O�O�������s����A8��8AC)NNN)r����r����r����r����r����r����rk���rl���)r��r����rk���r��)ri���ry���rk���ry���r����)r����r��rk���r��)gr:���� __future__r���r��r;���r�����os.pathr��r����r����r ���typingr���r���r���r���r���r ���r����r ���r����coverage.collectorr����coverage.configr ����coverage.controlr���� coverage.datar���r����coverage.debugr���r���r����coverage.exceptionsr���r���r����coverage.execfiler����coverage.resultsr���r����coverage.versionr���r����OptionParserrh���r����r����rJ���r���r[����GLOBAL_ARGSrK���rH���rM���rN���rR���r=���rG���r>���rZ���rF���rL���rY���r\���r4���r]���r^���rb���rT���rV���rU���r@���r_���rP���r?���rD���rE���rI���rQ���rO���rW���r`���ra���rS���r����r����r����r����r����r����r����r����r����r%��r��r�����_profile�ox_profile.core.launchersr'��r0��rd���re���rf����<module>rE�����s(�����,��+��"��"��"��"��"��"������������ � � � ������������ � � � ���������������=��=��=��=��=��=��=��=��=��=��=��=��=��=��=��=�������������������������������*��*��*��*��*��*��*��*��*��*��*��*��-��-��-��-��-��-��;��;��;��;��;��;��;��;��I��I��I��I��I��I��I��I��I��I��U��U��U��U��U��U��U��U��U��U��&��&��&��&��&��&��7��7��7��7��7��7��7��7��$��$��$��$��$��$� E��E��E��E��E��E��E��E�PC%��C%��C%��C%��C%�8�0��C%��C%��C%�L �� �� �� �� �-�� �� �� �(,��(,��(,��(,��(,�*��(,��(,��(,�b� �J��I��K���� ����N������L��I� ��� ��$� <������ �����K��!��I��J� � �� ��6� &������&��_���� P� �� �� ���_���!� �� ��@������� �O����5� �� �� �� �O���M��N����O����L��I��N��J������ ��O��J� ��� � �$� 4�) �� �� �4� �O���M����O����L��I����"��J��� ��� ��$�A� �� �� �$� �O�����O����L����I��J� ��� ��$�B� �� �� ���o���M����O��K����L��I��N��I������ ��O� ��� ��$�<�%�����*��?� ��K��K����L�� ��L��K��I��J����K��J� ��� ��5�E�#�����(��?� ����O����L��I��O��J��O� ��� ��$�A������Kt��t��p� ��.2�,F��,F��,F��,F��,F�^�����C��j��j��j��j��j��j��j��j�Z ������� �� �� �� � �. .��I�9����@���������B��:�>�>�,�b�1�1�����8�8�8�8�8�8��M��%)� �� �� �� �� �� �� � ��re���