タグ付き行のレポート作成

タグ付き行に固有の情報を含むレポートを生成するには、まずソース・コードにタグを入力する必要があります。cobtcreport (UNIX) または TCReport (Windows) を使用してレポートを生成できます。

レポートをフォーマットして表示する前に、テスト・カバレッジを実行してテスト・カバレッジ・バイナリ・ファイル (.tcz ファイル) を作成してください。

  1. 次のコマンドを入力します。
    Windows の場合:
    tcreport filename taglines(tagfile) [options]
    UNIX の場合:
    cobtcreport filename taglines(tagfile) [options]

    filename は、レポートの作成に使用する .tcz ファイル、tagfile は、使用するタグを指定するファイル、options は、cobtcreport (UNIX) または tcreport (Windows) の他のオプションです。

    次に例を示します。

    Windows の場合:
    tcreport myreport.tcz taglines(tagfile.txt)
    UNIX の場合:
    cobtcreport myreport.tcz taglines(tagfile.txt)