| Did you know ... | Search Documentation: |
| Pack logtalk -- logtalk-3.99.0/docs/apis/_sources/lcov_report_0.rst.txt |
.. index:: single: lcov_report .. _lcov_report/0:
.. rst-class:: right
object
lcov_report
Intercepts unit test execution messages and generates a lcov.info file with code coverage results.
| Availability:
| logtalk_load(lgtunit(loader))
| Author: Paulo Moura | Version: 1:0:0 | Date: 2026-03-13
| Compilation flags:
| static, context_switching_calls
| Provides: | :ref:`logtalk::message_hook/4 <logtalk/0::message_hook/4>` | Uses: | :ref:`logtalk <logtalk/0>`
| Remarks:
logtalk_load(lgtunit(lcov_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:: entity_file_/2 .. _lcov_report/0::entity_file_/2:
entity_file_/2
^^^^^^^^^^^^^^^^^^
Table of entity source files.
| Compilation flags:
| dynamic
| Template:
| entity_file_(Entity,File)
| Mode and number of proofs:
| entity_file_(?entity_identifier,?atom) - zero_or_more
.. index:: predicate_coverage_/7 .. _lcov_report/0::predicate_coverage_/7:
predicate_coverage_/7
^^^^^^^^^^^^^^^^^^^^^^^^^
Table of predicate coverage data.
| Compilation flags:
| dynamic
| Template:
| predicate_coverage_(Entity,Predicate,Line,Covered,Total,Percentage,Clauses)
| Mode and number of proofs:
| predicate_coverage_(?entity_identifier,?predicate_indicator,?integer,?integer,?integer,?float,?list) - zero_or_more
(none)