我下载了 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/”子目录中的大多数“帮助”文件都是空的(!)