We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
we use Lucov to calculate the projetc code coverage,and generate the report files, just like:
============================================================================== Summary ============================================================================== File Hits Missed Coverage ----------------------------------------------------------------------- /home/AGS/lualib/resty/core/base.lua 1 118 0.84% /home/AGS/nginx/LuaSrc/common/crcmethod.lua 33 5 86.84% /home/AGS/nginx/LuaSrc/ut/handle.lua 1 10 9.09% /home/AGS/nginx/LuaSrc/ut/test.lua 4 8 33.33% ----------------------------------------------------------------------- Total 39 141 21.67%
this coverage reporter seems just like a reporter about line coverage. So how do we get function coverage and branch coverage?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
we use Lucov to calculate the projetc code coverage,and generate the report files, just like:
this coverage reporter seems just like a reporter about line coverage. So how do we get function coverage and branch coverage?
The text was updated successfully, but these errors were encountered: