Python/PHP 用のコベリティ パッケージをダウンロードし、パッケージを分析できるようにします。
./cov-build --dir cov-int --fs-capture-search /my/dir/ python mine.py
「my/dir」にはパッケージのルート ディレクトリが含まれ、「mine.py」にはエントリ ポイントが実装されていることを考慮してください。
結果は次のとおりです。
command line: No input files.
[STATUS] Running filesystem capture search...
[STATUS] Emitting 485 source files from filesystem capture
|0----------25-----------50----------75---------100|
****************************************************
[WARNING] Build command python /tmp/trunk/quex-exe.py exited with code 255. Please verify that the build completed successfully.
Coverity が「ビルド」で何を意味するのかは、私には明確ではありません。スクリプトのサンプル呼び出しを意味しますか? どうすれば始められますか?
「doc/」サブディレクトリ内の「ヘルプ」ファイルのほとんどは空です (!)