:orphan: .. index:: pair: struct; trc_report_stats .. _doxid-structtrc__report__stats: struct trc_report_stats ======================= .. toctree:: :hidden: Overview ~~~~~~~~ Testing results comparator statistics :ref:`More...<details-structtrc__report__stats>` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include <trc_report.h> struct trc_report_stats { // fields unsigned int :ref:`pass_exp<doxid-structtrc__report__stats_1a310c18584dedbe559a14ab7b698df825>`; unsigned int :ref:`pass_une<doxid-structtrc__report__stats_1a1276e1cf7e8dfc4647509d4454141ffa>`; unsigned int :ref:`fail_exp<doxid-structtrc__report__stats_1a934d1ce48e8e98ab3b11ac637d43973d>`; unsigned int :ref:`fail_une<doxid-structtrc__report__stats_1ac3e35220b569f5a5ef1ec4357ed585e9>`; unsigned int :ref:`aborted<doxid-structtrc__report__stats_1a2ea206ea573b3d78ae2fee879b88d82f>`; unsigned int :ref:`new_run<doxid-structtrc__report__stats_1a62d060642d9819265466e30e232933a4>`; unsigned int :ref:`not_run<doxid-structtrc__report__stats_1ace99a8f428ea2425cc73fcee04d3032b>`; unsigned int :ref:`skip_exp<doxid-structtrc__report__stats_1a95ad94a9823be7e477454df4c418586c>`; unsigned int :ref:`skip_une<doxid-structtrc__report__stats_1a44d95355f6d45ebab6bc286f13beb0fb>`; unsigned int :ref:`new_not_run<doxid-structtrc__report__stats_1a5c48a0c0554f37df7f833802cab33f3d>`; }; .. _details-structtrc__report__stats: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Testing results comparator statistics Fields ------ .. index:: pair: variable; pass_exp .. _doxid-structtrc__report__stats_1a310c18584dedbe559a14ab7b698df825: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int pass_exp Passed as expected .. index:: pair: variable; pass_une .. _doxid-structtrc__report__stats_1a1276e1cf7e8dfc4647509d4454141ffa: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int pass_une Passed unexpectedly .. index:: pair: variable; fail_exp .. _doxid-structtrc__report__stats_1a934d1ce48e8e98ab3b11ac637d43973d: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int fail_exp Failed as expected .. index:: pair: variable; fail_une .. _doxid-structtrc__report__stats_1ac3e35220b569f5a5ef1ec4357ed585e9: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int fail_une Failed unexpectedly .. index:: pair: variable; aborted .. _doxid-structtrc__report__stats_1a2ea206ea573b3d78ae2fee879b88d82f: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int aborted No useful result .. index:: pair: variable; new_run .. _doxid-structtrc__report__stats_1a62d060642d9819265466e30e232933a4: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int new_run Run iterations with unknown expected result .. index:: pair: variable; not_run .. _doxid-structtrc__report__stats_1ace99a8f428ea2425cc73fcee04d3032b: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int not_run Not run iterations .. index:: pair: variable; skip_exp .. _doxid-structtrc__report__stats_1a95ad94a9823be7e477454df4c418586c: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int skip_exp Skipped as expected .. index:: pair: variable; skip_une .. _doxid-structtrc__report__stats_1a44d95355f6d45ebab6bc286f13beb0fb: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int skip_une Skipped unexpectedly .. index:: pair: variable; new_not_run .. _doxid-structtrc__report__stats_1a5c48a0c0554f37df7f833802cab33f3d: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int new_not_run Not run iterations with unknown expected result