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

mpeterv / luacheck / 390
98%

Build:
DEFAULT BRANCH: master
Ran 25 Dec 2016 12:58PM UTC
Jobs 5
Files 24
Run time 9s
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
390

push

travis-ci

mpeterv
Detect indirect indexing of globals

Detect issues related to globals in a new way. Recursively resolve
indexing operations with a local variable base (e.g. `var[foo()].bar`),
reporting chains with a global variable at the base. Infer if keys can be strings
and their literal values so that precise field access control can be implemented.
Filter out warnings for indirect accesses and mutations of completely
undefined globals as the localizing assignment is already reported.

E.g.

```lua
local table = tabel -- Typo, reported.
local string = string

local a = table.concat(a) -- No need to report this, `table` definition is already reported.
string.split = some_broken_slow_implementation -- Report this.
```

3477 of 3547 relevant lines covered (98.03%)

4632.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 390.1 (LUA="lua 5.1") 25 Dec 2016 12:58PM UTC 0
97.77
Travis Job 390.1
2 390.2 (LUA="lua 5.2") 25 Dec 2016 12:58PM UTC 0
97.76
Travis Job 390.2
3 390.3 (LUA="lua 5.3") 25 Dec 2016 12:58PM UTC 0
97.79
Travis Job 390.3
4 390.4 (LUA="luajit 2.0") 25 Dec 2016 12:58PM UTC 0
97.79
Travis Job 390.4
5 390.5 (LUA="luajit 2.1") 25 Dec 2016 12:58PM UTC 0
97.79
Travis Job 390.5
Source Files on build 390
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #390
  • 5b3fcce7 on github
  • Prev Build on master (#389)
  • Next Build on master (#392)
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