Total coverage in percents: {{ ((used_methods_count * 100 / total_methods_count)|float|round(3)|string) }}%
Common list of available methods and using in tests
Used methods
Method |
Host |
Path |
Used count |
{% for method in used_methods %}
{{ method.method }} |
{{ method.host }} |
{{ method.path }} |
{{ method.count }} |
{% endfor %}
Skipped methods
Method |
Path |
{% for method in skipped_methods %}
{{ method.method }} |
{{ method.path }} |
{% endfor %}