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

starius / lua-npge / 79 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 01 Feb 2015 12:41AM UTC
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

01 Feb 2015 12:18AM UTC coverage: 100.0%. Remained the same
79.1

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

Source Files on job 79.1
  • Tree
  • List 0
  • Changed 17
  • Source Changed 3
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 79
  • Travis Job 79.1
  • a3ec49a1 on github
  • Prev Job for on master (#78.1)
  • Next Job for on master (#80.1)
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