• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

starius / lua-npge / 79
100%

Build:
DEFAULT BRANCH: master
Ran 01 Feb 2015 12:41AM UTC
Jobs 1
Files 99
Run time 39s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
79

push

travis-ci

starius
use Lua userdata to store temp data in C

A memory can be allocated with malloc, but then
it can be not freed because of Lua errors triggered
(luaL_check*) because of errors in user input, for example.

The following malloc's were replaced with userdata:

 * malloc and free are distant and not trivial to check
   (complement.c, to_atgc.c and to_atgc_and_gap.c
   are trivial to check so keep mallocing).
 * number of allocations is constant
   (number of allocations in gap selecting algorithm
   in left.c can be large enough, that is why
   it keeps mallocing).

3392 of 3392 relevant lines covered (100.0%)

13274.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 79.1 01 Feb 2015 12:41AM UTC 0
100.0
Travis Job 79.1
Source Files on build 79
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #79
  • a3ec49a1 on github
  • Prev Build on master (#78)
  • Next Build on master (#80)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc