C++單元測試(13) - OpenCppCoverage指令快速參考

  1. C++單元測試(13) - OpenCppCoverage指令快速參考

C++單元測試(13) - OpenCppCoverage指令快速參考

原文連結: https://darkblack01.blogspot.com/2015/12/c13-opencppcoverage.html
移植時的最後更新日期: 2015-12-11T11:44:59.567+08:00

Command-line 參考

翻譯自
原文最後編譯時間 9月7日的上午04時23分 by OpenCppCoverage, version 15

You can display a quick reference with -h or --help as command line argument:
指令加上 -h 或 --help 參數,可以取得顯示一份快速參考


用法: [options] – program_to_run optional_arguments:
Command line only:
-v [ --verbose ] 詳細模式.
-q [ --quiet ] 安靜模式.
-h [ --help ] 顯示說明訊息.
--config_file arg Filename of a configuration file.

Command line and configuration file:
--modules arg (=) 添加要加入的模組路徑。可以多筆。
--excluded_modules arg 添加要排除的模組路徑。可以多筆。
--sources arg (=
) 添加要加入的程式碼路徑。可以多筆。
--excluded_sources arg 添加要排除的模組路徑。可以多筆。
--input_coverage arg 加上一個export_type=binary的路徑,
指定的檔案會合併到目前的覆蓋率輸出檔。可以多筆。
--export_type arg (=html) 格式: <產出檔案類型>:<產出檔案路徑>.
<產出檔案類型> 可以是二進制檔、cobertura, html
<產出檔案路徑> (非必要) 存放產出檔案的資料夾路徑。
例如: html:MyFolder\MySubFolder
可以多筆。
--working_dir arg 程式的工作目錄
--cover_children Enable code coverage for children processes.
--no_aggregate_by_file Do not aggregate coverage for same file path.