Did you know ... | Search Documentation: |
Pack logtalk -- logtalk-3.85.0/docs/_sources/coverage_report_0.rst.txt |
.. index:: coverage_report .. _coverage_report/0:
.. rst-class:: right
object
coverage_report
Intercepts unit test execution messages and generates a coverage_report.xml
file with a test suite code coverage results.
| Availability:
| logtalk_load(lgtunit(loader))
| Author: Paulo Moura | Version: 3:2:0 | Date: 2023-04-11
| Compilation flags:
| static, context_switching_calls
| Provides: | :ref:`logtalk::message_hook/4 <logtalk/0::message_hook/4>` | Uses: | :ref:`logtalk <logtalk/0>` | :ref:`user <user/0>`
| Remarks:
logtalk_load(lgtunit(coverage_report))
.| Inherited public predicates: | (none)
.. contents:: :local: :backlinks: top
(no local declarations; see entity ancestors if any)
(no local declarations; see entity ancestors if any)
.. index:: timestamp_/6 .. _coverage_report/0::timestamp_/6:
timestamp_/6
^^^^^^^^^^^^^^^^
Cache of the starting tests timestamp.
| Compilation flags:
| dynamic
| Template:
| timestamp_(Year,Month,Day,Hours,Minutes,Seconds)
| Mode and number of proofs:
| timestamp_(-integer,-integer,-integer,-integer,-integer,-integer)
- one
.. index:: object_file_/2 .. _coverage_report/0::object_file_/2:
object_file_/2
^^^^^^^^^^^^^^^^^^
Cache of test object - file pairs.
| Compilation flags:
| dynamic
| Template:
| object_file_(Object,File)
| Mode and number of proofs:
| object_file_(?object_identifier,?atom)
- zero_or_more
(none)