Hacked By AnonymousFox
�
�܋fK � � � d Z ddlmZ ddlZddlZddlZddlmZmZm Z m
Z
ddlmZ ddl
mZ ddlmZmZ ddlmZ e
rdd lmZ dd
�Z G d� d� � ZdS )zLCOV reporting for coverage.py.� )�annotationsN)�IO�Iterable�Optional�
TYPE_CHECKING)�FileReporter)�get_analysis_to_report)�Analysis�Numbers)�TMorf)�Coverage�line�str�returnc �� � t j | � d� � � � � � � }t j |� � � d� � � d� � S )z9Produce a hash of a source line for use in the LCOV file.zutf-8�ascii�=)�hashlib�md5�encode�digest�base64� b64encode�decode�rstrip)r �hasheds �f/builddir/build/BUILD/cloudlinux-venv-1.0.6/venv/lib64/python3.11/site-packages/coverage/lcovreport.py� line_hashr sV � �
�[����W�-�-�
.�
.�
5�
5�
7�
7�F���F�#�#�*�*�7�3�3�:�:�3�?�?�?� c �. � e Zd ZdZdZdd�Zdd
�Zdd�ZdS )�LcovReporterz-A reporter for writing LCOV coverage reports.zLCOV report�coverager
r �Nonec �Z � || _ t | j j j � � | _ d S �N)r"